Switch over to have nagios monitor production copr-be instead of the dev one.
This commit is contained in:
parent
bd4779a676
commit
56a7b4d141
3 changed files with 13 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
define host {
|
||||
host_name copr-be-dev
|
||||
alias copr-be-dev.cloud.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address copr-be-dev.cloud.fedoraproject.org
|
||||
}
|
||||
#define host {
|
||||
# host_name copr-be-dev
|
||||
# alias copr-be-dev.cloud.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address copr-be-dev.cloud.fedoraproject.org
|
||||
#}
|
||||
|
|
6
roles/nagios_server/files/nagios/hosts/copr-be.cfg
Normal file
6
roles/nagios_server/files/nagios/hosts/copr-be.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
define host {
|
||||
host_name copr-be
|
||||
alias copr-be.cloud.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address copr-be.cloud.fedoraproject.org
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
define service {
|
||||
host_name copr-be-dev
|
||||
host_name copr-be
|
||||
service_description Check Copr backend consecutive build failures
|
||||
check_command check_by_nrpe!check_copr_backend_failed
|
||||
use defaulttemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue