Jump to content
Pulseway 9.14 🔥

Windows Client API

Windows Agent Client API / Plugins

  1. 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.

  2. Started by Xander,

    How do you guys go about debugging your more complicated client plugins? Do you load and unload them constantly between builds / tests? Anyways, today I got tired of doing that (I have PW installed on a remote virtual machine so that increased the pain a bit), so I built a basic program that emulates the Pulseway interface (I specifically utilized the PW iOS interface as that is what I had available to me) and loads DLLs quickly. I then just made my class library project (i.e. my plugin project) start an external program (the PW Emulator) after building and passes the path to the dll as a parameter. I'm not quite done with it (only a few hours of work on it), so it…

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

  4. 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?

  5. Started by Dilbert,

    Hi, I want to write a plugin for changing user configurations. As the list of users is long (more than 100) it would be great, if I could create a page with the list of the users and a "search" textbox. If the user enters some text, the list will be filtered. It could be like the "Search users" feature of the Active Directory Server Module. Is this somehow possible with a plugin? Dilbert

  6. This Plugin will check for the certain Windows event log entry which was logged during the boot process into the system log. You will have the option to configure Windows event id (any ID) and the time. Read_startup_events.dll

    • 0 replies
    • 3.6k views