[smokeping-users] Re: Smokeping 2 and RemoteFPing probe

Niko Tyni ntyni+smokeping-users at mappi.helsinki.fi
Tue May 17 16:37:18 MEST 2005


On Tue, May 17, 2005 at 02:23:59PM +0100, Sam Stickland wrote:
 
> I'm trying to get Smokeping2 up and running, with multiple rhosts for the 
> RemoteFPing probe, but I'm getting "unknown variable 'rhost'". I've 
> attached the relevant bit of the config below. It looks to me like 
> Smokeping2 can't support multiple rhosts per RemoteFPing target?

Hi,

You'll have to define one RemoteFPing probe instance per 'rhost'.
The probe executes just one command, something like 
'ssh rhost fping host1 host2 host3', so you can't have targets with
different rhosts probed by the same probe. This is exactly what a
'probe-specific variable' means in the documentation.

See the smokeping_examples document, particularly 'Example 3:
config.fping-instances', for an example of configuring probe
instances.

> On another note, I had to change
> 
>          die("$file: unknown RRD version: $info->{rrd_version}")
>                  unless $info->{rrd_version} eq '0001';
> 
> to
> 
>          die("$file: unknown RRD version: $info->{rrd_version}")
>                  unless $info->{rrd_version} eq '0003';
> 
> in lib/Smokeping/RRDtools.pm to get it to work with RRDTool 1.2.x. Is that 
> expected? It doesn't seem to be documented.

It's a bug in 2.0rc4 and RRDtool 1.2 compatibility. Thanks! Looks like
you're the first one to generate new RRD files with Smokeping.

There was another compatibility bug in RRDtools.pm reported today as
well, which shows up after one restart. We'll fix these for the next
candidate.

Cheers,
-- 
Niko 

--
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://lists.ee.ethz.ch/smokeping-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the smokeping-users mailing list