mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added agent control channel data accounting.
This commit is contained in:
parent
b6e3b51be2
commit
82dc7a456f
2 changed files with 21 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue