GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / mysql_capacity
blob31059e828a44e5ec22df8a3c701812cc0bbd94d7
1 title: Size of MySQL tablespaces
2 agents: linux
3 catalog: app/mysql
4 license: GPL
5 distribution: check_mk
6 description:
7  This check verifies the space used by MySQL databases as
8  returned from MySQL. The information is built by summing up
9  the space for indices and tables of a given database.
11  It relies on the information returned from MySQL, which can be incorrect
12  as MySQL does not always account for all database information.
14  In practice, the check works well for {InnoDB}.
15  This should even include InnoDB on raw partitions.
17  {MyISAM} reporting is not possible as MySQL does not make the
18  data available. (See the dirsize checks as a workaround should you
19  really use MyISAM)
21  The check will go to {WARN} or {CRIT} levels if a user-specified
22  limit is exceeded.
24 inventory:
25  The check generates one item per Database found.
26  Internal MySQL databases are ignored.