-
Notifications
You must be signed in to change notification settings - Fork 12
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
NRPE dashboard not available #109
Comments
We should verify if this happens with the latest edge revision 58, and if so we need to investigate further :) |
It seems that nrpe.json file isn't used in any way by the charm code. It would be cool if it showed up in Grafana if: cc: @sed-i |
The reference deployment by @przemeklal is as follows: graph LR
subgraph openstack
nrpe-* --- cos-proxy-monitors
end
subgraph cos
prom-scrape-config --- prometheus
grafana
end
cos-proxy-monitors --- prom-scrape-config
cos-proxy-monitors --- grafana
While alert rules and metrics show up in prometheus as expected, no dashboards show up in grafana.
@lucabello, do you recall how your deployment looked like in #57? It seems like you were able to see the dashboard on grafana side fine. |
I don't really remember, but I think the setup was the same. |
@peppepetra sorry for dropping the ball on this one, but is this still an issue? |
Bug Description
When relating cos-proxy to grafana-k8s on
grafana-dashboard
relation, the charm goes into blocked state and the nrpe dashboard is not added to grafanaTo Reproduce
Environment
cos-proxy rev. 52 channel edge
grafana-k8s rev. 93 channel edge
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: