summaryrefslogtreecommitdiffstats
path: root/health/health.d/linux_power_supply.conf
blob: a27ea07226a55eef9832dff910046c83fa453fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Alert on low battery capacity.

template: linux_power_supply_capacity
      on: powersupply.capacity
    calc: $capacity
   units: %
   every: 10s
    warn: $this < 10
    crit: $this < 5
   delay: up 30s down 5m multiplier 1.2 max 1h
    info: percentage of remaining power supply capacity
      to: sysadmin