Everything posted by Paul
-
FEATURE REQUEST : Patch Management
The automation module will allow you to write scripts (Batch and PowerShell for Windows and Bash for Linux and Mac OS) and run them on demand. The schedule feature will come out in the following releases but yes, you will have to write the scripts yourself but this also comes with a greater management power. Did I mention that these scripts are centrally managed? -Paul
- FEATURE REQUEST : Readout ESXi Hardware/Health status
- FEATURE REQUEST : Monitor multiple ESX hosts form 1 manager
-
FEATURE REQUEST : LiveAgent (servicedesk) integration
Web hooks are urls that are invoked when an even is triggered (like a notification is received). You can enter the API endpoint of LiveAgent, hook our parameters (system name, group name, notification title, notification message, etc) into the url based on their documentation and voila, you have LiveAgent integrated with Pulseway . -Paul
-
FEATURE REQUEST : Patch Management
This could be done using the upcoming automation module. You can write a powershell script that can determine if it's a VM, create a snapshot using the vSphere PowerCLI and then schedule the windows update installation. PowerCLI link: https://my.vmware.com/web/vmware/details?downloadGroup=PCLI550&productId=352 Get available windows updates from powershell: $Searcher = New-Object -ComObject Microsoft.Update.Searcher $Results = $Searcher.Search("Type='Software' and IsInstalled=0") $Results.Updates -Paul
- FEATURE REQUEST : More Graphs / Pie charts and Historical Data
- FEATURE REQUEST : Software Inventory + license Management per customer (Group..)
- FEATURE REQUEST : Third Party Remote Control
- FEATURE REQUEST : Antivirus Signature checks
- FEATURE REQUEST : Acronis Backup (12) Integration
- FEATURE REQUEST : Readout ESXi Hardware/Health status
- FEATURE REQUEST : LiveAgent (servicedesk) integration
- FEATURE REQUEST : IASO Online Backup Integration
- FEATURE REQUEST : Postpone Warning or Notification for x-period
- FEATURE REQUEST : Third Party Remote Control
-
FEATURE REQUEST : Antivirus Signature checks
We do support monitoring the virus signature of all antivirus products that integrate with Action Center (formerly Security Center) and run on workstation operating systems however due to each antivirus product having custom APIs we cannot integrate with each and every one of them. We're considering on picking an antivirus to fully integrate with in the future. -Paul
- FEATURE REQUEST : Acronis Backup (12) Integration
-
FEATURE REQUEST : Remote Control from app
This too is available on the Roadmap. We'd rather have it first on the web app since it's very cumbersome to use RD on a mobile phone. Rest assured that this will be added eventually. -Paul
- FEATURE REQUEST : Readout ESXi Hardware/Health status
- FEATURE REQUEST : Managing stuff from a central location
- FEATURE REQUEST : Role Group/Customer Seperation
- FEATURE REQUEST : Office 365 support
- FEATURE REQUEST : Office 365 support
-
FEATURE REQUEST : Role Group/Customer Seperation
Hi Jeremy, We've tried to improve that by introducing tags. We've seen successful implementation of tags with the following pattern: client-name client-name-role or client-name client-name-site client-name-site-role Right now we're on the verge of publishing the 4.9 release which will introduce another way of logically grouping systems by creating system scopes. A system scope is a collection of groups, tags and system types and you can use them to easily find customer systems. 4.9 will go live on Monday, I'm looking forward for your feedback. -Paul
- FEATURE REQUEST : Search on logon Username instead of Computer Name