Skip to content

systemcrash/ingate-grafana-dashboards

Repository files navigation

Ingate Dashboards for Grafana

The dashboards here are intended to provide visualisation for all SIP and generic metrics available in the v6.3.x firmware. The layout and data presented in each dashboard is the same - the only differences between dashboards are the back-end DB that they use i.e. how its queries are made. It is safe to install and use multiple copies of the same or different dashboards. Future dashboards and their panels may provide additional statistics as they become available in the firmware and should retain compatibility with older firmwares.

To read which metrics are available for your Firmware version, please refer to the user-manual. The minimum required firmware version for TSDB and metrics is v6.3.0.

v6.3 SIP metrics

Dashboards are currently available for:

Preview

InfluxDB dashboard

Install a dashboard

Refer to Grafana instructions for how to import a dashboard; paste the JSON content or upload the JSON file from the GUI. Or (also in your docker installation), put the JSON file(s) in the /etc/grafana/provisioning/dashboards/ folder and restart Grafana.

Information on InfluxDB dashboard

To use the InfluxDB dashboard requires:

The InfluxDB dashboard was built progressively on Grafana v6.3-v6.7, and was exported from Grafana 10.4.1.

Note: InfluxDB for CollectD requires only the default types.db.

Information on GraphiteDB dashboard

To use the GraphiteDB dashboard requires:

The InfluxDB dashboard was built progressively on Grafana v6.3-v6.7, and was exported from Grafana 10.4.1.

Note: GraphiteDB requires only port 2003

Information on Prometheus dashboard

To use the Prometheus dashboard requires:

The GraphiteDB dashboard was built on Grafana v7, and was exported from Grafana 10.4.1.

We welcome PRs, fixes and contributions for these dashboards and other DB types.

Version history

  • v1.0 - initial release - 2020-05-20
  • v1.1 - update panels via Grafana 10.4.1 to remove angular based graphs - 2024-03-27