GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / mysql.innodb_io
blobf541b7e207106b94985f6b3b6f001b50444fa68f
1 title: MySQL InnoDB engine IO statistics
2 agents: linux
3 catalog: app/mysql
4 license: GPL
5 distribution: check_mk
6 description:
7   This check tracks the IO rate of the InnoDB database
8   engine for MySQL.
9   The data is gathered from the {show global status} query.
11   It allows you plan IO device capacity by seeing how much
12   is read and written by InnoDB, or to proactively generate alerts if
13   something is generating far too much write IO.
14   The configuration of this check is internally done as a "disk check" but
15   presented in as an application monitoring in WATO.
17   The check is configured like the {diskstat} check for block devices.
19 inventory:
20   The check generates one item per instance, representing the InnoDB writers for a MySQL
21   Daemon.