Hey all, I figured out what I'd done wrong
On Mon, 24 Aug 2020 at 08:34, Colin Coe <user-5b250cd7a540@xymon.invalid> wrote:
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