Socket
Socket
Sign inDemoInstall

check-mysql-slave

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-mysql-slave

Check MySQL seconds behind master for Nagios-like monitoring.


Maintainers
1

check_mysql_slave #################

.. image:: https://git.shore.co.il/nimrod/check_mysql_slave/badges/master/pipeline.svg :target: https://git.shore.co.il/nimrod/check_mysql_slave/-/commits/master :alt: pipeline status

Check MySQL seconds behind master for Nagios-like monitoring.

Usage

.. code:: shell

$ check_mysql_slave --help
usage: check_mysql_slave [-h] -u [USER] -p [PASSWORD] [--host [HOST]]
                         [--port PORT]
                         [warning_threshold] [critical_threshold]

positional arguments:
  warning_threshold     Warning threshold (defaults to 60)
  critical_threshold    Critical threshold (defualts to 300)

optional arguments:
  -h, --help            show this help message and exit
  -u [USER], --user [USER]
                        Login username
  -p [PASSWORD], --password [PASSWORD]
                        Login password
  --host [HOST]         Login host
  --port PORT           Login port

License

This software is licensed under the MIT license (see the :code:LICENSE.txt file).

Author

Nimrod Adar, contact me <nimrod@shore.co.il>_ or visit my website <https://www.shore.co.il/>. Patches are welcome via git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>. The repository is located at: https://www.shore.co.il/git/.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc