MSSQL not showing data in XI
MSSQL not showing data in XI
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
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?
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*Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: MSSQL not showing data in XI
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
Is it working now?
Be sure to check out our Knowledgebase for helpful articles and solutions!