Hello
My client is requesting a report by email which shows a graphic for multiple servers for a single KPI (for example: CPU).
In the present, what is the best approach to achieve that in your opinion?
Thank you.
Best regards
Bruno Sousa
Miguel showed you how you could achieve a time series chart for your parameters. In case you want a snapshot of the current value instead, you can take the GQI approach with a query like:
and visualize the result in one of our chart visualizations:
PS: with a join of Element data in your query you can have element names instead of IDs.
Next to displaying the current value, you can also calculate statistics based on the trend info, like the average value over time for example (currently still restricted on one element, but will be extended soon). And we have some more extensions coming up (10.1.8 - 10.1.9) like time patterns where you will be able to filter on business days/hours for example.
If you want to have it sent by email then, you can follow the same last step Miguel mentioned.
see separate answer (as I wanted to insert images, which I can’t do in a comment)
Thank you both for the suggestions!
1. I don’t see a way to filter by element on the line chart.. maybe I’m doing something wrong? I’m using Dataminer’s last version 10.1.7
2. Pieter, any example on how to perform the join that you mention, to get the Element name instead of the id?
Thank you.
Best regards
Bruno Sousa