use adehnert-host ; Name of host template to use
host_name olinda
address 18.18.208.12
+ notifications_enabled 0
}
# SMTP is redundant with SMTP-SSL, since they use the same port
service_description SMTP
check_command check_smtp_ssl
host_name olinda
+ notifications_enabled 0
}
define service {
check_command check_https_hostname
__check_cert_expiry_days 10
host_name olinda
+ notifications_enabled 0
}
define service {
service_description IMAPS
check_command check_simap
host_name olinda
+ notifications_enabled 0
}
define service {
service_description DNS
check_command check_dns
host_name olinda
+ notifications_enabled 0
}
define service {
service_description Jabber
check_command check_jabber
host_name olinda
-}
-
-define command{
- command_name check_mysql_home
- command_line /usr/lib/nagios/plugins/check_mysql -H '$HOSTADDRESS$' -f /var/lib/nagios/.my.cnf
-}
-
-define service {
- name olinda-mysql
- use adehnert-service
- service_description MYSQL
- check_command check_mysql_home
- host_name localhost
+ notifications_enabled 0
}