Windows Client API
Windows Agent Client API / Plugins
56 topics in this forum
-
Ok so this may not be the right place to be asking this but... I use Ninite.com to install most of the basic applications I use on my computers. For those who don't know you go to ninite.com select from their list of applications what programs you want to install and it builds an installer for you. The installer is stand alone it doesn't install itself on your computer. When you run the installer it downloads the latest versions of the selected programs saying no to additional programs like browser tool bars and such and installs them. If you run the installer again some time down the road it will go online and search for updates to those programs and install them. A…
- 3 replies
- 8.6k views
-
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
- 34.1k views
- 2 followers
-
I am actively searching for a managed services application that can monitor Microsoft OneDrive for Business on a Windows pc. Imagine a user out there working on their Windows laptop WITHOUT an internet connection. They save their data into a Microsoft OneDrive for Business folder that is set to sync back to Microsoft's SharePoint online document library. When the user regains their internet connection, the OneDrive for Business Sync Client (a little blue cloud) is supposed to connect to SharePoint online and sync the user's data back to the Organizations data store in SharePoint Online. But occasionally this sync breaks and the little blue cloud icon gets eithe…
- 7 replies
- 8.6k views
-
Hi I wrote a couple of plugins for Pulseway. The plugins often provide a "global" state and a more detailed status on a seperate page. Currently, I have to create a group containing 2 items in the GetAdditionalComputerDetails method. The first item is a SimpleItem with the title "XYZ state" and a subtile "OK". The second item is a PageItem "Details...". It would save a lot of space if I could have a PageItem which has an icon in front (so that the state is easily visible). Dilbert
- 2 replies
- 4k views
- 1 follower
-
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.5k 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.3k views
- 1 follower
-
-
Would be fantastic to have a plugin for the Storegrid client app. This is a backup software which allows systems to backup to a hosted solution. Problem is that to manage the client you have to remote control the desktop. Items of interest for the plugin would be: 1. View Each Job 2. Job Last Run time 3. Status of Job (Running or Standby) 4. Last results: Failed or Success If Failed ability to get reason for Failure 5. Ability to re-run job or cancel the job. I would want this info from the client and not the server…. http://www.vembu.com/ Product is Storegrid. API fro my product is: http://www.storegrid...Services-DG.pdf
- 15 replies
- 9.6k views
- 1 follower
-
PC Monitor 2.8 adds support for plugins and you will be able to: - display additional custom information in computer details page - run additional custom commands - send notifications The support for plugins is fully implemented in PC Monitor Agent 2.8 and a plugin example is also available for download here: http://www.mobilepcm...oad/netplugins.zip
- 9 replies
- 9.6k views
- 1 follower
-
Hello, this is a freakin awesome application... good job! i need a plugin to monitor voltage, temp, fan speed and power consumption of my GPU and CPU (now i can only monitor temp of my cpu). can anyone please give me a link to the plugin i need? i try to use gpu-z dll and other but don't work
- 7 replies
- 12.6k views
- 1 follower
-
Hi, How to update plugins on customers' machines? I have an idea :-) Mayby I can do it in this way: - 2 plugins are needed - plugin no. 1 is the "main plugin" - plugin no. 2 is "updater", it waits for trigger - "updater" can unload "main plugin" dll from memory - then "updater" can download new dll file from "somewhere" - next new "main plugin" should be loaded. Or "updater" checks published (somewhere) "main plugin" version and if it is higher then try to update it as described above. Do you plan to make plugin updatable? Thx, Roman
-
- 2 replies
- 4.4k views
- 1 follower
-
-
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
-
-
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
- 61.9k views
- 2 followers
-
Greetings I was encouraged to make a post here about a little addon I wrote for use with Plex Media Server. It was done mostly out of curiosity (my first actual C# code) and because a friend of mine thought it would be a nice thing to be able to see who's streaming from PMS on the Pulseway app. It was originally meant to show cache and transcode storage sizes but it's not easy to retrieve those numbers quickly, and it tested hard on older servers resources without some kind of caching (even through MSR COM), but that can quickly outdate results. So now it's just for seeing who's streaming, which was quick and easy to do thanks to good API's on both sides. Ve…
-
- 2 replies
- 6.8k views
-
-
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
-
-
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.6k views
-
-
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
-
- 1 reply
- 4.1k views
- 1 follower
-
-
Hello, Thanks for dropping by. This plugin is obsolete since PC Monitor has integrated support for third party security products and windows firewall monitoring. Please use PC Monitor's security center features since it's better than mine. Thank You, Paul.
- 38 replies
- 24.2k views
- 1 follower
-
has anyone seen or does anyone know how to create a notification that can be triggered when a file is created in a certain directory??? like a backup creating a log file after the job is complete?
-
- 5 replies
- 4.8k views
-
-
Hi We're writing a little plugin that sends notifications. The problem is that the plugin now spams notifications and does not take heed of the CanSendNotification. I get 40 of the same message appearing. public override void PluginDataCheck() { if (CanSendNotifications) { SendNotificationToAllDevices("bLAHbLAH", NotificationPriority.CRITICAL); } } Am I misunderstanding what the cansendnotifications property means? I am under the impression that this property will switch to false after I send the first time? And only after viewing the message will it revert back to true? Kind Regards Frank
-
- 3 replies
- 3.7k views
-
-
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
- 27.3k 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.9k 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.9k 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.9k views
-
-
And am thinking of writing a new one. But before I do there's a coupl eo fthings I'm wondering. With the plugin I see a simple page and a Group Page. Both of these have a standard information "I" or arrows icon. Is this customisable? Currently my plugin has three pages, and they're all of the main screen of the machine, whereas all the system plugins have a single entry on the machine screen, and a pretty icon. Lastly, is the order selectable? Plugins seem to default to after the power options.
-
- 4 replies
- 5k views
- 1 follower
-
-
Would be great to be able to initiate a speed test on a clients machine to see if there is a speed issue. Open client machine. initiate speed test to speedtest.net and see the results in the phone for the test fom the client machine. If the speed is below an expected level it could generate an alarm.... I know that Ookla allows you to create your own speedtest using a stand alone app which you install on a server and it uses .net. http://www.speedtest.net/mini.php
-
- 2 replies
- 5.5k views
- 1 follower
-