{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "InfluxDB Metrics Endpoint" %}

{% trans "View metrics" %}

{% trans "Name" %} {{ object.name }}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify }}
{% trans "Proxmox Cluster" %} {{ object.proxmox_cluster|linkify }}
{% trans "Metrics Source" %} {{ object.get_source_mode_display }}
{% trans "InfluxDB URL" %} {% if object.has_influx_url %}{{ object.influx_url_display }}{% else %}—{% endif %}
{% trans "Organization" %} {{ object.org }}
{% trans "Bucket" %} {{ object.bucket }}
{% trans "Measurement Prefix" %} {{ object.measurement_prefix|placeholder }}
{% trans "Verify TLS" %} {{ object.verify_tls|yesno:"Yes,No" }}
{% trans "Enabled" %} {{ object.enabled|yesno:"Yes,No" }}
{% trans "Encrypted Credentials" %}
{% trans "Query Token" %} {{ object.has_query_token|yesno:"Configured,Not configured" }}
{% trans "Encryption state" %} {{ object.credential_encryption_state }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}