]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Thu, 17 Feb 2022 08:37:19 +0000 (09:37 +0100)
committermhoellein <mario@hoellein.online>
Thu, 17 Feb 2022 08:37:19 +0000 (09:37 +0100)
icinga2/conf.d/hosts.conf

index 0118f033ed0707702c6dff0f38e53915b3d48720..3ed3ff6f710e7700d9b468ab620dcde83531d40a 100644 (file)
@@ -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`. */