collectd-web
collectd-web copied to clipboard
Collectd-web is a web-based front-end for RRD data collected by collectd
This is what is happening when I am running the script. It is running on IMX8MP SOC.  What seems to be the problem here?
I have added custom data types in the collectd plugin , generated the rrds for the same , but not able to visualize them in collectd-web . In order to...
Looks like the last commit was in 2014. Is this project still maintained or should it be considered EOL?
Hello, i have a problem with the display on collectd-web, i have my localhost but not my client :/. I had missing something but i don't know what. In my...
Pull in graph definition fromhttps://wiki.freeradius.org/guide/stats-with-radsniff#collectd_rrdtool-graph-definitions in order to be able to render the corresponding radsniff rrds generated by collectd.
Execution shows several times ``` [Fri May 29 07:00:25 2020] collection.modified.cgi: Use of uninitialized value $ContextRoot in concatenation (.) or string at /home/debian/collectd-web/cgi-bin/collection.modified.cgi line 698. ```
Allow collectd-web to display HTTP status code that curl plugin ( https://collectd.org/wiki/index.php/Plugin:cURL ) writes to RRD files.
Under debian stretch, CGI.pm is in it's own package.
Hi, I installed collectd-web following instructions : tar xvjf collectd-web-X.X.X.tar.bz mv collectd-web-X.X.X collectd-web cp -a ./collectd-web /var/www/ then added the following to /etc/collectd/collections.conf datadir: "/opt/collectd_data/rrd/" libdir: "/usr/lib/collectd/" collectd writes the...
I found default host:port is localhost:8888, but by giving -h option, we can't see how to use the command paramter; second, I didn't get it by reading the sentence: _You...