/status

Grafana dashboard for gateway and mixnodes

GNU General Public License v3.0GPL-3.0

Status for mixnode

Pre-requistes

  • Telegraf
  • InfluxDB v2
  • Grafana datasource must be Flux

To authenticate from Grafana to InfluxDB a token is mandatory. https://docs.influxdata.com/influxdb/cloud/security/tokens/create-token/

Grafana dashboard: grafana.com/grafana/dashboards/16460-ntv-mixnode

Demo: No Trust Verify mixnode

Docker install

  1. cp telegraf/telegraf.env.example telegraf/telegraf.env

  2. docker-compose up -d

  3. Configure influxdb

  4. Set the values in telegraf/telegraf.env from influxdb install

  5. Set your mixnodes and gateway identity key in telegraf/telegraf.conf

  6. Import grafana dashboard by id 16460 or copy the JSON in the instance

  7. docker-compose restart telegraf