From 0bf431d620c41dea42bca2df866c684a999f148b Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Thu, 21 Aug 2025 16:50:48 +0100 Subject: [PATCH] Zabbix: more misc threshold fixes Signed-off-by: Greg Sutcliffe --- inventory/host_vars/dedicatedsolutions01.fedoraproject.org | 2 ++ inventory/host_vars/mailman01.rdu3.fedoraproject.org | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/inventory/host_vars/dedicatedsolutions01.fedoraproject.org b/inventory/host_vars/dedicatedsolutions01.fedoraproject.org index 8ff0ebd623..4b564ba836 100644 --- a/inventory/host_vars/dedicatedsolutions01.fedoraproject.org +++ b/inventory/host_vars/dedicatedsolutions01.fedoraproject.org @@ -42,3 +42,5 @@ nrpe_procs_warn: 900 postfix_group: vpn virthost: true vpn: true +zabbix_macros: + 'VFS.DEV.WRITE.AWAIT.WARN': 100 diff --git a/inventory/host_vars/mailman01.rdu3.fedoraproject.org b/inventory/host_vars/mailman01.rdu3.fedoraproject.org index f152aeadcf..6627c7738f 100644 --- a/inventory/host_vars/mailman01.rdu3.fedoraproject.org +++ b/inventory/host_vars/mailman01.rdu3.fedoraproject.org @@ -12,3 +12,7 @@ sar_script_user: mailman vmhost: vmhost-x86-05.rdu3.fedoraproject.org volgroup: /dev/vg_guests num_cpus: 8 +zabbix_macros: + # 90% of the 250000 factor between the 10Mb/s Zabbix thinks + # it has, and the 25Gb/s the vmhost actually has + 'IF.UTIL.MAX:"tun0"': 225000