https://github.com/grctest/grc-netdata
Netdata charts for Gridcoin
https://github.com/grctest/grc-netdata
boinc charts cryptocurrency gridcoin haskell jq monitoring netdata turtle
Last synced: 6 months ago
JSON representation
Netdata charts for Gridcoin
- Host: GitHub
- URL: https://github.com/grctest/grc-netdata
- Owner: grctest
- License: mit
- Created: 2017-03-29T18:54:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T08:32:31.000Z (over 8 years ago)
- Last Synced: 2025-07-22T01:43:01.974Z (6 months ago)
- Topics: boinc, charts, cryptocurrency, gridcoin, haskell, jq, monitoring, netdata, turtle
- Language: Shell
- Size: 64.5 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRC-Netdata
Netdata charts for Gridcoin
# Prereqs
Install 'jq'
# Installation guide
* This has only been tested on Ubuntu
* This script assumes you've setup your fullnode using [the autonode script](https://github.com/gridcoin-community/Autonode/blob/master/GridcoinAutoNode.sh), and have created the 'grc' alias for running the Gridcoin client under the 'gridcoin' user.
* You need to install [Netdata](https://github.com/firehol/netdata/wiki/Installation) (remember the pre-req section too).
* Once netdata has been installed, place the stats.sh script somewhere memorable and run it using the command "source ./stats.sh >/dev/null 2>&1 < /dev/null &"
* Place the 'gridcoin.chart.sh' script into the "/usr/libexec/netdata/charts.d/" folder, and provide it full executable permissions "chmod +x gridcoin.chart.sh"
* Edit the file "/etc/netdata/charts.d.conf" and set both 'enable_all_charts="yes"' and 'gridcoin="yes"'
* Execute "killall netdata" then "netdata"
* Navigate to IP:19999 and your Gridcoin charts should be shown!
# Screenshot

# Got ideas/suggestions for improvements?
Please do raise a GitHub issue, bonus points for pull requests!