Configured the client package for oracle probe for template adjustment and when deploying the package on server it is not overwriting the default probe configuration.
Example: In some of the template default probe configurations contains two severity (warning and Major) and configured the custom template with only one severity Major. When deploying of custom probe it does not remove Informational severity alarm.
The requirement is changing the default oracle probe configuration by deploying the custom package.
Example: It can changed/updated the cdm configuration by creating cdm custom or super package. But this is not working for Oracle probe.
Release:
Component:
To be more specific in the custom\super package of oracle the changes are made in oracle_monitor.cfx .
In this file there are 3 types of checkpoint templates listed below
<rac_common_checkpoints>
<rac_checkpoints>
<checkpoints>
Using the IM console :
Changes made in the cfx under the <checkpoint> template will only reflect in the templates of the oracle GUI in the IM console else if changes made to the other two will not reflect in the IM console.
The other 2 are for the admin console.
Steps:
Changes made are to the <no_next_extents> checkpoint which customer made.
Changes at end as below
<thresholds> clear
<count> overwrite
<0> overwrite
value = 1
sev = major
msg = no_next_extents_3
</0>
</count>
</thresholds>
cfx by Customer as below
<thresholds> overwrite
<count> overwrite
<0> overwrite
value = 1
sev = major
msg = no_next_extents_3
</0>
</count>
<default> overwrite
</default>
</thresholds>5