X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=conf.d%2Fhealth.d%2Fdisks.conf;fp=conf.d%2Fhealth.d%2Fdisks.conf;h=9548f9ee01acd8ae247f5a03f35295a3cceac1e4;hb=c0b4319a0799e2b8a7c3bedfe5c9bad3c93519b1;hp=ff2d6a605ad3bdae4b9fa3e519356295bc7cb9f5;hpb=d61aa7dabfdb6829c040c53f2c6e7284281b22d3;p=netdata.git diff --git a/conf.d/health.d/disks.conf b/conf.d/health.d/disks.conf index ff2d6a60..9548f9ee 100644 --- a/conf.d/health.d/disks.conf +++ b/conf.d/health.d/disks.conf @@ -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