mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 21:49:43 -05:00
Added agent control channel data accounting.
This commit is contained in:
@@ -350,7 +350,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
||||
relayOut: {},
|
||||
localRelayCount: {},
|
||||
localRelayIn: {},
|
||||
localRelayOut: {}
|
||||
localRelayOut: {},
|
||||
AgentCtrlIn: 0,
|
||||
AgentCtrlOut: 0
|
||||
}
|
||||
obj.getTrafficStats = function () { return obj.trafficStats; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user