Skip to content

Commit b6edb6b

Browse files
committed
typo
1 parent e5e2f39 commit b6edb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/delius_oem_metrics_setup/delius_oem_metrics_setup/tasks/modify_metric_thresholds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
WARNING_THRESHOLD_UNSET_BUG=$(awk '/START_RECORD/{flag=1}/metric\s*,\s*db_alert_log$/{flag++}/^column\s*,\s*genericErrStack$/{flag++}/^warning_threshold\s*,\s*" "/{flag++}/END_RECORD/{if(flag==4){print "YES"}}' {{ stage }}/oem_threshold.txt)
5454
if [[ "{{ item.1.target_type}}" == "oracle_database" ]] && [[ "${WARNING_THRESHOLD_UNSET_BUG}" == "YES" ]]; then
5555
echo "Using workaround to unset Warning Threshold."
56-
{{ emcli }} -modify_threshold -target_name={{ item.0.target_name }} -target_type={{ item.1.target_type }} \
56+
{{ emcli }} modify_threshold -target_name={{ item.0.target_name }} -target_type={{ item.1.target_type }} \
5757
-metric="db_alert_log" -column="genericErrStack" -warning_threshold="" \
5858
-key_columns=";"
5959
fi

0 commit comments

Comments
 (0)