TECTED]
> To: mysql@lists.mysql.com
> Subject: nagios server blocked
>
> I've got a nagios server that checks to see if the listening port is
> open. I'm getting this error:
> Host 'nagios-host' is blocked because of many connection errors;
> unblock with
Hi Bryan,
My first guess would be to use Nagios's check_mysql plugin. Just
because port 3306 (or whatever your MySQL server runs on) is open
doesn't mean the server is alive and well. check_mysql behaves as a
standard MySQL client, thus avoiding connection errors.
I use the latest plugins
I've got a nagios server that checks to see if the listening port is
open. I'm getting this error:
Host 'nagios-host' is blocked because of many connection errors;
unblock with 'mysqladmin flush-hosts'
I've googled and there's options to use max_connection_errors=100
My (very rough) estimate