Jump to content
Pulseway 9.14 🔥

Windows Client API

Windows Agent Client API / Plugins

  1. Hello, It seems that the method "public override void PluginUnloaded()" is not invoked as the Pulseway service is restarted or stopped. I think it should be. Kind regards, Guy

    • 2 replies
    • 3.6k views
  2. I wrote a plugin that had 0 errors but when deployed it caused the web interface to not show, so I was wondering if there was anything you disallow in the .NET plugin? Could I write a file or folder watcher for example? Could I do a security wipe and format a non system drive? You get the idea...

  3. Hello, We have programmed for years a PulseWay plugin that monitors websites and send sometimes notifications. This plugin has not been changed for a long time. Since a few days, we have noticed that some notifications are no more delivered. Our logs indicate that our plugin has correctly send the notification, with such a code : SendNotificationToAllDevices(string.Format("{0} resumes from errors.", dr["title"]), NotificationPriority.NORMAL, true); But the notification is not received. It occurs randomly on a few notifications only. Do you apply now notifications limits? Do we have to change something in our plugin? Thanks in advance for your help. …

    • 1 reply
    • 3k views
  4. 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.

  5. Just wondering how everyone is handling remotely disabling devices? This is an easy task if the device is on as I can reset their password and restart the device. But scheduling such a thing for next check in is harder. While ideally, a full loss prevention suite that runs at power on is the ideal solution, it would be nice to have something abit softer.

  6. Started by cpo,

    Hi, I wanted to start to write a new plugin. I followed the article about that and created a SimplePlugin.dll, including the reference to PCMonitorClient.dll from the current 9.8 install path. The build process went well, also including in Pulseway Manager on a windows Server. However after looking on the Web or Mobile App on the bottom it says "Loading Plugins" and after a while nothing happens. It also seems that some other features are not working any more like displaying the Version of the pulseway agent. Do you have any hint for me?