10 Dec
2012
10 Dec
'12
3:12 p.m.
On Mon, Dec 10, 2012 at 4:48 PM, Mike Burger < Mike.Burger at freedommortgage.com> 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