{ 'type' : 'InnoTbSpc' , 'DB' : 'website', 'Table' : 'session', 'User' : 'monitor', 'Pass' : 'abcd1234', 'Host' : 'db1.example.com', 'Port' : '3306', 'status' : 'on' , 'triggers': [{ 'level' : 'info', 'trigger' : '50000'}, { 'level' : 'critical', 'trigger' : '20000'}, ], }
The InnoTbSpc Entity checks available table space in an MySQL InnoDB database. The Entity logs in to the specified host using the configured credentials and issues the SQL command SHOW TABLE STATUS LIKE "Table".
This Entity requires the MySQL client be installed on the Agent.
Fields
Name of the database to connect to.
Name of the table to check the available space of.
Name of the table to check the available space of.
User name to provide when logging into the database.
Password to provide when logging into the database.
Database host to connect to.
Port on database host to connect to.