using smokeping-1.15
fping-2.4b2_to
On Mandrake 8.2.
Using #!/usr/bin/perl -w to execute the scripts.

I get this error.  It appears that the rrd files get created but never seem to 
change size.(data not being written)

Use of uninitialized value in string eq at /home/smokeping/lib/probes/FPing.pm 
line 103, <GEN2> line 3.
Use of uninitialized value in string eq at /home/smokeping/lib/probes/FPing.pm 
line 103, <GEN2> line 30.

>From FPing.pm:
    while (<$errh>){
        chomp;
        my @times = split /\s+/;
        my $ip = shift @times;
        next unless ':' eq shift @times; #drop the colon                        
   <--line 103.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to