Hi
We have recently installed Zabbix. we are able to montor our MSSQL DB. I am trying to monitor the number of active sessions. tried adding an item, but unable to get the output.
the tsql script is
SELECT COUNT(*)[Active-Users] from [Active Session]
it gives output in MSSQL management studio. but I dont know how to get this output in Zabbix.
tried editing the existing MSSQL performance counters template, but that did not work
We have recently installed Zabbix. we are able to montor our MSSQL DB. I am trying to monitor the number of active sessions. tried adding an item, but unable to get the output.
the tsql script is
SELECT COUNT(*)[Active-Users] from [Active Session]
it gives output in MSSQL management studio. but I dont know how to get this output in Zabbix.
tried editing the existing MSSQL performance counters template, but that did not work
Comment