mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
---
|
|
# 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
|