0) { poll_cache_oids($device, 'status', $oid_cache); global $table_rows; $table_rows = array(); global $multi_update_db; $multi_update_db = array(); poll_status($device, $oid_cache); if (count($multi_update_db)) { print_debug("MultiUpdate status DB."); // Multiupdate required all UNIQUE keys! dbUpdateMulti($multi_update_db, 'status'); } $headers = array('%WDescr%n', '%WType%n', '%WIndex%n', '%WOrigin%n', '%WValue%n', '%WStatus%n', '%WLast Changed%n'); print_cli_table($table_rows, $headers); } // EOF