From adam.ant at cyberspaceroad.com Tue Dec 7 16:02:14 2010 From: adam.ant at cyberspaceroad.com (Adam Hardy) Date: Tue, 07 Dec 2010 15:02:14 +0000 Subject: [smokeping-users] table output? Message-ID: <4CFE4C76.7090405@cyberspaceroad.com> Hi I've got 2 questions, first probably easy: I can't find Tr.js to enable the traceroute ajax app. I'm on version 2.3.6-3 on Debian Lenny. I guess that's the problem, right? Second, although I like the graphs output by smokeping on the webpage, and they obviously represent a decent programming achievement, is there the possibility just to output a table of HTML with a row for each destination, a column for the latest ping ms or 'down', and a column saying how long it's been up, and maybe a column to give an idea of how the target is doing e.g. 0 - 100% up since last restart? Regards Adam From alter3d at alter3d.ca Tue Dec 7 17:28:15 2010 From: alter3d at alter3d.ca (Peter Kristolaitis) Date: Tue, 7 Dec 2010 08:28:15 -0800 Subject: [smokeping-users] table output? Message-ID: <20101207082815.7A2B6FD9@resin13.mta.everyone.net> For your first question, yes, you're on the wrong version to support traceroute in SmokePing. That feature was only released in 2.4.0. Secondly, there is no current functionality for tabular output -- you would purposefully be losing 90% of the information that SmokePing can tell you (like the distribution of ping values, loss, etc). If all you want is last latency (or "down") and uptime, there are other tools that will monitor this for you with less overhead. Now, having said that, anything is possible -- the data is certainly there for you to pull into a table. Patches are welcome. ;) - Peter --- adam.ant at cyberspaceroad.com wrote: From: Adam Hardy To: "'smokeping-users at lists.oetiker.ch'" Subject: [smokeping-users] table output? Date: Tue, 07 Dec 2010 15:02:14 +0000 Hi I've got 2 questions, first probably easy: I can't find Tr.js to enable the traceroute ajax app. I'm on version 2.3.6-3 on Debian Lenny. I guess that's the problem, right? Second, although I like the graphs output by smokeping on the webpage, and they obviously represent a decent programming achievement, is there the possibility just to output a table of HTML with a row for each destination, a column for the latest ping ms or 'down', and a column saying how long it's been up, and maybe a column to give an idea of how the target is doing e.g. 0 - 100% up since last restart? Regards Adam _______________________________________________ smokeping-users mailing list smokeping-users at lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users From adam.ant at cyberspaceroad.com Wed Dec 8 15:03:17 2010 From: adam.ant at cyberspaceroad.com (Adam Hardy) Date: Wed, 08 Dec 2010 14:03:17 +0000 Subject: [smokeping-users] table output? In-Reply-To: <20101207082815.7A2B6FD9@resin13.mta.everyone.net> References: <20101207082815.7A2B6FD9@resin13.mta.everyone.net> Message-ID: <4CFF9025.6050805@cyberspaceroad.com> OK, I'll see whether Debian has >= 2.4.0 in the backports. re the functionality of the charts, I do actually want all the information I can get, but also need an overview that's all visible on the screen straight away. Maybe I can change the charts somehow? I just find the charts are not suited to my myopic eyesight. I would prefer to have the downtime more explicit, and I guess I need to get used to packet loss, distribution & other stats more to be able to eyeball the charts effectively. There are 2 reasons I run smokeping so maybe you can say if either of them are wrong reasons to choose it. Firstly I want to know when the connections die, and secondly I am trying to establish why I have a particular software error so frequently, which I believe is caused by the software's server or hops on the way to its server. I think their ICMP MTU path discovery is broken or compromised, possibly by my ISP throttling my broadband connection. Maybe I'm barking up the wrong tree. Is there any other mode of output for smokeping besides the webpage? Or perhaps other software. Thanks Adam Peter Kristolaitis on 07/12/10 16:28, wrote: > For your first question, yes, you're on the wrong version to support > traceroute in SmokePing. That feature was only released in 2.4.0. > > Secondly, there is no current functionality for tabular output -- you would > purposefully be losing 90% of the information that SmokePing can tell you > (like the distribution of ping values, loss, etc). If all you want is last > latency (or "down") and uptime, there are other tools that will monitor this > for you with less overhead. Now, having said that, anything is possible -- > the data is certainly there for you to pull into a table. Patches are > welcome. ;) > > > --- adam.ant at cyberspaceroad.com wrote: From: Adam Hardy > To: "'smokeping-users at lists.oetiker.ch'" > Subject: [smokeping-users] table output? > Date: Tue, 07 Dec 2010 15:02:14 +0000 > > Hi > > I've got 2 questions, first probably easy: I can't find Tr.js to enable the > traceroute ajax app. I'm on version 2.3.6-3 on Debian Lenny. I guess that's > the problem, right? > > Second, although I like the graphs output by smokeping on the webpage, and > they obviously represent a decent programming achievement, is there the > possibility just to output a table of HTML with a row for each destination, a > column for the latest ping ms or 'down', and a column saying how long it's > been up, and maybe a column to give an idea of how the target is doing e.g. 0 > - 100% up since last restart? From listen at oberhausen-it.de Thu Dec 9 01:29:32 2010 From: listen at oberhausen-it.de (Daniel) Date: Thu, 9 Dec 2010 01:29:32 +0100 Subject: [smokeping-users] Master/sLave Problems Message-ID: <1548361177.20101209012932@oberhausen-it.de> Hi there, i tried to configure a Master/Slave Setup. What i did on the Master is: cat /etc/smokeping/slave-secrets nagios:NBG idefix:~# cat /etc/smokeping/config.d/Slaves # *** Slaves *** # ## make sure this is not world-readable! ##secrets=/etc/smokeping/slave-secrets # +nagios display_name=Nagios location=Nurnberg color=0000ff Thats it. If u uncomment the secrets part i get an error which shows me that the variable "secrets" is unknown. Dont know why! If i try to start Smokeping on the Master i get the following error: Starting latency logger daemon: smokepingrequire Smokeping::probes::nagios failed: Can't locate Smokeping/probes/nagios.pm in @INC (@INC contains: ..... Any1 can tell me what my errors are? I am confused -- Mit freundlichen Gr??en Daniel mailto:listen at oberhausen-it.de From alter3d at alter3d.ca Thu Dec 9 01:41:13 2010 From: alter3d at alter3d.ca (Peter Kristolaitis) Date: Wed, 08 Dec 2010 19:41:13 -0500 Subject: [smokeping-users] Master/sLave Problems In-Reply-To: <1548361177.20101209012932@oberhausen-it.de> References: <1548361177.20101209012932@oberhausen-it.de> Message-ID: <4D0025A9.3040203@alter3d.ca> Can you confirm what version of Smokeping you're running? Based on those errors, I would say that you're using an old version of Smokeping that doesn't know about master/slave configurations... master/slave was introduced in version 2.2, so if you're running anything earlier than that, you'll have to upgrade. - Peter On 12/8/2010 7:29 PM, Daniel wrote: > Hi there, > > i tried to configure a Master/Slave Setup. > What i did on the Master is: > > cat /etc/smokeping/slave-secrets > nagios:NBG > > idefix:~# cat /etc/smokeping/config.d/Slaves > # *** Slaves *** > # > ## make sure this is not world-readable! > ##secrets=/etc/smokeping/slave-secrets > # > +nagios > display_name=Nagios > location=Nurnberg > color=0000ff > > Thats it. If u uncomment the secrets part i get an error which shows > me that the variable "secrets" is unknown. Dont know why! > > If i try to start Smokeping on the Master i get the following error: > > Starting latency logger daemon: smokepingrequire > Smokeping::probes::nagios failed: Can't locate > Smokeping/probes/nagios.pm in @INC (@INC contains: ..... > > Any1 can tell me what my errors are? I am confused > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6444 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20101208/39cc19ed/attachment-0001.bin From listen at oberhausen-it.de Thu Dec 9 01:56:16 2010 From: listen at oberhausen-it.de (Daniel) Date: Thu, 9 Dec 2010 01:56:16 +0100 Subject: [smokeping-users] Master/sLave Problems In-Reply-To: <4D0025A9.3040203@alter3d.ca> References: <1548361177.20101209012932@oberhausen-it.de> <4D0025A9.3040203@alter3d.ca> Message-ID: <1137363108.20101209015616@oberhausen-it.de> Hey, i found it. I forgott *** Slave *** on the Masterconfig. But now, when i start the slave i get: nagios:~# /usr/sbin/smokeping --master-url=http://idefix.v6-gate.oberhausen-it.de/cgi-bin/smokeping.cgi --cache-dir=/var/smokeping/ --shared-secret=/var/smokeping/secret.txt WARNING: Opening secrets file /etc/smokeping/slave-secrets: Permission denied ERROR: we did not get config from the master. Maybe we are not configured as a slave for any of the targets on the master ? am Donnerstag, 9. Dezember 2010 um 01:41 schrieben Sie: > Can you confirm what version of Smokeping you're running? Based on > those errors, I would say that you're using an old version of Smokeping > that doesn't know about master/slave configurations... master/slave was > introduced in version 2.2, so if you're running anything earlier than > that, you'll have to upgrade. > - Peter > On 12/8/2010 7:29 PM, Daniel wrote: >> Hi there, >> >> i tried to configure a Master/Slave Setup. >> What i did on the Master is: >> >> cat /etc/smokeping/slave-secrets >> nagios:NBG >> >> idefix:~# cat /etc/smokeping/config.d/Slaves >> # *** Slaves *** >> # >> ## make sure this is not world-readable! >> ##secrets=/etc/smokeping/slave-secrets >> # >> +nagios >> display_name=Nagios >> location=Nurnberg >> color=0000ff >> >> Thats it. If u uncomment the secrets part i get an error which shows >> me that the variable "secrets" is unknown. Dont know why! >> >> If i try to start Smokeping on the Master i get the following error: >> >> Starting latency logger daemon: smokepingrequire >> Smokeping::probes::nagios failed: Can't locate >> Smokeping/probes/nagios.pm in @INC (@INC contains: ..... >> >> Any1 can tell me what my errors are? I am confused >> >> -- Mit freundlichen Gr??en Daniel mailto:listen at oberhausen-it.de From tobi at oetiker.ch Fri Dec 10 18:14:11 2010 From: tobi at oetiker.ch (Tobias Oetiker) Date: Fri, 10 Dec 2010 18:14:11 +0100 (CET) Subject: [smokeping-users] task for the weekend: try out remOcular Message-ID: Folks, do you use the traceroute frontend in smokeping ? Over the last few months I have developed remOcular, it is the same idea massively generalized ... http://oss.oetiker.ch/remocular/ For the next smokeping release I am going to remove the traceroute integration and point people at remocular instead ... Have some fun, download the software and try it out. Does it work for you ? Do I have to add / fix things to make it realy useful ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch tobi at oetiker.ch ++41 62 775 9902 / sb: -9900 From dhawal.doshy+smokeping at gmail.com Mon Dec 13 16:48:55 2010 From: dhawal.doshy+smokeping at gmail.com (Dhawal Doshy) Date: Mon, 13 Dec 2010 21:18:55 +0530 Subject: [smokeping-users] slave smoketrace Message-ID: Hello List, I've successfully setup a master and 2 slaves and have smoketrace working quite well for me from the master. How do get slave smoketrace results via the master? thanks, - dhawal From tobi at oetiker.ch Mon Dec 13 22:48:07 2010 From: tobi at oetiker.ch (Tobias Oetiker) Date: Mon, 13 Dec 2010 22:48:07 +0100 (CET) Subject: [smokeping-users] slave smoketrace In-Reply-To: References: Message-ID: Hi Dhawal, Today Dhawal Doshy wrote: > Hello List, > > I've successfully setup a master and 2 slaves and have smoketrace > working quite well for me from the master. > > How do get slave smoketrace results via the master? this does not work ... but you may want to have a look at www.remocular.org ... for this it would be simple to write plugin which is able todo that ... given you have ssh remove access capability to the other hosts ... cheers tobi > > thanks, > - dhawal > > _______________________________________________ > smokeping-users mailing list > smokeping-users at lists.oetiker.ch > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch tobi at oetiker.ch ++41 62 775 9902 / sb: -9900 From muyannian at ku6.com Wed Dec 15 09:56:43 2010 From: muyannian at ku6.com (=?gb2312?B?xLjR08TqWU5N?=) Date: Wed, 15 Dec 2010 16:56:43 +0800 Subject: [smokeping-users] smokeping format Message-ID: I am use the smokeping and rrdtool to listen my network ,but I don`t know the smokeping data format mean Is there any one coult tell me,whitch one is the loss data ,and is meaning (ping 10 times,1.62packet loss ) The ping data columns means ,ms,s? ################################################################################################### [root at localhost 200]# rrdtool fetch 200x111_161_12_203.rrd AVERAGE|more uptime loss median ping1 ping2 ping3 ping4 ping5 ping6 ping7 ping8 ping9 ping10 1292315100: nan 1.6233333333e+00 9.1247566667e-02 nan 9.1003433333e-02 9.1070566667e-02 9.1119700000e-02 9.1235100000e-02 9.12724333 33e-02 9.1311066667e-02 9.1449400000e-02 9.1624700000e-02 nan 1292315400: nan 1.0000000000e+00 9.1365633333e-02 9.0999700000e-02 9.1082766667e-02 9.1221533333e-02 9.1301433333e-02 9.1365633333e- 02 9.1373166667e-02 9.1468966667e-02 9.1532866667e-02 9.1986466667e-02 nan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20101215/ce225547/attachment.htm From muyannian at ku6.com Wed Dec 15 10:15:50 2010 From: muyannian at ku6.com (=?utf-8?B?5q+N5bu25bm0WU5N?=) Date: Wed, 15 Dec 2010 17:15:50 +0800 Subject: [smokeping-users] =?utf-8?b?562U5aSNOiBzbW9rZXBpbmcgZm9ybWF0?= In-Reply-To: References: Message-ID: I am use the smokeping and rrdtool to listen my network ,but I don`t know the smokeping data format mean Is there any one coult tell me,whitch one is the loss data ,and is meaning (ping 10 times,1.62packet loss ) The ping data columns means ,ms,s? ################################################################################################### [root at localhost 200]# rrdtool fetch 200x111_161_12_203.rrd AVERAGE|more ???????????????????????? uptime??????????????? loss????????????? median?????????????? ping1?????????????? ping2?????????????? ping3 ??????????????ping4?????????????? ping5?????????????? ping6?????????????? ping7?????????????? ping8?????????????? ping9???????????? ?ping10 1292315100: nan 1.6233333333e+00 9.1247566667e-02 nan 9.1003433333e-02 9.1070566667e-02 9.1119700000e-02 9.1235100000e-02 9.12724333 33e-02 9.1311066667e-02 9.1449400000e-02 9.1624700000e-02 nan 1292315400: nan 1.0000000000e+00 9.1365633333e-02 9.0999700000e-02 9.1082766667e-02 9.1221533333e-02 9.1301433333e-02 9.1365633333e- 02 9.1373166667e-02 9.1468966667e-02 9.1532866667e-02 9.1986466667e-02 nan From dhawal.doshy+smokeping at gmail.com Wed Dec 15 12:56:03 2010 From: dhawal.doshy+smokeping at gmail.com (Dhawal Doshy) Date: Wed, 15 Dec 2010 17:26:03 +0530 Subject: [smokeping-users] Graph colors (for slaves) and Y-axis numbers In-Reply-To: References: Message-ID: Hello List, I've a minor query on the graph colors for slaves, it appears both slaves use the same color (red) as compared to the master (blue). Is it possible to have separate colors for each slave? Image is here: http://lm1.netmagicians.com/Sprint_Network_mini.png Also, for the attached image, there is some garbling of the numbers on Y-axis towards the top. Is this a smokeping issue or an rrd issue? How do i correct it? thanks, - dhawal From dhawal.doshy+smokeping at gmail.com Wed Dec 15 12:58:33 2010 From: dhawal.doshy+smokeping at gmail.com (Dhawal Doshy) Date: Wed, 15 Dec 2010 17:28:33 +0530 Subject: [smokeping-users] slave smoketrace In-Reply-To: References: Message-ID: On Tue, Dec 14, 2010 at 3:18 AM, Tobias Oetiker wrote: > Hi Dhawal, > > Today Dhawal Doshy wrote: > >> Hello List, >> >> I've successfully setup a master and 2 slaves and have smoketrace >> working quite well for me from the master. >> >> How do get slave smoketrace results via the master? > > this does not work ... but you may want to have a look at > www.remocular.org ... for this it would be simple to write plugin > which is able todo that ... given you have ssh remove access > capability to the other hosts ... Thanks Tobi, I'll have a look at remocular. Do you have any plans to have some integration hooks in remocular with smokeping? > cheers > tobi >> >> thanks, >> - dhawal >> >> _______________________________________________ >> smokeping-users mailing list >> smokeping-users at lists.oetiker.ch >> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users >> >> > > -- > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland > http://it.oetiker.ch tobi at oetiker.ch ++41 62 775 9902 / sb: -9900 > From cdubbm at gmail.com Wed Dec 29 22:49:29 2010 From: cdubbm at gmail.com (Chad Milam) Date: Wed, 29 Dec 2010 15:49:29 -0600 Subject: [smokeping-users] Report latencies showing 3 digits of micros Message-ID: I have a number of links that I am trying to measure the latency on, but 1 digit of microsecond precision after the millis is not enough... Is there a way to adjust this so that I can obtain 3 digits after the millis? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20101229/f3c334e7/attachment.htm