From 17922cb88505dd1c4e34774829aa5fafcae5bb54 Mon Sep 17 00:00:00 2001 From: DasSkelett Date: Wed, 22 Nov 2023 23:17:08 +0100 Subject: [PATCH] Increase disk usage limit of Icinga2 warning --- icinga2/host.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icinga2/host.conf.tmpl b/icinga2/host.conf.tmpl index 53bb72a..4b2c390 100644 --- a/icinga2/host.conf.tmpl +++ b/icinga2/host.conf.tmpl @@ -53,8 +53,8 @@ object Host "{{ node_id }}" { vars.location = "{{ location }}" - vars.disk_wfree = "5%" - vars.disk_cfree = "3%" + vars.disk_wfree = "4%" + vars.disk_cfree = "2%" vars.disks["disk /"] = { disk_partitions = "/" }