Nagios monitoring for pdc.

This commit is contained in:
Ralph Bean 2016-01-27 14:48:02 +00:00
parent 14abb2bf1e
commit e02e45944f
6 changed files with 53 additions and 0 deletions

View file

@ -118,6 +118,12 @@ define service {
check_command check_by_nrpe!check_fedmsg_hub_proc
use defaulttemplate
}
define service {
host_name pdc-backend01
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
@ -436,6 +442,12 @@ define service {
check_command check_by_nrpe!check_fedmsg_cp_bugyou_backend
use defaulttemplate
}
define service {
host_name pdc-backend01
service_description Check fedmsg consumers and producers hub
check_command check_by_nrpe!check_fedmsg_cp_pdc_backend
use defaulttemplate
}
# BEGIN exceptions counter
@ -565,6 +577,13 @@ define service {
use defaulttemplate
}
define service {
host_name pdc-backend01
service_description Check fedmsg-hub consumers exceptions
check_command check_by_nrpe!check_fedmsg_cexceptions_pdc_backend
use defaulttemplate
}
# BEGIN backlog checking
@ -694,6 +713,13 @@ define service {
use defaulttemplate
}
define service {
host_name pdc-backend01
service_description Check fedmsg-hub consumers backlog
check_command check_by_nrpe!check_fedmsg_cbacklog_pdc_backend
use defaulttemplate
}
# A few producer checks go below here
define service {