<p dir="ltr">I think your use of "lambda" in the DEF line may be wrong.  I think that belongs to SPLIT_NCV, which is a different thing.</p>
<p dir="ltr">Take a look in data/rrd/servername for the postfix red files. You can dump them out like this:</p>
<p dir="ltr">     rrdtool dump filename</p>
<p dir="ltr">The variable names will be in the header. </p>
<p dir="ltr">Ralph Mitchell</p>
<div class="gmail_quote">On Aug 11, 2014 4:12 PM, "Kim Johansen" <<a href="mailto:hobbit@weiser.dk">hobbit@weiser.dk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I using Xymon to monitor a postfix mail server, and want to monitor the different mail queues on it.<br>
<br>
I have found this script:<br>
<br>
<a href="https://wiki.xymonton.org/doku.php/monitors:postfix" target="_blank">https://wiki.xymonton.org/<u></u>doku.php/monitors:postfix</a><br>
<br>
I have the data comming from the mail server to Xymon server:<br>
<br>
Mails active: 3<br>
amount equal to last measure.<br>
Mails bouncing: 0<br>
amount equal to last measure.<br>
Mails in deferred State: 63<br>
amount equal to last measure.<br>
Corrupt Mails: 0<br>
amount equal to last measure.<br>
Incoming Mails: 0<br>
amount equal to last measure.<br>
<br>
<br>
But I have not succeded in getting the graph to work, I have follow the steps on the wiki site above, and I have also gone though the help file, about costum graphs, in Xymon web site.<br>
<br>
In xymonserver.cfg have I added:<br>
- 'postfix=ncv' to the TEST2RRD string<br>
- NCV_postfix="*:GAUGE"<br>
<br>
Also in graph.cfg have I added:<br>
[postfix]<br>
        FNPATTERN postfix,(.*).rrd<br>
        TITLE Postfix statistics<br>
        YAXIS Mail(s)<br>
        DEF:p@RRDIDX@=@RRDFN@:lambda:<u></u>AVERAGE<br>
        LINE2:p@RRDIDX@#@COLOR@:@<u></u>RRDPARAM@<br>
        GPRINT:p@RRDIDX@:LAST: \: %8.1lf (cur)<br>
        GPRINT:p@RRDIDX@:MAX: \: %8.1lf (max)<br>
        GPRINT:p@RRDIDX@:MIN: \: %8.1lf (min)<br>
        GPRINT:p@RRDIDX@:AVERAGE: \: %8.1lf (avg)\n<br>
<br>
<br>
But it do not generate the rrd files, I think I have missed something, but I can't figure it out, I hope You can...<br>
<br>
Regards,<br>
<br>
Kim<br>
______________________________<u></u>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/<u></u>mailman/listinfo/xymon</a><br>
</blockquote></div>