data_sources = array('value'); $obj->legend = array( 'value' => 'Conntrack entries', ); $obj->colors = array( 'value' => '0000f0', ); $obj->rrd_title = 'Conntrack entries'; $obj->rrd_vertical = '#'; $obj->rrd_format = '%.1lf'; # backwards compatibility # the data source is named 'entropy' in collectd's types.db if ($CONFIG['version'] < 5) { $obj->data_sources = array('entropy'); $obj->legend['entropy'] = $obj->legend['value']; unset($obj->legend['value']); $obj->colors['entropy'] = $obj->colors['value']; unset($obj->colors['value']); } $obj->rrd_graph();