Disabling ansible check till we can troubleshoot
This commit is contained in:
parent
3600553301
commit
9d3c107ef0
3 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
# 1 month -> 2628000
|
||||
# 3 months -> 7884000
|
||||
command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400
|
||||
command[check_datanommer_ansible]={{libdir}}/nagios/plugins/check_datanommer_timesince.py ansible 432000 604800
|
||||
#command[check_datanommer_ansible]={{libdir}}/nagios/plugins/check_datanommer_timesince.py ansible 432000 604800
|
||||
command[check_datanommer_bodhi]={{libdir}}/nagios/plugins/check_datanommer_timesince.py bodhi 86400 604800
|
||||
command[check_datanommer_bodhi_composes]={{libdir}}/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.bodhi.compose.start 86400 90000
|
||||
command[check_datanommer_buildsys]={{libdir}}/nagios/plugins/check_datanommer_timesince.py buildsys 14400 86400
|
||||
|
|
|
@ -149,12 +149,12 @@ define service {
|
|||
check_command check_by_nrpe!check_datanommer_fedocal
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name busgateway01.iad2.fedoraproject.org
|
||||
service_description Check datanommer for recent ansible messages
|
||||
check_command check_by_nrpe!check_datanommer_ansible
|
||||
use defaulttemplate
|
||||
}
|
||||
#define service {
|
||||
# host_name busgateway01.iad2.fedoraproject.org
|
||||
# service_description Check datanommer for recent ansible messages
|
||||
# check_command check_by_nrpe!check_datanommer_ansible
|
||||
# use defaulttemplate
|
||||
#}
|
||||
define service {
|
||||
host_name busgateway01.iad2.fedoraproject.org
|
||||
service_description Check datanommer for recent fedimg messages
|
||||
|
|
|
@ -357,7 +357,7 @@ command[check_mailman_api]=/usr/lib64/nagios/plugins/check_http -H localhost -p
|
|||
# 1 month -> 2628000
|
||||
# 3 months -> 7884000
|
||||
command[check_datanommer_anitya]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400
|
||||
command[check_datanommer_ansible]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py ansible 432000 604800
|
||||
#command[check_datanommer_ansible]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py ansible 432000 604800
|
||||
command[check_datanommer_bodhi]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py bodhi 86400 604800
|
||||
command[check_datanommer_bodhi_composes]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.bodhi.compose.start 86400 90000
|
||||
command[check_datanommer_buildsys]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py buildsys 14400 86400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue