At this point silkworm.monitor, foundry-chassis.monitor and printmib.monitor do not work for me.
Unfortunately I'm not enough of a perl scripter to further debug this issue. Anyone have any ideas?
Also, the monshow cgi seems to be failing when I click on the "Service" link to get more information. Is this a Perl 5.8 issue?
Hugh
#!/usr/bin/perl
use SNMP;
$host = $ARGV[0];
$s = new SNMP::Session(DestHost => $host, Community => public);
if($s)
{
print "Session completed\n";
} else {
print "Session could not be completed\n";
};
-- Hugh Caley, Unix Systems Administrator Affymetrix Inc., 510-428-8537 [EMAIL PROTECTED]
_______________________________________________ mon mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/mon
