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:
parent
ee3c60a6bd
commit
b6defb185c
2 changed files with 10 additions and 5 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue