mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 12:49:00 +08:00
Zabbix: fix more hosts/groups for apache-status
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -51,6 +51,9 @@ tcp_ports: [80, 443, 8442, 8443]
|
||||
vpn: true
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
zabbix_macros:
|
||||
'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status
|
||||
'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead
|
||||
|
||||
notes: |
|
||||
Central management host for ansible
|
||||
|
||||
@@ -113,3 +113,6 @@ nagios_Check_Services:
|
||||
nft_block_rules:
|
||||
- 'add rule ip filter INPUT ip saddr 212.143.41.0/24 counter reject'
|
||||
primary_auth_source: ipa
|
||||
zabbix_macros:
|
||||
'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status
|
||||
'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead
|
||||
|
||||
@@ -20,6 +20,9 @@ num_cpus: 2
|
||||
primary_auth_source: ipa
|
||||
tcp_ports: [53, 80, 443, 873, "6881-6999"]
|
||||
udp_ports: [53]
|
||||
zabbix_macros:
|
||||
'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status
|
||||
'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead
|
||||
|
||||
notes: |
|
||||
Torrent master server for Fedora distribution
|
||||
|
||||
@@ -56,4 +56,6 @@ vpn: true
|
||||
zabbix_host: zabbix01.vpn.fedoraproject.org
|
||||
zabbix_macros:
|
||||
'VFS.DEV.WRITE.AWAIT.WARN': 80
|
||||
'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status
|
||||
'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead
|
||||
notes: "This is an external nagios server located outside of PHX. It monitors our user websites/applications (fedoraproject.org, FAS, PackageDB, Bodhi/Updates)."
|
||||
|
||||
Reference in New Issue
Block a user