Windows Client API
Windows Agent Client API / Plugins
56 topics in this forum
-
For convenience we've constructed a list of all community maintained plugins for Pulseway. Altaro VMBackup Link: https://forum.pulseway.com/topic/3047-altaro-vmbackup-plugin/ Author: NESTEC Austria Version: 0.3 Last Update: 20/11/2019 Status: Functional / Commercial Notification Bridge Link: http://forum.pulseway.com/topic/962-notification-bridge/ Author: Paul Version: 1.3 Last Update: 10/09/2019 Status: Functional Session Control Plugin Link: http://forum.pulseway.com/topic/319-session-control-plugin-12/ Author: Paul Version: 1.3 Last Update: 08/09/2016 Status: Functional …
-
- 0 replies
- 21.2k views
-
-
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?
-
- 1 reply
- 1.6k views
- 1 follower
-
-
Hi everyone, Use this plugin to open up a local WCF using net pipes so that a console application can use it to sent notifications to Pulseway. Using this solution you can easily send Pulseway notifications from your scripts. Version 1.3 =Installation= Add the NotificationBridgePlugin.dll plugin into Pulseway Manager -> Plugins. Configure your scripts to call NotificationBridge console application. =Usage= -p (Priority: 0=Low, 1=Normal, 2=Elevated, 3=Critical) -t (Text message, use double quotes if the message includes a space) -f (Include the text from a file) -r (Allow repeating notifications) Exit Codes: 0 - Notification w…
- 36 replies
- 33.4k views
- 2 followers
-
Hi, Is it posible to return a graph from a plugin? I am interested in returning value in a graph like the one used in CPU, Memory, etc. Br, Martin.
- 4 replies
- 6.7k views
- 1 follower
-
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.
-
- 1 reply
- 2.5k views
-
-
Is there a way to do the following: "Use an API to call pulseway to trigger a workflow of any type on a server"
-
- 5 replies
- 3.7k views
- 1 follower
-
-
Hi all, I'm trying to follow the guide to starting to program a plug in but I'm falling at the first hurdle. I'm following the guide to "create your first plugin" https://www.pulseway.com/api/clientnet but when I get to where it says "From solution explorer rename "Class1.cs" to "SimplePlugin.cs" and open it. Now we need to add a project reference to our PulsewayClient.dll file which is located in the directory of Pulseway. See Figure B." I cannot for the life of me find a dll called PulseWayClient.dll. I presume it's taking about the installation directory of the pulseway agent, but this file does not seem to exist in any machine that I've checked and f…
- 4 replies
- 4.8k views
- 1 follower
-
Hi All, Do you want to shutdown or restart your computer on a certain day and time? no problem! With the Shutdown Scheduler plugin you can set what you want todo (shutdown or restart) and when it needs to happen. When the time is there you will receive a notification that the computer is going to shutdown or restart. Good luck with it! ShutdownScheduler.zip
- 17 replies
- 16.6k views
- 1 follower
-
Hey there I'm writing a simple plugin, but I've found that none of the input fields work through the web app. I can send input to the plugin from the mobile app (ints, dropdowns and datetimes), but none of the fields do anything besides show their title and subtitle from Chrome, Edge or Firefox. Is this a planned feature? It seems hugely restrictive if this can only be done from mobile as that's only how a tiny fraction of our engineers will work. Thanks
-
- 2 replies
- 4.1k views
- 1 follower
-
-
I'm keen to find someone who can develop custom plug-ins for the following: Acronis Backup & Recovery 11.5 (virtual, server and workstation editions all use the same management console) Acronis vmProtect 8 I'm not a developer so don't know what info is required for this to be done, or where to turn. Any advice and guidance most appreciated.
-
- 2 replies
- 5.4k views
- 1 follower
-
-
Just launched a Plugin to integrate well known and common used ALTARO VMBACKUP into Pulseway. In the current version 0.3.0 we support latest Backup State and Access to the history log of every VM thats backes up at least once; Future plans including trigger a backup job and more. Short Video: https://youtu.be/ZvUta6wND0o (german titles)
- 2 replies
- 3.5k views
- 1 follower
-
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.
-
- 1 reply
- 2.6k views
- 1 follower
-
-
Hello , Session Control allows you to view active sessions on Windows server machines and their associated files. No commands are currently implemented but I have in plan on adding a few like (Close sessions, List Shares, Delete Share). Please take your time and read the 'readme.txt' file as it explains everything you need to know about installing, using the plugin. My release is open-source bound by no license. That being said you can freely modify, distribute, claim as your work, sell and / or include in your copyrighted material as long as it doesn't breach Pulseway's license or terms and conditions. Download Link: PaulCsiki.SessionControl.zip. (Version 1.…
- 43 replies
- 26.6k views
- 1 follower
-
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
- 2.8k views
-
-
Hi MMSOFT. Is it somehow possible to generate more individual notifications from the same plugin, without using allowMultipleNotifications. It is not hard to imagine that a plugin would have to monitor two or more individual values. If it is not possible, consider this a feature request :-) Best Regards, Martin.
- 11 replies
- 7.9k views
- 1 follower
-
Hi, When a plugin returns a datetime (eg. in a simpleitem) it is formatted acording to the agent device language and timezone. Is it somehow possible to format/convert it so it match the mobile apps regional setting and timezone? Br, Martin.
-
- 4 replies
- 5.1k views
- 1 follower
-
-
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
-
-
Version: 1.1.0 Beta Author: Chillisoft: John Rickman Minimum PC Monitor Version: 3.3.1 * Tested Platforms: Operating Systems: Windows 7 Professional Products: Ninite One Server Operating Systems: Windows Web Server 2008 R2 * Features: - Allows manual triggering of the Ninite One application to silently update applications - Notifies when the report from the above process has completed - Must have a paid subscription for Ninite Pro * Installation: 1. Copy all files from the 'NiniteOne' folder to any folder in your computer. It is recommended you place the contents in the root of C:\ 2. Place niniteone.exe in the same directory 3. Go to 'Plugins' tab fro…
- 13 replies
- 27.6k views
-
PC Monitor Users, Herewith my PC Monitor Config Plugin for Windows computers only! You know how you can go into PCM Client and check/tick boxes etc. Well, now you can do it from your Device. Not everything is covered, but a lot is. The code behind the plugin, is simply changing registry values within the PC Monitor section in the registry. Update Have attached v1.1 with a few modifications MobilePCMonitorConfigurator v1_1.zip
- 8 replies
- 11.3k views
- 1 follower
-
Is there a graceful method that Pulseway has to deploy plugins to endpoints? There are a couple of plugins I would like to use for all of our monitored Windows machines, but manually downloading the plugin, installing it, and configuring it on each individual machine won't be worth the time. We have a Pulseway Enterprise Server; is there a way we can load the plugins into that, so we can deploy them to monitored endpoints?
-
- 8 replies
- 8.1k views
- 1 follower
-
-
Hi all We’d like to start scripts on monitored systems using C# or Powershell, or JSON, or an API you have available. I’ve looked through your REST API documentation, but haven’t seen any details about starting a script there. We want to automate the starting of scripts via a trigger, rather than starting them manually. What API's, SDK's or methods are there available to achieve this? Thanks, Martin.
-
- 2 replies
- 4.2k views
-
-
I monitor my infrastructure using Nagios running on multiple Linux servers. I'm switching over to using Pulseway. There are a lot of things that Nagios does that Pulseway does not, so I'm looking to implement some of the important things using plugins. For starters, I'm planning on checking HTTP (speed of response, size of response, does the response contain key information). I want to expand to other network service checks (DNS, SMTP, IMAP) to ensure my infrastructure is always available. I am going to have multiple host and service checks run through the PluginDataCheck method of the ClientPlugin. I'm concerned that I might need to make these check…
-
- 1 reply
- 4.6k views
- 1 follower
-
-
Hi Community, I just want to share that I am soon going to release my first plugin on Pulseway forum. The plugin is all about PowerShell, that's why I have decided to call it "PowerOfTheShell" This plugin is for all those of you that want to run PowerShell script while you are on the go and get the results immediately from with in Pulseway directly on your device. I use Powershell and C# almost every day in my line of work, so it was just very clear to me that I just had to write a plugin, that I could use with this great software. Main features are: The menu of PowerOfTheShell including subpages with script commands is easy to configure through a sim…
- 86 replies
- 60.6k views
- 2 followers
-
Hello, In french, some messages sent by SendNotificationToAllDevices contain special characters such as é è à ù ... I've tried to encode these messages as UTF-8 string, but these characters are replaced by a black diamond containing a question mark, when shown, e.g. on the mobile app. I've trie HTML encoding but it shows the HTML code, not the correct character. Is there a way to pass french messages properly? Thanks in advance for your answer. Best regards, Guy
-
- 3 replies
- 4.2k views
- 1 follower
-
-
Hi MMSOFT. Is there an easy way for using SetValueForKey and GetValueForKey without encrypting the data. Sometimes we want the plugin-data to be configured or manipulated directly via registry. If not, can anyone help providing a C# function that always will return the same registry key name as GetValueForKey/SetValueForKey uses? Best Regards, Martin.
- 2 replies
- 4.7k views
- 1 follower