opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
835 stars 625 forks source link

[FR] Netdata integrate Streaming #4239

Open CrazyWolf13 opened 2 weeks ago

CrazyWolf13 commented 2 weeks ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe. When running a lot of netdata monitored devices, people either use the netdata cloud, or use a single agent as Parent Node, then with the following commands;


cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config stream.conf

And edit (set) the following [stream] enabled = yes destination = # :SSL is optional here ssl skip certificate verification = yes # this is optional if only using self-signed certs api key =

Describe the solution you'd like It would be really nice if this could be set via GUI, as those default commands don't really work.

Describe alternatives you've considered I tried using the commands, but it did not work, and generally opnsense it's not suggested as it's against the config.xml.

Additional context

Thanks opnsense team :)

CrazyWolf13 commented 2 weeks ago

EDIT: in opnsense the config is located in /usr/local/etc/netdata so we can manually cd to there and use the command sudo ./edit-config stream.conf to edit the config.