mssql checks

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: mssql checks

Post by tmcdonald »

Unable to connect: Adaptive Server is unavailable or does not exist
Everything I have found points to freetds:

http://stackoverflow.com/questions/2299 ... -not-exist
http://stackoverflow.com/questions/1639 ... -not-exist
http://stackoverflow.com/questions/8511 ... -sql-serve

Same version, but are the configs the same?
Former Nagios employee
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: mssql checks

Post by emartine »

These seem to point to creating a separate configuration requiring modification of SQL on the client???
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: mssql checks

Post by ssax »

From this page here:

https://pyyou.wordpress.com/2009/02/01/ ... everity-9/

Try running the tsql command by itself:

Code: Select all

export TDSDUMP=/tmp/freetds.log
tsql -H myip -p 1433 -U myuser
Then attach the /tmp/freetds.log file so that we can review.
Locked