{% extends "base.html.twig" %} {% block title %}Trafic Counter{% endblock %} {% set redirectTime = 5 %} {% block custom_meta %} {% if(grafanaRedirectUrl is not empty) %} {% endif %} {% endblock %} {% block body %}

Traffic Counter


{% if(grafanaRedirectUrl is not empty) %}

You will be redirected to the Grafana in {{ redirectTime }} seconds.

Your login credentials are:

  • Username: {{ grafanaLoginUsername }}
  • Password: {{ grafanaLoginPassword }}
{% else %}
  • Calculation of Monitoring group and individual device traffic is performed in interactive Grafana dashboard.
  • This Dwarfguard deployment does not have Grafana Integration enabled.
  • To enable the Grafana Integration you need server administration rights. Contact your server admin.
  • Information on how to enable Grafana Integration is provided in the in-app help.
{% endif %}
{% endblock body %}