Munin graphs from bitcoinaverage.com
Go to file
cn b482102410 API endpoint changed again, now includes indices and yields more data
(old stopped working)
2017-07-21 19:08:38 +02:00
README.md Fiat lux 2013-11-19 14:06:55 +01:00
bitcoin_ API endpoint changed again, now includes indices and yields more data 2017-07-21 19:08:38 +02:00

README.md

munin-bitcoin

Creates Munin graphs from the data at bitcoinaverage.com tickers which are extracted via their JSON API providing the last price data.

Install

Clone this repository or download the bitcoin_ file and create a symlink as root in /etc/munin/plugins by using e.g.:

cd /etc/munin/plugins; ln -s /path/to/bitcoin_ bitcoin_<currency>

where is a currency known to https://api.bitcoinaverage.com/ticker/ like "EUR" or "USD".

Don't forget to restart your munin-node deamon.