Open igittigitthub opened 6 years ago
I've got the same issue, and finally found a solution.
You certainly has a data_type line in /etc/collectd/my_types.db
, included in /etc/collectd/collectd.conf
(TypesDB parameter) defining these metrics, with this content :
disk io_time:DERIVE:0:U, weighted_io_time:DERIVE:0:U
You must :
/usr/www/<your_CGP_root>/inc/my_types.db
/usr/www/<your_CGP_root>/conf/config.local.php
:
$CONFIG['typesdb'][] = 'inc/my_types.db';
Note : unfortunately, you cannot use an absolute path here, thus have a direct reference to the file (which is used by collected) located in /etc/collectd/
will not work.
My CGP can't create disk_io_time graphs. Everything else is working fine.
I already checked the file CGP/plugin/disk.json. The DS entries
io_time
andweighted_io_time
are correct. 😕My version:
Command:
Output:
Error in logfile
/var/log/apache2/error.log
:My collectd version is:
5.7.2-2ubuntu1