Plugin that adds a button to send OmniOS and apps logs to a server by running export_data command on the agent.
- Displays "Export Logs" link after the Apps section (from OmniOSVersion plugin) on the General tab.
- Executes
/home/user/.local/bin/export_data --mode serveron the agent. - Shows export status (running/success/error).
- No admin panel or configuration.
- Copy the
MeshCentral-OmniOSSendLogsfolder into the MeshCentral plugins directory. - Restart MeshCentral to load the plugin.
- Open a device on "My Devices" → General tab.
- Click "Export Logs" link to trigger log export.
- Status updates will show the result of the operation.
- The agent must have
/home/user/.local/bin/export_dataexecutable available. - Requires OmniOSVersion plugin for proper positioning (optional, falls back to Hostname if not present).
The command path can be changed in modules_meshcore/omniossendlogs.js by modifying the EXPORT_CMD constant.
- Code comments and log messages are in English.