[smokeping-users] FPing.pm uninitialized value
    Obrien, Haskell W. 
    obrienh at more.net
       
    Wed Oct  9 20:54:22 MEST 2002
    
    
  
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:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
    
    
More information about the smokeping-users
mailing list