10-23-2019, 02:49 AM
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
to
To fix this, line 441 has to be changed from
PHP Code:
} else if (!empty($port)) {
to
PHP Code:
} 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
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