forked from infra/ansible
Zabbix: Copy zombie-infested thresholds from Nagios
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
39017bbbde
commit
0323473fa4
1 changed files with 7 additions and 0 deletions
7
inventory/group_vars/zombie_infested
Normal file
7
inventory/group_vars/zombie_infested
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue