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
change Notification interval
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: change Notification interval
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_.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;
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
-
westernuniv
- Posts: 120
- Joined: Tue Aug 21, 2012 9:29 am
Re: change Notification interval
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:
-
westernuniv
- Posts: 120
- Joined: Tue Aug 21, 2012 9:29 am
Re: change Notification interval
Does the 2012 Enterprise Edition free for existing 2011 customer with an active support and maintenance contract?
Thanks
Thanks
Re: change Notification interval
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
I've contacted sales. Thanks