add backup01 files
This commit is contained in:
parent
f67a52908e
commit
7a0536d0f6
6 changed files with 21 additions and 1 deletions
4
inventory/host_vars/backup01.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/backup01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
nrpe_procs_warn: 400
|
||||
nrpe_procs_crit: 500
|
||||
|
|
@ -49,6 +49,7 @@ ask01.stg.phx2.fedoraproject.org
|
|||
atomic01.qa.fedoraproject.org
|
||||
|
||||
[backup]
|
||||
backup01.phx2.fedoraproject.org
|
||||
backup03.phx2.fedoraproject.org
|
||||
|
||||
[badges-backend]
|
||||
|
|
|
@ -50,7 +50,6 @@ COMMIT
|
|||
-A INPUT -p tcp -m tcp -s 10.5.126.161 --dport 9102 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp -s 192.168.1.64 --dport 9102 -j ACCEPT
|
||||
|
||||
|
||||
# Custom Services
|
||||
|
||||
# Services TCP
|
||||
|
|
7
roles/nagios_server/files/nagios/hosts/backup01-mgmt.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/backup01-mgmt.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name backup01.mgmt.fedoraproject.org
|
||||
alias backup01.mgmt.fedoraproject.org
|
||||
use mincheck
|
||||
address backup01.mgmt.fedoraproject.org
|
||||
parents fwsm01-gw
|
||||
}
|
7
roles/nagios_server/files/nagios/hosts/backup01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/backup01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name backup01
|
||||
alias backup01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address backup01.phx2.fedoraproject.org
|
||||
parents fwsm01-gw
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
# ifconfig-push actualIP PtPIP
|
||||
ifconfig-push 192.168.1.142 192.168.0.142
|
Loading…
Add table
Add a link
Reference in a new issue