Module: check_mk
Branch: master
Commit: dbb5d6103cf6b2720c3795cf2820f593b1eac85d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=dbb5d6103cf6b2…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Sep 1 13:38:16 2017 +0200
5171 FIX Removed DEFAULT_GUI config
Removed the DEFAULT_GUI configuration option from "omd config". It was meant to
switch
between different available GUIs in original OMD. In the current Check_MK packages only
a single GUI is supported, that is the Check_MK default GUI. It is now enabled for all
Check_MK sites.
This change made some small performance improvements regarding the initial HTTP redirects
possible. In case you acces
http://host/[site]/ two redirects were made in the past. This
has been reduced to a single redirect.
Change-Id: Ie3d5d9babf71f1d3e4b10f296f1714a5c5c76407
---
.werks/5171 | 17 ++
omd/packages/omd/DEFAULT_GUI.hook | 26 ---
omd/packages/omd/Makefile | 2 -
omd/packages/omd/img/check_mk-small.png | Bin 54928 -> 0 bytes
omd/packages/omd/img/icinga-small.png | Bin 39936 -> 0 bytes
omd/packages/omd/img/nagios-small.png | Bin 22008 -> 0 bytes
omd/packages/omd/img/nagvis-small.png | Bin 5800 -> 0 bytes
omd/packages/omd/img/pnp4nagios-small.png | Bin 64996 -> 0 bytes
omd/packages/omd/img/shinken-small.png | Bin 15197 -> 0 bytes
omd/packages/omd/img/thruk-small.png | Bin 36316 -> 0 bytes
omd/packages/omd/img/wiki-small.png | Bin 34066 -> 0 bytes
omd/packages/omd/index.py | 212 +----------------------
omd/packages/omd/skel/etc/apache/conf.d/omd.conf | 11 +-
13 files changed, 24 insertions(+), 244 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=dbb5d6103c…