Jump to content
Pulseway 9.14 🔥

ClientPlugin Events - for receiving events/notifications from PCMonitor

Featured Replies

Posted

Are there any events a plugin can attach to to receive notification from PCMonitor?  Ie probably anything able to be notified to IOS, able to be caught by a plugin, for running an internal notifcation, or action?

Ie I'd like, for example to receive a System up notification (which I do), but I'd like to also tell an internal system that this system is up.  So I'd need a plugin to be able to be mirror a notification and do something with it.

  • Administrators

At this moment this is not possible however for your example you can simply hook into the PluginLoaded method that gets called as soon as the service starts. This would be an equivalent of receiving the notification.

-Paul

Create an account or sign in to comment