Getting network use using SNMP - Error initializing binding

By default snmp binding is listening on port 162, not 161. thus you need to either change your port for the snmp binding to 161 in snmp.cfg or create the file 162 as above. I’d suggest the second,

A couple of updates.

  1. That path to authbind is often needed in the .service
  2. The .service from OpenHab has been changed.

Proper ExecStart is:

ExecStart=/usr/bin/authbind --deep /usr/share/openhab2/runtime/bin/karaf $OPENHAB_STARTMODE`

Back to the topic, anyone found an easy way of calculating the interface speed from ifInOctets?