mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added agent TCP close tracking.
This commit is contained in:
parent
c7c62e3bd1
commit
5d57c71e2e
2 changed files with 5 additions and 1 deletions
|
@ -242,6 +242,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
|||
obj.agentStats = {
|
||||
createMeshAgentCount: 0,
|
||||
agentClose: 0,
|
||||
agentTcpClose: 0,
|
||||
agentBinaryUpdate: 0,
|
||||
coreIsStableCount: 0,
|
||||
verifiedAgentConnectionCount: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue