CMK version: 2.0
OS version: Centos7
Hi,
I would like to know if i can monitor when the sessions stay active as DISCONECTED on windows servers:
i see this information but i dont knot what is the cmk.ini
CMK version: 2.0
OS version: Centos7
Hi,
I would like to know if i can monitor when the sessions stay active as DISCONECTED on windows servers:
i see this information but i dont knot what is the cmk.ini
The help text references the old config file not the actual yaml config.
Inside the “check_mk.user.yml” the winperf section should look like this to get the session counters.
winperf:
counters:
- Terminal Services: ts_sessions
Thank you for the responce, this is related to this configuration on the yml config file ?
The message means that you had before there the ts sessions check active or you configured this check as enforced service and the agent don’t provide data for this check.
Thank you, i can make the configuration, now is working, but for some reason i lost other checks:
Interfaces and CPU Utilization
With this configuration, could you please review my configuration to see why i lost these other two checks?
Regards
The posted config is not from the “check_mk.user.yml”. Please don’t edit any yml file inside "C:\Program Files (x86)\checkmk\service".
Only the files inside "C:\ProgramData\checkmk\agent" should be altered.
Inside the “check_mk.user.yml” you have only have to add the three lines from my example.
Thank you for the observation @andreas-doehler!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.