Run the following commands in the terminal: Update package list: sudo apt update Install SNMP: sudo apt install snmpd Next the configuration file for the SNMP daemon snmpd.conf needs to be adjusted. A manual page is located here link to https://netsnmp.sourceforge.net/docs/man/snmpd.conf.html which contains information for additio...