Add a datanommer+nagios check for the new faf/abrt messages.

This commit is contained in:
Ralph Bean 2015-05-07 19:01:37 +00:00
parent 5b04ce917b
commit 3d5296bb4f
2 changed files with 7 additions and 0 deletions

View file

@ -37,6 +37,7 @@ command[check_datanommer_fmn]={{libdir}}/nagios/plugins/check_datanommer_timesin
command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400 command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400
command[check_datanommer_fedimg]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fedimg 259200 604800 command[check_datanommer_fedimg]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fedimg 259200 604800
command[check_datanommer_hotness]={{libdir}}/nagios/plugins/check_datanommer_timesince.py hotness 604800 1814400 command[check_datanommer_hotness]={{libdir}}/nagios/plugins/check_datanommer_timesince.py hotness 604800 1814400
command[check_datanommer_faf]={{libdir}}/nagios/plugins/check_datanommer_timesince.py faf 86400 259200
# This one is retired since it times out all the time. Too few messages. # This one is retired since it times out all the time. Too few messages.
#command[check_datanommer_nuancier]={{libdir}}/nagios/plugins/check_datanommer_timesince.py nuancier 23652000 31536000 #command[check_datanommer_nuancier]={{libdir}}/nagios/plugins/check_datanommer_timesince.py nuancier 23652000 31536000

View file

@ -212,6 +212,12 @@ define service {
check_command check_by_nrpe!check_datanommer_hotness check_command check_by_nrpe!check_datanommer_hotness
use defaulttemplate use defaulttemplate
} }
define service {
host_name busgateway01
service_description Check datanommer for recent faf messages
check_command check_by_nrpe!check_datanommer_faf
use defaulttemplate
}
# This one is retired since it times out all the time. Too few messages. # This one is retired since it times out all the time. Too few messages.
#define service { #define service {