[Nagiosplug-help] Regex Nagiosgraph

domenico cosentino grouchoman at hotmail.it
Wed Apr 4 15:53:22 CEST 2012


Hi, I want to graph my Oid value.The Snmp responce is  SNMP OK - 645616 .How can I graph it correctly?


#/output:SNMP.*?(\d+)|ABILIS-CPX-2-MIB::cxEthDgRxPayload5secThr.eth.[0-9]+c/# and push @s, [ RxPayloadsec, [ 'data', GAUGE, $1 ]];
#/output:SNMP.*?(\d+)|ABILIS-CPX-2-MIB::cxEthDgTxPayload5secThr.eth.[0-9]+c/# and push @s, [ TxPayloadsec, [ 'data', GAUGE, $1 ]];
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/help/attachments/20120404/1f122a32/attachment.html>


More information about the Help mailing list