Nagios XI 5.4.4 Appluconfiguration taking forever

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI 5.4.4 Appluconfiguration taking forever

Post by emartine »

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

Post by scottwilkerson »

emartine wrote:Do you have instructions on how to roll this back and remove gearman from the picture?
The only thing you need to do to remove the gearman line from the nagios.cfg which looks something like this

Code: Select all

broker_module=/var/lib/mod_gearman2/mod_gearman2.o config=/etc/mod_gearman2/module.conf eventhandler=no
Then fully stop nagios and start again

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI 5.4.4 Appluconfiguration taking forever

Post by emartine »

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

Post by dwhitfield »

Great! Just let us know when you have new info.
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI 5.4.4 Appluconfiguration taking forever

Post by emartine »

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

Post by npolovenko »

@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.
Locked