Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
4.34k stars 580 forks source link

Trigger URL-Call or action on different Events. #3449

Open JSuenram opened 2 years ago

JSuenram commented 2 years ago

Hi, we are coming from ScreenConnect and are in process of switching over to MeshCentral. Amazing Software so far. But we are missing a feature which we use in ScreenConnect.

In Screenconnect you can create triggers for different Events. We use this to transfer Session-Data and Times to our Hepdesk-System. The URL just calls a page and adds some values by Querystring. Not very smart, but it works good so far.

Is something like this possible with MC? We can see that the connection-events are logged but how to trigger them? image

Ylianst commented 2 years ago

This seems like it will be a lots of work to do. This request is super broad since the screen shot looks like it offers a way to configure triggers in many different ways.

I will note that we added a command to meshctrl to get the events from the MeshCentral event bus. You could then do something when a specific event your looking for is received. You would need to be a developer to make use of this capability.