summaryrefslogtreecommitdiffstats
path: root/health/guides/linux_power_supply/linux_power_supply_capacity.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
commitbe1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /health/guides/linux_power_supply/linux_power_supply_capacity.md
parentInitial commit. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--health/guides/linux_power_supply/linux_power_supply_capacity.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/health/guides/linux_power_supply/linux_power_supply_capacity.md b/health/guides/linux_power_supply/linux_power_supply_capacity.md
new file mode 100644
index 00000000..10ee32f4
--- /dev/null
+++ b/health/guides/linux_power_supply/linux_power_supply_capacity.md
@@ -0,0 +1,18 @@
+### Understand the alert
+
+The `linux_power_supply_capacity` alert is triggered when the remaining power supply capacity of a Linux system is low. A warning state occurs when the capacity falls below 10%, and a critical state occurs when it falls below 5%. This alert indicates that the system may run out of power and shut down soon.
+
+### Troubleshoot the alert
+
+1. **Restore power**: Connect the system to a power source to recharge the battery and prevent an unexpected shutdown.
+
+2. **Check battery health**: Inspect the health of the system's battery. If the capacity is consistently low or degrading, consider replacing the battery.
+
+3. **Consider a UPS**: If your system experiences frequent power interruptions, you may want to integrate an uninterruptible power supply (UPS) to provide temporary power and prevent system shutdowns.
+
+4. **Monitor power supply metrics**: Keep an eye on power supply metrics, such as remaining capacity and charge/discharge rate, to ensure the system is functioning optimally.
+
+### Useful resources
+
+1. [Battery Health Monitoring on Linux](https://wiki.archlinux.org/title/Laptop#Battery)
+2. [Monitoring Power Supply on Linux](https://askubuntu.com/questions/69556/how-to-check-battery-status-using-terminal)