diff options
author | Lennart Weller <lhw@ring0.de> | 2017-09-17 22:17:33 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2017-09-17 22:17:33 +0000 |
commit | 6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 (patch) | |
tree | 6161925716661486e7f47c479668a9487b039d83 /python.d/dovecot.chart.py | |
parent | New upstream version 1.7.0+dfsg (diff) | |
download | netdata-6aaf5ba7ed0980c14bdc554fc8839a2126455ed5.tar.xz netdata-6aaf5ba7ed0980c14bdc554fc8839a2126455ed5.zip |
New upstream version 1.8.0+dfsgupstream/1.8.0+dfsg
Diffstat (limited to 'python.d/dovecot.chart.py')
-rw-r--r-- | python.d/dovecot.chart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/dovecot.chart.py b/python.d/dovecot.chart.py index 60e8bf6ef..b2bef4956 100644 --- a/python.d/dovecot.chart.py +++ b/python.d/dovecot.chart.py @@ -42,8 +42,8 @@ CHARTS = { 'context_switches': { 'options': [None, "Dovecot Context Switches", '', 'context switches', 'dovecot.context_switches', 'line'], 'lines': [ - ['vol_cs', 'volountary', 'absolute'], - ['invol_cs', 'involountary', 'absolute'] + ['vol_cs', 'voluntary', 'absolute'], + ['invol_cs', 'involuntary', 'absolute'] ]}, 'io': { 'options': [None, "Dovecot Disk I/O", 'kilobytes/s', 'disk', 'dovecot.io', 'area'], |