adaptec_raid.conf 564 B

123456789101112131415161718192021222324
  1. # logical device status check
  2. template: adapter_raid_ld_status
  3. on: adapter_raid.ld_status
  4. lookup: max -5s
  5. units: bool
  6. every: 10s
  7. crit: $this > 0
  8. delay: down 5m multiplier 1.5 max 1h
  9. info: at least 1 logical device is failed or degraded
  10. to: sysadmin
  11. # physical device state check
  12. template: adapter_raid_pd_state
  13. on: adapter_raid.pd_state
  14. lookup: max -5s
  15. units: bool
  16. every: 10s
  17. crit: $this > 0
  18. delay: down 5m multiplier 1.5 max 1h
  19. info: at least 1 physical device is not in online state
  20. to: sysadmin