summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22* 2.0/TODO:Niko Tyni1-1/+27
+ wishlist and other entries
2005-05-18* branches/2.0/lib/Smokeping/RRDtools.pm,Niko Tyni2-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 Tyni1-0/+10
+ mention 2.0rcX releases
2005-05-11prepare for the release of smokeping-2.0rc4Tobi Oetiker5-5/+10
2005-05-11fix zoomingTobi Oetiker2-3/+3
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 Tyni2-1/+22
branches/2.0/CHANGES: + changelog updates
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 Oetiker4-7/+9
* 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 Tyni3-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 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 Tyni6-55/+35
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* trunk/website/bin/nestfix.pl:Niko Tyni2-1/+74
+ renamed to branches/2.0/util/fix-pod2html.pl * branches/2.0/Makefile: + fix pod2html output with util/fix-pod2html.pl * branches/2.0/util/fix-pod2html.pl: + v1.4: insert the "N" letter into <a href="#xxx"> too. * trunk/website/bin/pod2wml.sh: + use fix-pod2html.pl from branches/2.0
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-28rc2Tobi Oetiker1-1/+1
2005-02-27Update to David's newest version (only HISTORY changes).Niko Tyni1-12/+13
2005-02-26Changed my e-mail address to the @iki.fi one.Niko Tyni1-1/+1
2005-02-26SYNOPSYS is really spelled SYNOPSIS. Shame on me.Niko Tyni4-12/+12
2005-02-23exclude .svn directoriesTobi Oetiker1-1/+1
2005-02-22synced Makefile ChangesTobi Oetiker1-3/+4
2005-02-22branched for 2.0 pulling 2.0rc1 into tags right awayTobi Oetiker0-0/+0
2005-02-22* don't create any RRD files if running as a CGI -- nikoNiko Tyni2-4/+7
2005-02-22ISG::ParseConfig bugfixes.Niko Tyni1-4/+4
2005-02-21CHANGES entries are now more consistent.Niko Tyni1-5/+5
2005-02-21* Curl timeouts work better now -- nikoNiko Tyni3-12/+23
* 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 Tyni5-3/+196
specifications -- niko - new Smokeping::RRDtools module - note in CHANGES and smokeping_upgrade
2005-02-19Doc updates:Niko Tyni5-0/+17
* 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 Tyni9-37/+61
* 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 Tyni10-36/+82
* 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 Tyni3-4/+4
2005-02-15One more shot at pod2html...Niko Tyni1-2/+2
2005-02-15Further pod2html fixes - links are now properly relative.Niko Tyni1-2/+2
2005-02-15Fix typo in FPing.pmNiko Tyni1-1/+2
2005-02-15* CHANGES updatedNiko Tyni3-13/+37
* 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 Tyni22-35/+35
Makefile: really filter out smokeping_config.pod.
2005-02-15Makefile:Niko Tyni1-3/+11
* add the 'symlinks' and 'remove-symlinks' targets as a desperate measure to get L<smokeping> work. Bah.
2005-02-14* smokeping.cgi documentation resurrectedNiko Tyni8-57/+179
* L<> links in POD documents * mess with pod2html in Makefile to get L<> links work * add smokeping_upgrade and smokeping_examples to the README * change software requirements in smokeping_install
2005-02-14* move probes and matchers documentation to doc/SmokepingNiko Tyni1-13/+10
* include Smokeping::Examples documentation * add ../bin to pod2html search path
2005-02-14Makefile:Niko Tyni1-31/+48
* move manpages to (hopefully) right sections * new target rename-man adds the the full path to perl module manpage filenames * add pod2html temporary files to the IGNORE list