Skip to content

grctest/GRC-Netdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, and have created the 'grc' alias for running the Gridcoin client under the 'gridcoin' user.
  • You need to install Netdata (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

Screenshot

Got ideas/suggestions for improvements?

Please do raise a GitHub issue, bonus points for pull requests!