Dirk Götz
Dirk Götz
I thought about this for a while now and did not find a good and easy solution. There is no event we can get from Icinga 2 (or only for...
Is it just the button not showing up? If yes, try to apply the patch from #15 which is not included in a release but fixed it for me.
Apache's policy already has an allowance for this: ``` # grep redis /root/rpmbuild/BUILD/selinux-policy-e0a8ee21365132c1f4668c975670621c889c5e35/policy/modules/contrib/apache.te redis_stream_connect(httpd_t) ``` So no need for this when the port is correctly labeled which you already plan...
If required please do not provide a custom unit file, just use a drop-in file named `icingaweb2.conf` or similar setting `ProtectSystem=true` allowing write for `/etc` and also place it in...
You can fix them all, except from the hardcoded path which is required for SuSE not placing the plugins arch dependend.
@lazyfrosch I am looking at fixing rpmlint and providing rpmlint config for issues we can accept, so I self-assign me this issue.
Delta RPMs are not part of build process, but publishing process (just an option of createrepo which creates Delta RPMs if multiple versions of a package are in the same...
I started my test with rsyncing the epel directory from packages.icinga.com which should be big enough with 4 operating system releases to be representative. Initial size is: ``` $ du...
Package deltarpm is available for all current Debian and Ubuntu versions, so it should be possible.
Perhaps interesting to keep in mind while doing the documentation, there is some ongoing effort to have the same feature for Proxmox: https://github.com/theforeman/foreman_bootdisk/pull/90