Nagios XI - Configuration Applies, No Changes Take Place

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Nagios XI - Configuration Applies, No Changes Take Place

Post by RIDS_I2MP »

Hi Team,

Thanks a lot for your help!!!

We performed below steps as we got approval and it worked.

service nagios stop
service ndo2db stop
pkill -9 nagios
killall -9 nagios
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
service ndo2db start
service nagios start

It resolved the issue, the changes are getting reflected now. We were also not able to see any data in notifications, but after performing the steps, we are able to see it.

We re good to close the topic :)
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI - Configuration Applies, No Changes Take Place

Post by scottwilkerson »

RIDS_I2MP wrote:Hi Team,

Thanks a lot for your help!!!

We performed below steps as we got approval and it worked.

service nagios stop
service ndo2db stop
pkill -9 nagios
killall -9 nagios
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
service ndo2db start
service nagios start

It resolved the issue, the changes are getting reflected now. We were also not able to see any data in notifications, but after performing the steps, we are able to see it.

We re good to close the topic :)
Great!

Locking Thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked