Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Zhuravlev <[email protected]>
  • Loading branch information
v-zhuravlev committed Dec 1, 2023
1 parent 096330e commit dc6a1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-observ-lib/linux/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
]
+ if this.config.enableHardware then
[{
alert: 'NodeHardwareTemparatureHigh',
alert: 'NodeHardwareTemperatureHigh',
expr: |||
avg_over_time(node_hwmon_temp_celsius{%(filteringSelector)s}[5m]) > %(temperatureWarnTreshold)d
||| % this.config,
Expand All @@ -426,7 +426,7 @@
severity: 'warning',
},
annotations: {
summary: "Sensor's temparature is high.",
summary: "Sensor's temperature is high.",
description: 'Sensor {{ $labels.sensor }} is reporting high temperature on chip {{ $labels.chip }}, and has been above %(temperatureWarnTreshold)d%% for the last 15 minutes, is currently at {{ printf "%%.2f" $value }}%%.',
},
}] else [],
Expand Down

0 comments on commit dc6a1e8

Please sign in to comment.