Skip to content

Commit

Permalink
Fix process alert (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Dec 24, 2024
1 parent 5403ea5 commit 3a4d957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/node-mixin/lib/linux/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
{
alert: 'NodeProcessesCountIsHigh',
expr: |||
node_procs_running{%(filteringSelector)s} > %(processLimitThresholdCritical)
node_procs_running{%(filteringSelector)s} > %(processLimitThresholdCritical)d
||| % this.config,
'for': '5m',
labels: {
Expand Down

0 comments on commit 3a4d957

Please sign in to comment.