First of all, a huge shout-out to the Icinga package team for their great work.
I recognized Ubuntu 26.04 was released yesterday, looked for the packages and the packages were there and I could install icinga2, IcingaWeb2, IcingaDB, and director.
But the configuration gave me some headache. There where some problems with the writing permissions of /etc/icingaweb2
Every permission was fine and even a very harsh chmod -R 777 didn’t allow writing.
So it was very late and I postponed my installation and finished it this morning.
the critical part was the apache2 hardening or in this case, remove some of the hardening.
Apache2 for Ubuntu 26.04 comes with ProtectSystem=full which protects the etc folder too
before any IcingaWeb2 setup you can do the following: