openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
31 stars 20 forks source link

Added LVM pool alerts #49

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR adds alert rules for LVM pools(thick and thin). Three rules are added:

  1. LVMVolumeGroupMissingPhysicalVolume- alerts if any underlying PV is missing for the volume group
  2. LVMVolumeGroupCapacityLow- alerts if the volume group is running low on capacity
  3. LVMThinPoolCapacityLow- alerts if thin pool is running low on capacity
avishnu commented 3 years ago

Please resolve the conflict cause by the previous merge.