From 1eda41862b7279427ab2da51b8dd12767118bfa4 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 9 Mar 2005 17:17:06 +0000 Subject: * change all ISG::ParseConfig references to its new name, Config::Grammar --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0383933..8a2e9c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +* change ISG::ParseConfig references to its new name, Config::Grammar -- niko * don't create any RRD files if running as a CGI -- niko * Curl timeouts work better now -- niko, reported by Chris Wilson * Curl User-Agent string doesn't need quotes anymore -- niko -- cgit v1.2.3-24-g4f1b From 021947ad8e963d89bdb00bd9de24dc962a3472bf Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 10 Mar 2005 11:00:44 +0000 Subject: * 2.0/lib/Smokeping/probes/Curl.pm, 2.0/doc/smokeping_upgrade.pod, 2.0/CHANGES: + new variables: extraargs and extrare --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8a2e9c2..8fbfad9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* Curl now has a new "extraargs" option for any extra arguments, like "--header" + -- niko, requested by Warrick FitzGerald * change ISG::ParseConfig references to its new name, Config::Grammar -- niko * don't create any RRD files if running as a CGI -- niko * Curl timeouts work better now -- niko, reported by Chris Wilson -- cgit v1.2.3-24-g4f1b From 292c6fc1ffce6460bd8fa97d31b912da3a90673b Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 10 May 2005 18:10:14 +0000 Subject: * branches/2.0/doc/smokeping_upgrade.pod; branches/2.0/CHANGES: + changelog updates --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8fbfad9..c5ac6dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +* Curl now has a new 'insecure_ssl' option for those not caring about CA paths + -- niko, original patch by Spitzer +* document '@include' and its friends in smokeping_config in addition to + Config::Grammar -- niko, from Marc Haber (Debian bug #307955) +* AnotherDNS: Double check the answer from the dns server and optionally enforce a + NOERROR response code -- Christoph.Heine in HaDiKo.DE +* NEW Feature: when clicking on the graphs in detail view + you can select different time ranges for the graph. The creation of this + feature has been sponsored by BeverlyCorp.com -- tobi * Curl now has a new "extraargs" option for any extra arguments, like "--header" -- niko, requested by Warrick FitzGerald * change ISG::ParseConfig references to its new name, Config::Grammar -- niko @@ -23,6 +32,7 @@ * new commandline options '--config=X' and '--check' -- niko * FPing: support "-t", "-p" and "-i" fping params -- niko, suggested by Chris Wilson * FPing6: test against ::1 instead of localhost -- Sebastian Wiesinger +* make sure mailsetup works before using it -- tobi * fix for basefork.pm IO::Select property has_exception is very platform dependent by ignoring it altogether things actually work better. Especially on Solaris which does have propper support for has_exception as oposed to linux. -- niko, reported by Jim Morris -- cgit v1.2.3-24-g4f1b From 2e6ce403d18425cf4f32dd5fc2cbb6e94eae39ae Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 11 May 2005 10:32:46 +0000 Subject: * branches/2.0/CHANGES: + include Marc Spitzer's first name too :) --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c5ac6dc..3f808da 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ * Curl now has a new 'insecure_ssl' option for those not caring about CA paths - -- niko, original patch by Spitzer + -- niko, original patch by Marc Spitzer * document '@include' and its friends in smokeping_config in addition to Config::Grammar -- niko, from Marc Haber (Debian bug #307955) * AnotherDNS: Double check the answer from the dns server and optionally enforce a -- cgit v1.2.3-24-g4f1b From 83ab1432a8f085b2139cab8a61227b80e5b319b4 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 11 May 2005 19:58:21 +0000 Subject: prepare for the release of smokeping-2.0rc4 --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3f808da..87b7aaf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +2005/05/11 - publish rc4 (tobi) * Curl now has a new 'insecure_ssl' option for those not caring about CA paths -- niko, original patch by Marc Spitzer * document '@include' and its friends in smokeping_config in addition to -- cgit v1.2.3-24-g4f1b From 6b119de859a72910df1b1bf83ab4e978af019694 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 17 May 2005 13:28:01 +0000 Subject: * CHANGES: + mention 2.0rcX releases --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 87b7aaf..e572131 100644 --- a/CHANGES +++ b/CHANGES @@ -8,9 +8,19 @@ * NEW Feature: when clicking on the graphs in detail view you can select different time ranges for the graph. The creation of this feature has been sponsored by BeverlyCorp.com -- tobi + +2005/03/10 - 2.0rc3 (tobi) + * Curl now has a new "extraargs" option for any extra arguments, like "--header" -- niko, requested by Warrick FitzGerald * change ISG::ParseConfig references to its new name, Config::Grammar -- niko + +2005/02/28 - 2.0rc2 (tobi) + +* SYNOPSYS is really spelled SYNOPSIS. Shame on me. -- niko + +2005/02/22 - 2.0rc1 (tobi) + * don't create any RRD files if running as a CGI -- niko * Curl timeouts work better now -- niko, reported by Chris Wilson * Curl User-Agent string doesn't need quotes anymore -- niko -- cgit v1.2.3-24-g4f1b From bf7247e98dfc9891a5adaaf60cbe392b25cb66ae Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 18 May 2005 11:19:09 +0000 Subject: * branches/2.0/lib/Smokeping/RRDtools.pm, branches/2.0/CHANGES: + RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) -- niko, reported by Sam Stickland --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e572131..580ab3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) + -- niko, reported by Sam Stickland + 2005/05/11 - publish rc4 (tobi) * Curl now has a new 'insecure_ssl' option for those not caring about CA paths -- niko, original patch by Marc Spitzer -- cgit v1.2.3-24-g4f1b From 205fff014be2afad6cb4430a2fceabea8111c885 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Mon, 23 May 2005 18:02:01 +0000 Subject: * Perl 5.8.0 compatibility fix ("missing max for DS uptime") --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 580ab3f..3098338 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* Perl 5.8.0 compatibility fix ("missing max for DS uptime") + -- niko, reported by Steve Wickert and Kennedy Clark * RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) -- niko, reported by Sam Stickland -- cgit v1.2.3-24-g4f1b From dbad531025c7f6ffe665c1514af416658fc6d3f4 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 31 May 2005 19:50:03 +0000 Subject: * 2.0/CHANGES: + Officially include the tSmoke script from the contrib download directory. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3098338..5cab654 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* Officially include the tSmoke script from the contrib download directory. + Notice that this needs the new 'tmail' variable to be defined in the config file. + -- niko * Perl 5.8.0 compatibility fix ("missing max for DS uptime") -- niko, reported by Steve Wickert and Kennedy Clark * RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) -- cgit v1.2.3-24-g4f1b From 54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 1 Jun 2005 11:29:44 +0000 Subject: * 2.0/doc/smokeping_upgrade.pod: + 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 --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5cab654..8c2deac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ +2005/05/31 - publish rc5 (tobi) * Officially include the tSmoke script from the contrib download directory. - Notice that this needs the new 'tmail' variable to be defined in the config file. - -- niko + Note that this needs the new 'tmail' variable to be defined in the config file. + -- niko, original script by Dan McGinn-Combs * Perl 5.8.0 compatibility fix ("missing max for DS uptime") -- niko, reported by Steve Wickert and Kennedy Clark * RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) -- cgit v1.2.3-24-g4f1b From f3a0711e88ccf8e43773dc41518b3dbbc2b87a32 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Sun, 3 Jul 2005 22:17:00 +0000 Subject: tune datasources --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8c2deac..ca0f99c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* tune DS properties min/max/heartbeat instead of just complaing about + them not matching (tobi) + 2005/05/31 - publish rc5 (tobi) * Officially include the tSmoke script from the contrib download directory. Note that this needs the new 'tmail' variable to be defined in the config file. -- cgit v1.2.3-24-g4f1b From 7c05e52c7486b782ea8fe83f61eda56f05fd2613 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 27 Jul 2005 11:45:20 +0000 Subject: * 2.0/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm, 2.0/CHANGES: + bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index ca0f99c..465da61 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* bugfix for CiscoRTTMonEchoICMP packetsize variable + -- niko, from Sam Stickland * tune DS properties min/max/heartbeat instead of just complaing about them not matching (tobi) -- cgit v1.2.3-24-g4f1b From caea6ae36aaacadab7029f172821899d237108f4 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 29 Jul 2005 08:14:17 +0000 Subject: set LC_NUMERIC to C to help people that would otherwhise get , as decimal separator --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 465da61..de0fd06 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +* set LC_NUMERIC to C so that users who work with a locale like french that + would use , as a decimal separator do not trip over failing regexp-matches + (tobi) + * bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland * tune DS properties min/max/heartbeat instead of just complaing about -- cgit v1.2.3-24-g4f1b From 237c2131e3f216eccd4b472e456d16f4dbe20456 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Fri, 5 Aug 2005 20:43:55 +0000 Subject: * remove a quotemeta() call in Config::Grammar to allow metacharacters at the right side of '@define' -- niko, reported by Warrick FitzGerald --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index de0fd06..d84524a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,9 @@ +* remove a quotemeta() call in Config::Grammar to allow metacharacters + at the right side of '@define' + -- niko, reported by Warrick FitzGerald * set LC_NUMERIC to C so that users who work with a locale like french that would use , as a decimal separator do not trip over failing regexp-matches (tobi) - * bugfix for CiscoRTTMonEchoICMP packetsize variable -- niko, from Sam Stickland * tune DS properties min/max/heartbeat instead of just complaing about -- cgit v1.2.3-24-g4f1b From 69064fb816bd54a08ffd92760f125a5d83793250 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 23 Aug 2005 12:43:37 +0000 Subject: * 2.0/lib/Smokeping.pm, 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? --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index d84524a..4d19be9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* make errors in DYNAMIC updates appear in the web server error log + -- niko * remove a quotemeta() call in Config::Grammar to allow metacharacters at the right side of '@define' -- niko, reported by Warrick FitzGerald -- cgit v1.2.3-24-g4f1b From 733f5ee3d4aad0c1a21d796d5a36baa82389e199 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 4 Sep 2005 09:20:48 +0000 Subject: * 2.0/lib/Smokeping.pm, 2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4d19be9..bb48678 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* return '404 not found' when DYNAMIC updates fail + - niko, suggested by Marc Haber * make errors in DYNAMIC updates appear in the web server error log -- niko * remove a quotemeta() call in Config::Grammar to allow metacharacters -- cgit v1.2.3-24-g4f1b From 3946df708ae20686c8453eb55be934103daf2f7e Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 4 Sep 2005 11:34:08 +0000 Subject: * lib/Smokeping.pm, 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" --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index bb48678..cf9ca75 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ +* the DYNAMIC-related files (.adr and .snmp) can now be located outside "datadir" + by specifying the new configuration variable "dyndir" + -- niko, suggested by Marc Haber * return '404 not found' when DYNAMIC updates fail - - niko, suggested by Marc Haber + -- niko, suggested by Marc Haber * make errors in DYNAMIC updates appear in the web server error log -- niko * remove a quotemeta() call in Config::Grammar to allow metacharacters -- cgit v1.2.3-24-g4f1b From 0fb4bc74b24ea96e80d4e27428b8c2451fbf0eb5 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 4 Sep 2005 11:40:42 +0000 Subject: * lib/Smokeping.pm, CHANGES: + don't create directories in "datadir" when running as a CGI --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cf9ca75..4d2d4f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* don't create directories in "datadir" when running as a CGI + -- niko * the DYNAMIC-related files (.adr and .snmp) can now be located outside "datadir" by specifying the new configuration variable "dyndir" -- niko, suggested by Marc Haber -- cgit v1.2.3-24-g4f1b