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