-
Notifications
You must be signed in to change notification settings - Fork 13
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
hosts alerts number #374
Comments
@r0h4n but already it default value is 0 only |
@Tendrl/api @Tendrl/frontend Backend sets alert counter value to 0 as default. Could you guys check if tendrl/api or tendrl/ui correctly displays the default value (0) if no alerts found? |
|
@r0h4n @shirshendu As per @mcarrano comment , UI displays |
@GowthamShanmugam Please triage this, you have fixed this issue recently |
@shirshendu only for cluster and volume only Api is returning alert, for nodes alert count api is not returning anything. |
This issue is fixed, please verify and close this issue @ltrilety |
@ltrilety ,Closing the issue. If you find any discrepancies, please re-open the issue |
Checked on: looks good |
API
nodes
call is not always returning number of alerts per node, only when some alert happens for the node. That leads to situation when UI saysNo Data
. Which is correct from UI perspective because there really are no data. However as monitoring software we are aware how many alerts we got. So proper behaviour for API will be to report 0 alerts in the case when no alert comes at all.Tendrl version:
tendrl-api-1.6.1-1.el7.centos.noarch
The text was updated successfully, but these errors were encountered: