1 # check that ping-only hosts are up
4 hostgroup_name ping-servers
5 service_description PING
6 check_command check_ping!500.0,10%!2500.0,50%
7 notification_interval 0 ; set > 0 if you want to be renotified
10 # check that web services are running
13 hostgroup_name http-servers
14 servicegroups http-services
15 service_description HTTP
16 check_command check_http
17 notification_interval 0 ; set > 0 if you want to be renotified
20 # check that ssh services are running
23 hostgroup_name ssh-servers
24 servicegroups ssh-services
25 service_description SSH
26 check_command check_ssh
27 notification_interval 0 ; set > 0 if you want to be renotified
30 # check that smtp services are running
33 hostgroup_name mail-servers
34 servicegroups mail-services
35 service_description SMTP
36 check_command check_smtp
37 notification_interval 0 ; set > 0 if you want to be renotified
39 icon_image_alt Postfix 2.5
40 icon_image cook/mail_server.png
43 # check that smtp services are running
46 hostgroup_name mail-servers
47 servicegroups mail-services
48 service_description POP
49 check_command check_pop
50 notification_interval 0 ; set > 0 if you want to be renotified
52 icon_image_alt Courier POP 0.60
53 icon_image cook/mail_server.png