Hi Julian,

Today Julian wrote:

> Hi Tobi,
> That's quite a lot of info, so it looks like this:
>
> # /usr/local/rrdtool-1.2.19/bin/rrdtool info Router.rrd
> filename = "Router.rrd"
> rrd_version = "0003"
> step = 300


hmmm so for some reason, smokeping is picking up a completely
different step size than actually is in this rrd file ...

so what happens if you run

use RRDs;
use Data::Dumper;

my @out = RRDs::info "Router.rrd";
print Dumper \@out;

cheers
tobi



-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900

_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to