Markus Frosch
Markus Frosch
- [ ] Make port a config option - [ ] Implement support for known_hosts / with trust on first use See TODO comments from #9
It avoids breaking the callback when no spaces are to be counted. This is a fixup for 2900dd97eb540488c0bc188a0f5b2b6224a41ddd (#42) /cc @petrkotek
With the plan of transition keys with a repository I wondered if we can support this in aptly. ## Detailed Description Debian signs its repositories with multiple keys, using multiple...
While working on https://github.com/Icinga/deb-icinga2/issues/4 I noticed a difference in how environment defaults work. RPM: `/etc/sysconfig/icinga2` \ Debian: `/etc/default/icinga` / `/usr/lib/icinga2/icinga2` We should update this for both systems: * Compiled in...
Currently all package versions end in `-1.`, so: ``` x.x.x-1.trusty x.x.x-1.xenial x.x.x-1.stretch ``` This came apparent with latest Ubuntu releases, where Canonical rolled over the codenames alphabetically. Currently the OS...
We should review and fix at least the errors. ``` SPECS/icinga2.spec:27: E: hardcoded-library-path in %{_prefix}/lib/ A library path is hardcoded to one of the following paths: /lib, /usr/lib. It should...
`$releasever` should not be used, at least with the release RPMs. Some distributions ship weird defaults here, examples: * `7Server` * `7Client` * `6.5` refs #123
Currently the plugin only supported "Change" and "Creation", but access is also a common metadata on Windows and some users want to use it. So `AccessYoungerThan` and `AccessOlderThan` would be...
It should be allowed for users to edit certain views based on a permission. A list of config names could be listed via the permission system
Allow the admin to configure what TLV views can be accessed by a user. This has low priority for now...