It looks like you're new here. If you want to get involved, click one of these buttons!
Does anybody know how to monitor remote mysql with nagios ?
http://bit.ly/xX5M9P
Ok, I dont' know nothing about Nagios, but it seems there are several solutions to this...
you could just monitor port 3306 and see if it's open; if you actually want to do a transaction, then you'll have to code a small script and call it from nagios.
Comments
http://bit.ly/xX5M9P
Ok, I dont' know nothing about Nagios, but it seems there are several solutions to this...
you could just monitor port 3306 and see if it's open; if you actually want to do a transaction, then you'll have to code a small script and call it from nagios.