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 $
MSSQL Server 2008R2
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: MSSQL Server 2008R2
Please show the service definition for this object.
Re: MSSQL Server 2008R2
I had a similar issue and to escape the $, use two of them: $$
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: MSSQL Server 2008R2
Thank you for the tips belvdr!