Module: check_mk
Branch: master
Commit: dbd5370e9694c5c9b74a9cb3e4c88cc7e794d777
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=dbd5370e9694c5…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Fri Dec 29 14:49:36 2017 +0100
5599 FIX check_dns: Return to the behaviour prior to Werk #5526
Although Werk #5526 brought the behaviour in line with what's described in the GUI,
this kind of change requires further discussion as to what the desired behaviour is.
We return to the old behaviour and adjust the GUIs description
Change-Id: I21d290ba63878d2a736fd6468c006bfc5188873c
---
.werks/5599 | 12 ++++++++++++
web/plugins/wato/active_checks.py | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.werks/5599 b/.werks/5599
new file mode 100644
index 0000000..c73b42e
--- /dev/null
+++ b/.werks/5599
@@ -0,0 +1,12 @@
+Title: check_dns: Return to the behaviour prior to Werk #5526
+Level: 1
+Component: checks
+Compatible: compat
+Edition: cre
+Version: 1.4.0p23
+Date: 1514555220
+Class: fix
+
+Although Werk #5526 brought the behaviour in line with what's described in the GUI,
+this kind of change requires further discussion as to what the desired behaviour is.
+We return to the old behaviour and adjust the GUIs description
diff --git a/web/plugins/wato/active_checks.py b/web/plugins/wato/active_checks.py
index 4a0f532..698099c 100644
--- a/web/plugins/wato/active_checks.py
+++ b/web/plugins/wato/active_checks.py
@@ -451,8 +451,8 @@ register_rule(group,
Alternative(
title = _("DNS Server"),
elements = [
- FixedValue( value=None, totext=_("use local
configuration"),
- title = _("Use local DNS configuration
of monitoring site")),
+ FixedValue( value=None, totext=_("this host"),
+ title = _("Use this host as a DNS server
for the lookup")),
TextAscii(
title = _("Specify DNS Server"),
allow_empty = False,