cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Show Dashboard on TV Screen

steve_macdonald
Newcomer

I would like to set up a TV screen with a Dt SaaS dashboard on a TV screen connected to a computer that no one has access to. The problem is getting the dashboard to autoload after a computer restart. Is there some way I can 'log in' to the dashboards without having to have someone log in manually? The 'Remember Me' checkbox looks like it just remembers my user, but does not auto-log in.


6 REPLIES 6

Julius_Loman
DynaMight Legend
DynaMight Legend

Not sure about SaaS, with managed I've been able to write a simple static HTML page, that invokes javascript doing HTTP POST with credentials data and target dashboard ID. But login screen for Dynatrace Manage is different.


For SaaS - until someone comes with an official solution, I'd suggest writing a simple Selenium script (in the preferred language of your choice) that will handle the login screen. This will definitely work for you, until Dynatrace introduces and enforces captcha or 2FA.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Any chance you can share that static HTML page?


Sure, here you go:

https://github.com/juliusloman/dynatrace-managed-autologin

Keep in mind that this is an autologin for Dynatrace Managed, it will not work for Dynatrace SaaS.

 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Julius_Loman
DynaMight Legend
DynaMight Legend

Here you have a quick & dirty script for Dynatrace SaaS autologin using python and selenium:

https://github.com/juliusloman/dynatrace-saas-autologin

Update it according to your environment (selenium driver, url, username, ...)


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Awesome - thank you Julius!


ben_wrightson
Dynatrace Champion
Dynatrace Champion

We also have the option to share dashboards anonymously (by link only) now. No login required.

Featured Posts