On Mon, Dec 10, 2012 at 4:48 PM, Mike Burger <span dir="ltr"><<a href="mailto:Mike.Burger@freedommortgage.com" target="_blank">Mike.Burger@freedommortgage.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">


<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-US" link="blue" vlink="purple"><div><p>
<span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Massimo:<u></u><u></u></span></p>
<p><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">When you upgraded (or initially installed), did you edit the <a href="http://parse-config.pl" target="_blank">parse-config.pl</a> file as well as the <a href="http://config.pl" target="_blank">config.pl</a> to reflect the proper location of your Xymon installation?</span></p>


</div></div></blockquote><div><br></div><div>The problem is caused by TABS (\t) in his hosts.cfg. JSON is rather strict with those types of things.</div><div>Next version will replace that automatically when parsing. For those experiencing the same thing,</div>

<div>use VIM to search and replace it with <span style="font-family:arial,sans-serif;font-size:13px">:%s/\t/ /g</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">or sed: </span><font face="arial, sans-serif">sed -i "s/\t/ /g" hosts.cfg</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Regards,</font></div><div><font face="arial, sans-serif">Cami</font></div>
<div><br></div></div></div>