]> 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 84981eadc37d021472aa0707737971e8c4b9a961..1858cbc7000ea5af3e189b96446f737e08ab921d 100644 (file)
@@ -7,14 +7,14 @@ from base import ExecutableService
 # default module values (can be overridden per job in `config`)
 # update_every = 2
 priority = 60000
-retries = 5
+retries = 60
 
 # charts order (can be overridden if you want less charts, or different order)
 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']
         ]}