<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 4 June 2015 at 00:56, oliver <span dir="ltr"><<a href="mailto:ohemming@gmail.com" target="_blank">ohemming@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":201" class="" style="overflow:hidden">1) Should this be working or is it a limitation of xymon-rclient?<br></div></blockquote><div><br></div><div>It's the latter, I'm afraid.  :-(<br><br></div><div>xymon-rclient is intended to (among other things) emulate logfetch, which is where the md5 hashing is implemented.  I don't believe any part of Xymon (client or server) uses the MD5 environment variable, so setting will have no effect.<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":201" class="" style="overflow:hidden">
2) What, if anything, is wrong with my config?</div></blockquote></div><br></div><div class="gmail_extra">Nothing that I can see.  It's just not (yet) supported.  I couldn't remember for sure, but comments in the source code are my off-line memory:<br><br>    # Note: Due to the complexity in keeping state,<br>    # only "file:" and "dir:" are implemented at this<br>    # stage.  Neither can backticks be used yet (the<br>    # result is unknown).  The "file:" setting cannot<br>    # use the optional hash field yet.  Linecount does<br>    # not require state, but simply hasn't yet been<br>    # implemented.<br><br></div><div class="gmail_extra">Also, the "file:" line parser code (line 482) simply discards anything after a second colon.<br><br></div><div class="gmail_extra">Patches are welcome. ;-)<br><br></div><div class="gmail_extra">Cheers<br></div><div class="gmail_extra">Jeremy<br></div></div>