bnerickson
bnerickson
PR for the pwrstat.py snmp script [here](https://github.com/librenms/librenms-agent/pull/423).
Hello. Is there anything needed from me on this CR?
Related https://github.com/eduardok/libsmbclient-php/issues/98
In case anyone tries to google the error message I got when trying to create a host after puppet was removed, here it is: ``` Unable to save Failed to...
Do you have SELinux running? If so, you'll probably need to install a custom module to permit snmp executing the script. ``` (0) [22:08:04] [root@server:/root] # getenforce Enforcing ``` Otherwise,...
No, an empty error string and an error 0 indicates that there is no error.
Hi @angryp @Jellyfrog @VVelox . Can we get a re-execution of the tests for this PR? I don't mind submitting it myself to get the ball rolling and fix the...
Thanks, @Jellyfrog I think I'm going to tackle this with a new, separate python script that queries the "ss" utility instead of "conntrack". It wasn't hard updating the perl script...
@efelon As a test, would you remove the "long" casting and, assuming you're running python3 on you Pi, would you print the output of `python3 -c "import sys; print(sys.maxsize)"` here?...
@efelon thanks. Would you paste the relevant output when running the /etc/snmp/wireguard.py command under two conditions?: 1. With bytes_sent/bytes_rcvd casted to the long type without division: ``` [...] bytes_rcvd =...