diff --git a/inventory/host_vars/backup01.phx2.fedoraproject.org b/inventory/host_vars/backup01.phx2.fedoraproject.org new file mode 100644 index 0000000000..ad7de66bc2 --- /dev/null +++ b/inventory/host_vars/backup01.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +nrpe_procs_warn: 400 +nrpe_procs_crit: 500 + diff --git a/inventory/inventory b/inventory/inventory index feb9917bf7..13d245412b 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -49,6 +49,7 @@ ask01.stg.phx2.fedoraproject.org atomic01.qa.fedoraproject.org [backup] +backup01.phx2.fedoraproject.org backup03.phx2.fedoraproject.org [badges-backend] diff --git a/roles/base/templates/iptables/iptables.releng b/roles/base/templates/iptables/iptables.releng index 7048429360..90c80e6d48 100644 --- a/roles/base/templates/iptables/iptables.releng +++ b/roles/base/templates/iptables/iptables.releng @@ -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 diff --git a/roles/nagios_server/files/nagios/hosts/backup01-mgmt.cfg b/roles/nagios_server/files/nagios/hosts/backup01-mgmt.cfg new file mode 100644 index 0000000000..ec003edf72 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/backup01-mgmt.cfg @@ -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 +} diff --git a/roles/nagios_server/files/nagios/hosts/backup01.cfg b/roles/nagios_server/files/nagios/hosts/backup01.cfg new file mode 100644 index 0000000000..f36d688024 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/backup01.cfg @@ -0,0 +1,7 @@ +define host { + host_name backup01 + alias backup01.phx2.fedoraproject.org + use defaulttemplate + address backup01.phx2.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/openvpn/server/files/ccd/backup01.phx2.fedoraproject.org b/roles/openvpn/server/files/ccd/backup01.phx2.fedoraproject.org new file mode 100644 index 0000000000..44319e181f --- /dev/null +++ b/roles/openvpn/server/files/ccd/backup01.phx2.fedoraproject.org @@ -0,0 +1,2 @@ +# ifconfig-push actualIP PtPIP +ifconfig-push 192.168.1.142 192.168.0.142