Skip to content

Commit

Permalink
Fix typo (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tg authored Jun 10, 2024
1 parent 85fde54 commit 35aca63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
labels:
severity: critical
annotations:
message: {{`'The node exporter '{{ $labels.job }}' is down.'`}}
message: {{`'The node exporter {{ $labels.job }} is down.'`}}
summary: {{`'NODE EXPORTER SERVICE critical: NODE ''{{ $labels.host }}'''`}}
- alert: node_running_out_of_disk_space_warning
expr: sum by(nodename) (((node_filesystem_size_bytes{mountpoint="/"} - node_filesystem_free_bytes{mountpoint="/"}) * 100 / node_filesystem_size_bytes{mountpoint="/"} * on(instance) group_left(nodename) node_uname_info) >= {{ .Values.node_disk_usage_percentage_threshold_Warning }} and ((node_filesystem_size_bytes{mountpoint="/"} - node_filesystem_free_bytes{mountpoint="/"}) * 100 / node_filesystem_size_bytes{mountpoint="/"} * on(instance) group_left(nodename) node_uname_info) < {{ .Values.node_disk_usage_percentage_threshold_Critical }} )
Expand Down

0 comments on commit 35aca63

Please sign in to comment.