mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 13:39:42 -05:00
Started work on hardware inventory support.
This commit is contained in:
@@ -1937,6 +1937,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
||||
db.Remove('if' + node._id); // Remove interface information
|
||||
db.Remove('nt' + node._id); // Remove notes
|
||||
db.Remove('lc' + node._id); // Remove last connect time
|
||||
db.Remove('si' + node._id); // Remove system information
|
||||
db.RemoveSMBIOS(node._id); // Remove SMBios data
|
||||
db.RemoveAllNodeEvents(node._id); // Remove all events for this node
|
||||
db.removeAllPowerEventsForNode(node._id); // Remove all power events for this node
|
||||
|
||||
Reference in New Issue
Block a user