nut
nut copied to clipboard
The Network UPS Tools repository. UPS management protocol Informational RFC 9271 published by IETF at https://www.rfc-editor.org/info/rfc9271 Please star NUT on GitHub, this helps with sponsorships!
So Im new to this but I set up everything yesterday and it worked but I have some wierd issues today where some things just show N/A and the output...
https://github.com/networkupstools/nut/blob/master/scripts/python/app/NUT-Monitor-py3qt5.in#L900 Because was_online is not a class variable, and always reset to True, while on battery, gui_status_notification spams desktop with notifications. Fix: Move line 900 to line 887 change was_online...
During discussion of issue #3003 it dawned on me that `upssched.c` only calls `fork()` to begin a backgrounded timer daemon. All `exec_cmd` related operations just call `system()` which might use...
Struggling to get APC AP9617 set up with NUT. ``` nutuser@nutserver:~$ sudo upsdrvctl start [sudo] password for nutuser: Network UPS Tools - UPS driver controller 2.7.4 Network UPS Tools -...
I am trying to install NUT on a server running Proxmox 9.0.11. 1. I installed NUT using "apt install nut". It install nut version 2.8.1 2. I ran "nut-scanner -U"...
Key words from these files were not found in the committed nut-website and were not seen in any generated documents so far (e.g. Cables HTML/PDF would be reasonable). These text...
On our relatively busy NAS server there are occasionally console messages that `Data for UPS X is stale`. In original default settings, the messages for `data is no longer stale`...
Touched upon in a number of other tickets, but never made into a targeted one, I think: we have many build scenarios on NUT CI farm and plan/want many more,...
```` ... 0.007398 [D2] Entering run_snmp for 1 IP address range(s) 0.007411 [D1] nutscan_scan_ip_range_snmp: Scanning SNMP for IP address range(s): (1)[10.94.56.0 .. 10.94.56.255] 0.007774 [D2] Entering list_nut_devices_thready for 10.94.56.0 0.007803...
Following up from discussion in #766, we can offer some tricks for either auto-disabling NUT units from auto-starting in systemd if there is no configuration (to avoid using system resources),...