-
Notifications
You must be signed in to change notification settings - Fork 89
added ifl in out errors and traffic fields #868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: jcloud
Are you sure you want to change the base?
Conversation
|
Only Juniper employees can contribute to juniper_official folder. If you are one follow the steps mentioned in the README else, contribute to the community_supplied directory. Make the necessary changes and commit again. |
| description "Subinterface operational status"; | ||
| } | ||
| } | ||
| field high-threshold { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to traffic-high-threshold
| } | ||
| field in-errors-threshold { | ||
| constant { | ||
| value "{{errors-threshold-variable}}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot find this variable
| path /interfaces/interface/subinterfaces/subinterface/state/counters/in-errors; | ||
| zero-suppression; | ||
| } | ||
| type integer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be uint?
| path /interfaces/interface/subinterfaces/subinterface/state/counters/in-octets; | ||
| zero-suppression; | ||
| } | ||
| type integer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uint?
| type float; | ||
| description "Utilization in percentage which derived based on mbps and interface speed"; | ||
| } | ||
| field low-threshold { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to traffic-low-threshold
| } | ||
| field out-errors-threshold { | ||
| constant { | ||
| value "{{errors-threshold-variable}}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't find this variable
| path /interfaces/interface/subinterfaces/subinterface/state/counters/out-octets; | ||
| zero-suppression; | ||
| } | ||
| type integer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uint?
| description "Sub interfaces index to be monitored, regular expression, eg '0-10'"; | ||
| type string; | ||
| } | ||
| variable traffic-high-threshold { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we using thresholds where there are no triggers? What is the porpose here? Only collecting the data without any evaluations????
|
Jenkins please retry a build |
added ifl in out errors and traffic fields