Initial Koschei Nagios checks
This commit is contained in:
parent
d48f11172a
commit
bcdb9533a4
3 changed files with 16 additions and 0 deletions
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