1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Allow meshcore agent update with agent in bad state.

This commit is contained in:
Ylian Saint-Hilaire 2021-02-07 00:38:20 -08:00
parent ee3c60a6bd
commit b6defb185c
2 changed files with 10 additions and 5 deletions

View file

@ -328,7 +328,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
invalidDomainMesh2Count: 0,
invalidMeshType2Count: 0,
duplicateAgentCount: 0,
maxDomainDevicesReached: 0
maxDomainDevicesReached: 0,
agentInTrouble: 0,
agentInBigTrouble: 0
}
obj.getAgentStats = function () { return obj.agentStats; }