Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 9672b93c809c7cad7b5dee79c758954ab9faf99f
https://github.com/tribe29/checkmk/commit/9672b93c809c7cad7b5dee79c758954ab…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
Rework process forking of mk_oracle.ps1
* Switch from start-jobs to start-process, otherwise we are not really forking
* For async section we *always* want a forked process
* Only start the process if
a) the cache age is exceeded
b) the cache file does not exists
c) no other async process is running
SUP-4047
Change-Id: Ifc72eb1b6666423877bb355817be14f3ed1957d8
Commit: d261a576ea69d0e4963233fdaf345f7dc1ee5181
https://github.com/tribe29/checkmk/commit/d261a576ea69d0e4963233fdaf345f7dc…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
A .werks/11813
Log Message:
-----------
11813 FIX Make async sections of mk_oracle.ps1 working
The async sections of mk_oracle.ps1 (Windows Version of mk_oracle) had a major design
flaw.
The async sections may not be fully executed and led to stale services.
This is fixed now.
Keep in mind that you need to set the execution mode for this plugin to async in
check_mk.user.yaml:
execution:
- pattern: '$CUSTOM_PLUGINS_PATH$\mk_oracle.ps1'
async: yes
With Werk #11815 <tt>async: yes</tt> be done automatically via the extended
mk_oracle bakery plugin.
Change-Id: Iccd283ade05fc9114bda1b79ea5f93676269faee
Commit: 05249137201fe694e8b52a3d5025023ecc08801a
https://github.com/tribe29/checkmk/commit/05249137201fe694e8b52a3d5025023ec…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
A .werks/11815
Log Message:
-----------
11815 Bakery plugin for Windows Oracle Monitoring
Previously, only the unix-like operating systems did have a bakery plugin for baking a
configuration for mk_oracle.
Now the plugin also supports baking the configuration for the windows plugin
(mk_oracle.ps1).
However, please note that not all features of the bash plugin (mk_oracle) are available
for windows yet.
This is noted in the rulespec "ORACLE Databases (Linux, Solaris, AIX,
Windows)".
Change-Id: Ic0260dbaa3256c611859530734c0a1e0d2a8217b
Compare:
https://github.com/tribe29/checkmk/compare/f1125517d28e...05249137201f