Difference between revisions of "Configuration (Ubuntu)"

Jump to navigation Jump to search
→‎Setup (Post v12): Updated with snmpd option to reduce how verbose logging level is
(→‎SNMP: Added Setup (Post v12))
(→‎Setup (Post v12): Updated with snmpd option to reduce how verbose logging level is)
Line 140: Line 140:
  syscontact info@sandfordit.com
  syscontact info@sandfordit.com


=== Setup (Post v12) ===
== Setup (Post v12 Ubunutu) ==
# Run the following command to update the package database
# Run the following command to update the package database
#* <code> apt-get update </code>
#* <code> apt-get update </code>
Line 147: Line 147:
# Replace existing config file with contents as shown below the procedure
# Replace existing config file with contents as shown below the procedure
#* <code> vi /etc/snmp/snmpd.conf </code>
#* <code> vi /etc/snmp/snmpd.conf </code>
# Throttle down logging verbosity (otherwise log is spammed with <code>Connection from UDP</code> messages
#* <code> vi /etc/default/snmpd </code>
#* Set the option <code>-LS0-5d</code> so the config line starts...
#* <code>SNMPDOPTS='-LS0-5d -Lf /dev/null </code>
# Restart SNMP
# Restart SNMP
#* <code> /etc/init.d/snmpd restart </code>
#* <code> /etc/init.d/snmpd restart </code>

Navigation menu