]> arthur.barton.de Git - netdata.git/commitdiff
removed obsolete alarms
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 5 Mar 2017 20:36:49 +0000 (22:36 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 5 Mar 2017 20:36:49 +0000 (22:36 +0200)
conf.d/health.d/disks.conf

index ff2d6a605ad3bdae4b9fa3e519356295bc7cb9f5..9548f9ee01acd8ae247f5a03f35295a3cceac1e4 100644 (file)
@@ -1,33 +1,3 @@
-# -----------------------------------------------------------------------------
-# make sure we collect values for each disk
-
-# for mount points
-template: disk_space_last_collected_secs
-      on: disk.space
-families: *
-    calc: $now - $last_collected_t
-   units: seconds ago
-   every: 10s
-    warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
-    crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
-   delay: down 5m multiplier 1.5 max 1h
-    info: number of seconds since the last successful data collection of the mount point
-      to: sysadmin
-
-# for block devices
-template: disk_last_collected_secs
-      on: disk.io
-families: *
-    calc: $now - $last_collected_t
-   units: seconds ago
-   every: 10s
-    warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
-    crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
-   delay: down 5m multiplier 1.5 max 1h
-    info: number of seconds since the last successful data collection of the block device
-      to: sysadmin
-
-
 # -----------------------------------------------------------------------------
 # low disk space