Nagios XI 5.4.4 Appluconfiguration taking forever
Re: Nagios XI 5.4.4 Appluconfiguration taking forever
Do you have instructions on how to roll this back and remove gearman from the picture?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI 5.4.4 Appluconfiguration taking forever
The only thing you need to do to remove the gearman line from the nagios.cfg which looks something like thisemartine wrote:Do you have instructions on how to roll this back and remove gearman from the picture?
Code: Select all
broker_module=/var/lib/mod_gearman2/mod_gearman2.o config=/etc/mod_gearman2/module.conf eventhandler=noCode: Select all
service nagios stop
killall -9 nagios
service nagios startRe: Nagios XI 5.4.4 Appluconfiguration taking forever
Alrighty. I will work on this tomorrow.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Nagios XI 5.4.4 Appluconfiguration taking forever
Great! Just let us know when you have new info.
Re: Nagios XI 5.4.4 Appluconfiguration taking forever
Apparently the check_icmp plugin required the setuid and user permission to be changed on the nagiosxi server when I removed the gearman workers. so I had a large amount of criticals. Now I am left wondering if there will be alerts sent out when I reenable notifications. How can I prevent folks from getting notices?.. when I reenable notifications.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Nagios XI 5.4.4 Appluconfiguration taking forever
@emartine, Did you disable notifications in GUI interface? If that's the case than any old critical notifications will not be sent out when you turn them back on(they're not spooled by Nagios). However, if you still do have services in a critical state than new notifications will start coming. Does that make sense?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.