How to setup statistics on Turris Omnia (3.11.23)

The Statistics/Diagram page is still empty.
I installed:
collectd-mod-cpu
collectd-mod-interface
collectd-mod-iwinfo
collectd-mod-load
collectd-mod-memory
collectd-mod-network
collectd-mod-rrdtool
rrdtool1
lighttpd-mod-rrdtool
collectd-mod-rrdtool

I also set collectd as autostart and started it.
How do I set up the diagrams in Luci Statistic/Setup

I don’t see “collectd” in your list. This is the list I have for my Omnia. I’m running v5, but I don’t think this has changed much since v3

collectd
collectd-mod-apcups
collectd-mod-conntrack
collectd-mod-cpu
collectd-mod-cpufreq
collectd-mod-df
collectd-mod-disk
collectd-mod-interface
collectd-mod-iwinfo
collectd-mod-load
collectd-mod-memory
collectd-mod-network
collectd-mod-ntpd
collectd-mod-openvpn
collectd-mod-ping
collectd-mod-rrdtool
collectd-mod-tcpconns
collectd-mod-thermal
collectd-mod-uptime
rrdtool1

I assume you’ve gone in to the Setup for the graphs, since some (most?) wont be enabled by default. One more thing to consider is there are two startup scripts related to this:

/etc/init.d/collectd
/etc/init.d/luci_statistics

I believe luci_statistics takes your luci config files and creates the collectd config file, then should run collectd. But collectd error reporting is spotty at best. Make sure collectd is running and if it isn’t running, you can run it by hand with some debug flags.

2 Likes

The key was luci_statistics
after enabling it the diagram appear.

Thanks ! :+1:

1 Like

For beginners:
Simply visit the Luci web interface, find System, Startup and there press Enable and Start buttons on row collectd and luci_statistics.
That step enabled a new menu on statistics, graph - there will be all named modules (collectd-mod-…) and its graphs as you install it in the system, opkg software and configure it under statistics, collectd setting. Enjoy

1 Like