From 950da036d03966f8b245716323dc6f4597982171 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Mon, 20 Apr 2020 18:58:21 +0200 Subject: pleroma_healthcheck: Remove commented code [ci skip] --- installation/munin-plugin/pleroma_healthcheck | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installation/munin-plugin/pleroma_healthcheck b/installation/munin-plugin/pleroma_healthcheck index 7058a2f94..5a4bfc213 100755 --- a/installation/munin-plugin/pleroma_healthcheck +++ b/installation/munin-plugin/pleroma_healthcheck @@ -159,11 +159,6 @@ if ($response->is_success) { print "job_queue_", $k, "_success.value ", ($v->{'success'}/$v->{'processed_jobs'})*100, "\n"; } } - - #print "job_queue_", $k, "_failed.label job queue ", $k, " failure%\n"; - #print "job_queue_", $k, "_failed.min 0\n"; - #print "job_queue_", $k, "_failed.max 100\n"; - #print "job_queue_", $k, "_failed.value ", ($v->{'failure'}/$v->{'processed_jobs'})*100, "\n"; } } else { print "Error: ", $response->status_line, "\n"; -- cgit v1.2.3