Stock Quote & Chart Dashing Dashboard consists of two widgets. While one displays a stock's current quote and other details; another displays its last 30-days closing stock prices.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = pavan.sss1991@gmail.com | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls | |
smtpserver = smtp.gmail.com |
#Dashing job to retrieve Foreman data
This job executes a list of queries to the Foreman API so you can optionally filter out the interesting stuff.
Sample job to retrieve foreman data. Data can be send to any widget.
The example widget below is a slight modification of the default List
widget.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Nagios shoutcast plug-in | |
# By Juliano Jeziorny (djkadu@gmail.com) | |
# Rev 0.1 | |
# 23/11/2010 | |
# ********************************************************* | |
# Modified and adapted for Shoutcast 2 to parse xml stats | |
# and detect unconnected source | |
# Rev 0.2 by Keijo D. Putt | |
# 07-Dec-2017 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloads 64 bits: | |
sc_serv: https://dl.dropbox.com/s/awj65gxyighz4ro/sc_serv2_linux_x64-latest.tar.gz?dl=1 | |
sc_trans: https://dl.dropbox.com/s/ol88p5cwy9ivhvx/sc_trans_linux_x64_10_07_2011.tar.gz?dl=1 | |
Downloads 32 bits: | |
sc_serv: [FALTANDO] | |
sc_trans: https://dl.dropbox.com/s/zfmfh0ahdv7mjx0/sc_trans_linux_10_07_2011.tar.gz?dl=1 | |
Para baixar o último sc_serv vá até: https://www.shoutcast.com/BroadcastNow |