...
Status | ||||
---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Step-by-step guide
...
Using the agent bakery (preferred)
Enable transfer of performance counters through the Windows agent, as seen in the screenshot:
Setup → Agents → Windows, Linux, Solaris, AIX → Agent rules → Windows Performance-Counter objects → Edit rule: Windows Performance-Counter objects
...
Add rule
After you have created the needed rule, don't forget to bake a new agent and to install it on the Windows host. Without this, the agent rule you have configured will not work.
Manually by changing the check_mk.user.yml file
Warning |
---|
Do not do this if you followed the Agent Bakery section above! |
Enable transfer of performance counters through the Windows agent by adding the following configuration snippet to your check_mk.user.yml.:
Go to C:\ProgramData\checkmk\agent\check_mk.user.yml and activate the counter section by uncommenting the following section:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
winperf: counters: - Terminal Services: ts_sessions enabled: true |
...
Output inside the Windows agent
After you have done the configuration, a section similar to this will be added to the agent output (this might be useful for troubleshooting):
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<<<winperf_ts_sessions>>>
1728393192.07 6324 10000000
2 1 rawcount
4 1 rawcount
6 2 rawcount |
Optional, you can change the default behavior by using one of the below rules
Example of rule configuration:
Setup > Services > Service monitoring rules > Windows Terminal Server Sessions > Add rule: Windows Terminal Server Sessions
The result
After successfully following this guide, you will now discover a new service:
Tip |
---|
Server side check plugin: https://checkmk.com/de/integrations/For more information, you can read the Check manual page of winperf_ts_sessions |
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...