X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python.d%2Fexim.chart.py;h=1858cbc7000ea5af3e189b96446f737e08ab921d;hb=0d6e3714113d50a5f197c9035cf1bd22d2259714;hp=a0dfa6f9a306fe83303fb36f49a6acf3bb3c3d2f;hpb=5b80977302957d99ee40581a34c39338c7541809;p=netdata.git diff --git a/python.d/exim.chart.py b/python.d/exim.chart.py index a0dfa6f9..1858cbc7 100644 --- a/python.d/exim.chart.py +++ b/python.d/exim.chart.py @@ -14,7 +14,7 @@ ORDER = ['qemails'] CHARTS = { 'qemails': { - 'options': [None, "Exim Queue Emails", "emails", 'queue', 'exim.queued.emails', 'line'], + 'options': [None, "Exim Queue Emails", "emails", 'queue', 'exim.qemails', 'line'], 'lines': [ ['emails', None, 'absolute'] ]}