OPNsense Forum

Archive => 19.7 Legacy Series => Topic started by: guest15389 on August 12, 2019, 03:49:11 pm

Title: netdata plugin
Post by: guest15389 on August 12, 2019, 03:49:11 pm
Can we get the backend information added for the plugin?

I push my netdata to another box to historical purposes with Grafana.

Example config for me looks like:

Code: [Select]
[backend]
         enabled = yes
         data source = average
         type = opentsdb
         destination = 192.168.1.30:4242
         prefix = netdata
         hostname = router.domain.us
         update every = 10
         buffer on failures = 10
         timeout ms = 20000
Title: Re: netdata plugin
Post by: mimugmail on August 12, 2019, 05:26:10 pm
Can you add a feature request via GitHub? I try to implement it in September as I'm on vacation
Title: Re: netdata plugin
Post by: guest15389 on August 12, 2019, 05:29:06 pm
Yes, I logged an issue:

https://github.com/opnsense/plugins/issues/1449

Thanks!