check_mysqldb

check_mysqldb is shell tool for checking MySQL database.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install check_mysqldb type the following

tar xvzf check_mysqldb-x.y.tar.gz
cd check_mysqldb-x.y
cp -R ~/sh_tool/bin/   /root/scripts/check_mysqldb/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/check_mysqldb/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/check_mysqldb/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

check_mysqldb requires next modules and libraries

Shell tool structure

check_mysqldb is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── check_mysqldb.sh
│   └── display_logo.sh
├── conf/
│   ├── check_mysqldb.cfg
│   ├── check_mysqldb.logo
│   └── check_mysqldb_util.cfg
└── log/
    └── check_mysqldb.log

Indices and tables