nagios4/debian/conf.d/services_nagios.cfg
Mario Fetka 9bac28c161 Bump
2017-05-20 00:00:42 +02:00

18 lines
657 B
INI

# check that web services are running
define service {
hostgroup_name http-servers
service_description HTTP
check_command check_http
use generic-service
notification_interval 0 ; set > 0 if you want to be renotified
}
# check that ssh services are running
define service {
hostgroup_name ssh-servers
service_description SSH
check_command check_ssh
use generic-service
notification_interval 0 ; set > 0 if you want to be renotified
}