1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/zombie_infested
Greg Sutcliffe 0323473fa4
Zabbix: Copy zombie-infested thresholds from Nagios
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2025-11-05 17:08:39 +00:00

7 lines
243 B
Text

---
# Hosts in this group have zombie processes for various reasons
# and we want to not alert on those, so override the Zabbix
# thresholds for these to high values
zabbix_macros:
PROCESSES.ZOMBIE.MAX: 100000
PROCESSES.ZOMBIE.WARN: 50000