master
conf 15 lines 439 Bytes
Raw
1
2 template: ipfs_datastore_usage
3 on: ipfs.datastore_space_utilization
4 class: Utilization
5 type: Data Sharing
6 component: IPFS
7 calc: $used
8 units: %
9 every: 10s
10 warn: $this > (($status >= $WARNING) ? (80) : (90))
11 crit: $this > (($status == $CRITICAL) ? (90) : (98))
12 delay: down 15m multiplier 1.5 max 1h
13 summary: IPFS datastore utilization
14 info: IPFS datastore utilization
15 to: sysadmin