On Mon, Dec 10, 2012 at 4:48 PM, Mike Burger <
user-c26873f0522a@xymon.invalid> wrote:
Massimo:****
** **
When you upgraded (or initially installed), did you edit the
parse-config.pl file as well as the config.pl to reflect the proper
location of your Xymon installation?
The problem is caused by TABS (\t) in his hosts.cfg. JSON is rather strict
with those types of things.
Next version will replace that automatically when parsing. For those
experiencing the same thing,
use VIM to search and replace it with :%s/\t/ /g
or sed: sed -i "s/\t/ /g" hosts.cfg
Regards,
Cami