summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-05 22:36:49 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-05 22:36:49 +0200
commitc0b4319a0799e2b8a7c3bedfe5c9bad3c93519b1 (patch)
tree13e9f3208ad8878b1e803b3fec20c1fae8207976 /conf.d
parentd61aa7dabfdb6829c040c53f2c6e7284281b22d3 (diff)
removed obsolete alarms
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/health.d/disks.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf.d/health.d/disks.conf b/conf.d/health.d/disks.conf
index ff2d6a605a..9548f9ee01 100644
--- a/conf.d/health.d/disks.conf
+++ b/conf.d/health.d/disks.conf
@@ -1,34 +1,4 @@
# -----------------------------------------------------------------------------
-# 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
# checking the latest collected values