HI Folks,
I'm looking for a bit of help on this if you can. I'm trying to monitor the number of established connections to a Windows application.
I have ran typeperf -qx to determine the peramater that I am looking to monitor which is:
According to one post I found in these forums I should be able to insert this into the performance monitor string, however I keep getting errors. When I have placed this into the zabbix_agent.conf file in the following manner
the counter is inserted into the PERF_COUNTER(), however I get the following error on debug :
I have tried digging into various forms of process monitoring using the likes of
, however I keep getting the same error as above.
Any help is very much appreciated.
I'm looking for a bit of help on this if you can. I'm trying to monitor the number of established connections to a Windows application.
I have ran typeperf -qx to determine the peramater that I am looking to monitor which is:
\.NET CLR Networking(softwin[2400])\Connections Established
Code:
PerfCounter=SoftWinCounter,"\.NET CLR Networking(softwin[2400])\Connections Established",5
cannot get required buffer size for counter path 'SoftWinCounter': [0xC0000BC4] The specified counter path could not be interpreted
"\System\Net Sockets(softwin[2400])\Connections Established",30
Any help is very much appreciated.
Comment