Module: check_mk
Branch: master
Commit: 221214d592e4c0457890ede54af34decad0fc177
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=221214d592e4c0…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Mar 1 07:50:21 2019 +0100
Fixed missing information in error message
Change-Id: Idd2b0f7a871b5a618d37d20fac318aa9a4d5be79
---
cmk/gui/wato/pages/services.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmk/gui/wato/pages/services.py b/cmk/gui/wato/pages/services.py
index 0d797b3..fa26e1b 100644
--- a/cmk/gui/wato/pages/services.py
+++ b/cmk/gui/wato/pages/services.py
@@ -348,7 +348,7 @@ class AutomationServiceDiscoveryJob(AutomationCommand):
_("Host %s does not exist on remote site %s. This "
"may be caused by a failed configuration synchronization. Have a
look at "
"the <a
href=\"wato.py?folder=&mode=changelog\">activate changes page</a>
"
- "for further information."))
+ "for further information.") % (host_name,
config.omd_site()))
host.need_permission("read")
options = json.loads(html.get_ascii_input("options"))