1
0
Fork 0
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:
Ylian Saint-Hilaire 2019-05-28 12:08:09 -07:00
parent c7c62e3bd1
commit 5d57c71e2e
2 changed files with 5 additions and 1 deletions

View file

@ -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,