[BUG] Copy&Paste Error in mk_oracle.ps1 1.6.0p19 Windows Fehler bei oracle_longactivesessions uns oracle_performance

Hallo,

aktuell kann der Oracle Check nicht korrekt auf Windows Systemen ausgeführt werden (Fehler im Bereich active_longsessions und oracle_performance).

Bei der Prüfung ist mir aufgefallen das ein Zeichen zu viel übermittelt wird, sodass der Check im CHECK_MK die Werte falsch interpretiert.

Ist 1.6.0p19 mk_oracle.ps1

################################################################################

SQL for Performance information

################################################################################
Function sql_performance {
if ($DBVERSION -gt 121000) {
$query_performance = @’
PROMPT <<<oracle_performance:sep(124)>>>’

Daraus folgt
oracleps1

Soll :wink:
################################################################################

SQL for Performance information

################################################################################
Function sql_performance {
if ($DBVERSION -gt 121000) {
$query_performance = @’
PROMPT <<<oracle_performance:sep(124)>>>
Ohne das ’ am Ende des PROMPT.

Ja ist ein Copy & Paste Fehler in dem Commit hier

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.