mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Zabbix: adjust read/write alerts for Pagure & host
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user