summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes
AgeCommit message (Collapse)AuthorFilesLines
2006-07-09AnotherDNS.pm: added option 'require_answers' for testingNiko Tyni1-1/+6
recursive DNS servers.
2006-06-27new probe Telnet JunOSPing integratedTobi Oetiker1-0/+246
2006-04-16Bring back 'fping -t'.Niko Tyni1-0/+11
2006-04-14adjusted for new home on oss.oetiker.chTobi Oetiker3-3/+3
2006-03-24let the name of the dns server in DNS.pm be configurableTobi Oetiker1-1/+5
-- ark <yes@ring.wtwf.com>
2005-12-20synced up with 2.0 branchTobi Oetiker1-4/+17
2005-12-11* brought trunk/ up to dateNiko Tyni1-14/+29
2005-12-02* brought trunk/ up to dateNiko Tyni1-4/+37
2005-11-14* lib/Smokeping/probes/FPing.pm,Niko Tyni1-12/+0
doc/smokeping_upgrade.pod, CHANGES: + remove the FPing 'timeout' variable, since it never really did anything
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-28* (trunk,2.0)/Niko Tyni1-1/+9
lib/Smokeping/probes/LDAP.pm, CHANGES: + add the 'scope' Net::LDAP search option to the LDAP probe
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-09-26* (trunk,2.0)/Niko Tyni1-1/+2
lib/Smokeping/probes/FPing.pm, CHANGES: + fix fping output parsing regexp so it doesn't report 100% loss when the first ping is lost
2005-09-25* (trunk,2.0)/Niko Tyni1-1/+1
lib/Smokeping/probes/TelnetIOSPing.pm: + change the Net::Telnet->new() call so it compiles without Net::Telnet loaded
2005-09-25* (trunk,2.0)/Niko Tyni1-4/+4
Radius.pm: + explicitly tag the ACCESS_* calls as subroutines (&) so they work while building the documentation
2005-09-04* lib/Smokeping.pm,Niko Tyni1-7/+26
lib/Smokeping/probes/base.pm, doc/smokeping_upgrade.pod, TODO, CHANGES: + the DYNAMIC-related files (.adr and .snmp) can now be located outside "datadir" by specifying the new configuration variable "dyndir"
2005-07-27* 2.0/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm,Niko Tyni1-24/+17
2.0/CHANGES: + bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland <sam_ml *spacething.org>
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-05-09Double check the answer from the dns server and optionally enforce aTobi Oetiker1-1/+17
NOERROR response code -- Christoph.Heine in HaDiKo.DE
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-03-06* lib/Smokeping/probes/base.pm:Niko Tyni1-1/+3
+ probe documents had a 'SEE_ALSO' section; fixed to read "SEE ALSO".
2005-02-26SYNOPSYS is really spelled SYNOPSIS. Shame on me.Niko Tyni2-8/+8
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 Tyni3-0/+10
* 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* complain if pings < 3Niko Tyni2-0/+12
* show the smoke for pings == 3 too, not only if >3
2005-02-18* graph fixes for small numbers of pings -- Chris Wilson <chris *aidworld.org>Niko Tyni4-15/+24
* 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-17Tiny bugfixes.Niko Tyni1-1/+1
2005-02-16* announce smokeping version at startupNiko Tyni1-4/+4
* add matcher list to smokeping_config * make matcher names start with a capital letter * make probe names start with a capital letter * small doc updates * one more pod2html makefile fix
2005-02-15Fix typo in FPing.pmNiko Tyni1-1/+2
2005-02-15* CHANGES updatedNiko Tyni1-12/+23
* FPing : added 'hostinterval' (-p), renamed 'mindelay' -> 'mininterval' (-i) * Smokeping.pm: include links to the probe manpages from smokeping_config
2005-02-15Docs: more L<> links.Niko Tyni19-30/+30
Makefile: really filter out smokeping_config.pod.
2005-02-13Moved probes, matchers and ciscoRttMonMIB modules to lib/Smokeping.Niko Tyni27-0/+5013