This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Quick script to shutdown a laptop when AC power is no longer being supplied and the battery is low. | |
#Can optionally send an alert out via Pushover or email (Need a functioning mail server for this) | |
#Tested on Proxmox VE. Needs the following packages installed on the target server: powermgmt-base curl util-linux | |
#Set alerting method (pushover/email/off) | |
#a value of 'off' here will disable all alerts | |
#Alerting method |