Werk #11270: oracle_instance: Fix missing uptime column if status data inventory is enabled

Component Checks & agents
Title oracle_instance: Fix missing uptime column if status data inventory is enabled
Date Sep 14, 2020
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.6.0p18 2.0.0i1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

If {{Status data inventory}} is enabled via the rule {{Do hardware/software inventory}} then {{HW/SW inventory data}} and {{status data}} are inventorized and merged in the view {{Inventory of HOST}}. To make this work properly we have to identify the rows in both trees. Previously we only used the {{SID}} column. In newer {{Oracle}} agent outputs there may be several rows with the same {{SID}} but different {{process names}}. Thus we add the {{process name}} column and use it as an additional key for the identifier such that both trees can display the full information of each output line.

To the list of all Werks