[smokeping-users] Re: smokeping 1.29 forgets to probe http targets ??
Sebastien Guilbaud
sguilbaud at oceanet-technology.com
Wed May 12 09:29:11 MEST 2004
> 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: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