File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Monitoring/monitor-ontap-services Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments