install.doctor
install.doctor copied to clipboard
Add Go plugins and other plugins to Netdata
💡 Feature/Idea
Add logic to the run_onchange_after_57-netdata.sh.tmpl script that incorporates the following projects:
- https://github.com/netdata/go.d.plugin
- https://github.com/netdata/netdata-grafana-datasource-plugin
- https://github.com/ohthehugemanatee/netdata-speedtest
Also, I really liked that you included the vulnerability scan for Debian. Is it possible to bring this feature to the other operating systems?
Also, what kind of other security-related scans can we include? Ideally, there should be a cron that scans the entire OS and reports vulnerabilities --- IDK if Netdata is the best for that so we might want to consider other alternatives as well.
:thumbsup: Can you contribute?
No response
Updated the script to install the speedtest plugin.
Plugins in https://github.com/netdata/go.d.plugin are included in netdata installation. https://github.com/netdata/netdata-grafana-datasource-plugin is a plugin that has to be installed in Grafana installation, there are no config changes needed in netdata for this to work.
About vulnerability reporting, there is no tool similar to the one used for Debain. Lynis and OpenSCAP come to mind for scanning and reporting linux (may be others as well) systems. Couldn't find Netdata plugins for either of these. We configure Wazuh which can also be used.
@ProfessorManhattan, could you please review this and share your inputs?