Jump to content

Main public logs

Combined display of all available logs of ciappinopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:14, 11 August 2025 Admin talk contribs created page Snmp (Created page with "=== INSTALL snmp === <syntaxhighlight lang='bash'> apt install snmp systemctl status snmpd.service systemctl start snmpd.service </syntaxhighlight> === INSTALL snmp-mibs-downloader === <syntaxhighlight lang='bash'> apt install snmp-mibs-downloader </syntaxhighlight> === Configure /etc/snmp/snmp.conf === ==== Path mibs + conf ==== <syntaxhighlight lang='bash'> mibs +ALL mibdirs /var/lib/mibs/iana/:/var/lib/mibs/ietf/:/root/.snmp/mibs/:/root/.snmp/mibs/netdisco-mibs/...")