Windows Client API
Windows Agent Client API / Plugins
56 topics in this forum
-
Hello, I'm developing a plugin to monitor a row amount in a sql server table. If it's above a certain amount I need to have a warning. To build a good application I want to configure the connectionstring and certain other values through a configuration screen. I'm able to popup the screen add a text box and close it. What I'm looking for is a small example on how to use the SetRegistryValue and the GetValueForKey in the form. Can anybody help me?
-
- 2 replies
- 4.6k views
- 1 follower
-
-
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...
-
- 1 reply
- 3.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
- 34.1k views
- 2 followers
-
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
-
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
-
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
-
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
-
-
There is the ability to download or upload a file via ftp from terminal pc monitor?
-
- 1 reply
- 4k views
- 1 follower
-
-
Hello, I want to create a plugin to get system information (hardware info) from an 2008 server. I have Visual Studio, but I really don't know how to start. Can someons point my in the right direction or create a sample to write an vb class? Public Class Class1 ?????????? End Class Manu thanks Kurt I have the vb code here: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colSettings = objWMIService.ExecQuery _ ("Select * from Win32_OperatingSystem") For Each objOperatingSystem in colSettings Wscript.Echo "OS Name: " & objOperatingS…
- 37 replies
- 22.8k views
- 1 follower
-
Hi everyone great app and add-ins i was wondering has anyone considered making a plugin for Allmyapps.com ? http://allmyapps.com Allmyapps discovers what is on your PC and then will tell you if there are any updates and you can run the installers updating the apps mostly silently reducing your time doing this, it would be awesome if this could be done via pc monitor remotely ? Thanks
-
- 2 replies
- 5.6k views
- 1 follower
-
-
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.9k views
-
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
-
does anyone have a plug in to allow more than one notification to be sent for the same error id in event log? for example: If an event has occurred and a notification has been sent, then if the same event occurs, an event doesnt send. this is a tad annoying if we have two backup jobs that run on a server that report using the same event id, pc monitor only sends a notification for the first one. thanks. gary.
-
- 3 replies
- 4.3k views
- 1 follower
-
-
I have a software on my computer that is called Koolance Thermal Management Software v2.1 the web site is http://koolance.com/tms-205-software-thermal-interface-controller (TMS-205) it has 10 temperature sensors and pumps and fans is there a way to get the temperature off of the software and see it on the iphone pc monitor thank you
-
- 1 reply
- 4.3k 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.5k views
- 1 follower
-
-
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
-
-
This is my second plugin for PCM Recently I had the opportunity to work with couchbase and memcached services. For those of you not knowing what it is, it’s a key value store or maybe more known as a NoSQL. So I thought that it would be helpfull to have a tool that could test and monitor the service I was setting up. So now i want to share this with you, hoping it can be useful to others that are working with couchbase. More information about Couchbase here: http://www.couchbase.com/ Main features are: Test store, retrieve, touch and remove operations. Support both couchbase and memcached buckets. Test with predefined key and value, or use input control. Run monit…
- 2 replies
- 8.5k views
-
Hello, I am starting to write my first plugin to monitor a BackupExec server. The plugin works fine. But I try to query if the system can send notifications (via CanSendNotifications) and if not, put the message in a queue for later processing. However, the CanSendNotifications is always false. Even there are no messages send and all notifications cleared. Isn't this the correct way? Thank you for your help. Thorsten
-
- 4 replies
- 4.3k views
- 1 follower
-
-
Basically I'm trying to make (for now) just a services viewer app! I have some success with: public override Groups GetAdditionalComputerDetails() { Groups container = new Groups(); // Group of "Group" types. Group mainGroup = new Group("Services"); // Group of "SimpleItem" / "CommandItem" / "PageItem" with the title Simple Plugin. ServiceController[] services = ServiceController.GetServices(); foreach (ServiceController service in services) { SimpleItem thisitem = new SimpleItem(service.DisplayName.ToString() + ":", service.Status.ToString()); mainGroup.Items.Add(thisitem); } container.Add(mainGroup); // Adding the mainGroup Group to Groups container. …
-
- 2 replies
- 4.1k 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
-
-
Hi, I have installed POTS in MobilePCMonitor on two Windows Server 2008 R2 x64 SP1 servers. On the first server, I installed the plugin, and restarted the POTS service (although not required) and the menu has the POTS menu and relevant sub menus (anti-virus). However, this looks like the "simple" config file in the plugin dir. If I make a change in that config xml file and re-load the plugin and restart the service, the change is not picked up in POTS (e.g. change "PowerOfTheShell" to "sksjksjsjs" in the xml file). On the 2nd server, if I delete all but the nested (and largest) config xml file in the plugin dir, and install the plugin/restart the windows service, …
-
- 5 replies
- 4.9k views
- 1 follower
-
-
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
-
-
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
-
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
-
-
Hello, Due to the community requests (Thread Link) I created a plugin for Vembu's backup solution. Vembu and StoreGrid are registered trademarks by Vembu Inc. and are not owned by me. Main purpose of the plugin: Monitoring and Basic Actions over Store Grid Server. Features: View lists of resellers, customers, clients, backups, alarms and events. View detailed informations for resellers, customers, clients, backups, alarms and events. Configurable notifications for alarms and events by severity. Supported Commands: Activate / disable resellers, customers, clients and backups. Delete resellers, customer and clients (Recursive delete for resellers and customers…
- 25 replies
- 16.9k views
- 1 follower