SNMP configuration on Solaris8 for Cacti:
Please somebody know how to set up an SNMP for to be version 2 in Solaris 8?
I needed for Cacti Software monitoring. 

#############################
 
# File Format:
 
# See below for file format and supported keywords
 
sysdescr        Sun SNMP Agent, Sun-Fire-V240
syscontact      xxx
sysLocation     xxx
#
system-group-read-community     public
#system-group-write-community    private
#
read-community  public
#write-community private
 
rocomunity public
agentaddress tcp:161
includeAllDisks
proc httpd
 
trap            localhost
trap-community  SNMP-trap
#
#kernel-file     /vmunix
#
#managers        lvs golden
managers        localhost
 
#############################
 
# File Format:
 
# Each entry consists of a keyword followed by a parameter string,
# terminated by a newline.  The keyword must begin in the first
# position.  The parameters are separated from the keyword (and from
# one another) by whitespace.  All text following (and including) a '#'
# character is ignored.  Case in keywords is ignored, but case in
# parameter strings is NOT ignored.
 
# Supported Keywords:
 
# sysdescr              String to use for sysDescr.
# syscontact            String to use for sysContact.
# syslocation           String to use for sysLocation.
#
# system-group-read-community   Community name needed for read access
#                                       to the system group.
# system-group-write-community  Community name needed for write access
#                                       to the system group.
# read-community        Community name needed for read access
#                               to the entire MIB.
# write-community       Community name needed for write access
#                               to the entire MIB (implies read access).
#
# trap                  Host names where traps should be sent.
#                               A maximum of 5 hosts may be listed.
# trap-community        Community name to be used in traps.
#
# kernel-file           Filename to use for kernel symbols.
#
-- 
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to