3) Ability to log SNMP TRAPS to it's own log file.

You can do this with a notifier. Add Command Line notifier and use something like "trap-receiver.pl '${MESSAGE}'" as the Command.

then put a script like the following in your Tools folder within Intermapper Settings.

#!/usr/bin/perl

open(LOGFILE, ">> /usr/local/share/intermapper/InterMapper_Settings/Tools/trap-log");

        print LOGFILE "@ARGV[0]\n";

close(LOGFILE);

This will put all your Traps into a file called trap-log.
--
matt


____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to