MSSQL_Server Config Issue
Posted: Thu Jul 27, 2017 2:52 pm
Hello,
I am configuring MSSQL server check through configuration wizard.
On all service check I am receiving the same error: (No output on stdout) stderr: /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
When I went to the service check settings I see that arguments have been split into 2 $ARG$ parameters, even though the command is using $ARG1$ only. Moreover, the password is missing characters in $ARG1$ field.
Then I tried to put all arguments in $ARG1$ field, and test run the command - it worked fine. But when I clicked Save, it added \ sign in password parameter and the check didn't work again. It keeps adding \ every time i have everything in $ARG1$ line and click Save button.
I am configuring MSSQL server check through configuration wizard.
On all service check I am receiving the same error: (No output on stdout) stderr: /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
When I went to the service check settings I see that arguments have been split into 2 $ARG$ parameters, even though the command is using $ARG1$ only. Moreover, the password is missing characters in $ARG1$ field.
Then I tried to put all arguments in $ARG1$ field, and test run the command - it worked fine. But when I clicked Save, it added \ sign in password parameter and the check didn't work again. It keeps adding \ every time i have everything in $ARG1$ line and click Save button.