GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / apache_status
blob8bcbae575e268991a6e0e7cd1c0ec8c0b03172c2
1 title: Performance indicators of Apache web server
2 agents: linux
3 catalog: app/apache
4 license: GPL
5 distribution: check_mk
6 description:
7  This check parses the information provided by the Apache status module.
8  If you have enabled that module (on Debian/Ubuntu this is the default),
9  then below the URL {/server-status} Apache show interesting information
10  about the number of connections and the like. The agent plugin {apache_status}
11  fetches that data and this check processes it. The status is always OK,
12  but it fetches interesting performance data.
14  As a preparation you need to install the agent plugin {apache_status}
15  into your agent's plugins directory (usually {/usr/lib/check_mk_agent/plugins}).
16  The plugin tries to autodetect all running apache servers. If that fails
17  for some reason you need to create the configuration file
18  {/etc/check_mk/apache_status.cfg} and list your servers here. Write
19  a Python list of dicts for protocol, servername and port.
20  With the optional item 'page' its posible to change the status page from server-status to a
21  name you want
23 inventory:
24  One service per Apache server will be created.
26 item:
27  A string-combination of servername and port, e.g. {127.0.0.1:5000}.