> have you enabled the logfile ? What does it say ....

smokeping[30755]: Launched successfully
smokeping[30755]: EchoPingHttps: probing 0 targets
smokeping[30755]: EchoPingHttp: probing 0 targets
smokeping[30755]: FPing: probing 87 targets
smokeping[30755]: EchoPingSmtp: probing 0 targets

and sometimes :

smokeping[541]: splice() offset past end of array at 
/var/www/smokeping/lib/probes/base.pm line 70

> you might want to add
> 
> use Data::Dumper;
> print Dumper $probes;
> 
> around line 2062 after
> 
> load_cfg $cfgfile;
> 
> to SmokePing.pm
> 
> this will tell you what smokeping has parsed so fahr ...

I did it, but I am no perl guru :))

the beginning seems strange to me...  (slightly reformatted
to fit message)

$VAR1 = {
   'EchoPingHttps' => bless( {
     'targets' => {},
     'cfg' => {
       'Probes' => {
         'EchoPingHttps' => {
           'binary' => '/usr/bin/echoping' 

         },
         'EchoPingHttp' => {
           'binary' => '/usr/bin/echoping' 

         },
         'FPing' => {
           'binary' => '/usr/bin/fping' 

         },
         'EchoPingSmtp' => {
           'binary' => '/usr/bin/echoping' 

         }
    },


-- 
Sébastien Guilbaud

--
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