Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ healthbot {
plots fec-uncorrected-plot {
unit count;
triggers fec-uncorrected-errors;
thresholds threshold-value {
field-name "$drop-threshold";
severity critical;
}
}
}
field framing-errors {
Expand All @@ -68,10 +64,6 @@ healthbot {
plots framing-errors-plot {
unit count;
triggers framing-errors;
thresholds threshold-value {
field-name "$drop-threshold";
severity critical;
}
}
}
field optical-fec-corrected {
Expand All @@ -91,10 +83,6 @@ healthbot {
plots input-crc-errors-plot {
unit count;
triggers input-crc-errors;
thresholds threshold-value {
field-name "$drop-threshold";
severity critical;
}
}
}
field interface-name {
Expand All @@ -114,10 +102,6 @@ healthbot {
plots output-crc-errors-plot {
unit count;
triggers output-crc-errors;
thresholds threshold-value {
field-name "$drop-threshold";
severity critical;
}
}
}
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ healthbot {
plots in-error-plots {
unit count;
triggers interface-input-errors;
thresholds in-errors-threshold {
field-name "$in-errors-threshold";
severity critical;
}
}
}
field in-errors-threshold {
Expand Down Expand Up @@ -204,10 +200,6 @@ healthbot {
plots out-error-plots {
unit count;
triggers interface-output-errors;
thresholds out-errors-threshold {
field-name "$out-errors-threshold";
severity critical;
}
}
}
field out-errors-threshold {
Expand Down
40 changes: 0 additions & 40 deletions juniper_official/linecard/check-pfe-discards.rule
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ healthbot {
plots bad-route-discard-plot {
unit count;
triggers pfe-bad-route-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field bits-to-test-discard {
Expand All @@ -55,10 +51,6 @@ healthbot {
plots bits-to-test-discard-plot {
unit count;
triggers pfe-bits-to-test-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field data-error-discard {
Expand All @@ -70,10 +62,6 @@ healthbot {
plots data-error-discard-plot {
unit count;
triggers pfe-data-error-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field drop-threshold {
Expand All @@ -92,10 +80,6 @@ healthbot {
plots fabric-discards-plot {
unit count;
triggers pfe-fabric-discards;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field info-cell-discard {
Expand All @@ -107,10 +91,6 @@ healthbot {
plots info-cell-discard-plot {
unit count;
triggers pfe-info-cell-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field invalid-iif-discard {
Expand All @@ -122,10 +102,6 @@ healthbot {
plots invalid-iif-discard-plot {
unit count;
triggers pfe-invalid-iif-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field nexthop-discard {
Expand All @@ -137,10 +113,6 @@ healthbot {
plots nexthop-discard-plot {
unit count;
triggers pfe-nexthop-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field stack-overflow-discard {
Expand All @@ -152,10 +124,6 @@ healthbot {
plots stack-overflow-discard-plot {
unit count;
triggers pfe-stack-overflow-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field stack-underflow-discard {
Expand All @@ -167,10 +135,6 @@ healthbot {
plots stack-underflow-discard-plot {
unit count;
triggers pfe-stack-underflow-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field tcp-header-error-discard {
Expand All @@ -182,10 +146,6 @@ healthbot {
plots tcp-header-error-discard-plot {
unit count;
triggers pfe-tcp-header-error-discard;
thresholds drop-threshold {
field-name "$drop-threshold";
severity critical;
}
}
}
field bad-route-discard-rate {
Expand Down