Skip to content

bitctrl/MeshCentral-HookAgentWebSocketDisconnected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MeshCentral-HookAgentWebSocketDisconnected

A plugin for MeshCentral to notify plugins if an agent has disconnected.

Depends on MeshCentral-PluginHookScheduler and hook_afterCreateMeshAgent to be enabled.

Installation

See Plugins - Installation & Usage

To install, simply add the plugin configuration URL when prompted:

https://raw.githubusercontent.com/bitctrl/MeshCentral-HookAgentWebSocketDisconnected/main/config.json

Configuration

meshcentral-data/config.json

{
  "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  "settings": {
    "plugins": {
      "enabled": true,
      "pluginSettings": {
        "pluginhookscheduler": {
          "backendhooks": [
            ["hook_afterCreateMeshAgent", []],
          ]
        }
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published