Skip to content

Instantly share code, notes, and snippets.

@gchiam
gchiam / dashing.py
Created September 9, 2015 00:02
Python module to send data to Dashing widget
"""Dashing module"""
import logging
import urllib2
import simplejson as json
DEFAULT_DASHING_AUTH_TOKEN = 'YOUR_AUTH_TOKEN'
@matt-snider
matt-snider / README.md
Last active March 22, 2019 16:47 — forked from dragonai/README.md
GitLab Group Open Merge Requests Dashing Widget
@roblayton
roblayton / Vagrantfile
Created June 27, 2015 22:46
A Vagrant multi-machine cluster using a loop
# -*- 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 }
}
@patrobinson
patrobinson / README.md
Created March 23, 2015 12:40
ServiceNow Dashing config

ServiceNow dashing Meter

Shows the number of results returned by a query to ServiceNow

Usage

Add the following to your Gemfile gem 'rs_service_now'

@wildekek
wildekek / README.md
Last active December 8, 2017 15:55
Memegenerator dashing job
@masha256
masha256 / README.md
Last active January 3, 2021 07:54
Google Gauge for Dashing

Description

A Dashing widget to show a Google Visualizations Gauge on a dashboard.

Installation

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:

@junaid18183
junaid18183 / Readme
Last active August 22, 2019 16:25
Dashing Widget For Hadoop DFS Stats
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
@larrycai
larrycai / README.mkd
Last active September 5, 2019 14:20
log sample dashing widget
# Use the high-colour menu system. This file, and the low-colour 'menu.c32'
# version, are provided by the syslinux package and can be found in the
# '/var/lib/tftpboot' directory. Copy it to '/var/lib/tftpboot'.
UI vesamenu.c32
# Time out and use the default menu option. Defined as tenths of a second.
TIMEOUT 2600
# Prompt the user. Set to '1' to automatically choose the default option. This
# is really meant for files matched to MAC addresses.