06 May 2022 05:36 PM - last edited on 24 May 2023 03:54 PM by Michal_Gebacki
Hello!
I have a large number of devices being monitored by ActiveGate and I want to create a dashboard, for each device of the same basic dashboard, specific to each device. Is there a way to do this without manually cloning dashboards one by one?
Solved! Go to Solution.
06 May 2022 07:39 PM
Probably the best way is to use monaco tool where you can have a dashboard template and create a dashboard for each device. You will have a separate dashboard for each device.
You can also have a single dashboard and use Management Zone to filter only the devices you need in the dashboard. But you would need to create MZ for each device. You can also use monaco for that.
Unfortunately, since it's a custom device, you can't use dashboard dynamic filters as there is no suitable filter.
06 May 2022 08:00 PM
The creation if a MZ for each custom device is not feasible or reasonable, for us. Thank you for your input, regardless. I will research the "manaco tool", though to see if it suits our needs.
10 May 2022 03:25 PM
Is monaco something that I can use on my computer to push dashboards to Dynatrace?
I'm not sure of what skills I need to implement and use monoco?
10 May 2022 04:06 PM - edited 10 May 2022 07:48 PM
@Larry_S exactly. Unfortunately, the monaco learning curve is not exactly flat, but let me give you an example.
I've attached a very basic monaco project for a single dashboard. Just unzip the attached zip to your computer, download the monaco binary.
First, you need to set up your environments.yaml file (sample included) to point to your Dynatrace environment. I use xxx12345 as a sample value. Also you need to name the environment variable from which monaco reads the API token for connecting to Dynatrace.
The project itself contains:
Monaco will create/update dashboard for each entry in the yaml with the values specified. This is how dashboard can be easily created and updated.
10 May 2022 04:12 PM
Thank you, Julius. I will download and review. 🙂