Skip to the relevant sections if needed.
"""Dashing module""" | |
import logging | |
import urllib2 | |
import simplejson as json | |
DEFAULT_DASHING_AUTH_TOKEN = 'YOUR_AUTH_TOKEN' |
A Dashing widget that displays all currently open merge requests for a GitLab group. Based off of the widget: GitHub Organization Open Pull Requests by dragonai.
The only dependency is gitlab.
Add it to Dashing's Gemfile:
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
cluster = { | |
"master" => { :ip => "192.168.33.10", :cpus => 1, :mem => 1024 }, | |
"slave" => { :ip => "192.168.33.11", :cpus => 1, :mem => 1024 } | |
} | |
##Description This job pulls the most recent popular images from memegenerator and adds a random one to a BigImage https://gist.github.com/jwalton/7916168 widget.
Preview: http://i.imgur.com/nnDxThw.png
##Usage Run: dashing install f38f6184c9f82fefb200
##Settings You can change the meme type.
A Dashing widget to show a Google Visualizations Gauge on a dashboard.
Copy the google_gauge.coffee
, google_gauge.html
and google_gauge.scss
file to into /widgets/google_gauge
directory.
Add the following to the dashboard layout file:
This widget creats the dashing dashboard for Hadoop DFS stats. | |
There is Job which parses the hadoop DFS status page and provides the below widget_event_id's | |
#Configured_Capacity | |
#DFS_Used | |
#Non_DFS_Used | |
#DFS_Remaining | |
#DFS_Used% | |
#DFS_Remaining% | |
#Block_Pool_Used |
This the sample log widget for CodingWithMe Learn Dashing Widget.
Dashing is the exceptionally handsome dashboard framework.
Using follow curl
command to update the data inside
$ curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "access": "1/0"}' http://localhost:3030/widgets/log
$ curl -d @log.json http://localhost:3030/widgets/log