]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/retroshare.conf
Merge pull request #925 from ktsaou/master
[netdata.git] / conf.d / health.d / retroshare.conf
1 # make sure RetroShare is running
2
3 template: retroshare_last_collected_secs
4       on: retroshare.peers
5     calc: $now - $last_collected_t
6    every: 10s
7     warn: $this > ( 5 * $update_every)
8     crit: $this > (60 * $update_every)
9    units: seconds ago
10     info: number of seconds since the last successful data collection
11       to: sysadmin
12
13 # make sure the DHT is fine when active
14
15 template: retroshare_dht_working
16       on: retroshare.dht
17     calc: $dht_size_all
18    every: 1m
19     warn: $this < 100
20     crit: $this == 0
21    units: peers
22     info: Checks if the DHT has enough peers to operate
23       to: sysadmin