Statistics Graphs not working in snapshot

When I try to access the graphs i get this
image
In syslog I see

daemon.err collectd[28689]: configfile: stat (/etc/collectd/conf.d/*.conf) failed: No such file or directory
daemon.err collectd[28689]: plugin_load: plugin "cpu" successfully loaded.
daemon.err collectd[28689]: plugin_load: plugin "iwinfo" successfully loaded.
daemon.err collectd[28689]: plugin_load: plugin "memory" successfully loaded.
daemon.err collectd[28689]: plugin_load: plugin "rrdtool" successfully loaded.
daemon.err collectd[28689]: rrdtool plugin: RRASingle = true: creating only AVERAGE RRAs
daemon.err collectd[28689]: plugin_load: Could not find plugin "syslog" in /usr/lib/collectd
daemon.err collectd[28689]: There is configuration for the `syslog' plugin, but the plugin isn't loaded. Please check your configuration.
daemon.err collectd[28689]: plugin_load: Could not find plugin "thermal" in /usr/lib/collectd
daemon.err collectd[28689]: Error: Parsing the config file failed!
daemon.info procd: Instance collectd::instance1 s in a crash loop 6 crashes, 0 seconds since last crash

There is no /tmp/rrd directory too.
This used to work and is on a system that was sysupgraded on the latest main snapshots regularly.
Can anyone confirm this?

The syslog straight on tells you that the collectd plugins for "syslog" and "thermal" (i.e., the collectd-mod-syslog and collectd-mod-thermal packages) you have in your configuration are missing.

2 Likes

Yea, thanks.
Seems my bad messing my build .config a while ago but still using my previous settings.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.