Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: 35e34a999dd7a81a840a1cdc16526abebad19aa5
https://github.com/Checkmk/checkmk/commit/35e34a999dd7a81a840a1cdc16526abeb…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/15343.md
M agents/plugins/mk_oracle
Log Message:
-----------
15343 FIX oracle_performance: character string buffer too small
The new length 137 is calculated by the length of V$CONTAINERS.NAME =
128 plus 9 for 'execute: ' prefixed use to store debug messages in
l_vc_step.
SUP-20749
Change-Id: I59359a369d2246497602a1e7d46712aa98a6ec64
Commit: add47608ce5abca781f369a2a264b96798a230e5
https://github.com/Checkmk/checkmk/commit/add47608ce5abca781f369a2a264b9679…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/17356.md
Log Message:
-----------
17356 FIX Decode semi-colon from monitoring history
The plugin output and comments are saved in a Nagios-compatible format
(semi-colon-separated). Therefore, it is necessary to escape semi-colons
to `%3B` when writing out history.
In the GUI, where plugin output or comments from the monitoring history
are displayed, we can translate `%3B` back to a semi-colon using a
simple replace.
Change-Id: Ib8d82f9de51a08692816cdc891a4505bd1d950fb
Compare:
https://github.com/Checkmk/checkmk/compare/ac1eb663df69...add47608ce5a
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications