[Nutify] A Dockerized NUT Server with Email and Report Notifications
PeaNUT: A Tiny Dashboard for Network UPS Tools
Videos
Hello everyone,
I've recently developed Nutify, a Dockerized Network UPS Tools (NUT) server with email notification support, designed to monitor Uninterruptible Power Supply (UPS) devices and send email alerts for various UPS events.
https://github.com/DartSteven/Nutify
Key Features:
-
Real-time Monitoring: Continuously tracks UPS metrics such as voltage, power, battery status, and load.
-
Email Notifications: Sends alerts for events like power failures, low battery, or UPS disconnections.
-
USB UPS Support: Compatible with USB-connected UPS devices.
-
SMTP Support: Configurable to work with various SMTP servers, including Gmail.
Why I'm Sharing:
As an amateur developer without formal programming education, I'm eager to gather feedback from the community. I would greatly appreciate it if you could test Nutify, especially with different UPS models, as NUT configurations can vary widely.
Unfortunately, I only have two UPS devices to test it on: a Back-UPS RS 1600SI and an Eaton 3S 550. It would be extremely helpful to know how it performs with other models.
How You Can Help:
-
Test Nutify: Deploy it with your UPS setup and observe its performance.
-
Provide Feedback: Share any issues, suggestions, or general thoughts.
-
Patience Appreciated: Being self-taught, I welcome constructive criticism but kindly ask for your understanding.
Thank you for your time, and I look forward to your insights!
Hi Selfhosters!
I have recently released version 1.0 of a little project I've been working on for a bit and would like to get your feedback.
Introducing PeaNUT! A Dashboard for viewing the status of your UPS devices. This is a plug & play solution for anyone wanting to simply view the status of your UPS e.g. making sure it is online or viewing the current power usage. I even have a docker-compose.yml example with the NUT server included. If you've ever found yourself remotely debugging for hours why your security camera is offline, but your network is still up, this will definitely be of use to you! (Speaking from experience 😅)
Currently, I'm looking for feedback on other charts that may be of use to someone, and in general, other features that you may want to see.
Feel free to check it out and let me know what you think!
https://github.com/Brandawg93/PeaNUT
EDIT:
I just published a new test version brandawg93/peanut:test
that now supports multiple UPS devices assuming they are on the same NUT server. If someone could test it out and let me know if it works, I'll publish this for everyone!