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

Widget for Dashing that shows downs, down (acknowledgeds) and warnings from prtg.

License

Notifications You must be signed in to change notification settings

sbaerlocher/dashing.prtg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dashing.prtg

Preview

Description

Widget for Dashing that shows downs, downs (acknowledgeds) and warnings from prtg.

Usage

Add this to your Gemfile and run bundle install:

gem 'rest-client'

To use this widget, copy prtg.html, prtg.coffee, and prtg.scss into a /widgets/prtg directory, and copy the prtg.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="prtg" data-view="Prtg"></div>
</li>

Changelog

1.2

  • add audio alert

1.1

  • fix bug in prtg.rb

1.0

  • Initial release

Contributor

License

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

Copyright

(c) 2017, Simon Bärlocher

About

Widget for Dashing that shows downs, down (acknowledgeds) and warnings from prtg.

Resources

License

Stars

Watchers

Forks

Packages

No packages published