]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/disks.conf
added roles to receive email alarms
[netdata.git] / conf.d / health.d / disks.conf
index 2398e2c6429755636dbe3f3125a58100572e9470..7e98511feb4a7a5e14f9e3da62a15376873b0ee3 100644 (file)
@@ -13,6 +13,7 @@ template: disk_full_percent
     crit: $this > 95
    units: %
     info: current disk space usage
+      to: sysadmin
 
 
 # -----------------------------------------------------------------------------
@@ -47,6 +48,7 @@ template: disk_full_after_hours
     crit: $this > 0 and $this < 24
    units: hours
     info: estimated time the disk will run out of space, if the system continues to add data with the rate of the last 30 minutes
+      to: sysadmin
 
 
 # -----------------------------------------------------------------------------
@@ -66,6 +68,7 @@ template: 10min_disk_utilization
     crit: $this > $red
    units: %
     info: the percentage of time the disk was busy, during the last 10 minutes
+      to: sysadmin
 
 
 # raise an alarm if the disk backlog
@@ -83,3 +86,4 @@ template: 10min_disk_backlog
     crit: $this > $red
    units: ms
     info: average of the kernel estimated disk backlog, for the last 10 minutes
+      to: sysadmin