Page 1 of 1

MSSQL Server 2008R2

Posted: Mon Nov 25, 2013 8:53 am
by cokj72
I configured the monitoring of a server MSSQL2008 but I get these messages d 'error:
DB-Lib error message 20009, severity 9
I already monitorizzo 3 MSSQL Server without problem, I also entered the password of 'user' sa 'in the file:
/ usr / local / nagios / etc / Resource.cfg

because the password has special character $

Re: MSSQL Server 2008R2

Posted: Mon Nov 25, 2013 10:22 am
by slansing
Please show the service definition for this object.

Re: MSSQL Server 2008R2

Posted: Tue Nov 26, 2013 11:15 am
by belvdr
I had a similar issue and to escape the $, use two of them: $$

Re: MSSQL Server 2008R2

Posted: Tue Nov 26, 2013 11:19 am
by slansing
Thank you for the tips belvdr!