summaryrefslogtreecommitdiff
path: root/files/common/openwrt/chrony_prometheus-node-exporter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'files/common/openwrt/chrony_prometheus-node-exporter.lua')
-rw-r--r--files/common/openwrt/chrony_prometheus-node-exporter.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/common/openwrt/chrony_prometheus-node-exporter.lua b/files/common/openwrt/chrony_prometheus-node-exporter.lua
index bd328622..eeaceb1f 100644
--- a/files/common/openwrt/chrony_prometheus-node-exporter.lua
+++ b/files/common/openwrt/chrony_prometheus-node-exporter.lua
@@ -72,7 +72,6 @@ local function scrape()
metric_peer_reachable(peer_labels, weight(items[6]))
end
- print("########")
local chrony_tracking = get_cmdoutput(chrony_tracking_cmd)
for _, line in ipairs(chrony_tracking) do
local items = comma_split(line)