(Sorry For my English)
I have a Problem with the perf_counter.
I have Mssql 2008 installed with 32bit Instance and 64bit instance on a Windows 2008 r2 64bit.
So I use perf_counter["\MSSQL$Instance64bit:General Statistics\User Connections"] and that work Perfectly.
But if I try to use perf_counter["\MSSQL$Instance32bit:General Statistics\User Connections"] that doesn't work.
I try to found the good information in the Performance Monitor tools and no Counter was available for all my 32bit instance. So i try google.
after some search on google about the problem. I found this
So if a use mmc /32 perfmon.msc i can found all the Counter i want 32 and 64bit but that doesn't fix the problem on zabbix.
Someone have fix this problem.
I have a Problem with the perf_counter.
I have Mssql 2008 installed with 32bit Instance and 64bit instance on a Windows 2008 r2 64bit.
So I use perf_counter["\MSSQL$Instance64bit:General Statistics\User Connections"] and that work Perfectly.
But if I try to use perf_counter["\MSSQL$Instance32bit:General Statistics\User Connections"] that doesn't work.
I try to found the good information in the Performance Monitor tools and no Counter was available for all my 32bit instance. So i try google.
after some search on google about the problem. I found this
So if a use mmc /32 perfmon.msc i can found all the Counter i want 32 and 64bit but that doesn't fix the problem on zabbix.
Someone have fix this problem.
Comment