Page 1 of 1

check_mssql: Not working with different port

Posted: Wed Oct 23, 2019 1:49 am
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)) {