From b5f8ee61a7f7e9bd291dd26b0585d03eb686c941 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.46.3. Signed-off-by: Daniel Baumann --- src/health/health.d/processes.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/health/health.d/processes.conf (limited to 'src/health/health.d/processes.conf') diff --git a/src/health/health.d/processes.conf b/src/health/health.d/processes.conf new file mode 100644 index 000000000..2029c76e4 --- /dev/null +++ b/src/health/health.d/processes.conf @@ -0,0 +1,16 @@ +# you can disable an alarm notification by setting the 'to' line to: silent + + alarm: active_processes + on: system.active_processes + class: Workload + type: System +component: Processes + calc: $active * 100 / $pidmax + units: % + every: 5s + warn: $this > (($status >= $WARNING) ? (85) : (90)) + crit: $this > (($status == $CRITICAL) ? (90) : (95)) + delay: down 5m multiplier 1.5 max 1h + summary: System PIDs utilization + info: System process IDs (PID) space utilization + to: sysadmin -- cgit v1.2.3