Mysql Plugin Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mindspring
Posts: 117
Joined: Thu Jul 19, 2012 10:24 am

Mysql Plugin Issue

Post 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')

scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Mysql Plugin Issue

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked