mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Add nagios checks for fedmsg-gateway on the proxies.
This commit is contained in:
@@ -31,6 +31,13 @@ define service {
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name proxy01,proxy02,proxy03,proxy04,proxy05,proxy06,proxy07,proxy08,proxy09,proxy10
|
||||
service_description Check for existence fedmsg-gateway proc
|
||||
check_command check_by_nrpe!check_fedmsg_gateway_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01
|
||||
service_description Check for fedmsg-relay proc
|
||||
@@ -284,6 +291,13 @@ define service {
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name proxy01,proxy02,proxy03,proxy04,proxy05,proxy06,proxy07,proxy08,proxy09,proxy10
|
||||
service_description Check fedmsg consumers and producers gateway
|
||||
check_command check_by_nrpe!check_fedmsg_cp_busgateway_gateway
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01
|
||||
service_description Check fedmsg consumers and producers relay
|
||||
@@ -370,6 +384,13 @@ define service {
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name proxy01,proxy02,proxy03,proxy04,proxy05,proxy06,proxy07,proxy08,proxy09,proxy10
|
||||
service_description Check fedmsg-gateway consumers exceptions
|
||||
check_command check_by_nrpe!check_fedmsg_cexceptions_busgateway_gateway
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01
|
||||
service_description Check fedmsg-relay consumers exceptions
|
||||
@@ -456,6 +477,13 @@ define service {
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name proxy01,proxy02,proxy03,proxy04,proxy05,proxy06,proxy07,proxy08,proxy09,proxy10
|
||||
service_description Check fedmsg-gateway consumers backlog
|
||||
check_command check_by_nrpe!check_fedmsg_cbacklog_busgateway_gateway
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01
|
||||
service_description Check fedmsg-relay consumers backlog
|
||||
|
||||
Reference in New Issue
Block a user