More fixing.
This commit is contained in:
parent
ca9e22c3ff
commit
6e18fe5959
9 changed files with 19 additions and 28 deletions
|
@ -3,5 +3,5 @@ define host {
|
|||
alias db04.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address db04.phx2.fedoraproject.org
|
||||
parents bvirthost01
|
||||
parents bvirthost11
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
|||
alias dhcp01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address dhcp01.phx2.fedoraproject.org
|
||||
parents bvirthost05
|
||||
parents bvirthost09
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
|||
alias fas02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address fas02.phx2.fedoraproject.org
|
||||
parents virthost02
|
||||
parents virthost01
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
|||
alias koji03.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koji03.phx2.fedoraproject.org
|
||||
parents bvirthost05
|
||||
parents bvirthost11
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name log02
|
||||
alias log02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address log02.phx2.fedoraproject.org
|
||||
parents virthost02
|
||||
}
|
||||
#define host {
|
||||
# host_name log02
|
||||
# alias log02.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address log02.phx2.fedoraproject.org
|
||||
# parents virthost02
|
||||
#}
|
||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
|||
alias noc01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address 127.0.0.1
|
||||
parents virthost02
|
||||
parents virthost17
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
|||
alias relepel01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address relepel01.phx2.fedoraproject.org
|
||||
parents bvirthost05
|
||||
parents bvirthost07
|
||||
}
|
||||
|
|
|
@ -88,15 +88,6 @@ define servicedependency {
|
|||
execution_failure_criteria w,c
|
||||
}
|
||||
|
||||
define servicedependency {
|
||||
host_name bvirthost05
|
||||
service_description nrpe
|
||||
dependent_host_name bvirthost05
|
||||
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
|
||||
notification_failure_criteria w,c
|
||||
execution_failure_criteria w,c
|
||||
}
|
||||
|
||||
define servicedependency {
|
||||
host_name sundries01
|
||||
service_description nrpe
|
||||
|
|
|
@ -34,12 +34,12 @@ define service {
|
|||
# use disktemplate
|
||||
#}
|
||||
|
||||
define service {
|
||||
host_name log02
|
||||
service_description Disk space /var/log
|
||||
check_command check_by_nrpe!check_disk_/var/log
|
||||
use disktemplate
|
||||
}
|
||||
#define service {
|
||||
# host_name log02
|
||||
# service_description Disk space /var/log
|
||||
# check_command check_by_nrpe!check_disk_/var/log
|
||||
# use disktemplate
|
||||
#}
|
||||
|
||||
#define service {
|
||||
# host_name nfs01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue