Skip to content

HeinleinSupport/cmk_windows_currentusers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

A plugin for Check_MK to monitor active sessions on Windows hosts

This plugin does not require any additional tools on the Windows clients to operate.

Tested with:

  • Windows XP
  • Windows 7 Enterprise x64
  • Windows Server 2003 x64
  • Windows Server 2008 x64

Installation:

  • Copy "windows_sessions.cmd" from the "agents\windows\plugins" folder to the \check_mk\plugins\ directory
  • Copy "windows_sessions" from the "checks" folder to the local checks directory in cmk (~/local/share/check_mk/checks/ under OMD)

Restart the Windows Check_MK agent Inventory host (cmk -I ) Precompile config and reload (cmk -O)

Check_MK is avaliable at: http://mathias-kettner.de/check_mk.html

Issues:

  • Non-english versions of Windows will cause the plugin to return "No users logged in". This is due to the cmk plugin looking for english version of "Active", "Disconnected" and so on. Thank you Timo Scheller for finding this one.

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.9%
  • Batchfile 23.1%