Tools relevant to the project - Multi-Axis/multi-axis-graphs GitHub Wiki

Zabbix

Especially:

Useful: forward postgresql from test server to localhost

ssh -L 5432:localhost:5432 <user>@<testserver>

Go webserver

  1. Remember to set GOPATH (e.g export GOPATH=~/go) and possibly the postgres forward above
  2. cd multi-axis-graphs
  3. Run: go run zab2.go
  4. Go to http://localhost:8080

D3 & NVD3 (Can anyone off the top of their heads highlight relevant pages?)

⚠️ **GitHub.com Fallback** ⚠️