datadir = $CONFIG['datadir']; $obj->args = array( 'host' => $host, 'plugin' => $plugin, 'pinstance' => $pinstance, 'type' => $type, 'tinstance' => $tinstance, ); $obj->data_sources = array('users'); $obj->ds_names = array( 'users' => 'Users', ); $obj->colors = array( 'users' => '0000f0', ); $obj->width = $width; $obj->heigth = $heigth; $obj->seconds = $seconds; $obj->rrd_title = "Users on $host"; $obj->rrd_vertical = 'Users'; $obj->rrd_format = '%.1lf'; $obj->rrd_graph(); ?>