From c031124246f9e3a6511dbe257502fc4d1c29d8fd Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 18 Aug 2021 22:37:22 -0500 Subject: [PATCH] Tighten the thresholds for disk warnings a bit more --- playbooks/tasks/web/nagios-hosts.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/web/nagios-hosts.cfg.j2 b/playbooks/tasks/web/nagios-hosts.cfg.j2 index ca292c2..3d07c60 100644 --- a/playbooks/tasks/web/nagios-hosts.cfg.j2 +++ b/playbooks/tasks/web/nagios-hosts.cfg.j2 @@ -85,7 +85,7 @@ define service { define service { use ansible-generic-service service_description Disk Usage - check_command check_snmp_storage_v3!^/$!80!90 + check_command check_snmp_storage_v3!^/$!85!90 hostgroup_name snmp }