This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp. You can run this library anywhere that Ruby can run.
This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp. You can run this library anywhere that Ruby can run.
To install rb-snmp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-snmp
To see what files were installed by rb-snmp, run:
port contents rb-snmp
To later upgrade rb-snmp, run:
sudo port selfupdate && sudo port upgrade rb-snmp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.