nvme.conf 446 B

1234567891011121314
  1. # you can disable an alarm notification by setting the 'to' line to: silent
  2. template: nvme_device_critical_warnings_state
  3. on: nvme.device_critical_warnings_state
  4. class: Errors
  5. type: System
  6. component: Disk
  7. lookup: max -30s unaligned
  8. units: state
  9. every: 10s
  10. crit: $this != nan AND $this != 0
  11. delay: down 5m multiplier 1.5 max 2h
  12. info: NVMe device ${label:device} has critical warnings
  13. to: sysadmin