TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MRTG configs...



Having a bear of a time trying to get my initial install to work.  I've
followed the mrtg.cfg sample file, but still run into errors, and
haven't been able to get the cfgmaker to work.  One of the errors that I
continuously get is

Substitution loop at SNMP_Session.pm line 327

Here is the info from that file

321 sub error ($$)
    322 {
    323     my ($this,$message) = @_;
    324     my $session = $this->to_string;
    325     $SNMP_Session::errmsg = $message."\n".$session;
    326     unless ($SNMP_Session::suppress_warnings) {
    327         $message =~ s/^/  /mg;
    328         warn ("SNMP Error:\n".$SNMP_Session::errmsg."\n");



Any help with this would be much appreciated.

KJ