acknowledgement/notification vanishes after service restart
Posted: Fri May 26, 2017 8:07 am
I have done all the configuration in remotehost.cfg and declared the same in nagios.cfg
Below is the sample configuration if have acknowledge/notification some of the host problems but the acknowledgement disappears after the service restart.
define service{
use generic-service
hostgroup_name Bharti_SOUTH
service_description Service ping
check_command check_ping!3000.0,80%!5000.0,100%
max_check_attempts 5
check_interval 5
retry_interval 5
check_period 24x7
notification_interval 5
notification_period 24x7
retain_nonstatus_information 1
notification_options w,c,r
contact_groups admins
}
Secondly i want to know that every time i add a new node in remotehost.cfg i have to restart the nagios service to make it node visible on front end.
Below is the sample configuration if have acknowledge/notification some of the host problems but the acknowledgement disappears after the service restart.
define service{
use generic-service
hostgroup_name Bharti_SOUTH
service_description Service ping
check_command check_ping!3000.0,80%!5000.0,100%
max_check_attempts 5
check_interval 5
retry_interval 5
check_period 24x7
notification_interval 5
notification_period 24x7
retain_nonstatus_information 1
notification_options w,c,r
contact_groups admins
}
Secondly i want to know that every time i add a new node in remotehost.cfg i have to restart the nagios service to make it node visible on front end.