Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moritz/mysql-check-autoincrement

Check if mysql auto_increment columns are close to reaching overflow
https://github.com/moritz/mysql-check-autoincrement

Last synced: 2 months ago
JSON representation

Check if mysql auto_increment columns are close to reaching overflow

Awesome Lists containing this project

README

        

# Purpose

This tool can be used as a Nagios monitoring plugin.

It checks if mysql `AUTOINCREMENT` columns are getting close to overflow.

By default it produces a `WARNING` if any autoincrement value reaches
70% of the maximal value that can be stored in the column, and a
`CRITICAL` if it reaches more than 85% of the maximal value.

# Options

Please run

perldoc -F check.autoincrement

to read the tool's documentation, including the options.