megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
99 stars 22 forks source link

Add Go plugins and other plugins to Netdata #45

Open ProfessorManhattan opened 1 year ago

ProfessorManhattan commented 1 year ago

💡 Feature/Idea

Add logic to the run_onchange_after_57-netdata.sh.tmpl script that incorporates the following projects:

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

enggnr commented 1 year ago

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.

enggnr commented 10 months ago

@ProfessorManhattan, could you please review this and share your inputs?