summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2013-03-21remove duplicate entriesTobias Oetiker1-4/+0
2013-03-04updated changes logTobias Oetiker1-0/+30
2012-07-03fix smokeinfo to actually consider --start and --endTobias Oetiker1-0/+3
2012-05-23exec the cgi to make sure fastcgi is tracking the right process - Eric SearcyTobias Oetiker1-0/+3
2012-03-22fork alert handlers, so that smokeping does not blockTobias Oetiker1-0/+2
2012-02-07added releaseTobias Oetiker1-0/+2
2012-02-06make SipSak work with sip servers implementing OPTIONSTobias Oetiker1-0/+2
2012-01-11add relese date to changes fileTobias Oetiker1-0/+2
2012-01-11be more careful in handling input from the web to prevent xss. Thanks toTobias Oetiker1-0/+3
Russ McRee <holisticinfosec@gmail.com> for pointing this out.
2011-12-03From: Chris Wilson <chris@aptivate.org>Tobias Oetiker1-0/+2
Date: Fri, 2 Dec 2011 20:38:26 +0000 (GMT) I tried to use the tcpping probe but it didn't work for me (centos 5). It seems that the tcptraceroute output format has changed or there is a problem with the script's ability to parse options. It also doesn't report tcptraceroute errors properly or have much in the way of debugging support. And it required smokeping to be run as root. I think I have fixed these issues, and posted updated versions here: https://github.com/aptivate/network-scripts/blob/master/TCPPing.pm https://github.com/aptivate/network-scripts/blob/master/tcpping I hope that you will consider these for inclusion in your projects. Richard, are you still maintaining tcpping? If not, is it worth merging this functionality into the TCPPing module? (integrated the TCPPing.pm for now -- tobi)
2011-11-23added kenTobias Oetiker1-1/+1
2011-11-22make Median matcher work fine on startup and when unknown values are in the ↵Tobias Oetiker1-0/+2
stream
2011-11-12prep for 2.6.6 releaseTobias Oetiker1-0/+4
2011-10-30updated changes for 2.6.5 releaseTobias Oetiker1-0/+5
2011-10-21prep for release 2.6.4Tobias Oetiker1-0/+4
2011-10-20it seems some version of perl bulk at gettimeofday without ()Tobias Oetiker1-0/+4
2011-10-11ready for 2.6.2Tobias Oetiker1-0/+5
2011-09-29better install systemTobi Oetiker1-0/+4
2011-09-29make sure version if Smokeping.pm is synced on distbuildTobi Oetiker1-1/+1
2011-09-28added automake supportTobi Oetiker1-0/+6
2011-09-26prepare for the release of smokeping-2.5.1Tobi Oetiker1-0/+4
2011-09-25do not exit in zoom ajax modeTobi Oetiker1-0/+2
2011-09-25prepare for the release of smokeping-2.5.0Tobi Oetiker1-0/+2
2011-09-21* switch from speedy to fastcgiTobi Oetiker1-1/+1
* improved installation, no file editing required anymore * update installation instructions
2011-09-11track changesTobi Oetiker1-2/+3
2011-09-11track changesTobi Oetiker1-0/+3
2011-08-23disman integration looks good nowTobi Oetiker1-0/+3
2011-08-23clean out smoketraceTobi Oetiker1-0/+3
2010-08-28I run smokeping on many boxes and and my Gentoo/Funtoo boxes frequently runTobi Oetiker1-0/+6
into localization setup issues which will bomb out Smokeping's web interface. It works fine invoked from the shell. I use the attached patch to help me diagnose the server setup problem. The behavior is identical to current Smokeping in that it logs a message and throws a HTTP 500 error. The basic Smokeping localization sanity check has uncovered "insane" setups where the PERL %ENV environment variables are being ignored by "setlocale" on several of my boxes for unknown reasons. Obviously, smokeping should quit, which it does... -- Lee Thompson stagr.lee gmail.com
2010-03-14added SipSak probe for SIP ping testingTobi Oetiker1-0/+3
2010-03-09raise timeout to 5s and twist basefork.pm into allowing this by providing a ↵Tobi Oetiker1-0/+5
higher _default timeout for the probe.
2009-12-13make the build system compatible with HTML::Parser >= 3.64 Niko Tyni1-0/+3
reported as Debian bug #560562
2009-08-08updated to lates prototype and scriptaculous librariesTobi Oetiker1-0/+7
2009-06-15fix url in alert emails for alerts triggered by slavesTobi Oetiker1-0/+3
2009-02-13fix a typo in configuration example 4, spotted by Guglielmo BondioniNiko Tyni1-0/+3
2009-02-13From: Jeremy Laidman <jlaidman *rebel-it.com.au>Niko Tyni1-0/+4
> Please consider including the patch below. It allows specifying a parameter > of "allowreject" in the Radius probe configuration. When allowreject=true, > rejected RADIUS authentications are treated as OK. This means I can test > the RTT of a RADIUS request without using a valid account. As long as the > RADIUS secret is correct, the timings should be reasonable. The default is > "false".
2009-01-30fix for static implementationTobi Oetiker1-0/+3
2009-01-23disable __DIE__ inside evalTobi Oetiker1-0/+2
2009-01-21fix broken error message in spdomedTobi Oetiker1-0/+2
2009-01-05initial checkinTobi Oetiker1-0/+3
2008-12-15ExpLoss.pm matcher produces an exponential weighted average and supportsTobi Oetiker1-0/+5
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev.
2008-08-30track smokeping changesTobi Oetiker1-0/+11
2008-07-25autoreap zombiesTobi Oetiker1-0/+2
2008-07-24* added strict and warnings to the cgi and the daemon wrappers ... Tobi Oetiker1-1/+5
* fixed regression introduced while fixing taint issues
2008-06-30improved documentation for master/slaveTobi Oetiker1-0/+4
fixed taint error in Smokeping.pm
2008-06-18stop loading sys_wait_h in Tr.cgiTobi Oetiker1-0/+3
2008-06-13fixed version string creation in javascript outputTobi Oetiker1-0/+4
2008-06-10prepare for the release of smokeping-2.4.0Tobi Oetiker1-0/+2
2008-06-09added dummy script_name methodeTobi Oetiker1-0/+4
2008-06-08added blazemode to fping probeTobi Oetiker1-0/+4