From gregs at sloop.net Wed May 1 01:44:26 2013 From: gregs at sloop.net (Gregory Sloop) Date: Tue, 30 Apr 2013 16:44:26 -0700 Subject: [smokeping-users] Rasp-Pi smokeping slaves In-Reply-To: References: <365552064.20130329112608@sloop.net> Message-ID: <791803205.20130430164426@sloop.net> >> >> Perhaps slightly off-topic, but I thought it might be interesting to >> others and a starter for ideas for others... >> >> --- >> Building on the concept of using a Raspberry Pi as a smokeping slave >> [Thanks to Ioannis Theodoridis] for the push!] I've completed one. JZ> This is an AWESOME idea and I would love a copy of the code. JZ> We just bought 2 Pis for this purpose. JZ> If we decide to run one as a master do they still handle the load and the config ok? JZ> Thanks a ton! JZ> Josh I tested a few different configs: [These were all the the "B" version Pi with 512M RAM.] --- 1) Smokeping/MRTG/Nagios - as a stand-alone master. [With Smokeping hitting say - 30-40 devices/60 secs with fping, MRTG polling a hundred SNMP devices/ports/60secs and Nagios handling essentially the same hosts as Smokeping - mostly for notification purposes. [I actually had nagios watching the SP RRD files and not doing it's own checks.] In this case, the Pi was pretty buried. If you OverClocked it to 900 Mhz [IIRC] it would just barely stay below a 1.0 load average - at least some of the time. But it was very touch and go - I never had a problem, but when the 15 min load avg is really close to 1 and sometimes over, then it's likely you're going to have problems at some point. Since this is a critical warning/monitoring system, I'm not so hip on running them on the ragged edge. :) --- 2) Running it as just a smokeping and MRTG master - same number of targets etc. This works great and load is much less. I'm not sure why Nagios is such a pig, but it is... --- 3) Running smokeping as a slave over an SSH tunnel back to the mothership. And running MRTG as a "master" [not that there's any other way to run MRTG] on the Pi, storing all the MRTG data locally on the SD card, and generating all the graphs locally etc. Again, this is absolutely no problem with any semi-reasonable number of targets. [Say less than 100 smokeping and 100 MRTG targets.] And with smokeping "phoning" home to give the data to a master, I can run nagios there and generate all the alerts from a central location. Load averages, even when cranking MRTG graphs [which only occur when you're viewing pages with routers2.cgi] is really no problem at all. Load is nearly always very low, or well below 1. So, I tossed my configs and have it setup as an image, with option 3. I have a few tweaks I need to make to that image, but other than that it's ready for anyone to use. It would be quite trivial to take that image and make smokeping a master on if that's what you want - as everything it needs is already installed etc. I'm not sure exactly how/where to place the image so more than a single person or two could pull it - it's about 2G. Before running it, you'll want to write it on at least a 4G card [if you're going to store much on the SD card, say running MRTG with big RRD's, like I do] and you'll want to resize the partition. [Easy with raspi-config.] I run in on the RPi-Debian distro. --- Finally, I've tried to secure it pretty substantially - blocking all inbound ports except http/81 [can't use 80, since smokeping uses it to talk to the master] https/443 and ssh/22. I've setup apache to do auth for connects to MRTG too. So, with the image - it's literally about 15 minutes to setup a full, secure SSH tunnel smokeping slave from start-to-finish. MRTG setup with say a router or two, and a switch is another few minutes - depending on how much massaging you need to do the MRTG config files. [I have some great sed scripts to hack those up quick in most of the cases I have to use it in...though those aren't part of the image.] Suggestions, questions, thoughts? I'm glad to answer. From hperez539 at ymail.com Wed May 1 18:23:00 2013 From: hperez539 at ymail.com (Hector Perez) Date: Wed, 1 May 2013 09:23:00 -0700 (PDT) Subject: [smokeping-users] remote fping, again Message-ID: <1367425380.10811.YahooMailNeo@web160706.mail.bf1.yahoo.com> On Thu, Mar 22, 2012 at 20:55 PM,?Lars Thegler?wrote: > Smokeping::probes::RemoteFPing just uses the system ssh, and that > in?turn reads ~/.ssh/config for e.g. port numbers. > /Lars >> On Thu, Mar 22, 2012 at 7:43 PM, Adam Heath wrote: >> Hi Guys, >> >> I have just installed smokeping and so far not hit many road blocks. >> Howerver I am trying to setup remote fpinging to check outbound >> connections from my various servers but I have 1 issue. I run all my >> servers on a non-standard ssh port. How do I specify what port to >> attempt ssh on in the Probes file? >> >> Cheers >> Adam But it usen't to be that way, I think it has changed some time ago? I? remember the "port" option was actually working.? And, Lars mentiones a ~/.ssh/ directory, but user "smokeping" doesn't seem to have a /home/smokeping directory? If so, that means we have to change the system ssh_config file (the one in /etc/ssh/ directory)? Thanks to anybody who can clarify From walser at tik.ee.ethz.ch Thu May 2 08:56:16 2013 From: walser at tik.ee.ethz.ch (=?UTF-8?B?IkNocmlzdG9waCBXYWxzZXIsIEVUSCBaw7xyaWNoIg==?=) Date: Thu, 02 May 2013 08:56:16 +0200 Subject: [smokeping-users] Replace smoketrace with remocular - howto? In-Reply-To: <5123A65E.1030404@tik.ee.ethz.ch> References: <5123A65E.1030404@tik.ee.ethz.ch> Message-ID: <51820E10.6020801@tik.ee.ethz.ch> Hi, since I got it working, I want to share how to do it: first you have to get the latest smokeping release from github which introduces the new tags {HASH} and {HOSTNAME}. Then, adjust the menuextra entry in your Smokeping configuration to look like this: menuextra = * At least for me, this works quite well. Best, Christoph -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature Url : http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130502/326fbcce/attachment.pgp From rnbrady at gmail.com Thu May 2 23:41:28 2013 From: rnbrady at gmail.com (Richard Brady) Date: Thu, 2 May 2013 22:41:28 +0100 Subject: [smokeping-users] Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Sorry Tobias, I don't mean slave, I mean another server such as a web server that wants to tell SmokePing to start monitoring a new endpoint. Richard On 29 April 2013 13:58, Tobias Oetiker wrote: > Hi Richard, > > remote hosts reconfigure themselfs automatically when the master > gets new config ... > > cheers > tobi > > > Apr 2 Richard Brady wrote: > > > Hi folks > > > > I would like to dynamically add and remove hosts to be monitored from a > > remote server. > > > > I have reviewed the code and although the dynamic host feature comes > close > > to what I am looking for by supporting the update of host addresses, it > > does not support the addition of hosts from what I can tell. > > > > Currently the best thing I can think of is a script (invoked through CGI > or > > SSH) that writes config stanzas to some file or directory (e.g. > > /var/lib/smokeping/targets) and then issues a reload, with that file or > > directory @included from the /etc/config file. > > > > Is there a better way to do this? > > > > Thanks, > > Richard > > > > -- > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130502/7180d960/attachment.htm From tobi at oetiker.ch Fri May 3 10:05:08 2013 From: tobi at oetiker.ch (Tobias Oetiker) Date: Fri, 3 May 2013 10:05:08 +0200 (CEST) Subject: [smokeping-users] Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Yesterday Richard Brady wrote: > Sorry Tobias, I don't mean slave, I mean another server such as a web > server that wants to tell SmokePing to start monitoring a new endpoint. in that case you have to automate the config file editing and restart smokeping once you did that ... cheers tobi > > Richard > > On 29 April 2013 13:58, Tobias Oetiker wrote: > > > Hi Richard, > > > > remote hosts reconfigure themselfs automatically when the master > > gets new config ... > > > > cheers > > tobi > > > > > > Apr 2 Richard Brady wrote: > > > > > Hi folks > > > > > > I would like to dynamically add and remove hosts to be monitored from a > > > remote server. > > > > > > I have reviewed the code and although the dynamic host feature comes > > close > > > to what I am looking for by supporting the update of host addresses, it > > > does not support the addition of hosts from what I can tell. > > > > > > Currently the best thing I can think of is a script (invoked through CGI > > or > > > SSH) that writes config stanzas to some file or directory (e.g. > > > /var/lib/smokeping/targets) and then issues a reload, with that file or > > > directory @included from the /etc/config file. > > > > > > Is there a better way to do this? > > > > > > Thanks, > > > Richard > > > > > > > -- > > 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 > > > -- 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 jul.collas at gmail.com Fri May 3 11:32:34 2013 From: jul.collas at gmail.com (Julien Collas) Date: Fri, 3 May 2013 11:32:34 +0200 Subject: [smokeping-users] Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Hi Richard, The tool I've developed may do the job (https://github.com/julcollas/django- smokeping). This is a Django application to manage your targets. In addition to the web part, you can use the API to automate the addition of new targets. Let me know if you think that can respond to your needs and if you need more explanations. Julien 2013/5/3 Tobias Oetiker > Yesterday Richard Brady wrote: > > > Sorry Tobias, I don't mean slave, I mean another server such as a web > > server that wants to tell SmokePing to start monitoring a new endpoint. > > in that case you have to automate the config file editing and > restart smokeping once you did that ... > > cheers > tobi > > > > > Richard > > > > On 29 April 2013 13:58, Tobias Oetiker wrote: > > > > > Hi Richard, > > > > > > remote hosts reconfigure themselfs automatically when the master > > > gets new config ... > > > > > > cheers > > > tobi > > > > > > > > > Apr 2 Richard Brady wrote: > > > > > > > Hi folks > > > > > > > > I would like to dynamically add and remove hosts to be monitored > from a > > > > remote server. > > > > > > > > I have reviewed the code and although the dynamic host feature comes > > > close > > > > to what I am looking for by supporting the update of host addresses, > it > > > > does not support the addition of hosts from what I can tell. > > > > > > > > Currently the best thing I can think of is a script (invoked through > CGI > > > or > > > > SSH) that writes config stanzas to some file or directory (e.g. > > > > /var/lib/smokeping/targets) and then issues a reload, with that file > or > > > > directory @included from the /etc/config file. > > > > > > > > Is there a better way to do this? > > > > > > > > Thanks, > > > > Richard > > > > > > > > > > -- > > > 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 > > > > > > > -- > 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 > > _______________________________________________ > 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/20130503/7dc0dffb/attachment.htm From rnbrady at gmail.com Tue May 7 00:50:10 2013 From: rnbrady at gmail.com (Richard Brady) Date: Mon, 6 May 2013 23:50:10 +0100 Subject: [smokeping-users] Fwd: Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Thanks Tobi > Sorry Tobias, I don't mean slave, I mean another server such as a web > > server that wants to tell SmokePing to start monitoring a new endpoint. > > in that case you have to automate the config file editing and > restart smokeping once you did that ... > Should a reload also be sufficient is that for something else? Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130506/a56bda3e/attachment-0001.htm From rnbrady at gmail.com Tue May 7 00:51:01 2013 From: rnbrady at gmail.com (Richard Brady) Date: Mon, 6 May 2013 23:51:01 +0100 Subject: [smokeping-users] Fwd: Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Thanks Julien The tool I've developed may do the job (https://github.com/julcollas/django- > smokeping). > This is a Django application to manage your targets. > Nice! > In addition to the web part, you can use the API to automate the addition > of new targets. > > Let me know if you think that can respond to your needs and if you need > more explanations. > I would like to know more, in particular how does the config get read by Smokeping and is a reload or restart required? I'll give it a try and let you know how I get on. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130506/c5dde75d/attachment.htm From jul.collas at gmail.com Tue May 7 10:43:57 2013 From: jul.collas at gmail.com (Julien Collas) Date: Tue, 7 May 2013 10:43:57 +0200 Subject: [smokeping-users] Fwd: Dynamic addition and removal of hosts In-Reply-To: References: Message-ID: Hi Richard, The application export all configuration by http.For example, all the target configuration can be found on : http://example.com:8000/smokeping/targets You can find a basic configuration and a little script to get the config https://github.com/julcollas/django-smokeping/tree/master/tools If any difference with the old configuration, then I check the new configuration and restart smokeping. Julien 2013/5/7 Richard Brady > Thanks Julien > > The tool I've developed may do the job (https://github.com/julcollas/d >> jango-smokeping). >> This is a Django application to manage your targets. >> > > Nice! > > >> In addition to the web part, you can use the API to automate the >> addition of new targets. >> >> Let me know if you think that can respond to your needs and if you need >> more explanations. >> > > I would like to know more, in particular how does the config get read by > Smokeping and is a reload or restart required? > > I'll give it a try and let you know how I get on. > > Richard > > _______________________________________________ > 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/20130507/76e7aaee/attachment.htm From tmwalaszek at gmail.com Tue May 7 21:51:43 2013 From: tmwalaszek at gmail.com (=?ISO-8859-2?Q?Tomek_Wa=B3aszek?=) Date: Tue, 7 May 2013 21:51:43 +0200 Subject: [smokeping-users] Master/Slave configuration Message-ID: Hello Smokeping users, I`ve configured smokepng with the Master/Slave architecture and it works great, but I have a question. Is there a way to avoid making probes from the master server and have only probes from the slave? When I told my slave to get probes to some server the master host is also doing the probes, is it possibe to avoid this? -- Best regards, Tomasz Walaszek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130507/549610da/attachment.htm From tmwalaszek at gmail.com Tue May 7 22:04:11 2013 From: tmwalaszek at gmail.com (=?ISO-8859-2?Q?Tomek_Wa=B3aszek?=) Date: Tue, 7 May 2013 22:04:11 +0200 Subject: [smokeping-users] Master/Slave configuration In-Reply-To: <1713875975.20130507130306@sloop.net> References: <1713875975.20130507130306@sloop.net> Message-ID: Hello, Thanks ! That should do it. I will try it tomorrow. 2013/5/7 Gregory Sloop > See nomasterpoll > > http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html > > -Greg > --- > > > Hello Smokeping users, > I`ve configured smokepng with the Master/Slave architecture and it works > great, but I have a question. Is there a way to avoid making probes from > the master server and have only probes from the slave? When I told my slave > to get probes to some server the master host is also doing the probes, is > it possibe to avoid this? > > -- > Best regards, > Tomasz Walaszek > > > -- > Gregory Sloop, Principal: Sloop Network & Computer Consulting > Voice: 503.251.0452 x82 > EMail: gregs at sloop.net > http://www.sloop.net > --- > > -- Pozdrawiam Tomasz Wa?aszek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130507/227126fd/attachment.htm From gregs at sloop.net Tue May 7 22:03:06 2013 From: gregs at sloop.net (Gregory Sloop) Date: Tue, 7 May 2013 13:03:06 -0700 Subject: [smokeping-users] Master/Slave configuration In-Reply-To: References: Message-ID: <1713875975.20130507130306@sloop.net> See nomasterpoll http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html -Greg --- Hello Smokeping users, I`ve configured smokepng with the Master/Slave architecture and it works great, but I have a question. Is there a way to avoid making probes from the master server and have only probes from the slave? When I told my slave to get probes to some server the master host is also doing the probes, is it possibe to avoid this? -- Best regards, Tomasz Walaszek -- Gregory Sloop, Principal: Sloop Network & Computer Consulting Voice: 503.251.0452 x82 EMail: gregs at sloop.net http://www.sloop.net --- From chougulepavan at gmail.com Thu May 9 07:59:42 2013 From: chougulepavan at gmail.com (Prashant Chougule) Date: Thu, 9 May 2013 11:29:42 +0530 Subject: [smokeping-users] not able to add other probes than fping Message-ID: hello, I am trying to add probe hping in the configuration file of smokeping but it give me error like require smokeping ::probes::hping failed : can't locate smokeping/probes/Hping in @INC .... anyone explain me what is the problem ? how am i suppose to add probe other than fping with small example ? -- Thanks &Regards, Prashant Chougule. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130509/3fee1db1/attachment.htm From puneetbhrdwj02 at gmail.com Sat May 11 09:15:50 2013 From: puneetbhrdwj02 at gmail.com (puneet bhardwaj) Date: Sat, 11 May 2013 12:45:50 +0530 Subject: [smokeping-users] smokeping for ubuntu Message-ID: hello sir; i have to configure smokeping for ubuntu 11.04.plz tell me the setups how i configure smokeping. Thanx Puneet Bhardwaj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130511/3f435949/attachment-0001.htm From rb14060 at gmail.com Sat May 11 16:42:21 2013 From: rb14060 at gmail.com (Ryan Becker) Date: Sat, 11 May 2013 10:42:21 -0400 Subject: [smokeping-users] smokeping for ubuntu In-Reply-To: References: Message-ID: Please read the documentation before contacting the list with problems. See http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html On Sat, May 11, 2013 at 3:15 AM, puneet bhardwaj wrote: > hello sir; > > > > i have to configure smokeping for ubuntu 11.04.plz tell me the setups how > i configure smokeping. > > > > > > > > Thanx > > Puneet Bhardwaj > > _______________________________________________ > 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/20130511/4e4c0920/attachment.htm From silviu.moscalciuc at yahoo.com Sun May 12 18:33:25 2013 From: silviu.moscalciuc at yahoo.com (AlcSilian) Date: Sun, 12 May 2013 16:33:25 +0000 (UTC) Subject: [smokeping-users] Replace smoketrace with remocular - howto? References: <5123A65E.1030404@tik.ee.ethz.ch> <51820E10.6020801@tik.ee.ethz.ch> Message-ID: Well that are great news that you managed to integrate smokeping with remocular. My question is the following: How did you install remocular, since in my installation no remocular.fcid is present in the httpd directory. I'am basicaly lost right now. I thought Iunderstand a thing or another, but I'am lost. If you could make a complete guide for all other followers, with how did you installed remocular, smokeping and etc... would be appreciated. Thanks. Best regards, AlcSilian. From puneetbhrdwj02 at gmail.com Mon May 13 14:30:32 2013 From: puneetbhrdwj02 at gmail.com (puneet bhardwaj) Date: Mon, 13 May 2013 18:00:32 +0530 Subject: [smokeping-users] error Message-ID: hello sir, when i configure smokeping i find the following error----> ERROR: /etc/smokeping/config.d/Slaves, line 4: unknown variable 'secrets' please tell me how i resolve this problem. Thanx Puneet Bhardwaj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130513/734f6b43/attachment.htm From alter3d at alter3d.ca Mon May 13 17:13:31 2013 From: alter3d at alter3d.ca (Peter Kristolaitis) Date: Mon, 13 May 2013 15:13:31 +0000 Subject: [smokeping-users] error In-Reply-To: References: Message-ID: <5191031B.8030101@alter3d.ca> What version of Smokeping are you running? - Pete On 05/13/2013 12:30 PM, puneet bhardwaj wrote: > hello sir, > > > when i configure smokeping i find the following error----> > > > ERROR: /etc/smokeping/config.d/Slaves, line 4: unknown variable 'secrets' > please tell me how i resolve this problem. > Thanx > Puneet Bhardwaj > > > _______________________________________________ > 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/20130513/adcfc119/attachment.htm From james.cornick at jchost.net Mon May 13 17:23:33 2013 From: james.cornick at jchost.net (James Cornick - Jchost.net) Date: Mon, 13 May 2013 10:23:33 -0500 Subject: [smokeping-users] error In-Reply-To: References: Message-ID: <480F9159-29FB-4EB7-9FD1-0FD208D9BEC1@jchost.net> Look on line 4 and remove that line. James Sent from my iPhone On May 13, 2013, at 7:30 AM, puneet bhardwaj wrote: > hello sir, > > > when i configure smokeping i find the following error----> > > > ERROR: /etc/smokeping/config.d/Slaves, line 4: unknown variable 'secrets' > > please tell me how i resolve this problem. > > > Thanx > Puneet Bhardwaj > _______________________________________________ > smokeping-users mailing list > smokeping-users at lists.oetiker.ch > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users From puneetbhrdwj02 at gmail.com Wed May 15 14:37:22 2013 From: puneetbhrdwj02 at gmail.com (puneet bhardwaj) Date: Wed, 15 May 2013 18:07:22 +0530 Subject: [smokeping-users] error Message-ID: hello sir, when i start /etc/init.d/smokeping restart than i got following error WARNING Master said 500 Internal Server Error 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 how can i fix the problem. please help me its urgent. Thanx Puneet Bhardwaj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130515/d3436597/attachment.htm From darren at victoriajd.com Wed May 15 15:43:09 2013 From: darren at victoriajd.com (Darren Murphy) Date: Wed, 15 May 2013 21:43:09 +0800 Subject: [smokeping-users] error In-Reply-To: References: Message-ID: On 15 May 2013 20:37, puneet bhardwaj wrote: > > WARNING Master said 500 Internal Server Error > 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 > Check the web server error log on your master server. From david at schweikert.ch Wed May 22 09:00:45 2013 From: david at schweikert.ch (David Schweikert) Date: Wed, 22 May 2013 09:00:45 +0200 Subject: [smokeping-users] ANNOUNCE: fping 3.5 Message-ID: <20130522070045.GA4567@schweikert.ch> Hi, I have just released fping 3.5 with the following changes: * Fix sprint_tm buffer size crash (reported by Japheth Cleaver) * Addded -D flag to print timestamps (Toke H?iland-J?rgensen) * Fix fping6 build on OS X 10.8 (unknown contributor) * Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris, #39) * Fping.spec: fix setuid permissions and provides fping6 (Marcus Vinicius Ferreira) * Re-create configure script with autoconf 2.69 for aarch64 support (Chuck Anderson, #45) You can download it here: http://fping.org/ Cheers David