Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion juniper_official/linecard/check-fpc-cpu-memory-state-temp.rule
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down Expand Up @@ -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;
}
}
}
Expand Down Expand Up @@ -167,7 +177,7 @@ healthbot {
thresholds heap-memory-low-threshold {
field-name "$memory-low-threshold";
severity minor;
}
}
}
}
field temperature {
Expand All @@ -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;
}
}
}
Expand Down