Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 8c4e64ce3431d4a91f0ba7deae056041453a2be1
https://github.com/tribe29/checkmk/commit/8c4e64ce3431d4a91f0ba7deae0560414…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
A .werks/13126
M checks/postgres_conn_time
Log Message:
-----------
13126 FIX postgres_conn_time: Don't crash on inconsistent section data
Previously, the postgres_conn_time check did crash while parsing inconsistent
section data.
Now, in the case of inparsable section data, but section data about the queried
database is available, a warning will be displayed in the resulting service.
Otherwise, if it is not possible to obtain information about the queried database,
it is assumed that no actual data is available, and the inconsistent section will
be dropped silently.
CMK-8342
Change-Id: I13b4d769e307986be5da2922f569ae4bd4a19188
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 98dccd9aab6222698bbcdf0af737e8573063c223
https://github.com/tribe29/checkmk/commit/98dccd9aab6222698bbcdf0af737e8573…
Author: Paul <62708820+Pauchu(a)users.noreply.github.com>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
A .werks/13116
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
13116 PostgreSQL Agent Plugin: Run On Additional Systems (Windows)
On Windows systems, the PostgreSQL agent plugin (<tt>mk_postgres</tt>) now looks
for the PostgreSQL binary <tt>psql.exe</tt> in additional places. Before, the
plugin only checked <tt>C:\Program Files\PostgreSQ\</tt>. Now, the plugin checks
<ul>
<li><tt>Program Files\PostgreSQL\</tt></li>
<li><tt>Program Files (x86)\PostgreSQL\</tt></li>
<li><tt>PostgreSQL\</tt></li>
</ul>
for every logical drive and uses the first found binary.
This means that the plugin might now run on systems it previously didn't run on.
Note that you first have to update the Checkmk agent of affected hosts.
Closes #388
Change-Id: I79e0912f6020e922dbb4fed3bc326ebf2147760d