Before starting this you should have MK-Livestatus up and running!
Updated to 1.1.12p3!
- Download check-mk 1.1.12p3 from http://mathias-kettner.de/download/check_mk-1.1.12p3.tar.gz
% cd /tmp% tar .../xzf check_mk-1.1.12p3.tar.gz% mkdir /usr/local/nagios/mk-multisite
or wherever you want to put it. If you change this path you also have to change/fix the config filescd /usr/local/nagios/mk-multisite% tar xzf /tmp/check_mk-1.1.12p3/web.tar.gz% mkdir -p var/web% chown -R www-data:www-data var
(on Suse use "wwwrun:www" as new owner)- Download attached mk-multisite-etc.tar.gz
% tar xzf .../mk-multisite-1.1.12-etc.tar.gz- Install and enable "mod_python" in your Apache2, on Debian:
apt-get install libapache2-mod-python && a2enmod python % ln -s /usr/local/nagios/mk-multisite/etc/apache.conf /etc/apache2/conf.d/mk-multisite.conf% ln -s /usr/local/nagios/mk-multisite/etc/defaults.py /usr/local/nagios/mk-multisite/htdocs/% /etc/init.d/apache2 reload- Have fun :)
If it doesn't work have a look to etc/defaults.py (path names) and/or etc/multisite.mk
Feedback welcome ;-)