bugyou nagios configuration.
This commit is contained in:
parent
975bdd5ce0
commit
b19cede422
4 changed files with 39 additions and 0 deletions
7
roles/nagios_server/files/nagios/hosts/bugyou01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/bugyou01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name bugyou01
|
||||
alias bugyou01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address bugyou01.phx2.fedoraproject.org
|
||||
parents virthost22
|
||||
}
|
|
@ -112,6 +112,12 @@ define service {
|
|||
check_command check_by_nrpe!check_fedmsg_hub_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name bugyou01
|
||||
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
|
||||
|
@ -424,6 +430,12 @@ define service {
|
|||
check_command check_by_nrpe!check_fedmsg_cp_packages_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name bugyou01
|
||||
service_description Check fedmsg consumers and producers hub
|
||||
check_command check_by_nrpe!check_fedmsg_cp_bugyou_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
||||
# BEGIN exceptions counter
|
||||
|
@ -546,6 +558,13 @@ define service {
|
|||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name bugyou01
|
||||
service_description Check fedmsg-hub consumers exceptions
|
||||
check_command check_by_nrpe!check_fedmsg_cexceptions_bugyou_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
||||
|
||||
# BEGIN backlog checking
|
||||
|
@ -668,6 +687,13 @@ define service {
|
|||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name bugyou01
|
||||
service_description Check fedmsg-hub consumers backlog
|
||||
check_command check_by_nrpe!check_fedmsg_cbacklog_bugyou_backend
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
||||
# A few producer checks go below here
|
||||
define service {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue