Skip to content

Check if mysql auto_increment columns are close to reaching overflow

Notifications You must be signed in to change notification settings

moritz/mysql-check-autoincrement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check if mysql auto_increment columns are close to reaching overflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages