data_sources = array('entropy'); $obj->ds_names = array( 'entropy' => 'Conntrack entries', ); $obj->colors = array( 'entropy' => '0000f0', ); $obj->width = $width; $obj->heigth = $heigth; $obj->rrd_title = 'Conntrack entries'; $obj->rrd_vertical = '#'; $obj->rrd_format = '%.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph();