summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
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
2005-02-19Doc updates:Niko Tyni3-0/+10
* 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 Tyni5-29/+30
* 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 Tyni5-31/+59
* 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 Tyni1-1/+1
2005-02-15Fix typo in FPing.pmNiko Tyni1-1/+2
2005-02-15* CHANGES updatedNiko Tyni2-13/+24
* 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 Tyni20-31/+31
Makefile: really filter out smokeping_config.pod.
2005-02-14* smokeping.cgi documentation resurrectedNiko Tyni2-7/+8
* 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-13Moved probes, matchers and ciscoRttMonMIB modules to lib/Smokeping.Niko Tyni32-182/+182
2005-02-13Fix the spaces at the start of *** Probes *** and *** Targets ***Niko Tyni1-4/+4
lines: the POD file should have a space, the example files shouldn't.
2005-02-12Minor documentation updates.Niko Tyni1-0/+4
2005-02-12Add missing ProbeDesc() for FPing6.Niko Tyni1-0/+6
2005-02-12be more careful after seting up Net::SMTP and Net::SNPP only use the handleTobi Oetiker1-13/+17
if we got one ...
2005-02-11added defaults and versioning up the 1.99001Tobi Oetiker1-1/+1
2005-02-11handle incomplete documentation propperly by entering notes about the ↵Tobi Oetiker1-6/+6
missing bits into the generated documentation.
2005-02-11niko has revamped smokeping to parse configuration much more strictly. It is ↵Tobi Oetiker31-1898/+3194
all documented in software/doc/smokeping_upgrade.pod
2005-02-11initial importTobi Oetiker36-0/+12207