summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/Curl.pm
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12fix stray spacesJeremy Weatherford1-1/+1
2012-09-12add expect parameter to Curl.pmJeremy Weatherford1-3/+16
2007-12-20remove check for timeredirects since this does not work without manualTobi Oetiker1-3/+3
2007-12-20use --help instead of --manual since manual is not compiled everywereTobi Oetiker1-1/+2
2007-10-27* removed all the 'live' tests from the echoping probes --nikoNiko Tyni1-1/+14
* log a warning message on the first 'round' of pinging if curl or echoping exits with non-zero status --niko
2007-10-15* fixed parsing of slaves statements in config file, broeken since I ↵Tobi Oetiker1-7/+5
seemingly relaxed the hostname constraints. * removed all online testing from Curl and EchoPing probes
2007-05-28do not test echoping and curl functionality with 127.0.0.1 since there may ↵Tobi Oetiker1-2/+3
be someone behind this address
2007-05-11revert the previous Curl change, it doesn't even work...Niko Tyni1-1/+1
2007-05-10fix Curl usage regexp that would match webpage contents too easilyNiko Tyni1-1/+1
https://bugs.launchpad.net/ubuntu/+bug/73437 hopefully this is just a temporary fix until we start checking the return code instead
2007-04-14don't test usage if running as CGINiko Tyni1-1/+2
2005-12-02* brought trunk/ up to dateNiko Tyni1-4/+37
2005-11-06* trunk/Niko Tyni1-3/+3
lib/Smokeping/probes/Curl.pm, CHANGES: + don't take '0' for 'true' with the 'ssl2' or 'insecure_ssl' options
2005-10-19* (trunk,2.0)/Niko Tyni1-1/+1
lib/Smokeping/probes/Curl.pm, CHANGES: + make the Curl probe compatible with Perl 5.6
2005-05-10* branches/2.0/lib/Smokeping/probes/Curl.pm:Niko Tyni1-0/+13
+ added the 'insecure_ssl' (-k) option from Marc Spitzer <mspitzer@gmail.com>
2005-03-10* 2.0/lib/Smokeping/probes/Curl.pm,Niko Tyni1-0/+43
2.0/doc/smokeping_upgrade.pod, 2.0/CHANGES: + new variables: extraargs and extrare
2005-02-21* Curl timeouts work better now -- nikoNiko Tyni1-12/+15
* Curl User-Agent string doesn't need quotes anymore -- niko
2005-02-19Doc updates:Niko Tyni1-0/+3
* mention the minimum # of pings in CHANGES and smokeping_upgrade * add a note about possibly lowering the pings variable in the HTTP probes
2005-02-18* graph fixes for small numbers of pings -- Chris Wilson <chris *aidworld.org>Niko Tyni1-3/+3
* fix the LDAP probe killing the CGI with perl <5.6 -- Peter Farmer <pfarmer *hashbang.org.uk> * make the LDAP probe work withouth IO::Socket::SSL -- niko * make Curl description shorter -- Chris Wilson <chris *aidworld.org> * use CGI::Carp for CGI error handling - remove the now unnecessary kludge from AnotherDNS * don't call exit() in the daemon __DIE__ handler * raise Curl and EchoPingHttp{,s} default timeouts * add a section on timeouts to smokeping_upgrade * add IO::Socket::SSL to smokeping_install
2005-02-15Docs: more L<> links.Niko Tyni1-1/+1
Makefile: really filter out smokeping_config.pod.
2005-02-13Moved probes, matchers and ciscoRttMonMIB modules to lib/Smokeping.Niko Tyni1-0/+218