Help with MSSQL

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ofadl
Posts: 201
Joined: Mon Jun 03, 2013 8:57 am

Re: Help with MSSQL

Post by ofadl »

ok so i ran :

Code: Select all

./check_nrpe -H 10.200.50.176 -c run_mssql_sproc
and got this for output:

Code: Select all

c:\nrpe_nt\run_mssql_sproc.wsf(131, 2) Microsoft OLE DB Provider for SQL Server: Cannot open database requested in login '$Equinox'. Login fails.
ofadl
Posts: 201
Joined: Mon Jun 03, 2013 8:57 am

Re: Help with MSSQL

Post by ofadl »

nvm, i figured it out, i had to remove the $ before Equinox
Locked