Xymon Mailing List Archive search

MAPÉ - Monitoring App Page Extension

list Cami Sardinha
Mon, 10 Dec 2012 17:12:12 +0200
Message-Id: <CABvMvgT7Pnmu5Ct=gxEdO2Cu18n=user-7fc6a47022f1@xymon.invalid>

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