{% 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" }} |