Hi Romeo,
Damn, we still didn't meet for beer :)
http://anakin.swiss-support.net/~romeo/lvs-snmp/ucd-snmp-lvs-module-0.0.2.tar.bz2
changelog:
2002.03.06 0.0.2
- extented MIB
- added default timeout values and daemon state / interface (state
transition)
- services table now also provides the rates not only the counters
- implemented agentxwrapper (ucd-snmp-lvs can now run as an subagent in
an
own process; this feature is marked as experimental by ucd-snmp !)
- now also realserver config/stats/rates are implemented
- cleanups (e.g. use HZ from linux/param.h to be more portable)
Wonderful. Thank you for this module. I attached a small typo-fix.diff
patch, if you're interested. It's not crucial but in case you would like
to push it towards Wes Hardaker for general inclusion into net-snmp it
would be a start :)
feedback always welcome
I like the idea about the writeable objects. LVS having this feature
toghether with SNMPv3 would have another measurement compared to
commercial load balancers.
Cheers,
Roberto Nibali, ratz
--- LVS-MIB.txt Wed Mar 6 22:58:07 2002
+++ LVS-MIB.txt-less-typos Thu Mar 7 23:47:11 2002
@@ -206,7 +206,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "The netmask of persitent connections"
+ "The netmask of persistent connections"
::= { lvsServiceEntry 8 }
lvsServiceNumDests OBJECT-TYPE
@@ -230,7 +230,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of incomming pakets to this lvs service"
+ "the total number of incoming packets to this lvs service"
::= { lvsServiceEntry 11 }
lvsServiceStatsOutPkts OBJECT-TYPE
@@ -238,7 +238,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of outgoing pakets from this lvs service
(always 0 for LVS-DR)"
+ "the total number of outgoing packets from this lvs service
(always 0 for LVS-DR)"
::= { lvsServiceEntry 12 }
lvsServiceStatsInBytes OBJECT-TYPE
@@ -246,7 +246,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of incomming bytes from this lvs service"
+ "the total number of incoming bytes from this lvs service"
::= { lvsServiceEntry 13 }
lvsServiceStatsOutBytes OBJECT-TYPE
@@ -407,7 +407,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of incomming pakets to this lvs realserver"
+ "the total number of incoming packets to this lvs realserver"
::= { lvsRealEntry 8 }
lvsRealStatsOutPkts OBJECT-TYPE
@@ -415,7 +415,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of outgoing pakets from this lvs realserver
(always 0 for LVS-DR)"
+ "the total number of outgoing packets from this lvs realserver
(always 0 for LVS-DR)"
::= { lvsRealEntry 9 }
lvsRealStatsInBytes OBJECT-TYPE
@@ -423,7 +423,7 @@
MAX-ACCESS read-only
STATUS current
DESCRIPTION
- "the total number of incomming bytes from this lvs realserver"
+ "the total number of incoming bytes from this lvs realserver"
::= { lvsRealEntry 10 }
lvsRealStatsOutBytes OBJECT-TYPE
|