Page 1 of 1

Mysql Plugin Issue

Posted: Wed Jan 15, 2020 4:48 am
by mindspring
Hi there, I am getting this error when trying to run the Mysql Plugin. Any ideas on what the problem might be?

I can do this connection without an issue.

Code: Select all


[root]@cloudnagios /usr/local/nagios/libexec] $ mysql -u xxx -h xxxxx -p          Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MySQL connection id is 9451689
Server version: 5.7.25-log MySQL Community Server (GPL)

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MySQL [(none)]> show tables;

Code: Select all


 ./check_mssql_server.py -H sql -U helpdesk_user -P xxx--deadlocks --warning 20 --critical 30        
(20009, 'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (sql:1433)\nNet-Lib error during Connection timed out (110)\n')


Re: Mysql Plugin Issue

Posted: Wed Jan 15, 2020 9:40 am
by scottwilkerson
mindspring wrote: I can do this connection without an issue.
You are showing a connection to MySQL, but showing a MSSQL plugin that is failing.