-
Notifications
You must be signed in to change notification settings - Fork 48
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
dashing don't show any result #9
Comments
Probably the connection was interrupted. Error handling inside the code is far from perfect, might need some additions. Patches welcome :) The Ruby gem which is used for making API requests: https://github.com/rest-client/rest-client |
Looks like it might actually be a problem with the 'thin' webserver: Shopify/dashing#676 |
I guess this could also be related to #7 ... though it sounds a bit hard to just change thin to puma or any other server. |
i will help with the ruby problem. :) |
the base ruby lib for icinga2 can't yet handle a reconnect. :( |
implements issue #6
i think, i found an workaround. |
…node not available. should be fix mocdaniel#9 and is an small backport from bodsch/ruby-icinga2#6
I've adopted @bodsch 's patch into a cleaned up version which puts error handling in one place. |
Hello,
I get a fresh git clone from dashing tool, change the config/icinga2.json file and start the tool.
The dashlet is reachable with my browser, but without any icinga2 api result data.
The API user credentials are correct, a curl test with the icinga2 api works fine.
Only debug found in log/thin.log
Icinga2 looks fine:
Any Idea? :)
(we have a few more hosts and services, can this be a problem for the dashing tool?)
The text was updated successfully, but these errors were encountered: