Révision 30328b35
amavis_multi: fix spelling, it's "processes", not "childs" or "children"
| plugins/amavis/amavis_multi | ||
|---|---|---|
| 81 | 81 |
both = os.environ.get('MUNIN_CAP_DIRTYCONFIG') == '1'
|
| 82 | 82 |
values = get_values() |
| 83 | 83 |
|
| 84 |
# Busy childs. Use average of last three runs so that single "bad timing"
|
|
| 85 |
# doesn't trigger warning. |
|
| 86 |
print('multigraph amavis_childs')
|
|
| 84 |
# Busy processes. Use average of last three runs so that single "bad
|
|
| 85 |
# timing" doesn't trigger warning.
|
|
| 86 |
print('multigraph amavis_processes')
|
|
| 87 | 87 |
if config or both: |
| 88 |
print('graph_title Amavis mail filter busy childs')
|
|
| 88 |
print('graph_title Amavis mail filter busy processes')
|
|
| 89 | 89 |
print('graph_vlabel % busy')
|
| 90 | 90 |
print('graph_args --base 1000 --lower-limit 0 --upper-limit 100')
|
| 91 | 91 |
print('graph_category spamfilter')
|
| 92 |
print('busy.label Percent of busy childs')
|
|
| 92 |
print('busy.label Percent of busy processes')
|
|
| 93 | 93 |
print('busy.warning 80')
|
| 94 | 94 |
print('busy.critical 95')
|
| 95 | 95 |
if not config or both: |
Formats disponibles : Unified diff