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: