Page 1 of 1
MSSQL not showing data in XI
Posted: Wed May 18, 2016 10:13 am
by dlisterjr
I run the check_mssql_server.py via the command line and I retrieve data but in XI I get the error: (No output on stdout) stderr: Traceback (most recent call last): This is for all the data points of MSSQL created using the wizard. I have verified the plugin and the wizard are up to date.
Re: MSSQL not showing data in XI
Posted: Wed May 18, 2016 11:09 am
by tgriep
Can you post how the service check is defined in XI so we can review it?
If the username or password has special characters in it, try putting them between single quotes and see if that helps.
Can you run this command on the XI server and post the output?
Code: Select all
ls -l /usr/local/nagios/libexec/check_mssql_server*
Re: MSSQL not showing data in XI
Posted: Thu May 19, 2016 9:16 am
by dlisterjr
Thanks for the reminder on the special characters. The password I was given had a $ in it and I didn't notice.
Re: MSSQL not showing data in XI
Posted: Thu May 19, 2016 9:49 am
by tgriep
Is it working now?