change Notification interval
Posted: Tue Oct 16, 2012 2:29 pm
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
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