Switch over to have nagios monitor production copr-be instead of the dev one.

This commit is contained in:
Kevin Fenzi 2015-06-08 20:32:54 +00:00
parent bd4779a676
commit 56a7b4d141
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
define host { #define host {
host_name copr-be-dev # host_name copr-be-dev
alias copr-be-dev.cloud.fedoraproject.org # alias copr-be-dev.cloud.fedoraproject.org
use defaulttemplate # use defaulttemplate
address copr-be-dev.cloud.fedoraproject.org # address copr-be-dev.cloud.fedoraproject.org
} #}

View 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
}

View file

@ -1,5 +1,5 @@
define service { define service {
host_name copr-be-dev host_name copr-be
service_description Check Copr backend consecutive build failures service_description Check Copr backend consecutive build failures
check_command check_by_nrpe!check_copr_backend_failed check_command check_by_nrpe!check_copr_backend_failed
use defaulttemplate use defaulttemplate