Skip to content

Commit

Permalink
Merge pull request #1116 from ministryofjustice/DBA-813
Browse files Browse the repository at this point in the history
Dba 813
  • Loading branch information
bill-buchan authored Nov 15, 2024
2 parents a08eeb2 + ead698e commit de2c42a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TargetCollectionExt EXT_NAME="ME$STANDBY_PARAMETER_COMPARISON" EXT_VERSION="2" TARGET_TYPE="host"><CollectionItem NAME="ME$STANDBY_PARAMETER_COMPARISON" UPLOAD="YES">
<TargetCollectionExt EXT_NAME="ME$STANDBY_PARAMETER_COMPARISON" EXT_VERSION="3" TARGET_TYPE="host"><CollectionItem NAME="ME$STANDBY_PARAMETER_COMPARISON" UPLOAD="YES">
<Schedule>
<IntervalSchedule INTERVAL="12" TIME_UNIT="Hr"/>
</Schedule>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<MetricExtensionArchive name="MEAME$STANDBY_PARAMETER_COMPARISON">
<MetricExtension name="ME$STANDBY_PARAMETER_COMPARISON" type="host" version="2" is_repos="FALSE" display_name="Standby Parameter Comparison" description="Ensure Database Instance Parameters match between Primary and Standby" version_comment=" " metadata_digest="dc5139d6b2d0ecb83e08cbce088f9269" coll_digest="a75a4b544189577ab7b53bd9c5685cbe" attach_digest="3c096ee11057c81750cdfce3c4bd9550">
<MetricExtension name="ME$STANDBY_PARAMETER_COMPARISON" type="host" version="3" is_repos="FALSE" display_name="Standby Parameter Comparison" description="Ensure Database Instance Parameters match between Primary and Standby" version_comment=" " metadata_digest="dc5139d6b2d0ecb83e08cbce088f9269" coll_digest="a75a4b544189577ab7b53bd9c5685cbe" attach_digest="5b7d7aaf85c059d5645dbe79af0ddc79">
<scripts name="compare_parameters.sh">
</scripts>
</MetricExtension>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TargetMetadataExt EXT_NAME="ME$STANDBY_PARAMETER_COMPARISON" EXT_VERSION="2" TARGET_TYPE="host"><Metric NAME="ME$STANDBY_PARAMETER_COMPARISON" TYPE="TABLE">
<TargetMetadataExt EXT_NAME="ME$STANDBY_PARAMETER_COMPARISON" EXT_VERSION="3" TARGET_TYPE="host"><Metric NAME="ME$STANDBY_PARAMETER_COMPARISON" TYPE="TABLE">
<Display>
<Label NLSID="NLS_METRIC_hostME$STANDBY_PARAMETER_COMPARISON">Standby Parameter Comparison</Label>
<Description NLSID="NLS_DESCRIPTION_hostME$STANDBY_PARAMETER_COMPARISON">Ensure Database Instance Parameters match between Primary and Standby</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ WITH parameter_values AS (
'DEFAULT'
WHEN a.name IN('audit_trail')
AND a.database_role = 'PHYSICAL STANDBY'
AND a.open_mode = 'READ ONLY WITH APPLY' THEN
AND a.open_mode IN ('READ ONLY','READ ONLY WITH APPLY') THEN
'DB'
WHEN a.name IN('log_archive_config') -- Make ordering consistent for values in log_archive_config
THEN
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/oracle-oms-setup/files/monitoring_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#
# If the Node is not matched then it is assumed to be monitored 24/7
#
delius-core-dev * 7-19 * * 1-5
delius-mis-dev * 7-19 * * 1-5
delius-core-dev * 8-19 * * 1-5
delius-mis-dev * 8-19 * * 1-5
DEVRCVCAT_sys * * * * *
DMD.{3}_sys * 7-19 * * 1-5
^DMDNDA_sys * 7-19 * * 1-5
DMD.{3}_sys * 8-19 * * 1-5
^DMDNDA_sys * 8-19 * * 1-5
EMREP_*_sys * * * * *
TRNDA_sys * 7-19 * * 1-5
TRNDA_sys * 8-19 * * 1-5
TSTNDA_sys * 8-23 * * 1-5

0 comments on commit de2c42a

Please sign in to comment.