mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Fix copy/paste typo.
This commit is contained in:
@@ -336,14 +336,14 @@ define service {
|
||||
define service {
|
||||
host_name fedimg01
|
||||
service_description Check fedmsg consumers and producers hub
|
||||
check_command check_by_nrpe!check_fedmsg_cp_fedimg
|
||||
check_command check_by_nrpe!check_fedmsg_cp_fedimg_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
#define service {
|
||||
# host_name hotness01
|
||||
# service_description Check fedmsg consumers and producers hub
|
||||
# check_command check_by_nrpe!check_fedmsg_cp_hotness
|
||||
# check_command check_by_nrpe!check_fedmsg_cp_hotness_backend
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
@@ -422,14 +422,14 @@ define service {
|
||||
define service {
|
||||
host_name fedimg01
|
||||
service_description Check fedmsg-hub consumers exceptions
|
||||
check_command check_by_nrpe!check_fedmsg_cexceptions_fedimg
|
||||
check_command check_by_nrpe!check_fedmsg_cexceptions_fedimg_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
#define service {
|
||||
# host_name hotness01
|
||||
# service_description Check fedmsg-hub consumers exceptions
|
||||
# check_command check_by_nrpe!check_fedmsg_cexceptions_hotness
|
||||
# check_command check_by_nrpe!check_fedmsg_cexceptions_hotness_backend
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
@@ -508,14 +508,14 @@ define service {
|
||||
define service {
|
||||
host_name fedimg01
|
||||
service_description Check fedmsg-hub consumers backlog
|
||||
check_command check_by_nrpe!check_fedmsg_cbacklog_fedimg
|
||||
check_command check_by_nrpe!check_fedmsg_cbacklog_fedimg_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
#define service {
|
||||
# host_name hotness01
|
||||
# service_description Check fedmsg-hub consumers backlog
|
||||
# check_command check_by_nrpe!check_fedmsg_cbacklog_hotness
|
||||
# check_command check_by_nrpe!check_fedmsg_cbacklog_hotness_backend
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user