Everything posted by Paul
- Required additional Windows Backup Notifications
-
Required additional Windows Backup Notifications
Hi Sean, We didn't start working on the report / notifications for Windows Server Backup yet. Symantec Backup Exec is part of our Roadmap and it wasn't started either however it's on our wishlist of backup software to be integrated with once we finalize the addons framework in this quarter allowing us to deploy, configure and integrate with further projects at a much faster pace. -Paul
- Improve shutdown notification
- Required additional Windows Backup Notifications
-
Backup alerts / report for backup inactivity
Hi Sean, This is a confirmed feature so it will definitely be done in the future however we can't provide any ETAs at this stage. -Paul
- Date/time formatting and timezones
- More that one notification per plugin?
- Date/time formatting and timezones
- after server reboot problems
-
PowerOfTheShell Plugin 1.5
Hi Johnny, It seems to be working now. Can you check again? -Paul
-
Eset Remote Administrator Connection Difficulties
Hey everyone, Sorry for the delay. Unfortunately ERA integration will not make it this year despite all of our efforts to squeeze it into the Roadmap. I'll do some digging and see if we can arrange it for Q1 2017. I apologize for the inconvenience this causes. -Paul
-
Monitor UNC Path
Glad to hear that you got it working. What do you mean by PS Addons? Are you referring about some sample scripts for Pulseway?
-
Service rules and automation
Hi Arva, This can be done with the Pulseway rules but at this moment it requires creating a scheduled task for each service you want to restart automatically. The scheduled task will only start when the service stops. We add support for starting windows services from the Rules feature in the future. -Paul
-
The computer 'XXX' in the group 'XXX' is offline.
Hi Martin, You can reduce this interval from the server admin -> settings -> offline notification interval. -Paul
- FEATURE REQUEST : Order By Severity
-
Edit group name of multiple clients
Hi Tim, This feature is planned to come in tandem with the centralized agent configuration management feature. In the mean time you can centrally update the group name of Windows and Linux systems through the automation module by changing the system registry or the config file for Linux. Let me know if I can help you with the script. -Paul
-
Monitor UNC Path
Hi Tony, Try using this powershell script to test if the UNC path is available: Test-Path \\Server1\downloads -Paul
- Improvement of Zendesk integration
-
Exim Mailqueue monitor Linux
Does that command print out just the queue size? If so you can write an automation script (bash) to run the command and if the output if greater than 200 or whatever your desired threshold is you can use the REST API to send a notification: curl https://api.pulseway.com/v2/notifications \ -u username:password \ -X POST \ -H "Content-Type: application/json" \ -d '{"instance_id":"pulsewaySystemInstanceId","title":"Exim mailqueue is greater than 200 on Server01 in group Servers","message":"Exim mailqueue is greater than 200 on Server01 in group Servers.\n\nCurrent Value: 201","priority":"critical"}' You can get the system identifier from /var/pulseway/pulseway.id -Paul
-
Not able to downgrade account
Hi, I've sent you a PM in regards to your request. -Paul
- Plugin Deployment
-
Speed Test
Hi, I've found this script on reddit which reports back the Download speed: $a=Get-Date; Invoke-WebRequest http://client.akamai.com/install/test-objects/10MB.bin|Out-Null; "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps" You can use this as an automation script and run it on demand from your phone. -Paul
-
Encoding message sent by SendNotificationToAllDevices
Hi Guy, Thanks for letting us know. Do these characters render correctly on the webapp? -Paul
- Could Not Estalish Trust Relationship for SSL/TLS
- Client showing Off Line when not?