Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 38fb68c3a64019863d701906fa59cd704843e960
https://github.com/tribe29/checkmk/commit/38fb68c3a64019863d701906fa59cd704…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
A .werks/13459
M cmk/gui/plugins/wato/check_parameters/ps.py
M tests/unit/cmk/base/plugins/agent_based/utils/test_ps.py
Log Message:
-----------
13459 FIX Fix inline help in ps monitoring rule
'Include process arguments in long-output' parameter in ps monitoring
rule previously falsely stated that first N arguments will be shown.
This was never the case. First N characters of all arguments are
shown in the long-output. Inline help text is therefore changed.
SUP-9349
Change-Id: I2011824fd408c847cc38988d5051fc3e9afa456a
Commit: a5c0bb30ff56b5aae55ec1b52fb90b7920509f00
https://github.com/tribe29/checkmk/commit/a5c0bb30ff56b5aae55ec1b52fb90b792…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M omd/packages/monitoring-plugins/cmk_password_store.h
M omd/packages/monitoring-plugins/monitoring-plugins.make
M omd/packages/monitoring-plugins/patches/0003-cmk-password-store.dif
Log Message:
-----------
Revert "Revert "Decrypt password store for plugins""
Set RUNPATH in the programs such that our openssl library is used:
```
$ objdump -x ./plugins/check_http | grep RUNPATH
RUNPATH /omd/versions/2.1.0i1.cpe/lib
```
CMK-9563
This reverts commit 075801fdb690399605fde76ec2508ad427b6371e.
Change-Id: Ie8d481b2e452fb766929acdc62f2234a8ef3f5ef
Compare:
https://github.com/tribe29/checkmk/compare/f02a9ae9903b...a5c0bb30ff56