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