@SimonF Thanks for the work on this plugin
After the last update I am getting the following error:
root@medusa:~# /usr/local/emhttp/plugins/nut/scripts/start
Writing nut config
Updating permissions...
Network UPS Tools - UPS driver controller 2.7.4.1
/usr/libexec/nut/snmp-ups: error while loading shared libraries: libnetsnmp.so.35: cannot open shared object file: No such file or directory
Driver failed to start (exit status=127)
I found the following
root@medusa:~# find / -iname "libnetsnmp.so*"
/usr/lib64/libnetsnmp.so
/usr/lib64/libnetsnmp.so.30
/usr/lib64/libnetsnmp.so.30.0.3
I then installed:
and now I see the following:
root@medusa:~# find / -iname "libnetsnmp.so*"
/usr/lib64/libnetsnmp.so.40
/usr/lib64/libnetsnmp.so
/usr/lib64/libnetsnmp.so.40.2.0
I created a symlink for the library: `ls -s /usr/lib64/libnetsnmp.so.40 /usr/lib64/libnetsnmp.so.35`
and now am getting the following:
root@medusa:~# /usr/local/emhttp/plugins/nut/scripts/start
Writing nut config
Updating permissions...
Network UPS Tools - UPS driver controller 2.7.4.1
Network UPS Tools - Generic SNMP UPS driver 1.07 (2.7.4.1)
No matching MIB found for sysOID '.1.3.6.1.4.1.8072.3.2.10'!
Please report it to NUT developers, with an 'upsc' output for your device.
Going back to the classic MIB detection method.
No matching MIB found for sysOID '.1.3.6.1.4.1.8072.3.2.10'!
Please report it to NUT developers, with an 'upsc' output for your device.
Going back to the classic MIB detection method.
No matching MIB found for sysOID '.1.3.6.1.4.1.8072.3.2.10'!
Please report it to NUT developers, with an 'upsc' output for your device.
Going back to the classic MIB detection method.
No supported device detected
Driver failed to start (exit status=1)
The plugins: