Skip to content

Commit cf479c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitoring/monitor-ontap-services/monitor_ontap_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def processSnapMirrorRelationships(service):
597597
curTimeSeconds = int(datetime.datetime.now(pytz.timezone(clusterTimezone) if clusterTimezone != None else datetime.timezone.utc).timestamp())
598598
#
599599
# Consolidate all the rules so we can decide how to process lagtime.
600-
maxLagtime = None
600+
maxLagTime = None
601601
maxLagTimePercent = None
602602
healthy = None
603603
stalledTransferSeconds = None

0 commit comments

Comments
 (0)