plugins
plugins copied to clipboard
[FR] Netdata integrate Streaming
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] When the request is meant for an existing plugin, I've added its name to the title.
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 = IP:PORT:SSl # :SSL is optional here ssl skip certificate verification = yes # this is optional if only using self-signed certs api key = <API_KEY_FROM_PARENT_IN_BITWARDEN>
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 :)
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.
This issue has been automatically timed-out (after 180 days of inactivity).
For more information about the policies for this repository, please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.
If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.