Repository : http://git.fedorahosted.org/git/?p=conga-luci-1stgen.git
On branch : RHEL5-active
>---------------------------------------------------------------
commit 197c989cc824b4515c8cd267b58d2c53ae13c785
Author: Jan Pokorný <jpokorny(a)redhat.com>
Date: Mon Aug 13 15:16:35 2012 +0200
cluster-snmp: README: slightly reformat, 64bit env. info
Signed-off-by: Jan Pokorný <jpokorny(a)redhat.com>
>---------------------------------------------------------------
ricci/modules/cluster/clumon/README.snmpd | 30 ++++++++++++++++++----------
1 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/ricci/modules/cluster/clumon/README.snmpd b/ricci/modules/cluster/clumon/README.snmpd
index 8239e52..3124d7a 100644
--- a/ricci/modules/cluster/clumon/README.snmpd
+++ b/ricci/modules/cluster/clumon/README.snmpd
@@ -1,14 +1,21 @@
+net-snmp configuration
+======================
-net-snmp configuration:
+Refer to net-snmp documentation for ACL configuration (/etc/snmp/snmpd.conf is
+commented as well). To load cluster MIB's shared library, add following line
+to /etc/snmpd/snmp.conf:
-Refer to net-snmp documentation for ACL configuration (/etc/snmp/snmpd.conf is commented as well).
-To load cluster MIB's shared library, add following line to /etc/snmpd/snmp.conf
dlmod RedHatCluster /usr/lib/cluster-snmp/libClusterMonitorSnmp.so
+Warning:
+The exact location may vary; e.g., in the 64bit environment, it may be
+/usr/lib64/cluster-snmp/libClusterMonitorSnmp.so (as silently expected).
+
Sample configurations:
-1. cluster info is accessible from anywhere using "public" community (add the following to default /etc/snmp/snmpd.conf):
+1. cluster info is accessible from anywhere using "public" community (add the
+ following to default /etc/snmp/snmpd.conf):
######################################
## cluster monitoring configuration ##
@@ -22,8 +29,8 @@ view systemview included REDHAT-CLUSTER-MIB:RedHatCluster
######################################
-
-2. cluster info is accessible from localhost and 192.168.0.0/16 using "cluster" community:
+2. cluster info is accessible from localhost and 192.168.0.0/16 using "cluster"
+ community:
######################################
## cluster monitoring configuration ##
@@ -52,11 +59,12 @@ access clusterGroup "" any noauth prefix clusterview none none
######################################
+net-snmp client configuration
+=============================
-net-snmp client configuration:
-Place REDHAT-MIB and REDHAT-CLUSTER-MIB into ~/.snmp/mibs/, and query cluster using:
-snmpwalk -v 2c -c COMMUNITY NODENAME REDHAT-CLUSTER-MIB::RedHatCluster
-(replace NODENAME with the hostname of one of cluster nodes running software)
-
+Place REDHAT-MIB and REDHAT-CLUSTER-MIB into ~/.snmp/mibs/, and query cluster
+using:
+snmpwalk -v 2c -c COMMUNITY NODENAME REDHAT-CLUSTER-MIB::RedHatCluster
+(replace NODENAME with the hostname of one of cluster nodes running software)