From the supervisor add-on store, add the following repository:
https://github.com/darthsebulba04/hassio-addons
Then, in the new list of add-ons, install SNMP Server
- Set the
community
option, eg,public
. Fill in the other options if you wish. - Set the port under network, eg,
161
. - Save the add-on configuration by clicking the "SAVE" button.
- Start the add-on.
The SNMP server add-on can be changed to your likings. This section describes each of the add-on configuration options.
Example add-on configuration:
community: public
location: Home
name: RPi
email: rpi@me.com
The community your SNMP monitor is looking for, eg public
The SNMP location, eg Home
The SNMP contact name, eg RPi
The SNMP contact email address, eg rpi@me.com
In case you've found a bug, please open an issue on my GitHub.