lausser / check_mssql_health

Wenn du dich für Plugins (oder OMD oder allgemein Monitoring) interessierst oder von deiner Installation erzählen willst...die Tradition der deutschsprachigen Monitoring-Workshops wird wiederbelebt: https://discord.gg/jDfPZ63FcJ A plugin, which checks various parameters of Microsoft SQL database servers.
http://labs.consol.de/nagios/check_mssql_health
GNU General Public License v2.0
38 stars 27 forks source link

Adaptive Server connection failed with V2.6.4.13 #33

Closed R-Sommer closed 6 years ago

R-Sommer commented 6 years ago

CRITICAL - DBI connect(';server=192.168.3.41','nagios',...) failed: Server message number=18456 severity=14 state=1 line=1 server=TEST01 text=Login failed for user 'nagios'. OpenClient message: LAYER = (0) ORIGIN = (0) SEVERITY = (78) NUMBER = (34) Server 192.168.53.41, database Message String: Adaptive Server connection failed at ./check_mssql_health-2.6.4.13 line 6419.

Running V2.6.4.12 with the same parameters on the same machines works fine.

Target machine: Microsoft SQL Server 2012 (SP2-GDR) (KB3194719) - 11.0.5388.0 (X64) Sep 23 2016 16:56:29 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1) (Hypervisor)

BTW: We are using SQL Server authentication all the time

lausser commented 6 years ago

2.6.4.13 had a very silly bug inside. Since yesterday...

R-Sommer commented 6 years ago

Yeah, that works. Many thanks especially for that fast fix.