Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Simple but effective script shell (dash) to check InnoDB Cluster's node status (requires netcat package).
Current Version
1.0
Last Release Date
2024-09-16
Owner
Davide Lemma
License
GPL
Compatible With
This simple but effective script shell (dash) will return detailed information about the status of an InnoDB Cluster node, including status (online, recovering, offline, etc...), node type (primary/secondary) and Lag.
This script shell requires the netcat package (apt install netcat). Tested on Debian 11/12 and Ubuntu 18/20/22.
note: remember to assign execute permission to the script shell (chmod u+x check_innodbcluster.sh)
=======
Usage: check_innodbcluster.sh -H Host/IP -P Port -u User -p Password
example => check_innodbcluster.sh -u MyUser -p MyPassword example => check_innodbcluster.sh -H10.10.0.125 -P3307 -uMyUser -pMyPassword
=arguments and default values if arg is missing=
-H = host/IP {def: 127.0.0.1} -P = Port {def: 3306} -u = UserName {def: MyCoolUser} -p = Password {def: MyCoolPasswd} -h = this help
.:: notes ::.
.: arguments order is not relevant .: between argument and value can be a space or not
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!