You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Thank you for building this.
I was looking at the go version and I was not sure if this can be used to monitor a mysql service on a server and how to configure it.
Can you provide an example?
I wanted to monitor the MySQL service and try to restart when it has been 10 minutes down. (Not before if possible).
Also
Is this ready to be used on production servers?
Thanks!
The text was updated successfully, but these errors were encountered:
Though there is nothing known to be wrong with this version, you should be using the Go version as I haven't been maintaining this one.
What exactly do you want to monitor with MySQL? minitor executes any shell commands you have installed, so if you have a command that you run in a terminal to manually check or restart today, you can use those in your configuration and it should be sufficient.
For start I was thinking to just check if the service is running.
So depending on the server, could be something like ps uxa | grep mysqld Or systemctl status mysqld.service Or variants of those
I found the go after sending this message, I suppose it will work the same, right?
My question is, how do minitor knows if the command is working or not? Does it need to reply something specific?
How we define what answer is correct or not for any command?
Hi
Thank you for building this.
I was looking at the go version and I was not sure if this can be used to monitor a mysql service on a server and how to configure it.
Can you provide an example?
I wanted to monitor the MySQL service and try to restart when it has been 10 minutes down. (Not before if possible).
Also
Is this ready to be used on production servers?
Thanks!
The text was updated successfully, but these errors were encountered: