

My Script gets all SSH, RDP, and Websessions from DPS Database, generates the corresponding URLs, and writes these via the REST API to CheckMK into the Host Attribute. This URL opens RDM and starts the session, e.g. You can open sessions in your Remote Desktop Manager via a special URL. automate-this/public-scripts () and run it.Download this script public-scripts/Update-RDMUrl at main.Powershell: Install-Module -Name SQLServer.

Create a DB User with SELECT permissions on tables “DatabaseInfo” and “Connections” in your DPS Database.Create an API User with administrative rights.Set the “Notes URL for Hosts” to “$_HOSTMYCUSTOMATTRIBUTEID$”, in this example: “$_HOSTRDMURL$”.Create a “Custom Host Attribute” in Check MK, e.g.CheckMK and DPS/ Remote Desktop Manager are both awesome products, and you can definitely benefit from connecting these two.
