'hr_processes.rrd', 'call_function' => 'snmp_get', 'mib' => 'HOST-RESOURCES-MIB', 'graphs' => array('hr_processes'), 'ds_rename' => array('hrSystemProcesses' => 'procs'), // Just named procs 'oids' => array( 'hrSystemProcesses' => array('descr' => 'Running Processes', 'ds_type' => 'GAUGE', 'ds_min' => '0'), ) ); $table_defs['HOST-RESOURCES-MIB']['hrSystemNumUsers'] = array( 'file' => 'hr_users.rrd', 'call_function' => 'snmp_get', 'mib' => 'HOST-RESOURCES-MIB', 'graphs' => array('hr_users'), 'ds_rename' => array('hrSystemNumUsers' => 'users'), // Just named users 'oids' => array( 'hrSystemNumUsers' => array('descr' => 'Users Logged In', 'ds_type' => 'GAUGE', 'ds_min' => '0'), ) ); // EOF