[smokeping-users] Re: Use of uninitialized value problem...
Tobias Oetiker
oetiker at ee.ethz.ch
Thu Jan 17 16:21:58 MET 2002
Today Paul C. Williamson wrote:
>
> People,
>
> I thought I had fixed this problem in my environment, but it came back to bite me after I upgraded to smokeping 0.99.9 this morning. Except this
> time, I can't seem to fix it.
>
> When starting smokeping...
>
> Use of uninitialized value in pattern match (m//) at /usr/local/bin/smokeping/lib/probes/FPing.pm line 44.
> I assume you are using a fping copy reporting in 0.1 miliseconds
> Daemonizing ./smokeping ...
>
the reason is, that
$self->{properties}{binary} -q -C 1 localhost 2>&1
or rather
fping -q -C 1 localhost 2>&1
does not seem to return anything on your box
what you should be seeing is something like this:
oetiker> fping -q -C 1 localhost
localhost : 3.0
cheers
tobi
>
> Paul
>
>
> --
> 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
>
>
--
______ __ _
/_ __/_ / / (_) Oetiker, ETZ J97, ETH, 8092 Zurich, Switzerland
/ // _ \/ _ \/ / phoneto:+41(0)1-632-5286 faxto:+41(0)1-632-1517
/_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://google.com/search?q=tobi
--
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