]> arthur.barton.de Git - netdata.git/blobdiff - python.d/exim.chart.py
Merge pull request #1968 from ktsaou/master
[netdata.git] / python.d / exim.chart.py
index a0dfa6f9a306fe83303fb36f49a6acf3bb3c3d2f..1858cbc7000ea5af3e189b96446f737e08ab921d 100644 (file)
@@ -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']
         ]}