Versions Compared

Key

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

This is a guidance to setup the Check Winperf terminal sessions. 

Step-by-step guide

  1. Setup Set up the check via Bakery
  2. Setup Set up the check via check_mk.user.yaml yml
    1. go to C:\ProgramData\checkmk\agent\check_mk.user.yml and activate the counter section by removing the hash
Code Block
winperf:
  counters:
  - Terminal Services: ts_sessions
  enabled: true

...