summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2005-09-12prepare for the release of smokeping-20050912_trunkTobi Oetiker1-0/+2
2005-09-11prepare for the release of smokeping-20050911_trunkTobi Oetiker1-0/+2
2005-09-10prepare for the release of smokeping-20050910_trunkTobi Oetiker1-0/+2
2005-09-09* lib/Smokeping.pm (trunk),Niko Tyni1-0/+5
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-0/+2
2005-09-08prepare for the release of smokeping-20050908_trunkTobi Oetiker1-0/+2
2005-09-07prepare for the release of smokeping-20050907_trunkTobi Oetiker1-0/+2
2005-09-06* {2.0,trunk}/CHANGES:Niko Tyni1-0/+2
+ document r169 and r170 (logo autogeneration)
2005-09-06prepare for the release of smokeping-20050906_trunkTobi Oetiker1-0/+2
2005-09-05prepare for the release of smokeping-20050905_trunkTobi Oetiker1-0/+2
2005-09-04* lib/Smokeping.pm,Niko Tyni1-0/+2
CHANGES: + don't create directories in "datadir" when running as a CGI
2005-09-04* lib/Smokeping.pm,Niko Tyni1-1/+4
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-0/+2
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail
2005-08-23* 2.0/lib/Smokeping.pm,Niko Tyni1-0/+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-05* remove a quotemeta() call in Config::Grammar to allow metacharactersNiko Tyni1-1/+3
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-0/+4
separator
2005-07-27* 2.0/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm,Niko Tyni1-0/+2
2.0/CHANGES: + bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland <sam_ml *spacething.org>
2005-07-04tune datasourcesTobi Oetiker1-0/+3
2005-06-01* 2.0/doc/smokeping_upgrade.pod:Niko Tyni1-2/+3
+ 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* 2.0/CHANGES:Niko Tyni1-0/+3
+ Officially include the tSmoke script from the contrib download directory.
2005-05-23* Perl 5.8.0 compatibility fix ("missing max for DS uptime")Niko Tyni1-0/+2
2005-05-18* branches/2.0/lib/Smokeping/RRDtools.pm,Niko Tyni1-0/+3
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 Tyni1-0/+10
+ mention 2.0rcX releases
2005-05-11prepare for the release of smokeping-2.0rc4Tobi Oetiker1-0/+1
2005-05-11* branches/2.0/CHANGES:Niko Tyni1-1/+1
+ include Marc Spitzer's first name too :)
2005-05-10* branches/2.0/doc/smokeping_upgrade.pod;Niko Tyni1-0/+10
branches/2.0/CHANGES: + changelog updates
2005-03-10* 2.0/lib/Smokeping/probes/Curl.pm,Niko Tyni1-0/+2
2.0/doc/smokeping_upgrade.pod, 2.0/CHANGES: + new variables: extraargs and extrare
2005-03-09* change all ISG::ParseConfig references to its new name, Config::GrammarNiko Tyni1-0/+1
2005-02-22* don't create any RRD files if running as a CGI -- nikoNiko Tyni1-0/+1
2005-02-21CHANGES entries are now more consistent.Niko Tyni1-5/+5
2005-02-21* Curl timeouts work better now -- nikoNiko Tyni1-0/+2
* 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 Tyni1-0/+1
specifications -- niko - new Smokeping::RRDtools module - note in CHANGES and smokeping_upgrade
2005-02-19Doc updates:Niko Tyni1-0/+1
* 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* graph fixes for small numbers of pings -- Chris Wilson <chris *aidworld.org>Niko Tyni1-0/+3
* 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-16* announce smokeping version at startupNiko Tyni1-0/+1
* 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-15* CHANGES updatedNiko Tyni1-0/+13
* FPing : added 'hostinterval' (-p), renamed 'mindelay' -> 'mininterval' (-i) * Smokeping.pm: include links to the probe manpages from smokeping_config
2005-02-11initial importTobi Oetiker1-0/+372