Page 1 of 1

change Notification interval

Posted: Tue Oct 16, 2012 2:29 pm
by westernuniv
Hi,

I'd like to change the notification interval from 60 min to 30 min for all the nagios XI hosts and services and also want to update the default value.
1. I did updated all the host/service template notification interval as 30 min
2. updated nagios core config interval_length=30, this will change the nagios default notification interval to 30 min
3. updated all the host, and services notification_interval in the backend DB table
mysql > update nagios_hosts set notification_interval=30;
mysql > update nagios_services set notification_interval=30;

I’ve checked the host/ services config files, still showing as 60 mins. How can I update the config files with the values matched to the backend table?
Thanks

Re: change Notification interval

Posted: Tue Oct 16, 2012 3:04 pm
by scottwilkerson
westernuniv wrote:3. updated all the host, and services notification_interval in the backend DB table
mysql > update nagios_hosts set notification_interval=30;
mysql > update nagios_services set notification_interval=30;
This is not the correct table.. The database that the CCM runs out of in NOT the nagios database, it is the nagiosql database and all the tables in there are prefixed with tbl_.

I highly recommend not making mods to the database tables if you aren't positive you are correct.

We do have a bulk modification component that was added in the 2012 CCM that can do exactly this sort of update in a couple clicks.

If you don't have it yet you can upgrade with the following instructions
http://library.nagios.com/library/produ ... -nagios-xi

Re: change Notification interval

Posted: Tue Oct 16, 2012 3:34 pm
by westernuniv
Thanks so much. I t was menioned that Nagios XI 2012 Public Beta is for testing environment only, May I know when the prod version will be available?

Re: change Notification interval

Posted: Tue Oct 16, 2012 3:48 pm
by scottwilkerson

Re: change Notification interval

Posted: Tue Oct 16, 2012 3:58 pm
by westernuniv
Does the 2012 Enterprise Edition free for existing 2011 customer with an active support and maintenance contract?

Thanks

Re: change Notification interval

Posted: Tue Oct 16, 2012 4:46 pm
by lmiltchev
Any questions on pricing for the Enterprise Edition should contact [email protected].

Re: change Notification interval

Posted: Mon Oct 22, 2012 8:31 am
by westernuniv
I've contacted sales. Thanks