Initial Koschei Nagios checks
This commit is contained in:
parent
d48f11172a
commit
bcdb9533a4
3 changed files with 16 additions and 0 deletions
|
@ -38,6 +38,7 @@ command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_time
|
|||
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_faf]={{libdir}}/nagios/plugins/check_datanommer_timesince.py faf 86400 259200
|
||||
command[check_datanommer_koschei]={{libdir}}/nagios/plugins/check_datanommer_timesince.py koschei 86400 604800
|
||||
|
||||
# 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
|
||||
|
|
7
roles/nagios_server/files/nagios/hosts/koschei01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/koschei01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name koschei01
|
||||
alias koschei01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koschei01.phx2.fedoraproject.org
|
||||
parents bvirthost09
|
||||
}
|
|
@ -278,3 +278,11 @@ define service {
|
|||
check_command check_website!localhost!/!møte
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei01
|
||||
service_description koschei-internal
|
||||
check_command check_website!localhost!/koschei/!Packages from 1 to 100
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue