17 ms·
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 se
by smivan 4y 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.
- smcleod 4y agoQuick 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/73ca0bd15e0ed0d65c0c51b21e38d864 https://gist.github.com/sammcj/73ca0bd15e0ed0d65c0c51b21e38d...
- smivan 4y agoThank you! Will reach out on GitHub with any questions.
- adql 4y agouse collectd: https://collectd.org/wiki/index.php/Plugin:SMART https://collectd.org/wiki/index.php/Plugin:SMART https://collectd.org/documentation/manpages/collectd.conf.5.shtml 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.
- preisschild 4y agoYea 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.