Add doc about check plugins

This commit is contained in:
Benjamin Renard 2024-03-11 18:42:54 +01:00
parent 54fdabfaa7
commit c7283ea44e
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -2,7 +2,12 @@
Monitoring plugin to check if containers are upgradable. By default all running container are checked.
Check are done by running Icinga/Nagios compatible check plugin inside containers.
Checks are done by running Icinga/Nagios compatible check plugins inside containers. These plugins are listed inside the `CHECK_PLUGINS` associative array (on top of the file) and by default, the following plugin are declared:
- `/usr/lib/nagios/plugins/check_apt`: for Debian based image, provide by the `monitoring-plugins-basic` debian package
- `/usr/lib/nagios/plugins/check_apk`: for Alpine based image, see [project](https://gitea.zionetrix.net/bn8/check_apk) for install instructions
__Note:__ The first plugin detected as installed will be used.
## Installation