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
summary: "${title(replace(job.tag, "-", ""))} Number of Disks Unexpected"
74
-
%{if job.expected_disks_count >= 0 ~}
75
-
description: "Instance *{{ $labels.instance }}* of job *{{ $labels.job }}* has *{{ $value}}* disks. Expected *${job.expected_disks_count}* disks."
76
-
%{ elif job.min_disks_count >= 0 and job.max_disks_count >= 0 ~}
77
-
description: "Instance *{{ $labels.instance }}* of job *{{ $labels.job }}* has *{{ $value}}* disks. Expected between *${job.min_disks_count}* and *${job.max_disks_count}* disks."
69
+
description: "Instance *{{ $labels.instance }}* of job *{{ $labels.job }}* has *{{ $value}}* disks. Expected *${job.expected_disks_count}*."
summary: "${title(replace(job.tag, "-", ""))} Disk Count Out of Range"
84
+
description: "Instance *{{ $labels.instance }}* of job *{{ $labels.job }}* has *{{ $value}}* disks. Expected between *${job.min_disks_count}* and *${job.max_disks_count}*."
0 commit comments