This is a Dashing widget and all components needed to port the original radiator information into an Dashing Widget.
##Usage
To use this widget, copy puppet_radiator.html
, puppet_radiator.coffee
, and puppet_radiator.scss
into the /widgets/puppet_radiator
directory. Put the puppet_radiator.rb
file in your /jobs
folder.
Or simply run dashing install c695b22a12259f0809f8
to let dashing do that for you.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="2">
<div data-id="puppet_nodes" data-view="PuppetRadiator" data-title="Puppet"></div>
</li>
##Settings
In order to use your puppet server you've to adjust the puppet_url
setting in the puppet_radiator.rb
.
Hi,
This work seems to be what I'm looking for, but it does not seems to work on puppet 2015.x.
What is your puppet version please ?
Thanks !