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
Ceph-mixin: Fix CephNodeNetworkPacket alerts #47707
Conversation
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.
Could you regenerate the yaml file with the alerts?
93e1197
to
b712484
Compare
6d6abcf
to
03a1981
Compare
Signed-off-by: Aswin Toni <aswin.toni@cern.ch>
|
jenkins test make check |
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.
| ) / ( | ||
| rate(node_network_receive_packets_total{device!="lo"}[1m]) + | ||
| rate(node_network_transmit_packets_total{device!="lo"}[1m]) | ||
| ) >= 0.0050000000000000001 and ( |
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.
floats, you have to love them! 🙈
|
jenkins test dashboard cephadm |
|
jenkins test dashboard |
|
jenkins test windows |
|
I'm merging this as I want to be able to backport the recent changes of ceph-mixin up to pacific (and there are a couple not tracked in the trackers oups). I'm leaving CERN rather soon and I probably won't have access to a dev environment for a few weeks to do that but if @mmgaggle or someone else has a follow up suggestion/PR would be happy to help. |
Currently the
CephNodeNetworkPacketDropsandCephNodeNetworkPacketErrorsalert queries count the amount of packet drops/errors per minute instead of per second as mentioned in the description. This commit fixes that and makes the threshold values customizable with slightly higher defaultsContribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "pacific"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
Checklist
Show available Jenkins commands
jenkins retest this pleasejenkins test classic perfjenkins test crimson perfjenkins test signedjenkins test make checkjenkins test make check arm64jenkins test submodulesjenkins test dashboardjenkins test dashboard cephadmjenkins test apijenkins test docsjenkins render docsjenkins test ceph-volume alljenkins test ceph-volume toxjenkins test windows