Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-04 | Copied branches/2.0 to trunk/software | Niko Tyni | 22 | -297/+1446 | |
2005-09-04 | * lib/Smokeping.pm, | Niko Tyni | 2 | -1/+3 | |
CHANGES: + don't create directories in "datadir" when running as a CGI | |||||
2005-09-04 | * lib/Smokeping.pm, | Niko Tyni | 5 | -16/+63 | |
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 Tyni | 3 | -13/+14 | |
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail | |||||
2005-09-04 | * TODO: | Niko Tyni | 1 | -4/+0 | |
+ CGI::Carp is already implemented | |||||
2005-09-01 | fixed spelling | Tobi Oetiker | 1 | -1/+1 | |
2005-08-30 | * 2.0/lib/Smokeping.pm: | Niko Tyni | 1 | -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 Tyni | 1 | -1/+1 | |
+ use CGI::Carp and warn() for do_cgilog() to get timestamps there as well | |||||
2005-08-25 | * 2.0/Makefile: | Niko Tyni | 1 | -1/+3 | |
+ made the 'rename-man' target idempotent | |||||
2005-08-23 | * 2.0/TODO: | Niko Tyni | 1 | -0/+12 | |
+ CGI: return something else than 200 OK in error situations + config: make .adr dir configurable | |||||
2005-08-23 | * 2.0/lib/Smokeping.pm, | Niko Tyni | 3 | -1/+8 | |
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 | * branches/2.0/doc/smokeping_upgrade.pod: | Niko Tyni | 1 | -3/+3 | |
+ document the tuning of RRD DS parameters | |||||
2005-08-18 | * 2.0/lib/Config/Grammar.pm: | Niko Tyni | 1 | -14/+14 | |
+ update to official version 1.02 | |||||
2005-08-18 | * TODO: | Niko Tyni | 1 | -0/+5 | |
+ configurable RRD parameters per target? | |||||
2005-08-05 | * remove a quotemeta() call in Config::Grammar to allow metacharacters | Niko Tyni | 2 | -2/+4 | |
at the right side of '@define' -- niko, reported by Warrick FitzGerald <lists.smokeping.wfitzgerald *crtman.com> | |||||
2005-07-29 | set LC_NUMERIC to C to help people that would otherwhise get , as decimal ↵ | Tobi Oetiker | 2 | -2/+19 | |
separator | |||||
2005-07-27 | * 2.0/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm, | Niko Tyni | 2 | -24/+19 | |
2.0/CHANGES: + bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland <sam_ml *spacething.org> | |||||
2005-07-04 | the old pngs in __navcache did not get removed properly ... | Tobi Oetiker | 1 | -3/+3 | |
2005-07-04 | backslash after LinuUp | Tobi Oetiker | 1 | -1/+1 | |
2005-07-04 | tune datasources | Tobi Oetiker | 1 | -0/+3 | |
2005-07-04 | tune the rrd files for min/max/heartbeat | Tobi Oetiker | 2 | -12/+46 | |
2005-06-02 | updated release tags so that they should protect against duplicate execution | Tobi Oetiker | 1 | -5/+3 | |
2005-06-02 | * 2.0/Makefile: | Niko Tyni | 1 | -0/+4 | |
+ new target 'increment-CHANGES-version intended for automatically updating CHANGES when releasing a new version. | |||||
2005-06-01 | * 2.0/doc/smokeping_upgrade.pod: | Niko Tyni | 5 | -4/+13 | |
+ mention tSmoke inclusion * 2.0/bin/tSmoke.dist, 2.0/Makefile: + make tSmoke require the current Smokeping.pm version + add tSmoke to the 'patch' Makefile target to keep it up to date * 2.0/etc/config.dist: + add the 'tmail' variable * 2.0/CHANGES: + mention Dan as the original tSmoke author | |||||
2005-05-31 | prepare for the release of smokeping-2.0rc5 | Tobi Oetiker | 4 | -6/+6 | |
2005-05-31 | * 2.0/CHANGES: | Niko Tyni | 1 | -0/+3 | |
+ Officially include the tSmoke script from the contrib download directory. | |||||
2005-05-31 | * 2.0/bin/tSmoke.dist: | Niko Tyni | 1 | -1/+0 | |
+ Remove the PROBE_CONF reference; this version of tSmoke is now for 2.x only. | |||||
2005-05-31 | Delete trailing DOS newlines from tSmoke files. | Niko Tyni | 2 | -673/+673 | |
2005-05-26 | * tSmoke stuff; no testing done yet | Niko Tyni | 5 | -50/+71 | |
+ 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-26 | * Officially include tSmoke.pl from the Smokeping contrib directory | Niko Tyni | 3 | -0/+663 | |
+ add pristine v4 files; they still need modification | |||||
2005-05-23 | * Perl 5.8.0 compatibility fix ("missing max for DS uptime") | Niko Tyni | 2 | -2/+7 | |
2005-05-22 | * 2.0/TODO: | Niko Tyni | 1 | -1/+27 | |
+ wishlist and other entries | |||||
2005-05-18 | * branches/2.0/lib/Smokeping/RRDtools.pm, | Niko Tyni | 2 | -1/+5 | |
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-17 | * CHANGES: | Niko Tyni | 1 | -0/+10 | |
+ mention 2.0rcX releases | |||||
2005-05-11 | prepare for the release of smokeping-2.0rc4 | Tobi Oetiker | 5 | -5/+10 | |
2005-05-11 | fix zooming | Tobi Oetiker | 2 | -3/+3 | |
2005-05-11 | * branches/2.0/CHANGES: | Niko Tyni | 1 | -1/+1 | |
+ include Marc Spitzer's first name too :) | |||||
2005-05-10 | * branches/2.0/doc/smokeping_upgrade.pod; | Niko Tyni | 2 | -1/+22 | |
branches/2.0/CHANGES: + changelog updates | |||||
2005-05-10 | * branches/2.0/lib/Smokeping/probes/Curl.pm: | Niko Tyni | 1 | -0/+13 | |
+ added the 'insecure_ssl' (-k) option from Marc Spitzer <mspitzer@gmail.com> | |||||
2005-05-10 | * 2.0/lib/Smokeping.pm: | Niko Tyni | 1 | -1/+28 | |
+ make 'smokeping -static' work again + document '@include' and its friends in smokeping_config in addition to Config::Grammar | |||||
2005-05-09 | Double check the answer from the dns server and optionally enforce a | Tobi Oetiker | 1 | -1/+17 | |
NOERROR response code -- Christoph.Heine in HaDiKo.DE | |||||
2005-04-15 | make navigator feature more robust for situations where invalid timeranges ↵ | Tobi Oetiker | 1 | -4/+4 | |
are provided. | |||||
2005-04-15 | make unlink in navcache work | Tobi Oetiker | 1 | -4/+5 | |
2005-04-13 | * added labeling fixes for rrdtool 1.2 compatibility | Tobi Oetiker | 1 | -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 branche | Tobi Oetiker | 4 | -7/+9 | |
* propperly deal with branches in the target tree that have no probe propperty set. | |||||
2005-03-11 | removed extra space | Tobi Oetiker | 1 | -1/+1 | |
2005-03-10 | * 2.0/lib/Smokeping/probes/Curl.pm, | Niko Tyni | 3 | -0/+47 | |
2.0/doc/smokeping_upgrade.pod, 2.0/CHANGES: + new variables: extraargs and extrare | |||||
2005-03-09 | * 2.0/lib/Config/Grammar.pm: | Niko Tyni | 1 | -3/+3 | |
+ change the last few ParseConfig references to Config::Grammar | |||||
2005-03-09 | * change all ISG::ParseConfig references to its new name, Config::Grammar | Niko Tyni | 6 | -55/+35 | |
2005-03-08 | * branches/2.0/lib/ISG/ParseConfig.pm: | Niko Tyni | 1 | -3/+3 | |
+ remove S<> tags from AUTHORS section as pod2html messes them up + explicitly set VERSION to 2.0 |