Hacker News new | ask | show | jobs
by djsumdog 2292 days ago
Have you found any tools for writing custom dashboard in netdata?

The docs are really light and custom dashboards seems to involve hacking the default HTML and pulling out all the components (javascript/divs) you need. I thought about writing my own, but have too many projects already.

1 comments

Set up netdata, check which plugin serves the type of chart you want, find shortest of that type, make a copy and hack it untill it works. I was doing it a while back so I cant remember the details but it wasnt something special to do... Ignore the docs, existing plugins are all the documentation you need.