Module: check_mk
Branch: master
Commit: fe7f3aebbea6ac0c75136d3e10d3382771d054be
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=fe7f3aebbea6ac…
Author: Sebastian Herbord <sh(a)mathias-kettner.de>
Date: Wed Mar 9 12:01:37 2016 +0100
proper title for the windows agent ohm folder in the unpackaged agents site
---
web/htdocs/wato.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index b241f76..c2faef6 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -14862,6 +14862,7 @@ def mode_download_agents(phase):
'/windows/plugins' : _('Windows Agent - Plugins'),
'/windows/mrpe' : _('Windows Agent - MRPE Scripts'),
'/windows/cfg_examples' : _('Windows Agent - Example
Configurations'),
+ '/windows/ohm' : _('Windows Agent - OpenHardwareMonitor
(headless)'),
'/z_os' : _('z/OS'),
'/sap' : _('SAP R/3'),
}