Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / mysql.sessions
bloba36023bc614951e2724b8c15713f85e2924f249b
1 title: MySQL Database sessions
2 agents: linux
3 catalog: app/mysql
4 license: GPL
5 distribution: check_mk
6 description:
7   This check allows tracking of the session parameters for a MySQL database.
8   It reports how many sessions there are in total, how many of them are
9   active, and at what rate new sessions are generated.
11   It allows to set {WARN} and {CRIT} tresholds on any of these parameters.
13   The data is gathered from the {show global status} query.
15 inventory:
16   The check generates one item per instance for the sessions connected to the MySQL daemon.