Developer

 View Only
last person joined: yesterday 

Expand all | Collapse all

Grafana Dashboard for Aruba Central Devices

This thread has been viewed 15 times
  • 1.  Grafana Dashboard for Aruba Central Devices

    Posted Nov 28, 2023 01:46 PM

    Has anyone had success using Granfana Dashboards in Azure for monitoring / reporting on Aruba Central devices using the APIs?

    Any github examples?



  • 2.  RE: Grafana Dashboard for Aruba Central Devices

    EMPLOYEE
    Posted Nov 29, 2023 10:20 AM

    Hi,

    We used a combination of REST and streaming API data from Central into a Grafana dashboard. We used a Python client that polled Central via REST APIs every 15 mins & also continuously received Streaming API data. We pushed all the data into a time series database like Prometheus. We then queried & displayed this data on a Grafana dashboard. We had all of this hosted on a VM on AWS. Here is an example of the Python script we used. We did make some enhancements to the script to query REST API calls & push data to Prometheus.




  • 3.  RE: Grafana Dashboard for Aruba Central Devices

    Posted Nov 30, 2023 01:20 PM

    Thanks appreciate the insight - we'll give it a go.