From ssklar at stanford.edu Sun Apr 8 03:27:19 2007 From: ssklar at stanford.edu (Sandor W. Sklar) Date: Sat, 7 Apr 2007 18:27:19 -0700 Subject: [smokeping-users] Memory allocation error with smokeping.cgi/Smokeping.pm (2.0.9) Message-ID: <6FC5C715-387D-4AFD-AC14-C05673EC1FE3@stanford.edu> Hi, everyone ... hope I'm missing something simple here. Sorry for the length of this email, I wanted to make it clear that I've tried pretty hard to solve this on my own, with no luck. I've looked through the mailing list archives, and the closest I've seen to my problem is ... ... but its not quite the same, and doesn't point to anything that might help me. The system is a Sun X2200 M2, 2x 1.8 GHz Opteron processors, running RHEL 4u4 X86_64. All of the pieces of rrdtool and the libraries it uses were compiled from source, on this system, following the instructions on the rrdtool website. I'm having problems getting smokeping.cgi working. The daemon process is running fine, but when I try to load the smokeping.cgi script, I get: [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: Can't load '/usr/local/lib/perl/5.8.5/ x86_64-linux-thread-multi/auto/RRDs/RRDs.so' for module RRDs: librrd.so.2: failed to map segment from shared object: Cannot allocate memory at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/ DynaLoader.pm line 230. [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: at /opt/home/smokeping/lib/ Smokeping.pm line 13 [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: Compilation failed in require at /opt/ home/smokeping/lib/Smokeping.pm line 13. [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: BEGIN failed--compilation aborted at / opt/home/smokeping/lib/Smokeping.pm line 13. [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: Compilation failed in require at /opt/ home/smokeping/public_html/smokeping.cgi line 9. [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 16:53:53 2007] smokeping.cgi: BEGIN failed--compilation aborted at / opt/home/smokeping/public_html/smokeping.cgi line 9. ... in the apache server's error_log. I've eliminated SpeedyCGI as the culprit; I get the same effect whether the shebang line is #!/usr/ bin/perl or #!/usr/bin/speedy. The weird thing is that I have no problem running the script from the command-line, as the user that the webserver is running as: [wwwuser at caprica ~]$ ~smokeping/public_html/smokeping.cgi ### fping seems to report in 1 milliseconds Expires: Sun, 08 Apr 2007 00:04:09 GMT Date: Sat, 07 Apr 2007 23:59:09 GMT Content-Type: text/html; charset=iso-8859-15 SmokePing Latency Page for smokeping ( ... snip ... ) ... and I have no problem in general with the RRDs; the following test script works both from the command line and via the webserver: ############################################################## #!/usr/bin/perl -w # -*-perl-*- use lib qw(/opt/home/smokeping/lib); use lib qw(/usr/local/lib/perl /usr/local/lib/perl/5.8.5 /usr/local/ lib/perl/5.8.5/x86_64-linux-thread-multi); use CGI::Carp qw(fatalsToBrowser warningsToBrowser); use strict; use CGI; use RRDs; #use Smokeping 2.000009; my $cgi = new CGI; print $cgi->header; print "\n"; RRDs::create ("/tmp/test.rrd", "--step", "300", "DS:foobar:COUNTER:1800:0:4294967295", "RRA:AVERAGE:0.5:1:2016"); my $ERR = RRDs::error; if ($ERR) { print "RRDs::create error was: $ERR\n

" } else { my $hash = RRDs::info "/tmp/test.rrd"; foreach my $key (keys %$hash) { print "$key is $$hash{$key}\n
"; }; }; print "\n"; ############################################################# ... but if I *uncomment* the "use Smokeping 2.000009" line in the above script, I get this error in the error_log ... [Sat Apr 07 17:34:08 2007] [error] [client 171.66.16.78] Out of memory! [Sat Apr 07 17:34:08 2007] [error] [client 171.66.16.78] [Sat Apr 7 17:34:08 2007] rrdtest.cgi: Callback called exit at /opt/home/ smokeping/public_html/rrdtest.cgi line 12. [Sat Apr 07 17:34:08 2007] [error] [client 171.66.16.78] [Sat Apr 7 17:34:08 2007] rrdtest.cgi: END failed--call queue aborted at /opt/ home/smokeping/public_html/rrdtest.cgi line 11. [Sat Apr 07 17:34:08 2007] [error] [client 171.66.16.78] [Sat Apr 7 17:34:08 2007] Carp.pm: Callback called exit at /usr/lib/perl5/5.8.5/ CGI/Carp.pm line 314. [Sat Apr 07 17:34:08 2007] [error] [client 171.66.16.78] [Sat Apr 7 17:34:08 2007] rrdtest.cgi: BEGIN failed--compilation aborted at /opt/ home/smokeping/public_html/rrdtest.cgi line 12. This system should have enough memory available: [smokeping at caprica ~]$ free -m total used free shared buffers cached Mem: 2007 1765 241 0 561 735 -/+ buffers/cache: 468 1538 Swap: 4094 0 4094 ... and the user account involved here ("wwwuser", the apache user) have what I think are reasonable limits set: [wwwuser at caprica ~]$ id ; ulimit -a uid=60009(wwwuser) gid=60009(wwwgroup) groups=60009(wwwgroup) core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 1024 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 stack size (kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes (-u) 16383 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited ... so I really don't know what else to try here. Any pointers or suggestions, please? Thanks, -s- From pckizer at nostrum.com Tue Apr 10 00:44:12 2007 From: pckizer at nostrum.com (Philip Kizer) Date: Mon, 9 Apr 2007 17:44:12 -0500 Subject: [smokeping-users] small patch to let configure fping source IP In-Reply-To: References: Message-ID: <89AD6C6E-1153-4E8F-BD1B-6D70EC92307D@nostrum.com> On 2005, Apr 7, at 14:48, Cougar wrote: > I patched fping so that it is possible to use any configured IP as a > source address using -I like ping has. To use it wit smokeping I > made some > small changes in smokeping (FPing module) also. > both fping and smokeping patches are available here: > http://wiki.version6.net/Patches > With this patch you can use variable "source" in FPing probe config. Well, I saw this message in the smokeping archives and when I started tracking it down I found multiple of the related links to possible fping patches to it to be dead or erroring (and the mentioned "contrib" download link for fping does not appear to exist). Via another message: On 2005, Apr 28, at 15:26, Marc Haber wrote: > If things go well, Debian's fping will soon have a -S option to allow > setting of the source IP address of the outgoing ping. The same patch > has been submitted to fping's upstream and will hopefully be included > up there. Now it needs to be possible to set the source IP of an FPing > probe in smokeping to take advantage of that new feature. I did some other searches that led me to this: that seems to have a differing syntax. Does anyone have a current/working/tested link to an fping patch such as the one alluded to that is the what smokeping was referencing when the sourceaddress option was added ("-S sourceIP" option for fping)? Thanks, Philip From tobi at oetiker.ch Tue Apr 10 07:07:08 2007 From: tobi at oetiker.ch (Tobias Oetiker) Date: Tue, 10 Apr 2007 07:07:08 +0200 (CEST) Subject: [smokeping-users] Memory allocation error with smokeping.cgi/Smokeping.pm (2.0.9) In-Reply-To: <6FC5C715-387D-4AFD-AC14-C05673EC1FE3@stanford.edu> References: <6FC5C715-387D-4AFD-AC14-C05673EC1FE3@stanford.edu> Message-ID: Hi Sandor, > [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 > 16:53:53 2007] smokeping.cgi: Can't load '/usr/local/lib/perl/5.8.5/ > x86_64-linux-thread-multi/auto/RRDs/RRDs.so' for module RRDs: > librrd.so.2: failed to map segment from shared object: Cannot > allocate memory at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/ > DynaLoader.pm line 230. this may indicate that the limits you set in your apache config are to strict ... this here comes to mind http://httpd.apache.org/docs/2.0/mod/core.html#rlimitmem cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902 From ssklar at stanford.edu Tue Apr 10 07:12:41 2007 From: ssklar at stanford.edu (Sandor W. Sklar) Date: Mon, 9 Apr 2007 22:12:41 -0700 Subject: [smokeping-users] Memory allocation error with smokeping.cgi/Smokeping.pm (2.0.9) In-Reply-To: References: <6FC5C715-387D-4AFD-AC14-C05673EC1FE3@stanford.edu> Message-ID: <834879F9-2CE1-4581-819F-2969C5BF146B@stanford.edu> On Apr 9, 2007, at 10:07 PM, Tobias Oetiker wrote: > Hi Sandor, > > >> [Sat Apr 07 16:53:53 2007] [error] [client 171.66.16.78] [Sat Apr 7 >> 16:53:53 2007] smokeping.cgi: Can't load '/usr/local/lib/perl/5.8.5/ >> x86_64-linux-thread-multi/auto/RRDs/RRDs.so' for module RRDs: >> librrd.so.2: failed to map segment from shared object: Cannot >> allocate memory at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/ >> DynaLoader.pm line 230. > > > this may indicate that the limits you set in your apache config are > to strict ... this here comes to mind > > http://httpd.apache.org/docs/2.0/mod/core.html#rlimitmem Thank you so much ... that was totally it. Awesome! -s- From ntyni+smokeping-users at mappi.helsinki.fi Tue Apr 10 09:07:16 2007 From: ntyni+smokeping-users at mappi.helsinki.fi (Niko Tyni) Date: Tue, 10 Apr 2007 10:07:16 +0300 Subject: [smokeping-users] small patch to let configure fping source IP In-Reply-To: <89AD6C6E-1153-4E8F-BD1B-6D70EC92307D@nostrum.com> References: <89AD6C6E-1153-4E8F-BD1B-6D70EC92307D@nostrum.com> Message-ID: <20070410070716.GA11396@rispa.it.helsinki.fi> On Mon, Apr 09, 2007 at 05:44:12PM -0500, Philip Kizer wrote: > Does anyone have a current/working/tested link to an fping patch such > as the one alluded to that is the what smokeping was referencing when > the sourceaddress option was added ("-S sourceIP" option for fping)? Hi, see http://bugs.debian.org/198486 . HTH, -- Niko From john at hypergeek.net Wed Apr 11 22:04:19 2007 From: john at hypergeek.net (John A. Kilpatrick) Date: Wed, 11 Apr 2007 13:04:19 -0700 (PDT) Subject: [smokeping-users] Excaping options in config? Message-ID: <20070411130114.L609@iama.hypergeek.net> I need to get a URL with curl that has the following cookie sent along with it: extraargs = --cookie user=A|u_username|g_#9202a8c04000641f80000000010c3643|4.OCVKpWMU3G05FElji40EWw; However, it's being truncated after the #. How do I escape the # so that it is sent? \ isn't working, neither is quoting. Thanks, John -- John A. Kilpatrick john at hypergeek.net Email| http://www.hypergeek.net/ john-page at hypergeek.net Text pages| ICQ: 19147504 remember: no obstacles/only challenges From bortzmeyer at nic.fr Thu Apr 12 11:33:58 2007 From: bortzmeyer at nic.fr (Stephane Bortzmeyer) Date: Thu, 12 Apr 2007 11:33:58 +0200 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070326215406.GA4645@sources.org> References: <20070326215406.GA4645@sources.org> Message-ID: <20070412093358.GA17370@nic.fr> On Mon, Mar 26, 2007 at 11:54:06PM +0200, Stephane Bortzmeyer wrote a message of 64 lines which said: > echoping 6 has just been released. Do note it requires a patch to EchoPing*.pm. These probes use the undocumented syntax: echoping -h/ $host while echoping 6 switched to the popt library, which requires a space between the option name and its value: echoping -h / $host Sorry for the trouble but popt was required for other reasons (and is quite convenient, anyway). -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070412/fc30f297/attachment.pgp From ntyni+smokeping-users at mappi.helsinki.fi Thu Apr 12 11:40:42 2007 From: ntyni+smokeping-users at mappi.helsinki.fi (Niko Tyni) Date: Thu, 12 Apr 2007 12:40:42 +0300 Subject: [smokeping-users] Excaping options in config? In-Reply-To: <20070411130114.L609@iama.hypergeek.net> References: <20070411130114.L609@iama.hypergeek.net> Message-ID: <20070412094042.GA27072@rispa.it.helsinki.fi> On Wed, Apr 11, 2007 at 01:04:19PM -0700, John A. Kilpatrick wrote: > I need to get a URL with curl that has the following cookie sent along > with it: > > extraargs = --cookie user=A|u_username|g_#9202a8c04000641f80000000010c3643|4.OCVKpWMU3G05FElji40EWw; > > However, it's being truncated after the #. How do I escape the # so that > it is sent? \ isn't working, neither is quoting. Hm, it looks like you can't. This is clearly a bug in the Config::Grammar module. I'll try to come up with a patch and send it to the author. Meanwhile, maybe you could put the cookie in a file? The --cookie curl options supports that too. Cheers, -- Niko From ntyni+smokeping-users at mappi.helsinki.fi Thu Apr 12 11:45:19 2007 From: ntyni+smokeping-users at mappi.helsinki.fi (Niko Tyni) Date: Thu, 12 Apr 2007 12:45:19 +0300 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070412093358.GA17370@nic.fr> References: <20070326215406.GA4645@sources.org> <20070412093358.GA17370@nic.fr> Message-ID: <20070412094519.GB27072@rispa.it.helsinki.fi> On Thu, Apr 12, 2007 at 11:33:58AM +0200, Stephane Bortzmeyer wrote: > On Mon, Mar 26, 2007 at 11:54:06PM +0200, > Stephane Bortzmeyer wrote > a message of 64 lines which said: > > > echoping 6 has just been released. > > Do note it requires a patch to EchoPing*.pm. These probes use the > undocumented syntax: > > echoping -h/ $host > > while echoping 6 switched to the popt library, which requires a space > between the option name and its value: > > echoping -h / $host > > Sorry for the trouble but popt was required for other reasons (and is > quite convenient, anyway). Yes, this will be fixed in the next Smokeping release. Sorry for not reading the man page properly back when I wrote the EchoPing modules :) Thanks for your work on echoping! Cheers, -- Niko Tyni ntyni at iki.fi From bortzmeyer at nic.fr Thu Apr 12 11:52:28 2007 From: bortzmeyer at nic.fr (Stephane Bortzmeyer) Date: Thu, 12 Apr 2007 11:52:28 +0200 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070412094519.GB27072@rispa.it.helsinki.fi> References: <20070326215406.GA4645@sources.org> <20070412093358.GA17370@nic.fr> <20070412094519.GB27072@rispa.it.helsinki.fi> Message-ID: <20070412095228.GA21637@nic.fr> On Thu, Apr 12, 2007 at 12:45:19PM +0300, Niko Tyni wrote a message of 28 lines which said: > Sorry for not reading the man page properly back The man page is not perfect either, for instance I just discovered that 'man' displays the wrong syntax in the SYNOPSIS section :-( But the nroff source is OK: .RI [-h url-or-path] So, this is a problem with man which assumes the ability to coalesce the option value with the option name :-( From bortzmeyer at nic.fr Thu Apr 12 12:04:29 2007 From: bortzmeyer at nic.fr (Stephane Bortzmeyer) Date: Thu, 12 Apr 2007 12:04:29 +0200 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070412094519.GB27072@rispa.it.helsinki.fi> References: <20070326215406.GA4645@sources.org> <20070412093358.GA17370@nic.fr> <20070412094519.GB27072@rispa.it.helsinki.fi> Message-ID: <20070412100429.GB21637@nic.fr> On Thu, Apr 12, 2007 at 12:45:19PM +0300, Niko Tyni wrote a message of 28 lines which said: > when I wrote the EchoPing modules :) While you're at it :-) echoping 6 introduces new features which may be worth of a probe: * DNS (yes, I know, we already have two DNS probes), * LDAP (yes, I know, there is already one) * PostgreSQL * whois From bortzmeyer at nic.fr Thu Apr 12 14:50:57 2007 From: bortzmeyer at nic.fr (Stephane Bortzmeyer) Date: Thu, 12 Apr 2007 14:50:57 +0200 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070412100429.GB21637@nic.fr> References: <20070326215406.GA4645@sources.org> <20070412093358.GA17370@nic.fr> <20070412094519.GB27072@rispa.it.helsinki.fi> <20070412100429.GB21637@nic.fr> Message-ID: <20070412125057.GA30641@nic.fr> On Thu, Apr 12, 2007 at 12:04:29PM +0200, Stephane Bortzmeyer wrote a message of 18 lines which said: > * whois I wrote one, very rough but which seems to work (BTW, how to test a probe on the command-line, without waiting for Smokeping to run it? I did not find that in the documentation.) Since the plugins take additional parameters *after* the host name, I modified Echoping.pm as well. The first version, AFAIK, was written by Ketil Froyn (see https://lists.oetiker.ch/pipermail/smokeping-users/2004-August/001157.html) but the attached file seems no longer reachable. -------------- next part -------------- A non-text attachment was scrubbed... Name: EchoPing.pm Type: text/x-perl Size: 6764 bytes Desc: not available Url : http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070412/17c430ba/attachment.pm -------------- next part -------------- A non-text attachment was scrubbed... Name: EchoPingWhois.pm Type: text/x-perl Size: 2113 bytes Desc: not available Url : http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070412/17c430ba/attachment-0001.pm From ntyni+smokeping-users at mappi.helsinki.fi Thu Apr 12 16:46:03 2007 From: ntyni+smokeping-users at mappi.helsinki.fi (Niko Tyni) Date: Thu, 12 Apr 2007 17:46:03 +0300 Subject: [smokeping-users] echoping 6 released In-Reply-To: <20070412125057.GA30641@nic.fr> References: <20070326215406.GA4645@sources.org> <20070412093358.GA17370@nic.fr> <20070412094519.GB27072@rispa.it.helsinki.fi> <20070412100429.GB21637@nic.fr> <20070412125057.GA30641@nic.fr> Message-ID: <20070412144603.GA29177@rispa.it.helsinki.fi> On Thu, Apr 12, 2007 at 02:50:57PM +0200, Stephane Bortzmeyer wrote: > On Thu, Apr 12, 2007 at 12:04:29PM +0200, > Stephane Bortzmeyer wrote > a message of 18 lines which said: > > > * whois > > I wrote one, very rough but which seems to work Thanks! I'll have a look at this later. > (BTW, how to test a > probe on the command-line, without waiting for Smokeping to run it? I > did not find that in the documentation.) Try 'smokeping --debug', it runs the probes once and exits. Cheers, -- Niko Tyni ntyni at iki.fi From gaio at sv.lnf.it Fri Apr 13 11:05:22 2007 From: gaio at sv.lnf.it (Marco Gaiarin) Date: Fri, 13 Apr 2007 11:05:22 +0200 Subject: [smokeping-users] FPing probe scan/return data only for 5/6 hosts... Message-ID: <20070413090520.GD5345@sv.lnf.it> I'm using smokeping on a debian sarge system (smokeping version 1.38-3, fping version 2.4b2-to-ipv6-). I've setup smokeping on my regional office, monitoring some local sub office (2 local office), with no trouble at all. I've setup the same confing for onother regional office, but with 8 local sub office, and smokeping starts to do unexpected and strange result. works for only 5/6 hosts, in a random way depending of the restrt of service (or the host, of course). I've enabled debug, look at fping invocation and got, eg: gaia:~# fping -b64 -C 20 -q -B1 -i10 -r1 oderzio vicenzio trevisio marenzio padua sophie fouc tank oderzio : 114.91 vicenzio : 103.25 245.98 124.62 183.74 91.47 91.74 92.29 92.32 92.61 91.43 92.06 91.73 91.47 92.35 99.83 91.75 91.47 92.05 92.26 91.29 trevisio : 99.86 311.85 132.39 164.35 98.74 98.17 98.24 106.58 100.14 98.74 97.35 97.62 104.33 99.79 97.63 99.55 114.29 98.20 98.78 97.31 marenzio : 94.04 294.53 156.32 162.38 94.86 108.53 94.32 97.10 94.58 94.59 94.53 94.28 95.69 94.79 94.04 94.33 94.28 94.51 93.71 93.46 padua : 131.29 275.31 164.46 161.27 95.72 98.14 97.07 101.95 97.32 97.32 97.32 95.94 97.61 98.98 99.26 98.45 96.49 96.50 96.76 97.32 sophie : fouc : 256.21 - 123.22 59.34 73.17 59.55 60.79 100.35 60.68 60.67 72.58 113.13 66.04 80.06 59.86 59.57 61.50 63.13 60.39 60.39 tank : If i rerun it, i coud got answer from other hosts, and nothing from other. Clearly, all hosts all alive and reply to pings. I've tried to tackle with FPing probe configuraton, but nothing changed. What i'm missing? Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/ Polo FVG - Via della Bont?, 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797 From simon at limmat.switch.ch Fri Apr 13 18:30:24 2007 From: simon at limmat.switch.ch (Simon Leinen) Date: Fri, 13 Apr 2007 18:30:24 +0200 Subject: [smokeping-users] Excaping options in config? In-Reply-To: <20070411130114.L609@iama.hypergeek.net> (John A. Kilpatrick's message of "Wed, 11 Apr 2007 13:04:19 -0700 (PDT)") References: <20070411130114.L609@iama.hypergeek.net> Message-ID: John A Kilpatrick writes: > I need to get a URL with curl that has the following cookie sent along > with it: > extraargs = --cookie user=A|u_username|g_#9202a8c04000641f80000000010c3643|4.OCVKpWMU3G05FElji40EWw; > However, it's being truncated after the #. How do I escape the # so that > it is sent? \ isn't working, neither is quoting. Have you tried using an alternative encoding for the #, such as %23? I'm not sure which encoding is used for cookies. Alternatively, put the cookie in a file (whose filename doesn't contain a # :-), and use the =-less syntax of the --cookie argument (--cookie filename). -- Simon. From pckizer at nostrum.com Fri Apr 13 23:30:46 2007 From: pckizer at nostrum.com (Philip Kizer) Date: Fri, 13 Apr 2007 16:30:46 -0500 Subject: [smokeping-users] small patch to let configure fping source IP In-Reply-To: <20070410070716.GA11396@rispa.it.helsinki.fi> References: <89AD6C6E-1153-4E8F-BD1B-6D70EC92307D@nostrum.com> <20070410070716.GA11396@rispa.it.helsinki.fi> Message-ID: <7E7306B8-7440-4258-95E5-04E81E8C398D@nostrum.com> On Mon, Apr 09, 2007 at 05:44:12PM -0500, Philip Kizer wrote: > Does anyone have a current/working/tested link to an fping patch such > as the one alluded to that is the what smokeping was referencing when > the sourceaddress option was added ("-S sourceIP" option for fping)? On 2007, Apr 10, at 02:07, Niko Tyni wrote: > see http://bugs.debian.org/198486 . Thanks, works great and since I wasn't seeing that in any official (fping) releases I've (re)mailed appropriate patches to both the listed fping maintainer and the maintainer of the FreeBSD fping port (just in case my message meets with the same fate as the one from whomever previously tried getting fping patched). Thanks again, Philip From ntyni+smokeping-users at mappi.helsinki.fi Mon Apr 16 21:48:06 2007 From: ntyni+smokeping-users at mappi.helsinki.fi (Niko Tyni) Date: Mon, 16 Apr 2007 22:48:06 +0300 Subject: [smokeping-users] FPing probe scan/return data only for 5/6 hosts... In-Reply-To: <20070413090520.GD5345@sv.lnf.it> References: <20070413090520.GD5345@sv.lnf.it> Message-ID: <20070416194806.GA27367@rispa.it.helsinki.fi> On Fri, Apr 13, 2007 at 11:05:22AM +0200, Marco Gaiarin wrote: > I'm using smokeping on a debian sarge system (smokeping version 1.38-3, > fping version 2.4b2-to-ipv6-). > I've setup the same confing for onother regional office, but with 8 local > sub office, and smokeping starts to do unexpected and strange result. > > works for only 5/6 hosts, in a random way depending of the restrt of > service (or the host, of course). > > I've enabled debug, look at fping invocation and got, eg: > > gaia:~# fping -b64 -C 20 -q -B1 -i10 -r1 oderzio vicenzio trevisio marenzio padua sophie fouc tank > oderzio : 114.91 > vicenzio : 103.25 245.98 124.62 183.74 91.47 91.74 92.29 92.32 92.61 91.43 92.06 91.73 91.47 92.35 99.83 91.75 91.47 92.05 92.26 91.29 > trevisio : 99.86 311.85 132.39 164.35 98.74 98.17 98.24 106.58 100.14 98.74 97.35 97.62 104.33 99.79 97.63 99.55 114.29 98.20 98.78 97.31 > marenzio : 94.04 294.53 156.32 162.38 94.86 108.53 94.32 97.10 94.58 94.59 94.53 94.28 95.69 94.79 94.04 94.33 94.28 94.51 93.71 93.46 > padua : 131.29 275.31 164.46 161.27 95.72 98.14 97.07 101.95 97.32 97.32 97.32 95.94 97.61 98.98 99.26 98.45 96.49 96.50 96.76 97.32 > sophie : > fouc : 256.21 - 123.22 59.34 73.17 59.55 60.79 100.35 60.68 60.67 72.58 113.13 66.04 80.06 59.86 59.57 61.50 63.13 60.39 60.39 > tank : > > If i rerun it, i coud got answer from other hosts, and nothing from > other. > > Clearly, all hosts all alive and reply to pings. > > I've tried to tackle with FPing probe configuraton, but nothing > changed. If I understand you correctly, you see the same problem when running fping from the command line. So the problem is not in Smokeping at all. Maybe something is rate-limiting your ICMP packets? This could be a host-level firewall (netfilter/iptables) on the local host or a device between you and the targets. Other than that, no good ideas. Sorry :) Cheers, -- Niko From gaio at sv.lnf.it Tue Apr 17 18:47:29 2007 From: gaio at sv.lnf.it (Marco Gaiarin) Date: Tue, 17 Apr 2007 18:47:29 +0200 Subject: [smokeping-users] FPing probe scan/return data only for 5/6 hosts... In-Reply-To: <20070416194806.GA27367@rispa.it.helsinki.fi> References: <20070413090520.GD5345@sv.lnf.it> <20070416194806.GA27367@rispa.it.helsinki.fi> Message-ID: <20070417164727.GO5343@sv.lnf.it> Mandi! Niko Tyni In chel di` si favelave... > If I understand you correctly, you see the same problem when running > fping from the command line. So the problem is not in Smokeping at all. Yes. Seems no a fping triuble, bu clearly i've no clue... > Maybe something is rate-limiting your ICMP packets? This could be a > host-level firewall (netfilter/iptables) on the local host or a device > between you and the targets. AARRGGHH!!! ;((( I'm going to punish me in some rather crude way... i've never minded about my 'icmp-restricted' chain called in input and output... ;((( Sorry. And thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/ Polo FVG - Via della Bont?, 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797 From petern at africaonline.co.sz Fri Apr 20 11:34:18 2007 From: petern at africaonline.co.sz (Peter Nyamukusa) Date: Fri, 20 Apr 2007 11:34:18 +0200 Subject: [smokeping-users] Graph error Message-ID: <20070420092935.B9AD2772B2F@mail.africaonline.co.sz> Hi Folks, I am new to smoke ping and I have just finished installing it on fedora core 5 and it seems to be running fine the smokealert also working fine. When I try to access the graphs I get the errors below I have installed my smokeping in /usr/local/smokeping. Thanks for any assistance in advance [Fri Apr 20 08:48:02 2007] [error] [client 212.85.220.6] [Fri Apr 20 08:48:02 2007] smokeping.cgi [client 10.1.1.1]: ERROR: creating /var/www/html/smokeping/img/World/Europe/Switzerland/SBB: No such file or directory, referer: http://10.1.1.1/cgi-bin/smokeping.cgi?target=World.Europe.Switzerland Software error: ERROR: creating /var/www/html/smokeping/img/World/Europe/UK/UCL: No such file or directory United Kingdom ERROR: Opening '/var/www/html/smokeping/img/World/Europe/UK/UCL_mini.png' for write: Permission denied [root at test]# cd /var/www/html/smokeping/img/ rrdtool.png smokeping.png test World [root at test img]# ls -lah total 40K drwxr-xr-x 3 root root 4.0K Apr 18 17:49 . drwxr-xr-x 3 root root 4.0K Apr 18 18:02 .. -rwxr-xr-x 1 root root 3.9K Apr 18 14:54 rrdtool.png -rwxr-xr-x 1 root root 4.3K Apr 18 14:54 smokeping.png drwxr-xr-x 4 root root 4.0K Apr 18 17:27 test lrwxrwxrwx 1 root root 31 Apr 18 17:49 World -> /usr/local/smokeping/var/World/ cd /usr/local/smokeping/var/World/ [root at test World]# ls -lah total 32K drwxr-xr-x 4 root root 4.0K Apr 18 14:34 . drwxr-xr-x 3 root root 4.0K Apr 18 14:34 .. drwxr-xr-x 4 root root 4.0K Apr 18 14:34 Europe drwxr-xr-x 2 root root 4.0K Apr 18 18:04 USA Regards, Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070420/6ed2d187/attachment.htm From alter3d at alter3d.ca Fri Apr 20 14:45:55 2007 From: alter3d at alter3d.ca (Peter Kristolaitis) Date: Fri, 20 Apr 2007 08:45:55 -0400 Subject: [smokeping-users] Graph error In-Reply-To: <20070420092935.B9AD2772B2F@mail.africaonline.co.sz> References: <20070420092935.B9AD2772B2F@mail.africaonline.co.sz> Message-ID: <4628B603.3030007@alter3d.ca> Hi Peter; The error looks like it is caused by directory permissions: ---- snip ---- cd /usr/local/smokeping/var/World/ [root at test World]# ls -lah total 32K drwxr-xr-x 4 root root 4.0K Apr 18 14:34 . drwxr-xr-x 3 root root 4.0K Apr 18 14:34 .. drwxr-xr-x 4 root root 4.0K Apr 18 14:34 Europe drwxr-xr-x 2 root root 4.0K Apr 18 18:04 USA ---- snip ---- Those directories need to be writable by whatever UID Apache (or whatever HTTP daemon you're using) runs as on your system. You'll want to check all of the following directories (defined in your SmokePing config file) as well: imgcache = /var/www/smokeping/img -> Must be writable by your HTTP daemon UID pagedir = /var/www/smokeping -> Must be readable (not writable, content is static) by your HTTP daemon UID datadir = /var/db/smokeping -> Must be writable by the UID the SmokePing daemon runs as and readable by your HTTP daemon UID piddir = /var/run/smokeping -> Must be writable by the UID the SmokePing daemon runs as Cheers, - Peter Peter Nyamukusa wrote: > > Hi Folks, > > I am new to smoke ping and I have just finished installing it on > fedora core 5 and it seems to be running fine the smokealert also > working fine. When I try to access the graphs I get the errors below I > have installed my smokeping in /usr/local/smokeping. > > Thanks for any assistance in advance > > > > [Fri Apr 20 08:48:02 2007] [error] [client 212.85.220.6] [Fri Apr 20 > 08:48:02 2007] smokeping.cgi [client 10.1.1.1]: ERROR: creating > /var/www/html/smokeping/img/World/Europe/Switzerland/SBB: No such file > or directory, referer: > http://10.1.1.1/cgi-bin/smokeping.cgi?target=World.Europe.Switzerland > > > > Software error: > > ERROR: creating /var/www/html/smokeping/img/World/Europe/UK/UCL: No > such file or directory > > > > United Kingdom > > ERROR: Opening > '/var/www/html/smokeping/img/World/Europe/UK/UCL_mini.png' for write: > Permission denied > > > > [root at test]# cd /var/www/html/smokeping/img/ > > rrdtool.png smokeping.png test World > > [root at test img]# ls -lah > > total 40K > > drwxr-xr-x 3 root root 4.0K Apr 18 17:49 . > > drwxr-xr-x 3 root root 4.0K Apr 18 18:02 .. > > -rwxr-xr-x 1 root root 3.9K Apr 18 14:54 rrdtool.png > > -rwxr-xr-x 1 root root 4.3K Apr 18 14:54 smokeping.png > > drwxr-xr-x 4 root root 4.0K Apr 18 17:27 test > > lrwxrwxrwx 1 root root 31 Apr 18 17:49 World -> > /usr/local/smokeping/var/World/ > > > > cd /usr/local/smokeping/var/World/ > > [root at test World]# ls -lah > > total 32K > > drwxr-xr-x 4 root root 4.0K Apr 18 14:34 . > > drwxr-xr-x 3 root root 4.0K Apr 18 14:34 .. > > drwxr-xr-x 4 root root 4.0K Apr 18 14:34 Europe > > drwxr-xr-x 2 root root 4.0K Apr 18 18:04 USA > > > > > > Regards, > > Peter > > > > ------------------------------------------------------------------------ > > _______________________________________________ > smokeping-users mailing list > smokeping-users at lists.oetiker.ch > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070420/0dab8651/attachment-0001.htm From petern at africaonline.co.sz Fri Apr 20 16:00:30 2007 From: petern at africaonline.co.sz (Peter Nyamukusa) Date: Fri, 20 Apr 2007 16:00:30 +0200 Subject: [smokeping-users] Graph error In-Reply-To: <4628B603.3030007@alter3d.ca> Message-ID: <20070420135549.EB73B77426C@mail.africaonline.co.sz> Hi Peter, Many thanks for the really useful information my graphs are now up and running after the changes Regards ------------------------------------ Peter Nyamukusa _____ From: Peter Kristolaitis [mailto:alter3d at alter3d.ca] Sent: Friday, April 20, 2007 2:46 PM To: Peter Nyamukusa Cc: smokeping-users at lists.oetiker.ch Subject: Re: [smokeping-users] Graph error Hi Peter; The error looks like it is caused by directory permissions: ---- snip ---- cd /usr/local/smokeping/var/World/ [root at test World]# ls -lah total 32K drwxr-xr-x 4 root root 4.0K Apr 18 14:34 . drwxr-xr-x 3 root root 4.0K Apr 18 14:34 .. drwxr-xr-x 4 root root 4.0K Apr 18 14:34 Europe drwxr-xr-x 2 root root 4.0K Apr 18 18:04 USA ---- snip ---- Those directories need to be writable by whatever UID Apache (or whatever HTTP daemon you're using) runs as on your system. You'll want to check all of the following directories (defined in your SmokePing config file) as well: imgcache = /var/www/smokeping/img -> Must be writable by your HTTP daemon UID pagedir = /var/www/smokeping -> Must be readable (not writable, content is static) by your HTTP daemon UID datadir = /var/db/smokeping -> Must be writable by the UID the SmokePing daemon runs as and readable by your HTTP daemon UID piddir = /var/run/smokeping -> Must be writable by the UID the SmokePing daemon runs as Cheers, - Peter Peter Nyamukusa wrote: Hi Folks, I am new to smoke ping and I have just finished installing it on fedora core 5 and it seems to be running fine the smokealert also working fine. When I try to access the graphs I get the errors below I have installed my smokeping in /usr/local/smokeping. Thanks for any assistance in advance [Fri Apr 20 08:48:02 2007] [error] [client 212.85.220.6] [Fri Apr 20 08:48:02 2007] smokeping.cgi [client 10.1.1.1]: ERROR: creating /var/www/html/smokeping/img/World/Europe/Switzerland/SBB: No such file or directory, referer: http://10.1.1.1/cgi-bin/smokeping.cgi?target=World.Europe.Switzerland Software error: ERROR: creating /var/www/html/smokeping/img/World/Europe/UK/UCL: No such file or directory United Kingdom ERROR: Opening '/var/www/html/smokeping/img/World/Europe/UK/UCL_mini.png' for write: Permission denied [root at test]# cd /var/www/html/smokeping/img/ rrdtool.png smokeping.png test World [root at test img]# ls -lah total 40K drwxr-xr-x 3 root root 4.0K Apr 18 17:49 . drwxr-xr-x 3 root root 4.0K Apr 18 18:02 .. -rwxr-xr-x 1 root root 3.9K Apr 18 14:54 rrdtool.png -rwxr-xr-x 1 root root 4.3K Apr 18 14:54 smokeping.png drwxr-xr-x 4 root root 4.0K Apr 18 17:27 test lrwxrwxrwx 1 root root 31 Apr 18 17:49 World -> /usr/local/smokeping/var/World/ cd /usr/local/smokeping/var/World/ [root at test World]# ls -lah total 32K drwxr-xr-x 4 root root 4.0K Apr 18 14:34 . drwxr-xr-x 3 root root 4.0K Apr 18 14:34 .. drwxr-xr-x 4 root root 4.0K Apr 18 14:34 Europe drwxr-xr-x 2 root root 4.0K Apr 18 18:04 USA Regards, Peter _____ _______________________________________________ smokeping-users mailing list smokeping-users at lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070420/7b453a19/attachment.html From mpotrok at hotmail.com Mon Apr 23 17:01:33 2007 From: mpotrok at hotmail.com (Milan Potrok) Date: Mon, 23 Apr 2007 15:01:33 +0000 Subject: [smokeping-users] Configuring Reports/Charts like DEMO page In-Reply-To: Message-ID: Hello all. Very new to the tools, but have managed to get it mostly working. I am trying to configure some reports just like the DEMO page. The DEMO page has a "charts" section, with subsections for "Loss", "by Max", and "by Median". My stock setup only has the targets I have defined - including the "Local" and "World" sections. But I have no "Charts" section. I have read through a lot of the documentation with no luck about how to setup such a section. I would greatly appreciate seeing the "DEMO" config file, or other files that have been modified to allow the "DEMO" charts section to work. I have spend many hours over the weekend reading and trying, but have been unsuccessful. I have searched through the archives and the web documentation. Help would be greatly appreciated! Thanks, Milan _________________________________________________________________ Don?t waste time standing in line?try shopping online. Visit Sympatico / MSN Shopping today! http://shopping.sympatico.msn.ca From tobi at oetiker.ch Mon Apr 23 17:44:36 2007 From: tobi at oetiker.ch (Tobias Oetiker) Date: Mon, 23 Apr 2007 17:44:36 +0200 (CEST) Subject: [smokeping-users] Configuring Reports/Charts like DEMO page In-Reply-To: References: Message-ID: Hi Milan, the orderd reports are not jet released ... they are only in the svn snapshot ... I will release 2.1 RSN ... cheers tobi Today Milan Potrok wrote: > Hello all. Very new to the tools, but have managed to get it mostly working. > > I am trying to configure some reports just like the DEMO page. The DEMO page > has a "charts" section, with subsections for "Loss", "by Max", and "by > Median". > > My stock setup only has the targets I have defined - including the "Local" and > "World" sections. But I have no "Charts" section. I have read through a lot > of the documentation with no luck about how to setup such a section. > > I would greatly appreciate seeing the "DEMO" config file, or other files that > have been modified to allow the "DEMO" charts section to work. > > I have spend many hours over the weekend reading and trying, but have been > unsuccessful. I have searched through the archives and the web documentation. > Help would be greatly appreciated! > > Thanks, > Milan > > _________________________________________________________________ > Don?t waste time standing in line?try shopping online. Visit Sympatico / MSN > Shopping today! http://shopping.sympatico.msn.ca > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902 From mpotrok at hotmail.com Mon Apr 23 18:34:18 2007 From: mpotrok at hotmail.com (Milan Potrok) Date: Mon, 23 Apr 2007 16:34:18 +0000 Subject: [smokeping-users] Configuring Reports/Charts like DEMO page In-Reply-To: Message-ID: Tobi, thanks for the quick reply. Thanks for your hard effort in making and supporting such a great tool. It's awesome! With regards to the reports, I just thought that there was something missing from my setup. At this time is there a documented method of adding ANY reports to the web interface? If 2.1 is coming out soon with the changes, that'll be great. Any idea on a time frame? Thanks again for your efforts, Milan >From: Tobias Oetiker >To: Milan Potrok >CC: smokeping-users at lists.oetiker.ch >Subject: Re: [smokeping-users] Configuring Reports/Charts like DEMO page >Date: Mon, 23 Apr 2007 17:44:36 +0200 (CEST) > >Hi Milan, > >the orderd reports are not jet released ... they are only in the >svn snapshot ... I will release 2.1 RSN ... > >cheers >tobi > _________________________________________________________________ Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117 From tobi at oetiker.ch Mon Apr 23 19:24:34 2007 From: tobi at oetiker.ch (Tobi Oetiker) Date: Mon, 23 Apr 2007 19:24:34 +0200 (CEST) Subject: [smokeping-users] Configuring Reports/Charts like DEMO page In-Reply-To: References: Message-ID: Hi Milan, > At this time is there a documented method of adding ANY reports to the web > interface? No ... > If 2.1 is coming out soon with the changes, that'll be great. Any idea on a > time frame? this week or so ... cheers tobi > > Thanks again for your efforts, > Milan > > > > From: Tobias Oetiker > > To: Milan Potrok > > CC: smokeping-users at lists.oetiker.ch > > Subject: Re: [smokeping-users] Configuring Reports/Charts like DEMO page > > Date: Mon, 23 Apr 2007 17:44:36 +0200 (CEST) > > > > Hi Milan, > > > > the orderd reports are not jet released ... they are only in the > > svn snapshot ... I will release 2.1 RSN ... > > > > cheers > > tobi > > > > _________________________________________________________________ > Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings > https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117 > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902 From tobi at oetiker.ch Sun Apr 29 14:02:51 2007 From: tobi at oetiker.ch (Tobias Oetiker) Date: Sun, 29 Apr 2007 14:02:51 +0200 (CEST) Subject: [smokeping-users] ANNOUNCE Smokeping 2.1.0 Message-ID: Hi List, Major new feature for smokeping 2.1.0 * The Smokeping Scoreboard ... This plugin based system shows the monitoring targets ordered according to key properties of the graph. In this release there are sorters for Max Latency, Max Std Deviation, Max Median and Loss. (sponsored by Golden Ventures LCC, AR) * EchoPing V6 compatility * Color the graph background according to current loss. * Configurable eMail Alert Templates (sponsored by Virtela.Net) * Alerts can now be prioritized. If several prioritized alerts match, only the one with the highest priority will be reported. * Failover Mailservers for sending alerts even when the Mailserver is down. New Latency Plugins * JunOS Telnet Ping * EchoPingDNS, EchoPingLDAP, EchoPingWhois (EchoPing 6) * invasive FTPtransfer tester * WebProxyFilter for testing a filtering web proxy firewall by requesting banned pages New Matcher * Medration compares current and past median * Median matcher that actually works and a bunch ob bugfixes. http://oss.oetiker.ch/smokeping/ cheers tobi and niko -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902 From des at linpro.no Thu Apr 26 14:40:25 2007 From: des at linpro.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Thu, 26 Apr 2007 14:40:25 +0200 Subject: [smokeping-users] SmokePing::probes::SSH patch Message-ID: The attached patch adds a "port" config variable to the SSH probe. This allows probing hosts which run SSH on a non-standard port. (although it is not documented, ssh-keyscan(1) understands -p ) DES -- Dag-Erling Sm?rgrav Senior Software Developer Linpro AS - www.linpro.no -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: smokeping-ssh.diff Url: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070426/c97fdf35/attachment.diff From fskrotzki at textwise.com Mon Apr 30 16:38:33 2007 From: fskrotzki at textwise.com (Fred Skrotzki) Date: Mon, 30 Apr 2007 10:38:33 -0400 Subject: [smokeping-users] SmokePing::probes::SSH patch References: Message-ID: <6134F668515B04409948FBEB644A3E0D0107120A@msmail.textwise.com> Is this patch for the 2.1.0 version or earlier? -----Original Message----- From: smokeping-users-bounces at lists.oetiker.ch [mailto:smokeping-users-bounces at lists.oetiker.ch] On Behalf Of Dag-Erling Sm?rgrav Sent: Thursday, April 26, 2007 8:40 AM To: smokeping-users at lists.oetiker.ch Subject: [smokeping-users] SmokePing::probes::SSH patch The attached patch adds a "port" config variable to the SSH probe. This allows probing hosts which run SSH on a non-standard port. (although it is not documented, ssh-keyscan(1) understands -p ) DES -- Dag-Erling Sm?rgrav Senior Software Developer Linpro AS - www.linpro.no From des at linpro.no Mon Apr 30 16:54:45 2007 From: des at linpro.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Mon, 30 Apr 2007 16:54:45 +0200 Subject: [smokeping-users] SmokePing::probes::SSH patch In-Reply-To: <6134F668515B04409948FBEB644A3E0D0107120A@msmail.textwise.com> (Fred Skrotzki's message of "Mon, 30 Apr 2007 10:38:33 -0400") References: <6134F668515B04409948FBEB644A3E0D0107120A@msmail.textwise.com> Message-ID: "Fred Skrotzki" writes: > Is this patch for the 2.1.0 version or earlier? It is for 2.0.9. I run it on Ubuntu Feisty, in case that matters; there are no VCS tags in the original SSH.pm, but its md5sum is 61835af21c673f9256d3f296d7a8f8e5. I contacted the author, Christian Recktenwald, who said "looks good" and asked me to post it here. DES -- Dag-Erling Sm?rgrav Senior Software Developer Linpro AS - www.linpro.no From des at linpro.no Mon Apr 30 17:00:26 2007 From: des at linpro.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Mon, 30 Apr 2007 17:00:26 +0200 Subject: [smokeping-users] SmokePing::probes::SSH patch In-Reply-To: (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav's?= message of "Mon, 30 Apr 2007 16:54:45 +0200") References: <6134F668515B04409948FBEB644A3E0D0107120A@msmail.textwise.com> Message-ID: des at linpro.no (Dag-Erling Sm?rgrav) writes: > It is for 2.0.9. I run it on Ubuntu Feisty, in case that matters; > there are no VCS tags in the original SSH.pm, but its md5sum is > 61835af21c673f9256d3f296d7a8f8e5. Sorry, the correct md5sum is f803bee22b92d516f962b51ef9e79eea (the one above is *after* the patch). I have verified that the patch applies cleanly to 2.1.0 as well - SSH.pm hasn't changed in 2.1.0. DES -- Dag-Erling Sm?rgrav Senior Software Developer Linpro AS - www.linpro.no From smokeping-contact at citecs.de Mon Apr 30 16:58:18 2007 From: smokeping-contact at citecs.de (Christian Recktenwald) Date: Mon, 30 Apr 2007 16:58:18 +0200 Subject: [smokeping-users] SmokePing::probes::SSH patch In-Reply-To: References: <6134F668515B04409948FBEB644A3E0D0107120A@msmail.textwise.com> Message-ID: <20070430145818.GB3960@citecs.de> On Mon, Apr 30, 2007 at 04:54:45PM +0200, Dag-Erling Sm?rgrav wrote: > "Fred Skrotzki" writes: > > Is this patch for the 2.1.0 version or earlier? > > It is for 2.0.9. I run it on Ubuntu Feisty, in case that matters; > there are no VCS tags in the original SSH.pm, but its md5sum is > 61835af21c673f9256d3f296d7a8f8e5. > > I contacted the author, Christian Recktenwald, who said "looks good" > and asked me to post it here. ACK -- Christian Recktenwald : voice +49 711 601 2090 : Boeblinger Strasse 189 smokeping-contact at citecs.de : fax +49 711 601 2092 : D-70199 Stuttgart From petern at africaonline.co.sz Mon Apr 30 18:03:17 2007 From: petern at africaonline.co.sz (Peter Nyamukusa) Date: Mon, 30 Apr 2007 18:03:17 +0200 Subject: [smokeping-users] ANNOUNCE Smokeping 2.1.0 In-Reply-To: Message-ID: <20070430160310.48DB57B1000@mail.africaonline.co.sz> Great!!!! Stuff Guys keep up the good work Peter -----Original Message----- From: smokeping-users-bounces at lists.oetiker.ch [mailto:smokeping-users-bounces at lists.oetiker.ch] On Behalf Of Tobias Oetiker Sent: Sunday, April 29, 2007 2:03 PM To: smokeping-users at lists.oetiker.ch Subject: [smokeping-users] ANNOUNCE Smokeping 2.1.0 Hi List, Major new feature for smokeping 2.1.0 * The Smokeping Scoreboard ... This plugin based system shows the monitoring targets ordered according to key properties of the graph. In this release there are sorters for Max Latency, Max Std Deviation, Max Median and Loss. (sponsored by Golden Ventures LCC, AR) * EchoPing V6 compatility * Color the graph background according to current loss. * Configurable eMail Alert Templates (sponsored by Virtela.Net) * Alerts can now be prioritized. If several prioritized alerts match, only the one with the highest priority will be reported. * Failover Mailservers for sending alerts even when the Mailserver is down. New Latency Plugins * JunOS Telnet Ping * EchoPingDNS, EchoPingLDAP, EchoPingWhois (EchoPing 6) * invasive FTPtransfer tester * WebProxyFilter for testing a filtering web proxy firewall by requesting banned pages New Matcher * Medration compares current and past median * Median matcher that actually works and a bunch ob bugfixes. http://oss.oetiker.ch/smokeping/ cheers tobi and niko -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902 _______________________________________________ smokeping-users mailing list smokeping-users at lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users From Garry.Cook at arcadis-us.com Mon Apr 30 19:32:17 2007 From: Garry.Cook at arcadis-us.com (Cook, Garry) Date: Mon, 30 Apr 2007 11:32:17 -0600 Subject: [smokeping-users] Background Loss Colors Message-ID: <38D6D515FC15924693F2640881AF4620E10C9C@corpexbe2.arcadis-us.com> I upgraded to 2.1.0 today, but I don't see the background colors in the graphs that match the loss line that is plotted. I've read the smokeping config manpage and cannot find a reference to the config variable that enables this. What do I need to add to turn it on, if the default is to not display it? Thank you, Garry W. Cook, CCNA Network Systems Specialist ARCADIS U.S., Inc. 630 Plaza Drive, Suite 200 Highlands Ranch, CO 80129 720.344.3708 (Office) 720.220.1862 (Mobile) NOTICE: This e-mail and any files transmitted with it are the property of ARCADIS U.S., Inc. and its affiliates. All rights, including without limitation copyright, are reserved. The proprietary information contained in this e-mail message, and any files transmitted with it, is intended for the use of the recipient(s) named above. If the reader of this e-mail is not the intended recipient, you are hereby notified that you have received this e-mail in error and that any review, distribution or copying of this e-mail or any files transmitted with it is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately and delete the original message and any files transmitted. The unauthorized use of this e-mail or any files transmitted with it is prohibited and disclaimed by ARCADIS U.S., Inc. and its affiliates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20070430/56bc98d4/attachment.html From tobi at oetiker.ch Mon Apr 30 20:29:01 2007 From: tobi at oetiker.ch (Tobi Oetiker) Date: Mon, 30 Apr 2007 20:29:01 +0200 (CEST) Subject: [smokeping-users] Background Loss Colors In-Reply-To: <38D6D515FC15924693F2640881AF4620E10C9C@corpexbe2.arcadis-us.com> References: <38D6D515FC15924693F2640881AF4620E10C9C@corpexbe2.arcadis-us.co m> Message-ID: Hi Garry, in the +detail section, set loss_background=yes http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch tobi at oetiker.ch ++41 62 213 9902