Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 453 Bytes

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.