From: mhoellein Date: Thu, 17 Feb 2022 08:37:19 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=4c45b8550002bd4e9c9719ed545ab8f9c6f7a4bd;p=vserver daily autocommit --- diff --git a/icinga2/conf.d/hosts.conf b/icinga2/conf.d/hosts.conf index 0118f033e..3ed3ff6f7 100644 --- a/icinga2/conf.d/hosts.conf +++ b/icinga2/conf.d/hosts.conf @@ -38,9 +38,19 @@ object Host NodeName { /* Define disks and attributes for service apply rules in `services.conf`. */ vars.disks["disk"] = { /* No parameters. */ + disk_wfree = "8%" + disk_cfree = "5%" } vars.disks["disk /"] = { disk_partitions = "/" + disk_wfree = "10%" + disk_cfree = "5%" + } + + vars.disks["disk /home"] = { + disk_partitions = "/home" + disk_wfree = "6%" + disk_cfree = "3%" } /* Define notification mail attributes for notification apply rules in `notifications.conf`. */