Notifications disabled but still being sent
Posted: Wed Nov 29, 2017 11:08 am
Hello:
I have disabled the notifications in as many spots as I can think of for a group of printers and yet I am still receiving notifications from the services. Here are the configurations:
Service
define service {
service_description Printer - Check Status
use Waypoint Printers Template
hostgroup_name Waypoint Printers
check_command check_snmp_printer!STATUS!!!!!!!
notifications_enabled 0
register 1
}
Host
define host {
host_name Administration - Clinical Information Services - A271 - Wristband
use Printer Host Template
alias Administration - Clinical Information Services - A271 - Wristband
address 10.10.5.3
hostgroups Waypoint Printers
check_command check-host-alive!!!!!!!!
notifications_enabled 0
register 1
}
Host Template
define host {
name Printer Host Template
hostgroups Waypoint Printers
initial_state u
max_check_attempts 10
check_interval 5
retry_interval 1
active_checks_enabled 1
check_period workhours
contact_groups Waypoint Technicians
notification_interval 30
first_notification_delay 5
notification_options d,u,r,f,s,
notifications_enabled 0
register 0
Service Template
define service {
name Waypoint Printers Template
service_description Waypoint Printers Template
initial_state o
max_check_attempts 10
check_interval 5
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 0
check_period workhours
event_handler_enabled 0
notification_interval 30
first_notification_delay 5
notifications_enabled 0
contact_groups Waypoint Technicians
register 0
}
I am not sure where else to check at this point. Thanks!
I have disabled the notifications in as many spots as I can think of for a group of printers and yet I am still receiving notifications from the services. Here are the configurations:
Service
define service {
service_description Printer - Check Status
use Waypoint Printers Template
hostgroup_name Waypoint Printers
check_command check_snmp_printer!STATUS!!!!!!!
notifications_enabled 0
register 1
}
Host
define host {
host_name Administration - Clinical Information Services - A271 - Wristband
use Printer Host Template
alias Administration - Clinical Information Services - A271 - Wristband
address 10.10.5.3
hostgroups Waypoint Printers
check_command check-host-alive!!!!!!!!
notifications_enabled 0
register 1
}
Host Template
define host {
name Printer Host Template
hostgroups Waypoint Printers
initial_state u
max_check_attempts 10
check_interval 5
retry_interval 1
active_checks_enabled 1
check_period workhours
contact_groups Waypoint Technicians
notification_interval 30
first_notification_delay 5
notification_options d,u,r,f,s,
notifications_enabled 0
register 0
Service Template
define service {
name Waypoint Printers Template
service_description Waypoint Printers Template
initial_state o
max_check_attempts 10
check_interval 5
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 0
check_period workhours
event_handler_enabled 0
notification_interval 30
first_notification_delay 5
notifications_enabled 0
contact_groups Waypoint Technicians
register 0
}
I am not sure where else to check at this point. Thanks!