Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

Add package libcap2-bin for POSIX 1003.1e capabilities #49

Closed mcktr closed 3 years ago

mcktr commented 3 years ago

Adds the libcap2-bin package which implements user-space interfaces to the POSIX 1003.1e capabilities avaiable in the Linux kernel. Some check plugins (e.g. check_icmp) are only usable as a non-root user when libcap2-bin package is installed.

More detailed analysis: https://github.com/Icinga/docker-icinga2/pull/48#issuecomment-765578658

closes #48

fixes #47