]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/ipfs.conf
Merge pull request #1880 from sternix/master
[netdata.git] / conf.d / health.d / ipfs.conf
1
2 template: ipfs_datastore_usage
3       on: ipfs.repo_size
4     calc: $size * 100 / $avail
5    units: %
6    every: 10s
7     warn: $this > (($status >= $WARNING)  ? (80) : (90))
8     crit: $this > (($status == $CRITICAL) ? (90) : (98))
9    delay: down 15m multiplier 1.5 max 1h
10     info: ipfs Datastore close to running out of space
11       to: sysadmin