]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/redis.conf
Merge remote-tracking branch 'lucadev/master'
[netdata.git] / conf.d / health.d / redis.conf
1
2 # make sure redis is running
3
4 template: redis_last_collected_secs
5       on: redis.operations
6     calc: $now - $last_collected_t
7    every: 10s
8     warn: $this > ( 5 * $update_every)
9     crit: $this > (60 * $update_every)
10    units: seconds ago
11     info: number of seconds since the last successful data collection
12       to: dba
13