-
Notifications
You must be signed in to change notification settings - Fork 203
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
add support for icingadb as only icingaweb2 data backend #2635
Conversation
@Thomas-Gelf could you comment on this PR and let me know if I need to make any changes? |
ee7d8ce
to
2b72719
Compare
@Thomas-Gelf Any news on this? Problem still exists with icingadb-web v1.0.2 and director v1.10.2 |
2b72719
to
282921b
Compare
Hello, Any update ? Thank you ! |
Hi @EmTeedee, Sorry for the late reply. I'd love to give you some code reviews/comments, so we can merge this branch as soon as possible. However, many changes have been made to the base branch since the last commit, so this branch must first be rebased with |
6f94474
to
7cea76b
Compare
@sukhwinder33445 I currently can't spare the time. We're very busy at work... |
Thank you for your reply @EmTeedee. Then I will take over from now on. |
aef4f87
to
cbf4541
Compare
41563d2
to
14996f5
Compare
14996f5
to
84bedb7
Compare
fix some problems and mark TODO
84bedb7
to
46cf1db
Compare
- Create the backend directly in ActionController::backend() - Simplify the code
46cf1db
to
1c4ae55
Compare
- Remove superfluous methods/usages - Simplify the code
…ictions if module exists
…o findserviceAction() - This helps to detect backend easily, and was only called in this method anyway. - Add and use helping method getServicesReadOnlyPermission() -
…uld be used - If both are available
…irector restrictions Monitoring does the same.
1c4ae55
to
2461724
Compare
As it is only used internally now, it is no more required
Hi,
we're using icingadb exclusively and I wanted director to be integrated properly.
I've tested this PR with only icingadb, only monitoring and both enabled.
fixes #2533
fixes #2563
Tobias