You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CloudWatch as a destination; Added an volume inode utilization alert; Added an EMS filter, as well as exceptions and specific matches for volume utilization alerts.
ifnoteventExist(events, uniqueIdentifier): # This resets the "refresh" field if found.
507
-
str=lagTimeStr(lagSeconds)
508
-
message=f'Snapmirror Lag Alert: {sourceClusterName}::{record["source"]["path"]} -> {clusterName}::{record["destination"]["path"]} has a lag time of {lagSeconds} seconds or {str}.'
507
+
timStr=lagTimeStr(lagSeconds)
508
+
message=f'Snapmirror Lag Alert: {sourceClusterName}::{record["source"]["path"]} -> {clusterName}::{record["destination"]["path"]} has a lag time of {lagSeconds} seconds or {timStr}.'
0 commit comments