|
From: Matthew N. <MNe...@sa...> - 2011-11-14 19:09:21
|
Hello,
I am trying to make devmon monitor the count of vpn's that are active
on routers. This allows us to determine if the backup connections are
up/down.
My Code
xymon:/etc/devmon/templates/cisco-2800/dsl # cat message
{cipSecGlobalActiveTunnels.errors}
DSL Connections
Number of Active DSL Connections {cipSecGlobalActiveTunnels}
xymon:/etc/devmon/templates/cisco-2800/dsl # cat oids
cipSecGlobalActiveTunnels : .1.3.6.1.4.1.9.9.171.1.3.1.1 : leaf
xymon:/etc/devmon/templates/cisco-2800/dsl # cat thresholds
cipSecGlobalActiveTunnels : red : 0 : No Connections
cipSecGlobalActiveTunnels : green : >0 : Number of Active
Connections is Normal: {cipSecGlobalActiveTunnels}
So far this does not work or return values. If I use snmpwalk I get a
value back with no issues. However, devmon isn't pulling the data.
Thanks,
Matt
|