Module: check_mk
Branch: master
Commit: f28f9d217581f19544d0683433249ee7544ae25a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f28f9d217581f1…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: Wed May 16 11:54:49 2018 +0200
Give the host option of check_sql a more descriptive title
Change-Id: I416411929a93c5f392321d9d5372f42296056eb0
---
web/plugins/wato/active_checks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/wato/active_checks.py b/web/plugins/wato/active_checks.py
index 79be0d7..269aab7 100644
--- a/web/plugins/wato/active_checks.py
+++ b/web/plugins/wato/active_checks.py
@@ -644,7 +644,7 @@ register_rule(group,
),
( "host",
TextAscii(
- title = _("Host to connect to"),
+ title = _("DNS hostname or IP address"),
help = _("This defaults to the host for which the active check
is configured."),
)
),