X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=python.d%2Fpostfix.chart.py;h=ee4142aaf68752b71fb782e36937fedc5b348407;hb=bb199074c60921349ce5a9fe0ae7bf70b6061b59;hp=c8eb3ee853c036abc446b4868291ee297edae55a;hpb=d7b083430de1d39d0196b82035162b4483c08a3c;p=netdata.git diff --git a/python.d/postfix.chart.py b/python.d/postfix.chart.py index c8eb3ee8..ee4142aa 100644 --- a/python.d/postfix.chart.py +++ b/python.d/postfix.chart.py @@ -14,12 +14,12 @@ ORDER = ['qemails', 'qsize'] CHARTS = { 'qemails': { - 'options': [None, "Postfix Queue Emails", "emails", 'queue', 'postfix.queued.emails', 'line'], + 'options': [None, "Postfix Queue Emails", "emails", 'queue', 'postfix.qemails', 'line'], 'lines': [ ['emails', None, 'absolute'] ]}, 'qsize': { - 'options': [None, "Postfix Queue Emails Size", "emails size in KB", 'queue', 'postfix.queued.size', 'area'], + 'options': [None, "Postfix Queue Emails Size", "emails size in KB", 'queue', 'postfix.qsize', 'area'], 'lines': [ ["size", None, 'absolute'] ]}