John<div><br></div><div>You need three things to make this happen: a) the ifstat page needs to exist, b) svcstatus.cgi needs to know that graphs exist, and c) an [ifstat] graph definition must exist in graphs.cfg.</div><div>

<br></div><div>a) The ifstat status page needs to exist, so you could perhaps do this by adding to clientlaunch.cfg on the client:</div><div><br></div><div><div>[ifstat]</div><div>        # create a dummy page for ifstat graphs</div>

<div>        ENVFILE $XYMONCLIENTHOME/etc/xymonclient.cfg</div><div>        CMD /bin/sh -c '$XYMONCLIENTHOME/bin/xymon $XYMSRV \"status $MACHINE.ifstat green `date`\"'</div><div>        LOGFILE $XYMONCLIENTLOGS/xymonclient.log</div>

<div>        INTERVAL 5m</div></div><div><br></div><div>b) Add ",ifstat" to the TEST2RRD definition.</div><div><br></div><div>c) The graphs.cfg provided in the standard code should already have an [ifstat] section, so nothing to do here.</div>

<div><br></div><div>I'm slightly concerned that TEST2RRD will also be telling xymond_rrd to create RRD files from the status messages, and that this might interfere with the standard mechanism for populating these RRD files from the client data.  But I'm guessing that xymond_rrd will simply log a parsing failure with the status report, and bail, rather than cause any actual problem.</div>

<div><br></div><div>Cheers</div><div>Jeremy<br><br><div class="gmail_quote">On Fri, Jul 20, 2012 at 1:00 AM, John Horne <span dir="ltr"><<a href="mailto:john.horne@plymouth.ac.uk" target="_blank">john.horne@plymouth.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Using Xymon 4.3.7 I can see network interface graphs for clients in the<br>
'trends' column. However, is it possible to have these graphs displayed<br>
in their own 'ifstat' column?<br>
<br>
<br>
<br>
Thanks,<br>
<br>
John.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
John Horne                   Tel: <a href="tel:%2B44%20%280%291752%20587287" value="+441752587287">+44 (0)1752 587287</a><br>
Plymouth University, UK      Fax: <a href="tel:%2B44%20%280%291752%20587001" value="+441752587001">+44 (0)1752 587001</a><br>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</font></span></blockquote></div><br></div>