GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / omd_apache
blob19414c11fcbfc220b7dc7ab7bafc6e1810a3702f
1 title: Apache access statistics of OMD sites
2 agents: linux
3 catalog: app/omd
4 license: GPL
5 distribution: check_mk
6 description:
7  This check creates statistics about the requests handled by the apache
8  webserver running in OMD sites. It records the number of requests,
9  bytes sent and time needed for processing the requests. These statistics
10  are grouped by type of the request, for example Check_MK Views, NagVis
11  AJAX calls, but also by type e.g. for images, stylesheets etc.
13  The check uses a specific log file which must be located at
14  {var/log/apache/stats} to gather the access statistics. This file will
15  be truncated each time it has been checked.
17 item:
18  The name of the site (string).
20 inventory:
21  One check per site will be created for each site.