summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-09-07prepare for the release of smokeping-20050907_trunkTobi Oetiker1-1/+1
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 Oetiker1-1/+1
2005-09-05prepare for the release of smokeping-20050905_trunkTobi Oetiker1-1/+1
2005-09-04* lib/Smokeping.pm,Niko Tyni1-1/+1
CHANGES: + don't create directories in "datadir" when running as a CGI
2005-09-04* lib/Smokeping.pm,Niko Tyni1-3/+22
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-7/+12
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail
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-23* 2.0/lib/Smokeping.pm,Niko Tyni1-1/+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-07-29set LC_NUMERIC to C to help people that would otherwhise get , as decimal ↵Tobi Oetiker1-2/+15
separator
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 the rrd files for min/max/heartbeatTobi Oetiker1-0/+1
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-11prepare for the release of smokeping-2.0rc4Tobi Oetiker1-1/+1
2005-05-11fix zoomingTobi Oetiker1-2/+2
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-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-09* change all ISG::ParseConfig references to its new name, Config::GrammarNiko Tyni1-4/+4
2005-02-22* don't create any RRD files if running as a CGI -- nikoNiko Tyni1-4/+6
2005-02-20* check at startup that existing RRD files conform to the config ↵Niko Tyni1-2/+8
specifications -- niko - new Smokeping::RRDtools module - note in CHANGES and smokeping_upgrade
2005-02-18* complain if pings < 3Niko Tyni1-4/+11
* 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 Tyni1-14/+6
* 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 Tyni1-1/+2
2005-02-16* announce smokeping version at startupNiko Tyni1-10/+35
* 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-1/+1
* FPing : added 'hostinterval' (-p), renamed 'mindelay' -> 'mininterval' (-i) * Smokeping.pm: include links to the probe manpages from smokeping_config
2005-02-15Docs: more L<> links.Niko Tyni1-1/+1
Makefile: really filter out smokeping_config.pod.
2005-02-14* smokeping.cgi documentation resurrectedNiko Tyni1-1/+1
* 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 Tyni1-7/+7
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-11niko has revamped smokeping to parse configuration much more strictly. It is ↵Tobi Oetiker1-140/+403
all documented in software/doc/smokeping_upgrade.pod
2005-02-11initial importTobi Oetiker1-0/+2613