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 = "/" }