I installed the above plugin along with DBD::Sybase.
It works for --mode=connected-users but fails for modes such as total-server-memory.
The error I get is as follows:
UNKNOWN - unable to aquire counter data
Wed Feb 2 13:24:15 2011: disconnecting DBD with handle
the command I used is:
./check_mssql_health -v --hostname=<actual db server> --username=<db user> --password=<password> --mode=total-server-memory
check_mssql_health unable to aquire counter data
-
zul.shariff
- Posts: 8
- Joined: Mon Jan 24, 2011 10:48 am
Re: check_mssql_health unable to aquire counter data
As this is being handled in email I am just making a note here.
-
sandyspatil
- Posts: 15
- Joined: Tue Dec 07, 2010 6:31 am
Re: check_mssql_health unable to aquire counter data
Assign admin permission of mssql user which U R using while running the check_mssql_health plugin on MS Sql Server.
Re: check_mssql_health unable to aquire counter data
Thank you for the suggestion 