Hi,
We have decided to stick with the PRTG solution for the time being.
Thank you for your help.
Search found 6 matches
- Tue Aug 16, 2016 2:32 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
- Fri Aug 12, 2016 6:42 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
Re: Problems with check_xi_mssql_query
Not seeing any errors on that user, and tried manual login and running the query with the same user and it works as it should.
I also tested this with PRTG and it works as intended, but I would rather it worked with Nagios.
Still fails when running from server :/
I also tested this with PRTG and it works as intended, but I would rather it worked with Nagios.
Still fails when running from server :/
- Wed Aug 10, 2016 1:36 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
Re: Problems with check_xi_mssql_query
sql account
- Tue Aug 09, 2016 1:57 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
Re: Problems with check_xi_mssql_query
Hi,
Got the same result when running it from cmd line.
Got the same result when running it from cmd line.
- Mon Aug 08, 2016 1:17 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
Re: Problems with check_xi_mssql_query
Tried running it but it gives the same result as before. Here is the full check_command check_xi_mssql_query--username 'username' --password 'password' --database database --instance instance --query "SELECT+DB_NAME%28%29+AS+DbName%2C+%0D%0Aname+AS+FileName%2C+%0D%0Asize%2F128.0+AS+CurrentSizeM...
- Fri Aug 05, 2016 3:47 am
- Forum: Nagios XI
- Topic: Problems with check_xi_mssql_query
- Replies: 11
- Views: 2161
Problems with check_xi_mssql_query
Hi, I am trying to monitor the current free space of a database to keep a tab on database growth. But it seems I am unable to run query's for some reason. I have created a service user on the database itself and I am not using any special characters in the password as I have seen this may cause an i...