ipfs.conf 398 B

1234567891011121314
  1. template: ipfs_datastore_usage
  2. on: ipfs.repo_size
  3. class: Utilization
  4. type: Data Sharing
  5. component: IPFS
  6. calc: $size * 100 / $avail
  7. units: %
  8. every: 10s
  9. warn: $this > (($status >= $WARNING) ? (80) : (90))
  10. crit: $this > (($status == $CRITICAL) ? (90) : (98))
  11. delay: down 15m multiplier 1.5 max 1h
  12. info: IPFS datastore utilization
  13. to: sysadmin