- NOTE
-
You need a version of Java8 later than 8u45, and as of now JRuby 9.1.5 is required, as later versions have a problem that prevents JRubyFX from working correctly.
Hawkular is a set of components for Monitoring. This explorer connects to a Hawkular server and allows to browse trough inventory and view entities, graph metrics.
Other functions include listing of all metrics on a system, listing of Events/Alerts, injection of Events, injection of metric values and a few more things.
The explorer requires JRuby in version 9+ and Java8
If you are using rvm
you can select it via
rvm use jruby-9.1.5.0
install and use bundler
to install the required gems
gem install bundler
bundle install
then run:
jruby -G -S hawkfx.rb
Some ruby version managers (such as rbenv
) do not provide a jruby
binary
directly, if the previous command do not work you can try running the
application using bundler, like this:
bundle exec ruby hawkfx.rb
There is a blog post on the Hawkular blog that describes how to use SSL in Hawkular and HawkFX.