Skip to content

Commit 1fa8fdb

Browse files
authored
Fix alerts typo (#1099)
1 parent cbcc611 commit 1fa8fdb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apache-http-mixin/alerts/alerts.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
summary: 'Apache workers load is too high.',
4242
description: |||
4343
Apache workers in busy state approach the max workers count %(alertsWarningWorkersBusy)s%% workers busy on {{ $labels.instance }}.
44-
The currect value is {{ $value }}%%.
44+
The current value is {{ $value }}%%.
4545
||| % $._config,
4646
},
4747
},
@@ -58,7 +58,7 @@
5858
summary: 'Apache response time is too high.',
5959
description: |||
6060
Apache average response time is above the threshold of %(alertsWarningResponseTimeMs)s ms on {{ $labels.instance }}.
61-
The currect value is {{ $value }} ms.
61+
The current value is {{ $value }} ms.
6262
||| % $._config,
6363
},
6464
},
@@ -92,7 +92,7 @@
9292
summary: 'Apache errors rate is too high.',
9393
description: |||
9494
Apache errors rate (4xx and 5xx HTTP codes) is above the threshold of %(alertsCriticalErrorsRate)s%% on {{ $labels.instance }}.
95-
The currect value is {{ $value }}%%.
95+
The current value is {{ $value }}%%.
9696
||| % $._config,
9797
},
9898
},

nsq-mixin/alerts/alerts.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
annotations: {
1717
summary: 'Topic depth is increasing.',
1818
description: |||
19-
Topic {{ $labels.topic }} depth is higher than %(alertsCriticalTopicDepth)s. The currect queue is {{ $value }}.
19+
Topic {{ $labels.topic }} depth is higher than %(alertsCriticalTopicDepth)s. The current queue is {{ $value }}.
2020
||| % $._config,
2121
},
2222
},
@@ -32,7 +32,7 @@
3232
annotations: {
3333
summary: 'Topic channel depth is increasing.',
3434
description: |||
35-
Channel {{ $labels.channel }} depth in topic {{ $labels.topic }} is higher than %(alertsCriticalChannelDepth)s. The currect queue is {{ $value }}.
35+
Channel {{ $labels.channel }} depth in topic {{ $labels.topic }} is higher than %(alertsCriticalChannelDepth)s. The current queue is {{ $value }}.
3636
||| % $._config,
3737
},
3838
},

windows-observ-lib/alerts.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
annotations: {
1818
summary: 'High CPU usage on Windows host.',
1919
description: |||
20-
CPU usage on host {{ $labels.instance }} is above %(alertsCPUThresholdWarning)s%%. The currect value is {{ $value | printf "%%.2f" }}%%.
20+
CPU usage on host {{ $labels.instance }} is above %(alertsCPUThresholdWarning)s%%. The current value is {{ $value | printf "%%.2f" }}%%.
2121
||| % this.config,
2222
},
2323
},
@@ -35,7 +35,7 @@
3535
annotations: {
3636
summary: 'High memory usage on Windows host.',
3737
description: |||
38-
Memory usage on host {{ $labels.instance }} is above %(alertMemoryUsageThresholdCritical)s%%. The currect value is {{ $value | printf "%%.2f" }}%%.
38+
Memory usage on host {{ $labels.instance }} is above %(alertMemoryUsageThresholdCritical)s%%. The current value is {{ $value | printf "%%.2f" }}%%.
3939
||| % this.config,
4040
},
4141
},
@@ -51,7 +51,7 @@
5151
annotations: {
5252
summary: 'Disk is almost full on Windows host.',
5353
description: |||
54-
Volume {{ $labels.volume }} is almost full on host {{ $labels.instance }}, more than %(alertDiskUsageThresholdCritical)s%% of space is used. The currect volume utilization is {{ $value | printf "%%.2f" }}%%.
54+
Volume {{ $labels.volume }} is almost full on host {{ $labels.instance }}, more than %(alertDiskUsageThresholdCritical)s%% of space is used. The current volume utilization is {{ $value | printf "%%.2f" }}%%.
5555
||| % this.config,
5656
},
5757
},

0 commit comments

Comments
 (0)