summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Fix wrong hardcoded path in fcgi example fileHEADworkingmasterFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-09-04Fix syntax error in PODFlorian Pritz1-1/+1
Possible perl 5.18 related, I didn't look into that. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-03-21remove duplicate entriesTobias Oetiker1-4/+0
2013-03-17xss fix from Steven ChamberlainTobias Oetiker1-2/+3
2013-03-04update release numberTobias Oetiker1-1/+1
2013-03-04updated changes logTobias Oetiker1-0/+30
2013-03-04be more careful about preventing xss attacks, re http://bugs.debian.org/659899Tobias Oetiker1-6/+8
2013-02-27provide more configurable replacements for remocular integrationTobias Oetiker1-4/+10
2012-11-08Merge pull request #9 from couloum/masterTobias Oetiker1-0/+178
new probe SendEmail
2012-11-07Added new probe SendEmailFlorian Coulmier1-0/+178
2012-10-24Merge branch 'master' of github.com:oetiker/SmokePingTobias Oetiker1-3/+16
2012-10-24As spotted by Gert Doering, rand() gives the same results in eachNiko Tyni1-0/+3
pinger subprocess. This is because they all inherit the same RNG state from their parent. Fix this undesired behaviour by reseeding the RNG with the current time and the process ID. The argument of srand() shouldn't really matter much on modern Perls, but we're not very concerned about the quality of the random numbers either, and time()+$$ should make sure it's different for each process.
2012-09-13Merge pull request #8 from jweather/masterTobias Oetiker1-3/+16
add "expect" parameter to Curl.pm
2012-09-12fix stray spacesJeremy Weatherford1-1/+1
2012-09-12add expect parameter to Curl.pmJeremy Weatherford1-3/+16
2012-08-29fix regression - added missing )Tobias Oetiker1-1/+1
2012-08-29allow to configure FPing probe to read fping output form stdout instead of ↵Tobias Oetiker1-1/+11
stderr
2012-07-13allow title to be defined via cgi parameter when calling navigator interface ↵Tobias Oetiker1-1/+2
directly
2012-07-09it's milliseconds not miliseconds, thanks frank habichtTobias Oetiker4-4/+4
2012-07-06respect the probe timeout -- Dmitry MelekhovTobias Oetiker1-1/+2
2012-07-03set a default for end tooTobias Oetiker1-1/+1
2012-07-03fix smokeinfo to actually consider --start and --endTobias Oetiker2-1/+4
2012-05-23exec the cgi to make sure fastcgi is tracking the right process - Eric SearcyTobias Oetiker2-1/+4
2012-05-23must provide the actual width when finding max or consolidation will cause ↵Tobias Oetiker1-0/+1
problems - thanks david for the hint!
2012-04-02Merge branch 'master' of github.com:oetiker/SmokePingTobias Oetiker3-0/+7
2012-04-02wait for the first gen child to terminateTobias Oetiker1-6/+8
2012-03-24Merge pull request #6 from mcdarren/integrationTobias Oetiker3-0/+7
HTTP auth user template support
2012-03-23Merge remote branch 'tobi/master' into integrationDarren Murphy6-9/+46
2012-03-23Template support for HTTP auth userDarren Murphy2-0/+3
* Updated doc * Added section to basepage.html.dist
2012-03-22fork alert handlers, so that smokeping does not blockTobias Oetiker1-0/+2
2012-03-22fork alert handlers, so that smokeping does not blockTobias Oetiker1-4/+12
2012-02-13added hacking notesTobias Oetiker1-0/+14
2012-02-07added releaseTobias Oetiker1-0/+2
2012-02-07update RRD locationTobias Oetiker1-1/+1
2012-02-06update for releaseTobias Oetiker1-1/+1
2012-02-06make SipSak work with sip servers implementing OPTIONSTobias Oetiker2-3/+14
2012-02-06Add template support for http auth userDarren Murphy1-0/+4
2012-02-02fix documentationTobias Oetiker1-1/+1
2012-02-02handle servers actually implementing OPTIONSTobias Oetiker1-5/+22
2012-01-11add relese date to changes fileTobias Oetiker1-0/+2
2012-01-11prep for releaseTobias Oetiker1-1/+1
2012-01-11be more careful in handling input from the web to prevent xss. Thanks toTobias Oetiker2-5/+16
Russ McRee <holisticinfosec@gmail.com> for pointing this out.
2011-12-20integrated NFSping probe by Matt Provost - https://github.com/mprovost/NFSpingTobias Oetiker1-0/+192
2011-12-03From: Chris Wilson <chris@aptivate.org>Tobias Oetiker2-4/+19
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-24use max index instead of count ... then it all works nicelyTobias Oetiker1-3/+2
2011-11-24fixed off by 1 errorTobias Oetiker1-0/+1
2011-11-23added kenTobias Oetiker1-1/+1
2011-11-23add missing } ... syntax errorTobias Oetiker1-1/+1
2011-11-23make sure we stay within the bounds of the arrayTobias Oetiker1-0/+3
2011-11-22make Median matcher work fine on startup and when unknown values are in the ↵Tobias Oetiker1-0/+2
stream