summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2005-09-12prepare for the release of smokeping-20050912_trunkTobi Oetiker1-1/+1
2005-09-11prepare for the release of smokeping-20050911_trunkTobi Oetiker1-1/+1
2005-09-10prepare for the release of smokeping-20050910_trunkTobi Oetiker1-1/+1
2005-09-09* lib/Smokeping.pm (trunk),Niko Tyni1-11/+26
CHANGES (trunk): + try to trigger an alert with the minimum number of values needed for it rather than require a stack with the maximum number of possible values. See http://lists.ee.ethz.ch/smokeping-users/msg01654.html for the problem.
2005-09-09prepare for the release of smokeping-20050909_trunkTobi Oetiker1-1/+1
2005-09-08prepare for the release of smokeping-20050908_trunkTobi Oetiker1-1/+1
2005-09-07prepare for the release of smokeping-20050907_trunkTobi Oetiker1-1/+1
2005-09-06* trunk:lib/Smokeping.pmNiko Tyni1-2/+10
+ regenerate the logo images if Smokeping.pm is newer than the old ones
2005-09-06* trunk:lib/Smokeping.pmNiko Tyni1-101/+186
+ merged new logos from 2.0:lib/Smokeping.pm r144:r145 into trunk
2005-09-06prepare for the release of smokeping-20050906_trunkTobi Oetiker1-1/+1
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