Skip to content

Commit bbe5483

Browse files
committed
Fixed a typo with the maxLagTime variable.
1 parent cf479c1 commit bbe5483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Monitoring/monitor-ontap-services/cloudformation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ Resources:
649649
# "matching conditions." It is intended to be run as a Lambda function, but
650650
# can be run as a standalone program.
651651
#
652-
# Version: v2.18
653-
# Date: 2025-05-23-18:09:41
652+
# Version: v2.19
653+
# Date: 2025-05-26-13:48:43
654654
################################################################################
655655
656656
import json
@@ -1227,7 +1227,7 @@ Resources:
12271227
curTimeSeconds = int(datetime.datetime.now(pytz.timezone(clusterTimezone) if clusterTimezone != None else datetime.timezone.utc).timestamp())
12281228
#
12291229
# Consolidate all the rules so we can decide how to process lagtime.
1230-
maxLagtime = None
1230+
maxLagTime = None
12311231
maxLagTimePercent = None
12321232
healthy = None
12331233
stalledTransferSeconds = None

0 commit comments

Comments
 (0)