At the end of parsing the http response header do some sanity checks
to ensure that the response includes all needed data.
Right now only the presence of a Location header is checked if a HTTP
redirect was returned (e.g. a 301 status).
Different fix for a report from Daniel Anderson
OK tb@
In powerpc stacktrace_save(), start at correct return address
I got an empty trace. It was reading garbage as the 1st return
address and might have accidentally taken the "if (lr & 3) break;".
By using __builtin_return_address(0) and pointing to the correct
frame, I get a trace where #0 is the function calling
stacktrace_save().
update the Icinga Web 2 stack, mostly from Alvar Penning with a few tweaks
from me.
if you're using old style IDO-based monitoring, you'll need to install
the new icinga-web2-module-monitoring module, since it was split off from
the main Web 2.
if you're using Icinga DB then you don't need that (continue to use
icingadb-web).
nut tweaks:
fix nutclient manpages and start installing them (files contained just .So
links, so replace with symlinks)
install missing html files
some other minor cleanup