|
From: Buchan M. <bg...@st...> - 2011-11-15 14:37:39
|
On Monday, 14 November 2011 21:09:04 Matthew Neumark wrote:
> 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}
Did you create the transforms and exceptions files (they must be present even
if empty)?
Did you try increasing the verbosity and looking for relevant error messages?
> 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.
If you have sufficient logging verbosity, it should give you a hint as to why.
Regards,
Buchan
|