From 0294d91081b89003a14eee1eb200cc14a87a8c89 Mon Sep 17 00:00:00 2001 From: vvikramb Date: Thu, 9 Oct 2025 18:00:53 +0530 Subject: [PATCH] Added dynamic thresholds --- .../check-fpc-cpu-memory-state-temp.rule | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/juniper_official/linecard/check-fpc-cpu-memory-state-temp.rule b/juniper_official/linecard/check-fpc-cpu-memory-state-temp.rule index 96ef6ebc..3b7ab9f6 100644 --- a/juniper_official/linecard/check-fpc-cpu-memory-state-temp.rule +++ b/juniper_official/linecard/check-fpc-cpu-memory-state-temp.rule @@ -109,6 +109,11 @@ healthbot { thresholds fpc-cpu-low-threshold { field-name "$cpu-low-threshold"; severity minor; + } + thresholds fpc-cpu-utilization-anomaly { + field-name "$fpc-cpu-utilization-anomaly"; + severity minor; + type jaiml-threshold; } } } @@ -138,6 +143,11 @@ healthbot { thresholds buffer-memory-low-threshold { field-name "$memory-low-threshold"; severity minor; + } + thresholds fpc-memory-buffer-anomaly { + field-name "$fpc-memory-buffer-anomaly"; + severity minor; + type jaiml-threshold; } } } @@ -167,7 +177,7 @@ healthbot { thresholds heap-memory-low-threshold { field-name "$memory-low-threshold"; severity minor; - } + } } } field temperature { @@ -187,6 +197,11 @@ healthbot { thresholds temp-low-threshold { field-name "$temp-low-threshold"; severity minor; + } + thresholds temperature-anomaly { + field-name "$temperature-anomaly"; + severity minor; + type jaiml-threshold; } } }