Disabling ansible check till we can troubleshoot

This commit is contained in:
Andrew Heath 2023-05-19 15:22:06 -04:00 committed by kevin
parent 3600553301
commit 9d3c107ef0
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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