Hacker News new | ask | show | jobs
by smivan 1311 days ago
This looks amazing! Do you have a sample kubernetes deployment or helm chart we could use? I'd love to deploy the metrics collector on my k3s and have all my servers stream in data.
3 comments

use collectd:

https://collectd.org/wiki/index.php/Plugin:SMART

https://collectd.org/documentation/manpages/collectd.conf.5....

It has plenty of both input and output plugins, and it's tiny. Writing new plugins for it is also a breeze, you just need to have app returning a line of text.

Quick and dirty monlith style just to test it out locally or whatever, not tested - converted a demo docker-compose.yaml file using Kompose: https://gist.github.com/sammcj/73ca0bd15e0ed0d65c0c51b21e38d...
Thank you! Will reach out on GitHub with any questions.
Yea a helm chart is needed. Did a quick and dirty daemonset for the collector and omnibus deployment for the database + ui and it works pretty good.