-
Posts
1758 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Paul
-
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
-
Hi Martin, You are correct, sorry for the confusion. We don't support timezone conversion for plugin labels however this would be a great addition so we will definitely consider it for a future release. -Paul
-
More that one notification per plugin?
Paul replied to Martin Stevnhoved's topic in Windows Client API
Hi Martin, We will be adding an optional string argument which allows you to specify a unique ID to the notification. -Paul -
Hi Martin, SimpleItem is like a label, it will render the text exactly as you send it. If you want the datetime to be local you to the mobile app you could use the DateTimePicker instead (even if you just want to show it). -Paul
-
I believe he's referring to the Linux agent. Did you enable the offline notification in the /etc/pulseway/config.xml ? Please note that the offline notification will be fired after 10-15 minutes of agent inactivity. If you have an Enterprise server this interval can be customized. -Paul
-
Hi Johnny, It seems to be working now. Can you check again? -Paul
-
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
-
Glad to hear that you got it working. What do you mean by PS Addons? Are you referring about some sample scripts for Pulseway?
-
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.
Paul replied to Martin Stevnhoved's topic in Installation & Configuration
Hi Martin, You can reduce this interval from the server admin -> settings -> offline notification interval. -Paul -
Hi Tim, We have this as a confirmed feature on our pipeline so you can bet that this is coming up in the future. -Paul
-
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
-
Hi Tony, Try using this powershell script to test if the UNC path is available: Test-Path \\Server1\downloads -Paul
-
Hi Martin, Sorry for the delay. We plan on migrating the integration on the server side so #1,#2 and #3 will become possible. For #4 I'm not entirely sure how this would be helpful. Can you write a use case for #4? -Paul
-
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
-
Hi, I've sent you a PM in regards to your request. -Paul
-
Actually I was thinking about the exact same thing too. I wrote my shutdown plugin because the other one didn't work when I tried it. Does it work for you? -Paul
-
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
Paul replied to guyvaio's topic in Windows Client API
Hi Guy, Thanks for letting us know. Do these characters render correctly on the webapp? -Paul -
Upon further investigation with Ray we've reached the conclusion that the agents weren't reaching the correct server. Ray has managed to resolve the issue and now everything is up and running. -Paul
-
Hi, We respect your choice to manually update the agent so Pulseway will never update itself when the AutoUpdate setting is turned off. In addition to that, Pulseway will never reboot a system during an agent update. Let me know of your findings. -Paul
-
Hi Stuart, This isn't possible as of not however it's a brilliant idea. I'll notify the development team of this. -Paul
-
Hi John, Unfortunately the webapp doesn't support plugin inputs just yet. The new HTML webapp is still being migrated from the flash webapp and some features might still be missing (like plugin inputs). You can change the inputs from any other client though. We will definitely be adding support for plugin inputs in a future release. -Paul
-
We've identified a bug in the PSA/RMM integration where the PSA would incorrectly overwrite customizations made to the hardware assets that are populated when RMM notifications are converted into PSA tickets. We are currently working on resolving this. I'll update this topic when this the bug gets fixed. -Paul