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=84981eadc37d021472aa0707737971e8c4b9a961;hpb=a17e4abbd7eb70616deba12ad9d351a0c6be692e;p=netdata.git diff --git a/python.d/exim.chart.py b/python.d/exim.chart.py index 84981ead..1858cbc7 100644 --- a/python.d/exim.chart.py +++ b/python.d/exim.chart.py @@ -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'] ]}