check_mssql: Not working with different port

Found something amiss in NEMS? Confirm first that you are running the latest version, and then post your bug report here.
Post Reply
HeikoAdams
Junior Member
Posts: 15
Joined: Mon May 27, 2019 8:39 am

check_mssql: Not working with different port

Post by HeikoAdams »

The check_mssql plugin contains a bug which prevents connecting to sql servers running on a port other than the default one.

To fix this, line 441 has to be changed from

Code: Select all

} else if (!empty($port)) { 
to

Code: Select all

} else if (!empty($db_port)) { 
Mit freundlichen Grüßen
 
Heiko Adams
IT-Administration/-Security
 
flyerwire GmbH
Rosenauer Straße 33
D-96487 Dörfles-Esbach
tel:  (+49) 09561 7948 62
fax:  (+49) 09561 7948 29
fb:  www.facebook.com/flyerwire
web:  www.flyerwire.com
jobs: http://www.flyerwire.com/wirueberuns-jobs.html
Post Reply