Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moritz/mysql-check-autoincrement
- Owner: moritz
- Created: 2014-03-17T14:02:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:12:48.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T20:50:48.973Z (3 months ago)
- Language: Perl
- Size: 9.77 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.