Werk #15286: mk_oracle.ps1: fix async execution with multiple SIDs
Komponente | Agent bakery | ||
Titel | mk_oracle.ps1: fix async execution with multiple SIDs | ||
Datum | 31.05.2023 | ||
Level | Kleine Änderung | ||
Klasse | Bugfix | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
On systems with multiple SIDs, only the first database async job was started, when the second database gets to the async code, it realizes that the PID from the async proc is still running and didn't start a new process.
We now create one proc file per SID so one async porcess will be started for each SID.