summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-09-13* lib/Smokeping.pm (trunk):Niko Tyni1-0/+5
+ edgetrigger fix
2005-09-13prepare for the release of smokeping-20050913_trunkTobi Oetiker6-6/+8
2005-09-12* lib/Smokeping.pm (trunk),Niko Tyni4-13/+57
doc/smokeping_upgrade.pod (trunk), CHANGES (trunk), TODO (trunk): + optionally only send alerts when the state changes ('edgetrigger'). (untested yet)
2005-09-12prepare for the release of smokeping-20050912_trunkTobi Oetiker6-6/+8
2005-09-11prepare for the release of smokeping-20050911_trunkTobi Oetiker6-6/+8
2005-09-10prepare for the release of smokeping-20050910_trunkTobi Oetiker6-6/+8
2005-09-09* README (2.0)Niko Tyni1-26/+13
+ tiny fixes * README (trunk): + merged 2.0 changes
2005-09-09* lib/Smokeping.pm (trunk),Niko Tyni2-11/+31
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-09* {trunk,2.0}/htdocs/smokeping.cgi.distNiko Tyni1-1/+1
+ fixed a glitch in documentation
2005-09-09prepare for the release of smokeping-20050909_trunkTobi Oetiker6-6/+8
2005-09-08added TOP10 wishTobi Oetiker1-0/+4
2005-09-08prepare for the release of smokeping-20050908_trunkTobi Oetiker6-6/+8
2005-09-07* trunk/TODO:Niko Tyni1-0/+3
+ make 'active alerts' (whatever that means, have to think this through) visible (eg. different colour) in the CGI menu
2005-09-07prepare for the release of smokeping-20050907_trunkTobi Oetiker6-6/+8
2005-09-06* {2.0,trunk}/CHANGES:Niko Tyni1-0/+2
+ document r169 and r170 (logo autogeneration)
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 Oetiker6-6/+8
2005-09-05* {trunk,2.0}/doc/smokeping_upgrade.pod:Niko Tyni1-0/+2
+ add a missing =back
2005-09-05prepare for the release of smokeping-20050905_trunkTobi Oetiker6-6/+8
2005-09-05merge with 2.0.1 changesTobi Oetiker1-5/+10
2005-09-04Trunk: removed doc/.cvsignoreNiko Tyni1-3/+0
2005-09-04Copied branches/2.0 to trunk/softwareNiko Tyni22-297/+1446
2005-09-04* lib/Smokeping.pm,Niko Tyni2-1/+3
CHANGES: + don't create directories in "datadir" when running as a CGI
2005-09-04* lib/Smokeping.pm,Niko Tyni5-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 Tyni3-13/+14
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail
2005-09-04* TODO:Niko Tyni1-4/+0
+ CGI::Carp is already implemented
2005-09-01fixed spellingTobi Oetiker1-1/+1
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-25* 2.0/Makefile:Niko Tyni1-1/+3
+ made the 'rename-man' target idempotent
2005-08-23* 2.0/TODO:Niko Tyni1-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 Tyni3-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 Tyni1-3/+3
+ document the tuning of RRD DS parameters
2005-08-18* 2.0/lib/Config/Grammar.pm:Niko Tyni1-14/+14
+ update to official version 1.02
2005-08-18* TODO:Niko Tyni1-0/+5
+ configurable RRD parameters per target?
2005-08-05* remove a quotemeta() call in Config::Grammar to allow metacharactersNiko Tyni2-2/+4
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 Oetiker2-2/+19
separator
2005-07-27* 2.0/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm,Niko Tyni2-24/+19
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 datasourcesTobi Oetiker1-0/+3
2005-07-04tune the rrd files for min/max/heartbeatTobi Oetiker2-12/+46
2005-06-02updated release tags so that they should protect against duplicate executionTobi Oetiker1-5/+3
2005-06-02* 2.0/Makefile:Niko Tyni1-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 Tyni5-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-31prepare for the release of smokeping-2.0rc5Tobi Oetiker4-6/+6
2005-05-31* 2.0/CHANGES:Niko Tyni1-0/+3
+ Officially include the tSmoke script from the contrib download directory.
2005-05-31* 2.0/bin/tSmoke.dist:Niko Tyni1-1/+0
+ Remove the PROBE_CONF reference; this version of tSmoke is now for 2.x only.
2005-05-31Delete trailing DOS newlines from tSmoke files.Niko Tyni2-673/+673