VBTK::Snmp::Dynamo allows monitoring of ATG Dynamo process through SNMP.
SYNOPSIS
# If you like all the defaults, then there's no need to over-ride them.
$o = new VBTK::Snmp::Dynamo (
Host => 'myhost',
Port => 8870,
);
$vbObj = $o->addVBObj ();
&VBTK::runAll;
This perl module is a front-end to the VBTK::Snmp package. It supports the same public methods as the VBTK::DBI package, but with common defaults to simplify the setup of a process to monitor an ATG Dynamo process through SNMP.
Product's homepage
Requirements:
· Perl