Nagios monitoring for pdc.

This commit is contained in:
Ralph Bean 2016-01-27 14:48:02 +00:00
parent 14abb2bf1e
commit e02e45944f
6 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,7 @@
define host {
host_name pdc-backend01
alias pdc-backend01.phx2.fedoraproject.org
use defaulttemplate
address pdc-backend01.phx2.fedoraproject.org
parents virthost03
}

View file

@ -0,0 +1,7 @@
define host {
host_name pdc-web01
alias pdc-web01.phx2.fedoraproject.org
use defaulttemplate
address pdc-web01.phx2.fedoraproject.org
parents virthost22
}

View file

@ -0,0 +1,7 @@
define host {
host_name pdc-web02
alias pdc-web02.phx2.fedoraproject.org
use defaulttemplate
address pdc-web02.phx2.fedoraproject.org
parents virthost21
}