summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-07-29 21:43:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-29 21:43:06 +0200
commit1c65ce86ceaecc54a6fb3497030dda68c0f3ed9e (patch)
tree1e505fcc0457080d9f319f9242ad781024b92e70 /roles
parentch-rapsi-openwrt: enable i2c on boot (diff)
chrony: make lua exporter closer to the output of chrony_exporter
Diffstat (limited to 'roles')
-rw-r--r--roles/monitoring/grafana/files/dashboard-chrony.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/monitoring/grafana/files/dashboard-chrony.json b/roles/monitoring/grafana/files/dashboard-chrony.json
index d6ae5c4f..2b869e42 100644
--- a/roles/monitoring/grafana/files/dashboard-chrony.json
+++ b/roles/monitoring/grafana/files/dashboard-chrony.json
@@ -156,11 +156,11 @@
"format": "time_series",
"instant": true,
"interval": "",
- "legendFormat": "{{ tracking_address }}",
+ "legendFormat": "{{ tracking_name }}",
"refId": "A"
}
],
- "title": "Reference Source Address",
+ "title": "Reference Source",
"type": "stat"
},
{
@@ -1207,4 +1207,4 @@
"uid": "c252be85-471b-41c9-b1cb-f0e1b8206593",
"version": 3,
"weekStart": ""
-} \ No newline at end of file
+}