Use Zabbix to monitor Windows Performance Counter
Windows performance counters provide many system performance metrics. With Windows performance counters, we can learn about the current running status of Windows servers in real time.
Zabbix Agent support (Win)
Perf_counter [counter, <interval>]
The built-in parameter key is used to read the windows performance counter value.
perf_counter[\ASP.NET\Applications Running]
Obtain the number of ASP. NET applications running on the server computer.
You can draw a line from each other.
Counter name number
The performance counter name is sometimes too long and may be inconsistent between different windows systems (Chinese and English versions ). The performance counters used in the built-in zabbix template are represented by numbers.
Can we use this number to represent it? After searching, we found an article http://www.ttlsa.com/zabbix/zabbix-monitor-windows/.
The main content is to view the Registry: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Perflib \ 009
There is a Counter Key.
There is the information you want.
Aggregate checks
Used to aggregate cluster summary information, such as the Current number of Requests (perf_counter [\ ASP. NET \ Requests Current]). Assume that the NLB cluster has website1 and website2. The total number of requests in the cluster is the sum of the number of current requests of website1 and website2. To achieve this, Zabbix has an item named zabbix aggregate, which can achieve this.
Groupfunc ["Host group", "Item key", itemfunc, timeperiod]
It performs aggregation operations based on Host Group.
grpsum["Windows Servers","perf_counter[\ASP.NET\Requests Current]",last,0]
The manual portal contains examples.
Some Zabbix Tutorials:
Compile and install Zabbix2.4.5 source code in Ubuntu 14.04
Install and deploy the distributed monitoring system Zabbix 2.06
Install and deploy the distributed monitoring system Zabbix 2.06
Install and deploy Zabbix in CentOS 6.3
Zabbix distributed monitoring system practice
Under CentOS 6.3, Zabbix monitors apache server-status
Monitoring MySQL database Parameters Using Zabbix in CentOS 6.3
Install Zabbix 2.0.6 in 64-bit CentOS 6.2
ZABBIX details: click here
ZABBIX: click here
This article permanently updates the link address: