####
# snmpd.conf
####
####
# First, map the community name "public" into a "security name"
####
# sec.name source community
com2sec notConfigUser default public
####
# Second, map the security name into a group name:
####
# groupName securityModel securityName
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
####
# Third, create a view for us to let the group have rights to:
####
# Make at least snmpwalk -v 1 localhost -c public system fast again.
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view allview included .1.3.6
####
# Finally, grant the group read-only access to the systemview view.
####
# group context sec.model sec.level prefix read write notif
access notConfigGroup "" any noauth exact allview none none
####
# System contact information
####
syslocation Unknown (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
Whatever I do the memory usage will somehow show