software:nut:master
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
software:nut:master [2025/04/14 22:32] – rodolico | software:nut:master [2025/07/03 02:45] (current) – rodolico | ||
---|---|---|---|
Line 39: | Line 39: | ||
This is the nasty part. We need to have ups.conf set up with the correct stanza to read the snmp UPS. Normally we would just point nut-scanner at it, but nut-scanner has some issues, at least on 2.7.4, under Debian where it can not find the snmp libraries. So, autodetect does not work. | This is the nasty part. We need to have ups.conf set up with the correct stanza to read the snmp UPS. Normally we would just point nut-scanner at it, but nut-scanner has some issues, at least on 2.7.4, under Debian where it can not find the snmp libraries. So, autodetect does not work. | ||
+ | <code bash> | ||
nut-scanner --snmp_scan --mask_cidr 192.168.100.0/ | nut-scanner --snmp_scan --mask_cidr 192.168.100.0/ | ||
+ | </ | ||
returns "SNMP library not found. SNMP search disabled." | returns "SNMP library not found. SNMP search disabled." | ||
- | So, we'll do it the way that is more susceptible to error. Modify the following to match your setup, then put it in ups.conf | + | If, you are running a distribution that does have a working nut-scanner, |
+ | <code bash> | ||
+ | nut-scanner -U -S -m 192.168.100.0/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | On systems without a working nut-scanner, we'll do it the way that is more susceptible to error. Modify the following to match your setup, then put it in ups.conf | ||
<file autoconf ups.conf> | <file autoconf ups.conf> |
software/nut/master.txt · Last modified: 2025/07/03 02:45 by rodolico