Icinga Web 2
https://icinga.com
Icinga Web 2 is the monitoring web interface for icinga2.
It comes with a completely new design and many user-friendly enhancements to
find the relevant information even faster.
- Links to openSUSE:Factory / icingaweb2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lrupp:branches:server:monitoring/icingaweb2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000564 564 Bytes | |
_link | 0000000124 124 Bytes | |
icingaweb2-2.9.5.tar.gz | 0012313426 11.7 MB | |
icingaweb2-php-fpm.conf | 0000000560 560 Bytes | |
icingaweb2-rpmlintrc | 0000000132 132 Bytes | |
icingaweb2.changes | 0000052402 51.2 KB | |
icingaweb2.spec | 0000017033 16.6 KB | |
php-fpm.service.override | 0000000508 508 Bytes |
Latest Revision
Lars Vogdt (lrupp)
committed
(revision 2)
- use server_monitoring_php_version to get the supported php version from upstream (and use php8, if not defined). Fixes builds on Tumbleweed (and some other issues) - introduce new package icingaweb2-php-fpm, which contains a configuration file for php-fpm + Since php-fpm 7.4, systemd does not allow the process to edit any system files. As icingaweb2 nevertheless wants to edit the configuration in /etc/icingaweb2, add a systemd override file php-fpm.service.override and place it in /usr/lib/systemd/system/php-fpm.service.d/20-icingaweb2.conf + Try to detect the "right" php-fpm config directory during build time -> BuildRequire php to run php -r "print PHP_MAJOR_VERSION;" - remove not needed files (zero size or scripts that are used only for building) - weaken the requirements for mysql and pgsql: only one of these modules is usually only needed. Require the virtual php_any_db instead, which is provided by both modules.
Comments 0