diff options
Diffstat (limited to 'health/health.d/linux_power_supply.conf')
-rw-r--r-- | health/health.d/linux_power_supply.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/health/health.d/linux_power_supply.conf b/health/health.d/linux_power_supply.conf deleted file mode 100644 index b0d35e75..00000000 --- a/health/health.d/linux_power_supply.conf +++ /dev/null @@ -1,15 +0,0 @@ -# Alert on low battery capacity. - - template: linux_power_supply_capacity - on: powersupply.capacity - class: Utilization - type: Power Supply -component: Battery - calc: $capacity - units: % - every: 10s - warn: $this < 10 - delay: up 30s down 5m multiplier 1.2 max 1h - summary: Power supply capacity - info: Percentage of remaining power supply capacity - to: silent |