# Created by setup of check_mk version 1.2.6p12 # This file will *not* be overwritten at the next setup # of check_mk. You may edit it as needed. In order to get # a new version, please delete it and re-run setup.sh. # Note for RedHat 5.3 users (and probably other version: # this file must be loaded *after* python.conf, otherwise # does not trigger! For that # reason, it is installed as zzz_.... Sorry for the # inconveniance. Alias /check_mk /usr/share/check_mk/web/htdocs AddHandler mod_python .py PythonHandler index PythonDebug On DirectoryIndex index.py #Handle apache 2.2 and 2.4 = 2.3> Require local Order deny,allow allow from all # Need Nagios authentification. Please edit the # following: Set AuthName and AuthUserFile to the # same value that you use for your Nagios configuration! Order deny,allow allow from all AuthName "Icinga Access" AuthType Basic AuthUserFile /etc/icinga/htpasswd.users require valid-user ErrorDocument 403 "

Authentication Problem

Either you've entered an invalid password or the authentication
configuration of your check_mk web pages is incorrect.

Please make sure that you've edited the file
/etc/apache2/conf.d/check_mk and made it use the same
authentication settings as your Nagios web pages.
Restart Apache afterwards." ErrorDocument 500 "

Server or Configuration Problem

A Server problem occurred. You'll find details in the error log of Apache. One possible reason is, that the file /etc/icinga/htpasswd.users is missing. You can create that file with htpasswd or htpasswd2. A better solution might be to use your existing htpasswd file from your Nagios installation. Please edit /etc/apache2/conf.d/check_mk and change the path there. Restart Apache afterwards."
## WARNING: automation is part of multisite, more information at ## http://mathias-kettner.com/checkmk_multisite_automation.html ## It uses a shared secret rather than HTTP Auth for authentication and ## and is potentially exposed to public networks so is disabled on Debian ## by default. If you need this feature, be sure you understand the ## security implications and take necessary precautions before turning it on. ## Automation is done without HTTP Auth # # Order allow,deny # Allow from all # Satisfy any # ## WARNING: like automation above, run_cron is part of multisite. ## It does not use HTTP Auth, but is only exposed to localhost. Having ## it enabled has less risk, but since it's part of multisite it is ## also disabled by default on Debian. ## Trigger cron jobs. This is done without authentication # # Order deny,allow # Deny from all # Allow from 127.0.0.1 # Satisfy any #
Alias /check_mk /usr/share/check_mk/web/htdocs Deny from all ErrorDocument 403 "

Check_mk: Incomplete Apache2 Installation

You need mod_python in order to run the web interface of check_mk.
Please install mod_python and restart Apache."