Enable analytics on Ubond configuration
control_bind_host = "0.0.0.0"
control_bind_port = "1040"
Ubond netdata script
Install Netdata
bash <(curl -Ss <https://my-netdata.io/kickstart.sh>)
systemctl unmask netdata && systemctl enable netdata #optional
Make Netdata listen on all the interfaces (enabled by default)
/etc/netdata/netdata.conf
under [web]
Put ubond.chart.sh
to /usr/libexec/netdata/charts.d/
curl '<https://raw.githubusercontent.com/markfoodyburton/ubond/master/doc/examples/ubond.chart.sh>' -o /usr/libexec/netdata/charts.d/ubond.chart.sh
Enable Ubond ubond=yes
/etc/netdata/edit-config charts.d.conf
Install JSON module
cpan install JSON
systemctl restart netdata
# become user netdata
sudo su -s /bin/sh netdata
# run the plugin in debug mode
/usr/libexec/netdata/plugins.d/charts.d.plugin debug 1 ubond