On 22 March 2010 17:03, Joseph L. Casale <[email protected]> wrote: > For some time I have been using a simple v3 config such as: > > # snmpd.conf > rwuser myuser priv > > in a fairly locked down environment...... > > I always thought the rwuser config I was using opened access up to everything?
It does. > .... I now have to add functionality to > monitor RHCS using the following from their KB entry: > > dlmod RedHatCluster /usr/lib64/cluster-snmp/libClusterMonitorSnmp.so > view systemview included REDHAT-CLUSTER-MIB:RedHatCluster You don't need the "view" entry. This is covered by the "rwuser" entry you already have. The 'dlmod' entry is the important bit - this is what loads the additional functionality. The "view" entry is simply extending the default access configuration to make this new module visible. You've already got that handled by your "rwuser" line. Concentrate on the dlmod entry, and check for any errors logged by the agent when it starts up. Also try walking the dlmod table. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
