Nagios monitoring for pdc.
This commit is contained in:
parent
14abb2bf1e
commit
e02e45944f
6 changed files with 53 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue