Monitoring Applications and Services on Windows with Zabbix Agent
Zabbix application provides lots of templates to integrate those popular software into their monitoring system. https://www.zabbix.com/integrations privides the list and in this post, I will show a detailed steps regarding how to integrate some Windows popular services or applications into Zabbix.
Not Discover Certain Windows Services
- GoogleUpdateService and GoogleUpdateInternalService
Question, why sometimes those problems become resolved?
Monitor Terminal Service CPU
1 Find the counter from Windows Performance Monitor
2 Right click the counter and choose Properties where you can find the counter name
In my case, it is /Terminal Services Session(Services)/% Processor Time
3 Put it into your host new item
You might want to clone your host first then modify your cloned host
4 Add a new item and add the key to monitor
Here is the key value configuration:
| Field | Value |
|---|---|
| Name | CPU Usage for Terminal Services |
| Type | Zabbix agent |
| Key | perf_counter_en["/Process(sqlservr)/% Processor Time",60] perf_counter["/Terminal Services Session(Services)/% Processor Time",60] |
| Type of Info | Numeric (float) |
| Units | % |
| Update Interval | 60 (seconds) |
Monitor Terminal Services Total / Active Sessions
| Field | Value |
|---|---|
| Name | Terminal Services Active Sessions |
| Type | Zabbix agent |
| Key | perf_counter_en["/Terminal Services/Total Sessions",60] perf_counter["/Terminal Services/Active Sessions"] |
| Type of Info | Numeric (float) |
| Units | % |
| Update Interval | 60 (seconds) |
Videos
important to verify what we can pull form windows host with this command:
typeperf -qx
References
- https://www.zabbix.com/documentation/7.0/en/manual/config/items/itemtypes/zabbix_agent/win_keys#per…
- https://www.zabbix.com/documentation/7.0/en/manual/config/items/itemtypes/zabbix_agent/win_keys#pro…
- https://www.zabbix.com/documentation/7.0/en/manual/config/items/perfcounters
- https://www.youtube.com/watch?v=ouEjaxlQDn8


共有 0 条评论