Re: [smokeping-users] SmokePing IPv6/FPing6 not displaying any results or error
Hoi Dough, the probe variable must be set in the apropriate section ... it gets inherited down the tree .. I modified the config below ... cheers tobi > > *** Targets *** > > > > > menu = Top > > title = Network Latency Grapher > > remark = Welcome to the SmokePing website of xxx Company. \ > > Here you will learn all about the latency of our network. > > > > + Local > > > > menu = Local > > title = Local Area Network > > #parents = owner:/Test/James location:/ > > > > ++ LocalMachine > > probe = FPing > > > > menu = Local Machine > > title = This host > > host = localhost > > #alerts = someloss > > > > + LocalIPv6 probe = FPing6 > > > menu = Local IPv6 > > title = Local IPv6 Test::1 > > host = ::1 > > > > + LocalIPv4 probe = FPing > menu = Local IPv4 > > title = Local IPv4 Test 127.0.0.1 > > host = 127.0.0.1 > > > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900 ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] SmokePing IPv6/FPing6 not displaying any results or error
I'm trying to configure SmokePing to plot IPvt4 and IPv6 response times. I have a default install of SmokePing on Ubuntu server. The IPv4 part is working fine. Here's what I've done so far. FPing6 to the Probes file, see below for file contents. Tested FPing6 ::1 from a commend line. Received a response of ::1 is alive (So I'm thinking this part is working.) I then modified the Targets file adding the IPv6 section, + LocalIPv6. This created the graph, but no data. But then I was thinking what activates the FPing6 so I added it as a probe at towards the top of the Targets file. (Contents of Targets file is below.) Now when I restart SmokePing I'm getting an error the probe variable already exists. What am I doing wrong? Do I need multiple Targets files, one for each probe? If so where do I declare the name of each Targets file? Would appreciate any assistance. Thanks, Doug Spindler *** Probes *** + FPing binary = /usr/bin/fping + FPing6 binary = /usr/bin/fping6 *** Targets *** probe = FPing probe = FPing6 menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website of xxx Company. \ Here you will learn all about the latency of our network. + Local menu = Local title = Local Area Network #parents = owner:/Test/James location:/ ++ LocalMachine menu = Local Machine title = This host host = localhost #alerts = someloss + LocalIPv6 menu = Local IPv6 title = Local IPv6 Test::1 host = ::1 + LocalIPv4 menu = Local IPv4 title = Local IPv4 Test 127.0.0.1 host = 127.0.0.1 ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
Re: [smokeping-users] SmokePing to IPv6 hosts
On 12/29/2012 13:42, Doug Spindler wrote: > Just getting started with SmokePing. I my Targets files and am plotting > response times to IPv4 hosts. I'd like to do the same for IPv6 hosts and > could use a little assistance. > > > > In reading the documentation it looks like I need to mod the Probes. The > default contents of the Probes file is > + FPing > binary = /usr/bin/fping > > > > I'm thinking I have to add the following lines to Probes. > + FPing6 > > binary = /usr/bin/fping > > > > And then modify the target's file with something like > > > > ++ IPv6 Hosts > > > menu = IPv6 host 1 > > title = IPv6 host 1 > > host = FE80::1 > > > > > > Am I missing anything else? > > > Thanks, > > Doug Spindler > You need to use fping6 to ping v6 addresses. This is why: root@hellhound ~ # fping6 FE80::1 FE80::1 is alive root@hellhound ~ # fping FE80::1 FE80::1 address not found -- staticsafe O< ascii ribbon campaign - stop html mail - www.asciiribbon.org Please don't top post - http://goo.gl/YrmAb ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] SmokePing to IPv6 hosts
Just getting started with SmokePing. I my Targets files and am plotting response times to IPv4 hosts. I'd like to do the same for IPv6 hosts and could use a little assistance. In reading the documentation it looks like I need to mod the Probes. The default contents of the Probes file is + FPing binary = /usr/bin/fping I'm thinking I have to add the following lines to Probes. + FPing6 binary = /usr/bin/fping And then modify the target's file with something like ++ IPv6 Hosts menu = IPv6 host 1 title = IPv6 host 1 host = FE80::1 Am I missing anything else? Thanks, Doug Spindler ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users