<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 4 March 2015 at 13:26, Brandon Dale <span dir="ltr"><<a href="mailto:BDale@kitchengroup.com.au" target="_blank">BDale@kitchengroup.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-AU" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)">3.<span style="font-stretch:normal;font-size:7pt;font-family:'Times New Roman'">      
</span></span><u></u><span style="color:rgb(31,73,125)">On a windows machine running PowerShell client v1.98 I don’t get any network related graphs however I seem to have data available:</span><br></p>
<p style="margin-left:72pt">
<u></u><span style="color:rgb(31,73,125)"><span>a.<span style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:'Times New Roman'">      
</span></span></span><u></u><span style="color:rgb(31,73,125)">[ifstat] contains data e.g
<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:54pt"><span style="color:rgb(31,73,125)"><u></u> <u></u></span></p>
<pre style="margin-left:36pt"><span style="font-size:8pt;color:black">[ifstat]<u></u><u></u></span></pre>
<pre style="margin-left:36pt"><span style="font-size:8pt;color:black">fe80::25a5:b99d:55cd:951f%12 2655878237 519887923<u></u><u></u></span></pre>
<pre style="margin-left:36pt"><span style="font-size:8pt;color:black">10.250.100.163 2655878237 519887923<u></u><u></u></span></pre>
<pre style="margin-left:36pt"><span style="color:rgb(31,73,125);font-family:arial,sans-serif"></span></pre></div></div></blockquote><div><br></div><div>Yep, this should be parseable by Xymon.  In principle.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="EN-AU" link="#0563C1" vlink="#954F72"><div><pre style="margin-left:36pt"><span style="color:rgb(31,73,125);font-family:arial,sans-serif">At the moment I’m guessing the ifstat data isn’t in a format xymon will automatically graph and add to the trends page </span></pre></div></div></blockquote><div><br></div><div>Xymon will parse the [ifstat] data from a Windows machine, if it's in a suitable format.  From the source code, the regexp for this is:</div><div><br></div><div><div>        ^([a-zA-Z0-9.:]+)\s+([0-9]+)\s+([0-9]+)</div></div><div><br></div><div>I note that in the first [ifstat] line above, there's a percentage sign in the first token, which doesn't match the regexp.  I don't know of Xymon continues on looking for other lines to match, or if it rejects the whole [ifstat] section as corrupt.  But I wonder what would happen if the IPv6 address wasn't in the [ifstat] client data.  Any chance you can unbind IPv6 for testing?</div><div><br></div><div>Another thing to note is that some of the "powershell" processing in Xymon just re-uses the "bbwin" processing.  But there are some bits of parsing code, including for "ifstat" it seems, that only look for the bbwin OS string, and I can't see any place in the powershell handling code that tries to fake the bbwin OS for ifstat.  In other words, could be that the code simply isn't there to do what you want.  But it might also be the case that adjusting the powershell client to report itself as the bbwin client might do the trick.</div><div><br></div><div>J</div><div><br></div></div></div></div>