Nagios checks for the-new-hotness.

This commit is contained in:
Ralph Bean 2015-02-17 16:15:27 +00:00
parent b61894df03
commit 1e2531edfc

View file

@ -73,12 +73,12 @@ define service {
use defaulttemplate
}
#define service {
# host_name hotness01
# service_description Check for fedmsg-hub proc
# check_command check_by_nrpe!check_fedmsg_hub_proc
# use defaulttemplate
#}
define service {
host_name hotness01
service_description Check for fedmsg-hub proc
check_command check_by_nrpe!check_fedmsg_hub_proc
use defaulttemplate
}
# Odd one, check for the supybot fedmsg plugin
@ -193,6 +193,12 @@ define service {
check_command check_by_nrpe!check_datanommer_anitya
use defaulttemplate
}
define service {
host_name busgateway01
service_description Check datanommer for recent hotness messages
check_command check_by_nrpe!check_datanommer_hotness
use defaulttemplate
}
# This one is retired since it times out all the time. Too few messages.
#define service {
@ -222,12 +228,6 @@ define service {
# check_command check_by_nrpe!check_datanommer_bugzilla
# use defaulttemplate
#}
#define service {
# host_name busgateway01
# service_description Check datanommer for recent hotness messages
# check_command check_by_nrpe!check_datanommer_hotness
# use defaulttemplate
#}
define service {
host_name busgateway01
@ -340,12 +340,12 @@ define service {
use defaulttemplate
}
#define service {
# host_name hotness01
# service_description Check fedmsg consumers and producers hub
# check_command check_by_nrpe!check_fedmsg_cp_hotness_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_backend
use defaulttemplate
}
# BEGIN exceptions counter
@ -426,12 +426,12 @@ define service {
use defaulttemplate
}
#define service {
# host_name hotness01
# service_description Check fedmsg-hub consumers exceptions
# check_command check_by_nrpe!check_fedmsg_cexceptions_hotness_backend
# use defaulttemplate
#}
define service {
host_name hotness01
service_description Check fedmsg-hub consumers exceptions
check_command check_by_nrpe!check_fedmsg_cexceptions_hotness_backend
use defaulttemplate
}
# BEGIN backlog checking
@ -512,12 +512,12 @@ define service {
use defaulttemplate
}
#define service {
# host_name hotness01
# service_description Check fedmsg-hub consumers backlog
# check_command check_by_nrpe!check_fedmsg_cbacklog_hotness_backend
# use defaulttemplate
#}
define service {
host_name hotness01
service_description Check fedmsg-hub consumers backlog
check_command check_by_nrpe!check_fedmsg_cbacklog_hotness_backend
use defaulttemplate
}
# A few producer checks go below here