Good Morning, I would need to know what the "prolog_conntrack" table is used for,
since I have seen that it has been filled with data.
Version OCS Reports 2.9.2
Thanks greetings,
This table is designed for internal usage during processing inventory. The table is not stored on file but in memory. When there is no computer currently in exchange with server for inventory, there is no row in table.
CREATE TABLE `prolog_conntrack` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `DEVICEID` varchar(255) DEFAULT NULL, `TIMESTAMP` int(11) DEFAULT NULL, `PID` int(11) DEFAULT NULL, PRIMARY KEY (`ID`), KEY `DEVICEID` (`DEVICEID`)) ENGINE=MEMORY DEFAULT CHARSET=utf8;