Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 921 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 921 Bytes

dashing.uptimerobot

Preview

Description

Widget for Dashing that shows a short list of Uptime Robot monitors.

Usage

Add this to your Gemfile and run bundle install:

gem 'uptimerobot'

Copy the uptimerobot.rb file into your /jobs folder.

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="1">
    <div data-id="uptimerobot" data-view="List"></div>
</li>

Changelog

1.0

  • Initial release

Contributors

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2015, Simon Bärlocher