>> http://www.linuxdynasty.org/howto-monitor-redhat-cluster-using-snmp-and-python.html
>
>The walk above should show this.
>Note that you probably need to have snmpwalk explicitly load the
>REDHAT-CLUSTER-MIB in order to see the names correctly:
>
>snmpwalk -m +REDHAT-CLUSTER-MIB -v 3 ... hostn
On 22 March 2010 17:41, Joseph L. Casale wrote:
> Here's the part that doesn't look right, what's with the funny looking
> format of the output?
What you are seeing here is various other cluster-related output.
Not the information defined by the REDHAT-CLUSTER-MIB
In particular:
> HOST-RESOURCE
>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,
Here's some new info that has me puzzled:
# snmpwalk -v 3 ... hostname UCD-DLMOD-MIB::dlmodTable
UCD-DLMOD-MIB::dlmodName.1 = STRING: RedHatCluster
UCD-DLMOD-M
On 22 March 2010 17:03, Joseph L. Casale 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.
>
Hi,
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 now have to add functionality to
monitor RHCS using the following from their KB entry:
dlmod RedHatCluster/usr/lib64/cluster-snmp/libClusterMonitorSnmp.so
vi