1 title: Size of MySQL tablespaces
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
21 The check will go to {WARN} or {CRIT} levels if a user-specified
25 The check generates one item per Database found.
26 Internal MySQL databases are ignored.