PDA

View Full Version : Host notifications work, but service notifications do not.


dpinkston
19th December 2008, 18:05
I am getting all notifications for the Host alerts, however I am not getting any notifications for the service alerts. And yes all of the services are set to notify the same group that the host is set to notify. Here is part of the services.cfg to verify that everything looks ok.

define service{
host_name AS400, Mars, Mercury, RVP, Scalix, Servair, TimeIPS, Venus
service_description Ping
is_volatile 0
check_command check_centreon_ping
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 120
notification_period 24x7
notification_options c,r
notifications_enabled 1
contact_groups RVP_Mis
}


Thanks in advance,
Derek