From 30328b35469d272c55f33929cfad49d18c3f4b32 Mon Sep 17 00:00:00 2001 From: "Kim B. Heino" Date: Fri, 16 Jul 2021 11:37:31 +0300 Subject: [PATCH] amavis_multi: fix spelling, it's "processes", not "childs" or "children" --- plugins/amavis/amavis_multi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/amavis/amavis_multi b/plugins/amavis/amavis_multi index 93dc5931..6c5c4248 100755 --- a/plugins/amavis/amavis_multi +++ b/plugins/amavis/amavis_multi @@ -81,15 +81,15 @@ def print_status(config): both = os.environ.get('MUNIN_CAP_DIRTYCONFIG') == '1' values = get_values() - # Busy childs. Use average of last three runs so that single "bad timing" - # doesn't trigger warning. - print('multigraph amavis_childs') + # Busy processes. Use average of last three runs so that single "bad + # timing" doesn't trigger warning. + print('multigraph amavis_processes') if config or both: - print('graph_title Amavis mail filter busy childs') + print('graph_title Amavis mail filter busy processes') print('graph_vlabel % busy') print('graph_args --base 1000 --lower-limit 0 --upper-limit 100') print('graph_category spamfilter') - print('busy.label Percent of busy childs') + print('busy.label Percent of busy processes') print('busy.warning 80') print('busy.critical 95') if not config or both: