Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evotecit/pspulsewaymanager
Following is an easy to use Powershell module to control some of Pulseway Manager functionality. While Pulseway Manager offers GUI for enterprise deployments configuring some things from GUI is time consuming and not always easy.
https://github.com/evotecit/pspulsewaymanager
hacktoberfest powershell pulseway
Last synced: 4 days ago
JSON representation
Following is an easy to use Powershell module to control some of Pulseway Manager functionality. While Pulseway Manager offers GUI for enterprise deployments configuring some things from GUI is time consuming and not always easy.
- Host: GitHub
- URL: https://github.com/evotecit/pspulsewaymanager
- Owner: EvotecIT
- Created: 2018-06-08T09:27:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T13:47:51.000Z (over 6 years ago)
- Last Synced: 2024-10-29T21:06:12.330Z (14 days ago)
- Topics: hacktoberfest, powershell, pulseway
- Language: PowerShell
- Homepage:
- Size: 43.9 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### PSPulsewayManager
Following is an easy to use `Powershell module` to control some of Pulseway Manager functionality. While `Pulseway Manager` offers GUI for enterprise deployments configuring some things from GUI is time consuming and not always easy. Also with this module you can in theory have different rules set based on different times. While `Pulseway` doesn't offer you that option you could schedule PowerShell script that will have diffrent rules at night and different rules at day...
I will continue adding more functions when I will have requirement to do so for my needs. Otherwise... you can make request ;-)
####### Pulseway GET functions
```
CommandType Name Version Source
----------- ---- ------- ------
Function Get-PulsewayComputerName 0.5 PSPulsewayManager
Function Get-PulsewayCPUAbove 0.5 PSPulsewayManager
Function Get-PulsewayCPUBelow 0.5 PSPulsewayManager
Function Get-PulsewayGroupName 0.5 PSPulsewayManager
Function Get-PulsewayLocalDiskSpace 0.5 PSPulsewayManager
Function Get-PulsewayMaintenanceMode 0.5 PSPulsewayManager
Function Get-PulsewayMemoryLow 0.5 PSPulsewayManager
Function Get-PulsewayMonitoredPortClosed 0.5 PSPulsewayManager
Function Get-PulsewayMonitoredServices 0.5 PSPulsewayManager
Function Get-PulsewayStatus 0.5 PSPulsewayManager
```####### Pulseway SET functions
```
Function Set-PulsewayComputerName 0.5 PSPulsewayManager
Function Set-PulsewayCPUAbove 0.5 PSPulsewayManager
Function Set-PulsewayCPUBelow 0.5 PSPulsewayManager
Function Set-PulsewayGroupName 0.5 PSPulsewayManager
Function Set-PulsewayLocalDiskSpace 0.5 PSPulsewayManager
Function Set-PulsewayMaintenanceMode 0.5 PSPulsewayManager
Function Set-PulsewayMemoryLow 0.5 PSPulsewayManager
Function Set-PulsewayMonitoredPortClosed 0.5 PSPulsewayManager
Function Set-PulsewayMonitoredServices 0.5 PSPulsewayManager
```