diff options
Diffstat (limited to 'health/health.d/ipfs.conf')
-rw-r--r-- | health/health.d/ipfs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/health/health.d/ipfs.conf b/health/health.d/ipfs.conf index a514ddfd..4dfee3c7 100644 --- a/health/health.d/ipfs.conf +++ b/health/health.d/ipfs.conf @@ -10,5 +10,6 @@ component: IPFS 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 |