Skip to content

Commit ab7def9

Browse files
committed
Merge branch 'DBA-598-METRICS' of https://github.com/ministryofjustice/hmpps-delius-operational-automation into DBA-598-METRICS
2 parents 1dc99ec + 4306d75 commit ab7def9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

playbooks/delius_oem_metrics_setup/delius_oem_metrics_setup/tasks/modify_metric_thresholds.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
register: enable_disable_collections
8080

8181
# We change the collection schedule by using the "interval" attribute. This is not an Oracle attribute but
82-
# instead it combines 2 Oracle attributes we have defined here for that purpose, separated by a space.
82+
# instead it combines 2 Oracle attributes we have defined here for that purpose, separated by a space.
8383
# It takes the form 'freqValue freqType' where freqValue and freqType are Oracle attributes described at:
8484
# https://docs.oracle.com/en/enterprise-manager/cloud-control/enterprise-manager-cloud-control/13.5/emcli/modify_collection_schedule.html#GUID-A166D2BC-8ECE-4B11-921D-0D756F827E86
8585
# For example '15 Minute' requires a collection to be taken every 15 minutes.
@@ -101,7 +101,6 @@
101101
- (item.0.target_name == item.1.target_name) or (item.1.target_name == 'all')
102102
register: enable_disable_collections
103103

104-
105104
- name: Setup Database Credentials
106105
include_tasks: configure_database_credentials.yml
107106

@@ -123,5 +122,5 @@
123122
path: "{{ stage }}/{{ item }}"
124123
state: absent
125124
loop:
126-
- oem_threshold.txt
127-
- emcli_login.sh
125+
- oem_threshold.txt
126+
- emcli_login.sh

0 commit comments

Comments
 (0)