summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2005-09-05prepare for the release of smokeping-20050905_trunkTobi Oetiker1-1/+1
2005-09-04* lib/Smokeping.pm,Niko Tyni1-1/+1
CHANGES: + don't create directories in "datadir" when running as a CGI
2005-09-04* lib/Smokeping.pm,Niko Tyni2-10/+48
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-09-04* 2.0/lib/Smokeping.pm,Niko Tyni1-7/+12
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail
2005-08-30* 2.0/lib/Smokeping.pm:Niko Tyni1-2/+4
+ make the address of the remote client appear in the web server's error log
2005-08-29* 2.0/lib/Smokeping.pm:Niko Tyni1-1/+1
+ use CGI::Carp and warn() for do_cgilog() to get timestamps there as well
2005-08-23* 2.0/lib/Smokeping.pm,Niko Tyni1-1/+2
2.0/CHANGES: + make errors in DYNAMIC updates appear in the web server error log * 2.0/TODO: + replace the __WARN__ and __DIE__ handlers with CGI::Carp?
2005-08-18* 2.0/lib/Config/Grammar.pm:Niko Tyni1-14/+14
+ update to official version 1.02
2005-08-05* remove a quotemeta() call in Config::Grammar to allow metacharactersNiko Tyni1-1/+1
at the right side of '@define' -- niko, reported by Warrick FitzGerald <lists.smokeping.wfitzgerald *crtman.com>
2005-07-29set LC_NUMERIC to C to help people that would otherwhise get , as decimal ↵Tobi Oetiker1-2/+15
separator
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-07-04the old pngs in __navcache did not get removed properly ... Tobi Oetiker1-3/+3
2005-07-04backslash after LinuUpTobi Oetiker1-1/+1
2005-07-04tune the rrd files for min/max/heartbeatTobi Oetiker2-12/+46
2005-05-31prepare for the release of smokeping-2.0rc5Tobi Oetiker1-1/+1
2005-05-26* tSmoke stuff; no testing done yetNiko Tyni1-1/+8
+ 2.0/lib/Smokeping.pm: include config file support + 2.0/tSmoke.v4.README: integrate into tSmoke script + 2.0/bin/tSmoke.dist: * renamed from tSmoke.pl to tSmoke * installation instructions updated + 2.0/etc/tmail.dist: * renamed from 2.0/etc/tmail + 2.0/Makefile: * doc file generation
2005-05-23* Perl 5.8.0 compatibility fix ("missing max for DS uptime")Niko Tyni1-2/+5
2005-05-18* branches/2.0/lib/Smokeping/RRDtools.pm,Niko Tyni1-1/+2
branches/2.0/CHANGES: + RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) -- niko, reported by Sam Stickland <sam_ml *spacething.org>
2005-05-11prepare for the release of smokeping-2.0rc4Tobi Oetiker1-1/+1
2005-05-11fix zoomingTobi Oetiker1-2/+2
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-10* 2.0/lib/Smokeping.pm:Niko Tyni1-1/+28
+ make 'smokeping -static' work again + document '@include' and its friends in smokeping_config in addition to Config::Grammar
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-04-15make navigator feature more robust for situations where invalid timeranges ↵Tobi Oetiker1-4/+4
are provided.
2005-04-15make unlink in navcache workTobi Oetiker1-4/+5
2005-04-13* added labeling fixes for rrdtool 1.2 compatibilityTobi Oetiker1-129/+218
* added navigator mode where it is possible to alter the timerange shown in a graph. This feature is sponsored by BeverlyCorp. * fix fix for matcher cache skipping
2005-04-13* updated version numbers in brancheTobi Oetiker1-3/+5
* propperly deal with branches in the target tree that have no probe propperty set.
2005-03-11removed extra spaceTobi Oetiker1-1/+1
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-09* 2.0/lib/Config/Grammar.pm:Niko Tyni1-3/+3
+ change the last few ParseConfig references to Config::Grammar
2005-03-09* change all ISG::ParseConfig references to its new name, Config::GrammarNiko Tyni2-44/+23
2005-03-08* branches/2.0/lib/ISG/ParseConfig.pm:Niko Tyni1-3/+3
+ remove S<> tags from AUTHORS section as pod2html messes them up + explicitly set VERSION to 2.0
2005-03-08* branches/2.0/lib/Smokeping/RRDtools.pm:Niko Tyni1-0/+4
+ add AUTHOR section to the POD documentation.
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-27Update to David's newest version (only HISTORY changes).Niko Tyni1-12/+13
2005-02-26SYNOPSYS is really spelled SYNOPSIS. Shame on me.Niko Tyni3-9/+9
2005-02-22* don't create any RRD files if running as a CGI -- nikoNiko Tyni1-4/+6
2005-02-22ISG::ParseConfig bugfixes.Niko Tyni1-4/+4
2005-02-21* Curl timeouts work better now -- nikoNiko Tyni1-12/+15
* Curl User-Agent string doesn't need quotes anymore -- niko
2005-02-20* check at startup that existing RRD files conform to the config ↵Niko Tyni2-2/+177
specifications -- niko - new Smokeping::RRDtools module - note in CHANGES and smokeping_upgrade
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 Tyni3-4/+23
* 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 Tyni5-29/+30
* 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 Tyni2-2/+3
2005-02-16* announce smokeping version at startupNiko Tyni5-31/+59
* 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-15Documentation glitches.Niko Tyni1-1/+1
2005-02-15Fix typo in FPing.pmNiko Tyni1-1/+2
2005-02-15* CHANGES updatedNiko Tyni2-13/+24
* FPing : added 'hostinterval' (-p), renamed 'mindelay' -> 'mininterval' (-i) * Smokeping.pm: include links to the probe manpages from smokeping_config
2005-02-15The ISG::ParseConfig patch:Niko Tyni1-27/+245
* _dyndoc * _varlist * _sub for sections
2005-02-15Docs: more L<> links.Niko Tyni20-31/+31
Makefile: really filter out smokeping_config.pod.