summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2010-08-28 09:59:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2010-08-28 09:59:55 +0200
commit1aa624d182cdec1d1f5caa69f814df29947a76f0 (patch)
treed9ebb27a4aa0c56c2c0f4dff32b22011c86d2246 /CHANGES
parent3f7adcc5b693de323fd921cf34678e41bbf6d154 (diff)
downloadsmokeping-1aa624d182cdec1d1f5caa69f814df29947a76f0.tar.gz
smokeping-1aa624d182cdec1d1f5caa69f814df29947a76f0.tar.xz
I run smokeping on many boxes and and my Gentoo/Funtoo boxes frequently run
into localization setup issues which will bomb out Smokeping's web interface. It works fine invoked from the shell. I use the attached patch to help me diagnose the server setup problem. The behavior is identical to current Smokeping in that it logs a message and throws a HTTP 500 error. The basic Smokeping localization sanity check has uncovered "insane" setups where the PERL %ENV environment variables are being ignored by "setlocale" on several of my boxes for unknown reasons. Obviously, smokeping should quit, which it does... -- Lee Thompson stagr.lee gmail.com
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d08719..d7a7896 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+* give more advise when resetting LC_NUMERIC is not successful
+-- Lee Thompson
+
+* allow alert patterns with lower AND upper limit >a<b or >=A%<B% or ...
+ -- tobi idea by Justin LeMay
+
* new probe for SIP Ping test based on sipsak tool
-- tobi sponsored by ANI Networks