On 27/02/07, Torsten Jacobsson <[EMAIL PROTECTED]> wrote: > How about, if I have a extend-script outputting an integer value like this: > > tor:/home/tjs# snmpget -v 1 -c public localhost nsExtendOutput1Line.\"bbb\" > NET-SNMP-EXTEND-MIB::nsExtendOutput1Line."bbb" = STRING: 276
The output of an extend script is not an integer - it's a string. This string may contain a printable representation of an integer value, but it's still a string. > Is it possible to monitor this OID with the following command ? > > monitor -r 60 -I "trapp2" nsExtendOutput1Line.\"bbb\" > 300 No. > If not, is there another way to do it ? If you can tweak the script to return this integer value as the return value of the script (i.e. "exit(276);" or similar), then you can monitor it using nsExtendResult. (Though I have a feeling this value may be limited to 8 bits, i.e. 0-255). Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
