Skip to content

mleiseca/ml-nagios-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This repository holds nagios plugins that I've built

check_mysql_stat_delta

Motivation

Some of the mysql 'show status' variables just keep increasing in value as the server is running, for example 'Queries'. It would be nice to get a per second value for these variables. This check will create a file to keep the time and previous value at the last execution. On each execution, it will get the new value for the variable time and calculate :

(delta time) / (delta value)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published