Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
This article describes how to enable monitoring of Windows terminal server sessions (RDP sessions), facilitating performance counters.

...

panel

Status
colourGreen
titleLAST TESTED ON CHECKMK 2.2.0P1

Table of Contents

Step-by-step guide

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

...

Image Added

Manually changing check_mk.user.yml

Warning

Do not do this , if you followed the Agent Bakery section above!

...


Go to C:\ProgramData\checkmk\agent\check_mk.user.yml and activate the counter section by uncommenting the following section:

Code Block
languagebash
themeRDark
winperf:
  counters:
  - Terminal Services: ts_sessions
  enabled: true

Result

After successfully following this guide, you will now discover a new service:

...

Image Added


Info

Server side check plugin: https://checkmk.com/de/integrations/winperf_ts_sessions 

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("perfmon","ts_session") and type = "page" and space = "KB"
labelsperfmon ts_session

...