Nagios XI - disable notifications question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

Re: Nagios XI - disable notifications question

Post by jacek »

OK, got it now.
So if I want to change the notification_interval, if I do this via nagiosql (CCM) it might break things? Or will this be OK?
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI - disable notifications question

Post by jomann »

If you change anything in the nagiosql database it will need to be applied to the configs. I would try to do as much as you can through the API and only edit the DB if you need to, since the structure of the DB is a little bit confusing.

Apply config takes everything in the nagiosql database and writes it to static config files in Nagios Core which then restarts and reads in the new configuration. You can apply/restart Nagios Core through the API.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

Re: Nagios XI - disable notifications question

Post by jacek »

OK, this was the answer I was looking for!
I think we can close the topic, I will need some time to play around with the API :-)
Thank you!
Locked