Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions juniper_official/chassis/check-psm-power-usage-state.rule
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ healthbot {
}
field psm {
sensor components-oc {
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$/";
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$|^CHASSIS[{{pem}}]:PSM[{{pem}}]$/";
path "/components/component/@name";
}
sensor components-oc-junos {
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$/";
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$|^CHASSIS[{{pem}}]:PSM[{{pem}}]$/";
path "/components/component/@name";
}
sensor components-oc-ptx {
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$/";
where "/components/component/@name =~ /{{psm}}|^PSM[{{pem}}]$|^PEM[{{pem}}]$|^CHASSIS[{{pem}}]:PSM[{{pem}}]$/";
path "/components/component/@name";
}
type string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ healthbot {
}
field routing-engine {
sensor components-oc {
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$/";
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$|^CHASSIS[{{re-slot-no}}]:RE[{{re-slot-no}}]$/";
path "/components/component/@name";
}
sensor components-oc-junos {
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$/";
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$|^CHASSIS[{{re-slot-no}}]:RE[{{re-slot-no}}]$/";
path "/components/component/@name";
}
description "RE name to monitor";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ healthbot {
}
field fpc {
sensor components-oc {
where "/components/component/@name =~ /^FPC{{fpc-slot-no}}$/";
where "/components/component/@name =~ /^FPC{{fpc-slot-no}}$|^CHASSIS[{{fpc-slot-no}}]:FPC[{{fpc-slot-no}}]$/";
path "/components/component/@name";
}
type string;
Expand Down
8 changes: 7 additions & 1 deletion juniper_official/routing/check-te-rsvp-global-errors.rule
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,13 @@
sensors lsp;
release-support min-supported-release;
}
}
}
platforms PTX10002-60MR {
releases 22.3R1 {
sensors lsp;
release-support min-supported-release;
}
}
platforms PTX10004 {
releases 22.3R1 {
sensors lsp;
Expand Down
2 changes: 1 addition & 1 deletion juniper_official/system/check-system-cpu-memory.rule
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ healthbot {
}
field routing-engine {
sensor components-oc {
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$/";
where "/components/component/@name =~ /^Routing Engine[{{re-slot-no}}]$|^RE[{{re-slot-no}}]$|^CHASSIS[{{re-slot-no}}]:RE[{{re-slot-no}}]$/";
path "/components/component/@name";
}
description "RE name to monitor";
Expand Down