Zabbix: fix more hosts/groups for apache-status

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2026-01-26 14:18:01 +00:00
parent a72e5b2fbf
commit 40cc20185a
4 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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)."