summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstallation/munin-plugin/pleroma_healthcheck5
1 files changed, 0 insertions, 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";