Xymon Mailing List Archive search

httpstatus issues

list Colin Coe
Mon, 24 Aug 2020 08:34:54 +0800
Message-Id: <user-6bc73f854656@xymon.invalid>

Hi all

I'm trying to work out why httpstatus is not working as I intend.

0.0.0.0     servera   # bbd httpstatus;
https://servera.example.com:443/xymon/;2..|3..|401; NOCOLUMNS:files,ports
0.0.0.0     serverb   #  httpstatus;
https://serverb.example.com:443/xymon;2..|3..|401; NOCOLUMNS:files,ports
0.0.0.0     serverc   #  httpstatus;
https://serverc.example.com:443/xymon;2..|3..|401; NOCOLUMNS:files,ports

I get a red 401 error message for servera & serverb but serverc works in
that it has a green status.

servera is an old Xymon server that will soon be replaced by serverb.

Serverc is another Xymon server in a different datacenter.

Any ideas?

Thanks