From: Kim J. <ho...@we...> - 2009-05-19 21:30:18
|
Hi, I have a problem which I don't understand, hopefully some of You here can help me... My oids file: WlStatTxRate : .1.3.6.1.4.1.14988.1.1.1.1.1.2 : branch WlStatRxRate : .1.3.6.1.4.1.14988.1.1.1.1.1.3 : branch WlStatStrength : .1.3.6.1.4.1.14988.1.1.1.1.1.4 : branch WlStatSsid : .1.3.6.1.4.1.14988.1.1.1.1.1.5 : branch #WlStatBssid : .1.3.6.1.4.1.14988.1.1.1.1.1.6 : branch WlStatFreq : .1.3.6.1.4.1.14988.1.1.1.1.1.7 : branch WlRtabStrength : .1.3.6.1.4.1.14988.1.1.1.2.1.3.0.21.109.84.248.208 : branch WlRtabTxBytes : .1.3.6.1.4.1.14988.1.1.1.2.1.4.0.21.109.84.248.208 : branch WlRtabRxBytes : .1.3.6.1.4.1.14988.1.1.1.2.1.5.0.21.109.84.248.208 : branch WlRtabTxPackets : .1.3.6.1.4.1.14988.1.1.1.2.1.6.0.21.109.84.248.208 : branch WlRtabRxPackets : .1.3.6.1.4.1.14988.1.1.1.2.1.7.0.21.109.84.248.208 : branch WlRtabTxRate : .1.3.6.1.4.1.14988.1.1.1.2.1.8.0.21.109.84.248.208 : branch And my Transforms file: WlStatTxRateTxt : SPEED : {WlStatTxRate} WlStatRxRateTxt : SPEED : {WlStatRxRate} WlRtabTxRateTxt : SPEED : {WlRtabTxRate} WlRtabTXBytesDelta : DELTA : {WlRtabTxBytes} KimKanGodtLideFisk : MATH : {WlRtabTXBytesDelta} x 8 1DbT567890123456789012345 : SPEED : {KimKanGodtLideFisk} 2D34567890123456789012345 : DELTA : {WlRtabRxBytesDelta} 2Db4567890123456789012345 : MATH : {2D34567890123456789012345} x 8 2DbT567890123456789012345 : SPEED : {2Db4567890123456789012345} When I run devmon -f -vvvvvvvvvvvvvvvvvvv I get this error. [09-05-19@23:15:17] Performing test logic Can't use string ("Inherited error") as a HASH ref while "strict refs" in use at /usr/local/devmon/modules/dm_tests.pm line 1869, <$__ANONIO__> line 22. [09-05-19@23:15:17] Shutting down [09-05-19@23:15:17] Received signal TERM, shutting down with return code 0 I have tried to find some logic in it but have not had any succeed in it. But I think the error is about the first MATH line. Some help or suggestion would be great. -- Kim Version |