<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi, I want to graph my Oid value.<div>The Snmp responce is  <span style="font-family: arial, serif; font-size: 11px; background-color: rgb(233, 233, 233); ">SNMP OK - 645616 .</span></div><div><font face="arial, serif"><span style="font-size: 11px;">How can I graph it correctly?<br></span></font><br></div><div><br></div><div><div>#/output:SNMP.*?(\d+)|ABILIS-CPX-2-MIB::cxEthDgRxPayload5secThr.eth.[0-9]+c/</div><div># and push @s, [ RxPayloadsec, [ 'data', GAUGE, $1 ]];</div><div><br></div><div>#/output:SNMP.*?(\d+)|ABILIS-CPX-2-MIB::cxEthDgTxPayload5secThr.eth.[0-9]+c/</div><div># and push @s, [ TxPayloadsec, [ 'data', GAUGE, $1 ]];</div></div><div><br></div>                                          </div></body>
</html>