70cbbe466268f647e3f863f685f479c6094edd18
Add Discord Support and added the last instruction for the activation of the script for those that follow the instructions without reading how the program works.
nutNotify
Script to be notified by your UPS with differents notifications :
- Telegram
- Pushbullet
- Pushover
- SMS
- Discord
Install
- Copy git
- Copy file
nutNotify.conf.txtto/usr/local/etc/nutNotify.confand edit it - Copy
nutNotifyFct.sh nutNotifyBoot.sh nutNotify.sh nutShutdown.shto/usr/local/bin - Copy
systemd-notifyto/lib/systemd/system/nut-notify-boot.service - systemctl reload daemon and enable
nut-notify-boot - Create folder
/var/log/nutNotifywith nut rights - Copy logrotate file to
/etc/logrotate.d
git clone https://github.com/belgotux/nutNotify.git
cd nutNotify
cp nutNotify.conf.txt /usr/local/etc/nutNotify.conf
vim /usr/local/etc/nutNotify.conf
cp nutNotifyFct.sh nutNotifyBoot.sh nutNotify.sh nutShutdown.sh /usr/local/bin
cp systemd-notify /lib/systemd/system/nut-notify-boot.service
systemctl daemon-reload
systemctl enable nut-notify-boot.service
mkdir /var/log/nutNotify
chown nut:nut /var/log/nutNotify
cp nutNotify.logrotate /etc/logrotate.d
Activate nutNotify by editing upsmon.conf and replace "NOTIFYCMD" with /usr/local/bin/nutNotify.sh.
Link
Here an article (in french) in my website about the notification of Nut by Telegram Pushbullet or Pushover
You can see a howto to setup your nut configuration to monitore your UPS from scratch (in french)
Description
Languages
Shell
100%