I'm very sorry, I didn't apply patch like described in BUG section:
- In order for the RRD to actually store data larger than 180, you also need to apply this patch (or to use the most recent version of smokeping): https://github.com/oetiker/SmokePing/commit/60419834f224a0735094fd4ad0aac8eac3b15289 Now I resolve, Graphs are showing like a charm. Thank you to all instead 2017-05-08 9:10 GMT+02:00 Matteo Belloni <[email protected]>: > Hello to all, > I'm having problems with the representation of the points on the charts. > I have correctly set the Probe and the Target, since every hour set the > probe part, even in debug mode I see that the download and upload test runs > and value is extrapolated. > Unfortunately, despite putting the max_rrt value in the + overview > section, I do not print the values in the graph. > Smoking version is 2.6.9 on a Raspberry Pi3. > Smoking works correctly with all the other probes set. > However, I note that rrd files are created and updated only when the > smoking service starts. > So it looks like the next probes do not start, but only the first one at > the start of the smoking service. > I now export rrd to xml format and I see there are only NaN values. > This is my Probes file: > *** Probes *** > > + FPing > > binary = /usr/bin/fping > step = 300 # repeat each 5 minutes > pings = 10 # send 10 ICMP packets > > + speedtest > binary = /usr/local/bin/speedtest-cli > timeout = 300 > step = 3600 > offset = random > pings = 3 > > ++ speedtest-download > measurement = download > > ++ speedtest-upload > measurement = upload > > And this is my Targets files: > > *** Targets *** > probe = FPing > > menu = Top > title = Network Latency Grapher > remark = Welcome to the SmokePing website of Tzunami Company. \ > Here you will learn all about the latency of our network. > > + Local > menu = LAN > title = Local Network > > ++ Router > title = x.x.x.x > menu = Router > host = x.x.x.x > > + Speedtest > menu = Speedtest > title = SpeedTest.net Up/Down (bits/sec) > > > ++ Download > menu = Download > title = Download bits/sec > > +++ Download_from_Telecom_Italia > title = Download Telecom Italia S.p.A. (Milan, Italy) [2.72 km] > probe = speedtest-download > server = 3667 > measurement = download > host = speedtestmi1.telecomitalia.it > > ++ Upload > menu = Upload > title = Upload bits/sec > > +++ Upload_to_Telecom_Italia > title = Upload Telecom Italia S.p.A. (Milan, Italy) [2.72 km] > probe = speedtest-upload > server = 3667 > measurement = upload > host = speedtestmi1.telecomitalia.it > > > My Presentation: > > *** Presentation *** > > template = /etc/smokeping/basepage.html > charset = utf-8 > > + charts > > menu = Charts > title = The most interesting destinations > > ++ stddev > sorter = StdDev(entries=>4) > title = Top Standard Deviation > menu = Std Deviation > format = Standard Deviation %f > > ++ max > sorter = Max(entries=>5) > title = Top Max Roundtrip Time > menu = by Max > format = Max Roundtrip Time %f seconds > > ++ loss > sorter = Loss(entries=>5) > title = Top Packet Loss > menu = Loss > format = Packets Lost %f > > ++ median > sorter = Median(entries=>5) > title = Top Median Roundtrip Time > menu = by Median > format = Median RTT %f seconds > > + overview > > width = 600 > height = 50 > range = 10h > max_rtt = 1000000000 > > + detail > > width = 600 > height = 200 > unison_tolerance = 2 > > "Last 3 Hours" 3h > "Last 30 Hours" 30h > "Last 10 Days" 10d > "Last 360 Days" 360d > > #+ hierarchies > #++ owner > #title = Host Owner > #++ location > #title = Location > > > Any help appreciated. > Thank you > > > > > >
_______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
