Coder Social home page Coder Social logo

nagios-plugins's People

Contributors

gertvdijk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

nagios-plugins's Issues

False warning if tables/schemas are removed

After removing tables and/or databases, pt-table-checksum will not remove checksum entries of the now non-existing tables. As a result, the plugin will trigger falsely.

A workaround is to periodically truncate the checksums table.

Possible solution:

  • Add a HAVING clause to the query on the INFORMATION_SCHEMA to have it not respond to non-existing tables. Drawback: listing tables in INFORMATION_SCHEMA can be quite resource hungry in case lots of tables exist.
  • The above, but configurable using an option.
  • ...

False warning when table is checked in less amount of chunks

In the event that pt-table-checksum chose to check a table in N amount of chunks and decided to do this in M < N amount of chunks later, this results in a false warning.

Simplified, the cheksums table it will look like this:

db            table            chunk      ts
==            =====            =====      ==
db_name       table_name       1          2012-12-13 08:00:05
db_name       table_name       2          2012-12-10 08:00:05

and this raises a WARNing or CRITical for the second row.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.