change Notification interval

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
westernuniv
Posts: 120
Joined: Tue Aug 21, 2012 9:29 am

change Notification interval

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: change Notification interval

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
westernuniv
Posts: 120
Joined: Tue Aug 21, 2012 9:29 am

Re: change Notification interval

Post 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?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: change Notification interval

Post by scottwilkerson »

Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
westernuniv
Posts: 120
Joined: Tue Aug 21, 2012 9:29 am

Re: change Notification interval

Post by westernuniv »

Does the 2012 Enterprise Edition free for existing 2011 customer with an active support and maintenance contract?

Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: change Notification interval

Post by lmiltchev »

Any questions on pricing for the Enterprise Edition should contact [email protected].
Be sure to check out our Knowledgebase for helpful articles and solutions!
westernuniv
Posts: 120
Joined: Tue Aug 21, 2012 9:29 am

Re: change Notification interval

Post by westernuniv »

I've contacted sales. Thanks
Locked