Jump to content

Cptrico

Members
  • Posts

    83
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Cptrico got a reaction from Tommy in Spread the word   
    I encourage all to advertise a little bit for PC monitor on e.g Facebook or linkedIn.

    The more users, the bigger community we can build, and great ideas are shared.
  2. Upvote
    Cptrico got a reaction from Paul in Schedule automation tasks   
    Just thankful that I could help contribute to this cool community and best product out there
    Awesome works guys..
    /Johnni
  3. Upvote
    Cptrico got a reaction from johnrogan in Schedule automation tasks   
    Hi Pulseway,

    I am a huge fan of the new automation you have made, it works really good. Just wondering if you have considered adding a way to schedule automation tasks / scripts to be run on time, instead of on demand only. ?
    //Cptrico, Johnni
  4. Upvote
    Cptrico got a reaction from Edd in PowerOfTheShell Plugin 1.5   
    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 simple layout found in a config XML file. Run any PowerShell script version 1.1, 2.0, 3.0, 4.0 and have the result(s) shown in Pulseway. Supports WINRM scripts, Execute remote commands on several machines/servers and have the results in one place. Last retrieved results including date and time, is always available while Pulseway is running. Select max results to be shown. Good if your script returns a lot of results and you want to control the amount visible. Information about script status Idle/running. Configure plugin impersonation settings from within Pulseway Manager. Support for Nested pages. Support for Pulseway API 3.0 Input Controls. Support for "partial" input control ( run scripts with or without all input values assigned ) Support for setting the log level in the plug-in configuration form. Hope this can be interesting to some. The possibilities is endless if you can script it

    Best Regards
    Johnni

    *Update* 1.5 is out. (28-06-2015)
    Download POTS
    Please Try it out and let me know what you think
    Changes:
    Upon request I have added support for parameters that have spaces in the input controls e.g a string containing firstname and lastname are now seen as one parameter and not two. Making it possible to ask for more complex inputs Build against System.Management.Automation 4.0 Code optimization and cleanup Read the "read me first file" in the zip for more information.
    *Script pack V1 is included in the zip.

    http://pcm-plugins.blogspot.com/ View this blog I have been setting up for "how to".


  5. Upvote
    Cptrico got a reaction from A N T in PowerOfTheShell Plugin 1.5   
    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 simple layout found in a config XML file. Run any PowerShell script version 1.1, 2.0, 3.0, 4.0 and have the result(s) shown in Pulseway. Supports WINRM scripts, Execute remote commands on several machines/servers and have the results in one place. Last retrieved results including date and time, is always available while Pulseway is running. Select max results to be shown. Good if your script returns a lot of results and you want to control the amount visible. Information about script status Idle/running. Configure plugin impersonation settings from within Pulseway Manager. Support for Nested pages. Support for Pulseway API 3.0 Input Controls. Support for "partial" input control ( run scripts with or without all input values assigned ) Support for setting the log level in the plug-in configuration form. Hope this can be interesting to some. The possibilities is endless if you can script it

    Best Regards
    Johnni

    *Update* 1.5 is out. (28-06-2015)
    Download POTS
    Please Try it out and let me know what you think
    Changes:
    Upon request I have added support for parameters that have spaces in the input controls e.g a string containing firstname and lastname are now seen as one parameter and not two. Making it possible to ask for more complex inputs Build against System.Management.Automation 4.0 Code optimization and cleanup Read the "read me first file" in the zip for more information.
    *Script pack V1 is included in the zip.

    http://pcm-plugins.blogspot.com/ View this blog I have been setting up for "how to".


  6. Upvote
    Cptrico got a reaction from Chris in PowerOfTheShell Plugin 1.5   
    Hi Mario,
     
    Thanks for using the plugin. 
     
    The code is build to any CPU, which means it will work on 32 and 64 bit machines. 
    I am running pulseway agent 4.7.6 and POTS 1.5 to test on my windows 8.1 laptop.. 
     
    I ask through POTS if I am running 64 bit or not..
    [Environment]::Is64BitProcess   And I get true back.I don't have the exchange mgmt pack on my machine so I can test..    Take a look at the script pack, I know Paul (digby) have a lot of exchange examples to try, he uses WMI if I recall correctly..
  7. Upvote
    Cptrico got a reaction from Chris in PowerOfTheShell Plugin 1.5   
    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 simple layout found in a config XML file. Run any PowerShell script version 1.1, 2.0, 3.0, 4.0 and have the result(s) shown in Pulseway. Supports WINRM scripts, Execute remote commands on several machines/servers and have the results in one place. Last retrieved results including date and time, is always available while Pulseway is running. Select max results to be shown. Good if your script returns a lot of results and you want to control the amount visible. Information about script status Idle/running. Configure plugin impersonation settings from within Pulseway Manager. Support for Nested pages. Support for Pulseway API 3.0 Input Controls. Support for "partial" input control ( run scripts with or without all input values assigned ) Support for setting the log level in the plug-in configuration form. Hope this can be interesting to some. The possibilities is endless if you can script it

    Best Regards
    Johnni

    *Update* 1.5 is out. (28-06-2015)
    Download POTS
    Please Try it out and let me know what you think
    Changes:
    Upon request I have added support for parameters that have spaces in the input controls e.g a string containing firstname and lastname are now seen as one parameter and not two. Making it possible to ask for more complex inputs Build against System.Management.Automation 4.0 Code optimization and cleanup Read the "read me first file" in the zip for more information.
    *Script pack V1 is included in the zip.

    http://pcm-plugins.blogspot.com/ View this blog I have been setting up for "how to".


  8. Upvote
    Cptrico got a reaction from Chris in PowerOfTheShell Plugin 1.5   
    Dear all,
     
    I have updated the main page http://forum.pulseway.com/topic/274-poweroftheshell-plugin-14/?p=1117
     
    Version 1.5 is out with minor changes.
     
    I am uploading the files in a second.
  9. Upvote
    Cptrico reacted to Paul in Plugin to monitor CPU/GPU (temp, fan, voltage, power consumption)   
    Hello,
     
    Sadly most of the products that are famous on the market do not offer an API so other applications can integrate the functionality. For instance GPU-Z and CPU-Z API is not free for comercial use.
     
    PC Monitor updates it's supported hardware with every release so be sure to check from time to time to see if you get more sensor data on your chipset.
     



     
    Paul.
  10. Upvote
    Cptrico reacted to Xander in Pulseway Client Plugin Emulator?   
    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 doesn't have support for any of the InputItems quite yet, but it does support most everything else including CommandItems and PageItems.  It can even navigate through pages.  It also makes a call to DataCheck every 15 seconds on the loaded plugin and properly calls PluginLoaded and PluginUnloaded.  I still plan on taking some time to include the rest of the features (I hope to implement Trace into my emulators event log as well as support for many of the other features / calls that plugins have access to).  Would anyone here find this beneficial to their development?  Is there an easier way (have I been reinventing the wheel)?
     
    Let me know what your thoughts are.  I've included a few screenshots of the program so that you can get a better idea of how it looks and what it does.
     
    -Xander



  11. Upvote
    Cptrico reacted to Paul in Shutdown or Restart Scheduler v1.0   
    I've create an open-source clone of this plugin (which works).
     
    Source code: https://bitbucket.org/paulcsiki/shutdownplugin/src
    Latest release: 1.3 - Download
     
    Paul
     
    I've released version 1.3 of the shutdown scheduler plugin which fixes some bugs.
  12. Upvote
    Cptrico got a reaction from Paul in PC Monitor Config Plugin v1.1   
    Great update. It now Works under 8.1 just perfectly, thanks.
  13. Upvote
    Cptrico reacted to digbyp in PC Monitor Config Plugin v1.1   
    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
  14. Upvote
    Cptrico reacted to Paul in PowerOfTheShell Plugin 1.5   
    The ability of changing (add, edit or remove) configured scripts on the fly using the mobile app or web app would be awesome. I can download the scripts using command line from mobile app and then using your plugin it would be awesome to be able to map the new scripts and use them without having to leave the mobile app .
     
    Should be fun to code.
  15. Upvote
    Cptrico reacted to digbyp in PowerOfTheShell Plugin 1.5   
    You place config.xml in the same directory where you placed poweroftheshell.dll
  16. Upvote
    Cptrico reacted to digbyp in Scheduled Task Start Time   
    In addition - success or failure indicator of last time run
  17. Upvote
    Cptrico reacted to Paul in Scheduled Task Start Time   
    Hello,

    As I am a big fan of home made backup scripts, my servers have a lot of scheduled tasks running at different hours, however I have some windows where no backup is running. During this time I can perform maintenance tasks like windows updates, restarts.

    I would like to have ,if possible, the Start time displayed on each Scheduled Task and a sorting feature similar to the Process page that can allow me to sort by Name or Start Date.

    Any feedback on this idea?

    Paul
  18. Upvote
    Cptrico reacted to spcurtis81 in PowerOfTheShell Plugin 1.5   
    Thanks Johnni.

    It's really embarrassing actually. I forgot to change the config file extension to an XML. I hang my head in shame

    Thanks for your help.
  19. Upvote
    Cptrico got a reaction from spcurtis81 in PowerOfTheShell Plugin 1.5   
    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 simple layout found in a config XML file. Run any PowerShell script version 1.1, 2.0, 3.0, 4.0 and have the result(s) shown in Pulseway. Supports WINRM scripts, Execute remote commands on several machines/servers and have the results in one place. Last retrieved results including date and time, is always available while Pulseway is running. Select max results to be shown. Good if your script returns a lot of results and you want to control the amount visible. Information about script status Idle/running. Configure plugin impersonation settings from within Pulseway Manager. Support for Nested pages. Support for Pulseway API 3.0 Input Controls. Support for "partial" input control ( run scripts with or without all input values assigned ) Support for setting the log level in the plug-in configuration form. Hope this can be interesting to some. The possibilities is endless if you can script it

    Best Regards
    Johnni

    *Update* 1.5 is out. (28-06-2015)
    Download POTS
    Please Try it out and let me know what you think
    Changes:
    Upon request I have added support for parameters that have spaces in the input controls e.g a string containing firstname and lastname are now seen as one parameter and not two. Making it possible to ask for more complex inputs Build against System.Management.Automation 4.0 Code optimization and cleanup Read the "read me first file" in the zip for more information.
    *Script pack V1 is included in the zip.

    http://pcm-plugins.blogspot.com/ View this blog I have been setting up for "how to".


  20. Upvote
    Cptrico got a reaction from Paul in CouchBase Tool Plugin 1.0   
    Hi Paul,

    Thanks for your positive words

    What I can tell you about Couchbase is only positive, but maybe there are other good NoSQL solutions out there( I assume there is ).

    I found this very good blog that explains a little bit more about the two merged technologies http://horicky.blogs...chitecture.html

    My company implemented CouchBase with a memcached bucket and we use it to cache our XML API requests along with our search queries.
    It just works and are very stable.

    What I love about couchbase is that their REST API is so easy to work with(almost as much as PCM ) but also the service itself is just so well made.
    You install and configure it easily, and in matter of few minutes you are up and running with a clustered solution that supports failover and rebalancing services.
    And you can view the cluster, bucket, node status / performance and more from a nice GUI.

    So if you need to make some software where you before thought about key value stores, dictionary, hash maps, you could consider implementing it using couchbase and build it around their API.

    The plugin here is useful if you have couchbase server installed and want to test the bucket(s) and make sure it runs all the time.

    Also, I made the plugin to show my company how fairly easy it is to create a plugin for PCM, that calls some of our key components in our infrastructure.
    The liked it, so assuming they will ask me to create more plugins like this in the future.

    Cheers, have a nice day.
  21. Upvote
    Cptrico got a reaction from Paul in CouchBase Tool Plugin 1.0   
    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 monitoring on the bucket, sending a notification if any error is detected while reading/writing to it.
    Set monitoring to start during plugin startup.
    Allow the flushAll command, option to require password to run the command can be enabled.
    All config changes are applied instantly, no restart required.

    Click here to download version 1.0

    Let me know what you think


  22. Upvote
    Cptrico got a reaction from Marius in CouchBase Tool Plugin 1.0   
    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 monitoring on the bucket, sending a notification if any error is detected while reading/writing to it.
    Set monitoring to start during plugin startup.
    Allow the flushAll command, option to require password to run the command can be enabled.
    All config changes are applied instantly, no restart required.

    Click here to download version 1.0

    Let me know what you think


  23. Upvote
    Cptrico got a reaction from Paul in PowerOfTheShell Plugin 1.5   
    Hi all,

    POTS for PCM v.1.3 came with support for input controls. Now in v.1.4 there is support for “partial input controls”.
    And what does that mean. It means that it is now possible to have a script that can run with or without all input controls assigned. Let’s think of a script where running it with only one input control, will generate a different output than running it with 3 or all assigned input controls. This makes it possible to create very flexible scripts that can take different parameters.

    Also it is now possible to set the log level of the plugin in the configuration manager.

    Check it out, and as always please report back to me if you have any questions or good ideas for improvements.

    Cheers.
  24. Upvote
    Cptrico got a reaction from Paul in Spread the word   
    I encourage all to advertise a little bit for PC monitor on e.g Facebook or linkedIn.

    The more users, the bigger community we can build, and great ideas are shared.
  25. Upvote
    Cptrico reacted to Paul in PowerOfTheShell Plugin 1.5   
    Awesome work Johnni!

    It will do just well on my servers.

    Thank you!
×
×
  • Create New...