Fix copy/paste typo.

This commit is contained in:
Ralph Bean 2015-01-19 22:04:27 +00:00
parent be119426e8
commit e376da85a5

View file

@ -336,14 +336,14 @@ define service {
define service { define service {
host_name fedimg01 host_name fedimg01
service_description Check fedmsg consumers and producers hub 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 use defaulttemplate
} }
#define service { #define service {
# host_name hotness01 # host_name hotness01
# service_description Check fedmsg consumers and producers hub # 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 # use defaulttemplate
#} #}
@ -422,14 +422,14 @@ define service {
define service { define service {
host_name fedimg01 host_name fedimg01
service_description Check fedmsg-hub consumers exceptions 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 use defaulttemplate
} }
#define service { #define service {
# host_name hotness01 # host_name hotness01
# service_description Check fedmsg-hub consumers exceptions # 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 # use defaulttemplate
#} #}
@ -508,14 +508,14 @@ define service {
define service { define service {
host_name fedimg01 host_name fedimg01
service_description Check fedmsg-hub consumers backlog 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 use defaulttemplate
} }
#define service { #define service {
# host_name hotness01 # host_name hotness01
# service_description Check fedmsg-hub consumers backlog # 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 # use defaulttemplate
#} #}