Nagios monitoring for pdc.
This commit is contained in:
parent
14abb2bf1e
commit
e02e45944f
6 changed files with 53 additions and 0 deletions
7
roles/nagios_server/files/nagios/hosts/pdc-backend01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/pdc-backend01.cfg
Normal 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
|
||||
}
|
7
roles/nagios_server/files/nagios/hosts/pdc-web01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/pdc-web01.cfg
Normal 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
|
||||
}
|
7
roles/nagios_server/files/nagios/hosts/pdc-web02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/pdc-web02.cfg
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue