summaryrefslogtreecommitdiff
path: root/files/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-23 11:44:43 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-23 11:44:43 +0200
commit09112d196582815385b29c29f9151844c67c35f1 (patch)
tree1c04a7441f38c6824bd479a71214cb099322b7b7 /files/common
parentmonitoring tweaks and improvements (diff)
remove old debug output
Diffstat (limited to 'files/common')
-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)