I managed to solve the problem myself...it was just a dumb mistake, I forgot to actually map the config-file. As soon as I did that it worked just as expected....but thank you very much for your help :)
Brian Candler schrieb am Donnerstag, 18. November 2021 um 15:04:07 UTC+1: > "The page is temporarily unavailable" may be a message generated by your > browser, not the remote server. Check using curl: > > curl -v http://x.x.x.x/blah > > In any case: a much better way to check for this condition is to check on > the status code, not on the message body. > > But I don't understand what you mean when you say "I have a redirect set > up, when a web page returns error code 503, it redirects to a maintenance > web page". A redirect is a 3xx status code, by definition. So it can't be > *both* returning 503 *and* returning a redirect at the same time. > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/79a7447e-1a6e-4e88-9397-d922d14e6d0bn%40googlegroups.com.

