RE: nagios server blocked

2008-09-25 Thread Martin Gainty
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

Re: nagios server blocked

2008-09-24 Thread Andy Shellam
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

nagios server blocked

2008-09-24 Thread Bryan Irvine
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