Zabbix: adjust read/write alerts for Pagure & host

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-07-31 10:39:45 +01:00
parent 246e643b2e
commit 922fec19e2
2 changed files with 5 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ tcp_ports: [22, 25, 80, 443, 8442, 8443, 8444, 8445,
vpn: true
# Pagure has needs vpn for monitoring
zabbix_host: zabbix01.vpn.fedoraproject.org
zabbix_macros:
'VFS.DEV.WRITE.AWAIT.WARN': 60 # frequently saturated writes overnight
notes: |
Run the pagure instances for fedora

View File

@@ -58,3 +58,6 @@ nrpe_procs_crit: 1700
nrpe_procs_warn: 1500
postfix_group: vpn
vpn: true
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*" # copied from group_vars
'VFS.DEV.READ.AWAIT.WARN': 30 # this host runs Pagure, lots of read access