Hi,
since we updated our checkmk to 2.3.0p21 the NagVis Map shows “LogonMultisite: Not Authenticated.”.
I did my research already but didn’t find anything helpful.
When i click on the Map, it shows an error “too many redirects”.
We didn’t change the config of the NagVis at all. It just popped up after the last update.
We already updatet to the latest version p24 but the error is still showing.
modify this file so the site apache also listens to 8080:
OMD[mysite]:~$ cat etc/apache/listen-port.conf
# This file is created by 'omd config set APACHE_TCP_PORT'.
# Better do not edit manually
ServerName 0.0.0.0:5000
Listen 0.0.0.0:5000
# added as a workaround
ServerName 0.0.0.0:8080
Listen 0.0.0.0:8080
restart apache
omd restart apache
TL;DR
I believe something is confused about http://localhost:8080 and http://localhost:5000
There are two localhost in the game: the docker host localhost and the docker container localhost.