mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-29 05:28:13 +02:00
For check_procs, both the Monitoring Plugins' implementation[0] and the Nagios Plugin[1] are supporting the "-X" or "--exclude-process" flag to exclude one or many processes by name. However, this flag is missing here in the Icinga Template Library. The Nagios Plugin implementation also comes with "-j" and "-g" for FreeBSD jails and Linux cgroups, respectively. But, to keep it compatible, I would ignore these for the moment. Closes #10226. [0]: https://www.monitoring-plugins.org/doc/man/check_procs.html [1]: https://nagios-plugins.org/doc/man/check_procs.html