No graphs at all, empty page

Hi there,

I am trying to get graphs working to see network usage etc.

Installed plugins:

collectd 4.10.8-4
collectd-mod-cpu 4.10.8-4
collectd-mod-df 4.10.8-4
collectd-mod-disk 4.10.8-4
collectd-mod-interface 4.10.8-4
collectd-mod-iwinfo 4.10.8-4
collectd-mod-load 4.10.8-4
collectd-mod-memory 4.10.8-4
collectd-mod-network 4.10.8-4
collectd-mod-rrdtool 4.10.8-4
collectd-mod-wireless 4.10.8-4
librrd1 1.0.50-2
rrdtool1 1.0.50-2

Still:

Under setup:

Also the plugins are enabled.
Any hint here?

Try to login to Omnia using SSH and start the following commands:

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

Hi there, thanks for the feedback. I don’t get any feedback on those commands. Also there is no status command?

If I try /etc/init.d/luci_statistics reload:
configfile: stat (/etc/collectd/conf.d) failed: No such file or directory
rrdtool plugin: RRASingle = true: creating only AVERAGE RRAs

And /etc/init.d/collectd reload the same result…

You can create missing directory using command:

mkdir /etc/collectd/conf.d

and “reload” again.

Thanks a bunch Skippi!
That helps a lot.
Also collectd folder needed to be created… :slight_smile:
But all working now.
Cheers!