Werk #15566: Exclude sections with mk_oracle.ps1

Component Checks & agents
Title Exclude sections with mk_oracle.ps1
Date Jun 20, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.1.0p31 2.2.0p8 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

mk_oracle.ps1 provides a configuration to exclude sections for SID. This was only working if you prepend the section name with sql_, like e.g.:

$EXCLUDE_XE="sql_performance"

If you were using the agent bakery to generate the configuration, the exclude mechansim was not working as it didn't generate the prefix. It is now not necessary anymore to add this prefix (however with prefix it is stil, like e.g.l working). In order to apply this fix, the agent plugin mk_oracle.ps1 must be re-deployed onto your monitored host.

To the list of all Werks