-
Notifications
You must be signed in to change notification settings - Fork 89
feat: default trigger to store ts-input-packets-pps ts-output-packets-pps to tsdb #1043
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?
Changes from all commits
0e586ef
4687905
fa462c7
7ee5d76
71360ac
a087832
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,19 @@ healthbot { | |
| type string; | ||
| description "FPC name"; | ||
| } | ||
| trigger pfe-input-output-stats { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why does this look like a dummy trigger to me? Is AIML consuming any trigger data?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why this needs to be stored? What is the purpose of this?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, its a dummy commit as we wanted to store ts-input-packets-pps and ts-output-packets-pps to TSDB to plot the Traffic Loss graph (in Routing and MPLS accordion) in real time like we plot the graphs for Hardware and Interfaces accordion. |
||
| synopsis "PFE input output stats KPI"; | ||
| description "Default trigger to move pfe-stats KPI to tsdb"; | ||
| frequency 1offset; | ||
| term ts-input-output-packets-pps { | ||
| then { | ||
| status { | ||
| color green; | ||
| message "$ts-input-packets-pps $ts-output-packets-pps"; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| rule-properties { | ||
| version 1; | ||
| contributor juniper; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.