15 lines
452 B
INI
15 lines
452 B
INI
define service {
|
|
hostgroup nomail
|
|
service_description mail_queue
|
|
check_command check_by_nrpe!check_postfix_queue
|
|
max_check_attempts 7
|
|
use defaulttemplate
|
|
}
|
|
|
|
define service {
|
|
host_name bastion01.iad2.fedoraproject.org
|
|
service_description mail_queue_redhat
|
|
check_command check_by_nrpe!check_postfix_redhat
|
|
max_check_attempts 7
|
|
use defaulttemplate
|
|
}
|