csi group vars - nagios
This commit is contained in:
parent
96798bcd1e
commit
fd65335d9c
3 changed files with 28 additions and 0 deletions
|
@ -9,3 +9,6 @@ num_cpus: 2
|
||||||
tcp_ports: [ 80, 443 ]
|
tcp_ports: [ 80, 443 ]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc
|
fas_client_groups: sysadmin-noc
|
||||||
|
csi_security_category: High
|
||||||
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
||||||
|
csi_purpose: Monitoring system
|
||||||
|
|
|
@ -14,3 +14,16 @@ udp_ports: ['67','68','69']
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||||
|
|
||||||
eth0_ip: 10.5.126.41
|
eth0_ip: 10.5.126.41
|
||||||
|
csi_relationship: |
|
||||||
|
noc01 is the internal monitoring nagios instance to the phx datacenter.
|
||||||
|
it is also the dhcp server serving all computing nodes
|
||||||
|
|
||||||
|
* This host relies on:
|
||||||
|
- the virthost it's hosted on (virthost17.phx2.fedoraproject.org)
|
||||||
|
- FAS to authenticate users
|
||||||
|
- VPN connectivity
|
||||||
|
|
||||||
|
* Things that rely on this host:
|
||||||
|
- Infrastructure team to be awair of the infra status. operations control process will fail
|
||||||
|
- if this host is down, it will be difficult to know the status of infra and provide reactive/proactive support
|
||||||
|
- if this host is down, dhcp/bootp leases/renew will fail. pxe booting will fail as well
|
||||||
|
|
|
@ -9,3 +9,15 @@ eth0_ip: 152.19.134.192
|
||||||
vmhost: ibiblio04.fedoraproject.org
|
vmhost: ibiblio04.fedoraproject.org
|
||||||
datacenter: ibiblio
|
datacenter: ibiblio
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
|
csi_relationship: |
|
||||||
|
noc02 is the external monitoring nagios instance.
|
||||||
|
|
||||||
|
* This host relies on:
|
||||||
|
- the virthost it's hosted on (ibiblio04.fedoraproject.org)
|
||||||
|
- FAS to authenticate users
|
||||||
|
- VPN connectivity
|
||||||
|
|
||||||
|
* Things that rely on this host:
|
||||||
|
- Infrastructure team to be awair of the infra status. operations control process will be affected
|
||||||
|
- if this host is down, it will be difficult to know the status of infra and provide reactive/proactive support
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue