VM LEDE collectd to local influxdb?

Does anyone tried to connect VM LEDE collectd to influxdb?? if yes, Please send me the steps to configure

You can try collectd with a few plugins like:

opkg update && opkg install collectd collectd-mod-conntrack collectd-mod-network collectd-mod-cpu collectd-mod-dns collectd-mod-exec collectd-mod-load collectd-mod-memory

It depends what you need. After installing the plugins you have to configure collectd from /etc/collecd.conf
For more information about what exactly can be configured you should read Manpage collectd.conf(5)

At the end just start collectd: /etc/init.d/collectd enable && /etc/init.d/collectd start

There is a problem with the init system (at least for me) - collectd cannot start automatically after a reboot.

Yeah thank you, There is a problem after robooting " Plugin network" block disapperes in /etc/collectd.conf

This is strange. is it the only block that disappears?
I mean if you put a few comments will they also disappear?