Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Table parameters and Trend graphs

Solved1.23K views6th July 2023Dashboards
4
Bruno Sousa [DevOps Member]669 20th March 2023 0 Comments

Hello,

What is the most efficient way to implement in a HTML5 Dashboard the following:

  1. A trend line graph for a single parameter that is found in one SNMP table “row / column” value?
  2. A trend line graph that is the result of the sum of multiple values for the same parameter across one SNMP table column?

Thank you.

Best regards,

Bruno Sousa

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 6th July 2023

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Miguel Obregon [SLC] [DevOps Catalyst]18.71K Posted 20th March 2023 0 Comments

Hi Bruno,

Regarding your first question, this one can be implemented using the existing data sources:

  1. Data Source: Parameters
    Note: If you select ‘Protocol’, you will need to add an extra filter that will contain the element where the column parameter (that you would like to display in the trend line graph) is located

    Once you select the data source, you will get the list of parameters. From the list of parameters select the column parameter that you would like to display in the trend line graph.

  2. Filter: Indices
    Select the index from the table where the column parameter is located

Below an example using the connector ‘Microsoft Platform’:

Regarding the second question, a first approach will be to use the aggregation rules available on views. Once you create the aggregation rule, you can see as data source in dashboard:

  1. Data Source: Parameters
    In this case, select ‘Views’. Once you select the view you can select the aggregation rule that you would like to display
  2. Filter: Not required

The main drawback for this approach is that you will need to create a view that contain a single element.

Another approach is more complex and requires the DxM module DataAggregator:

  • Create a query that will contain the aggregated value(s).
  • Using the DataAggregator, execute the query at the desired frequency. The DataAggregator will generate a session record (e.g. CSV file) that contain the result of the query created in the previous step
  • For data retention, these session records can be offloaded to an external database (e.g. Elasticsearch). This can be done for example through a connector that implements a logger table. The connector should take care of offloading the session records in the logger table at a specific frequency. The logger table should contain at least the following columns:
    • Timestamp: This column will be used in the X Axis in the trend chart
    • Aggregated value: This column will be used in the Y axis in the trend chart
  • From the dashboard you can use the logger table as data source (via GQI query). Currently trend charts supports GQI queries as data source:

Hope it helps!

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 6th July 2023
2
Sebastian Ulloa [SLC] [DevOps Advocate]1.90K Posted 20th March 2023 0 Comments

Hi Bruno,

For both scenarios you can use Parameters feed. I would recommend you watch this video and follow the dashboard course: Charts – DataMiner Dojo

Particularly, for the second case, you need to first create an aggregation (see example here: Rui’s Rapid Recap – Aggregation – DataMiner Dojo), then when created you can refer to it in the Parameters feed by filtering from View.

Sebastian Ulloa [SLC] [DevOps Advocate] Answered question 20th March 2023
0
Bruno Sousa [DevOps Member]669 Posted 21st March 2023 0 Comments

Thank you both for the suggestions!

BR

Bruno Sousa

Bruno Sousa [DevOps Member] Answered question 21st March 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs