VBTK::Parser is a Perl class for handling parsing and processing of incoming data.
SYNOPSIS
Do not access this class directly. It is called by the major data-gathering classes (Wrapper, Snmp, Dbi, Http, Tcp, Smtp, Pop3, etc.) to handle the parsing of data and client-side processing of VBObjects.
# Associate a VBObject with a data-gathering object
$vbObj = $obj->addVBObj(
VBObjName => ".myhost.cpu",
TextHistoryLimit => 50,
ReverseText => 1,
Rules => {
'($data[1] > 3)' => 'Warn',
'($data[1] > 6)' => 'Fail',
'($data[22]
Product's homepage
Requirements:
· Perl