Everything posted by Paul
-
Notification When Internet Connection is Lost
You can change the threshold from the Server Admin -> Settings page (first tab, first setting if I am not mistaken). Let me know how it goes. -Paul
-
File storage for install scripts?
You can use public cloud providers like Dropbox or Google Drive and then change their URLs to provide direct download links rather than holding pages. Here's a KB article (link) on this. -Paul
-
Notification When Internet Connection is Lost
The threshold is only configurable for the Team plan. You could have it notify you only after an hour too. -Paul
-
Notification emails
Correct, that is not accessible by admins at this moment. -Paul
-
Notification When Internet Connection is Lost
It's not the Pulseway agent that sends the notification but just informs the server that if it no longer hears from the agent after a period of time to send the offline notification. -Paul
-
Offline Notification
@Velkei this feature is available for users on the Team plan. -Paul
-
Installation on Raspberry Pi 4 running Ubuntu 20.04.2 LTS?
Hey JW, That would be early Q2 2021. -Paul
-
Installation on Raspberry Pi 4 running Ubuntu 20.04.2 LTS?
Hi there, We will add support for the arm64 CPU architecture in the next Linux agent release. -Paul
-
Notification When Internet Connection is Lost
Hi there, You can make use of the "Send a notification when the computer is offline" notification (first one on the Pulseway Manager -> Notifications -> Status tab). -Paul
-
Upgrading from Free to Pro - Getting error 106
Hi Aaron, We've discontinued the Pro plan in favor for the more feature complete Team plan however the Team plan starts from 10 systems. I apologize for the inconvenience this may cause. -Paul
-
Workflows not running
You can enable the offline notification just for one individual system if that's what you're looking for. Right now workflows are tied to the endpoint notifications. -Paul
-
Notification emails
Yes, you can go to Server Admin -> Teams & Users -> All Users -> select the user you want to look up -> Details -> look for the email notifications checkbox. -Paul
-
Pulseway Service missing
Hi there, Here's how you can manually install the service: cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 InstallUtil.exe "C:\Program Files\Pulseway\PCMonitorSrv.exe" -Paul
-
API TO CALL A PULSEWAY WORKFLOW
The API documentation comes with samples, you can either use postman, command line tools such as curl or code. For postman you should be able to find your way around after looking at some youtube tutorials. -Paul
-
API TO CALL A PULSEWAY WORKFLOW
Hi there, Sorry for that, it seems that it also included the dot after the link. I've corrected it now. -Paul
-
Unable to access website
Hi there, This usually happens when you make too many invalid requests (like 404s). The restriction is lifted after 24 hours though. -Paul
-
API TO CALL A PULSEWAY WORKFLOW
Hi Ale, Workflows are triggered by notifications or when systems are added. Would triggering an automation task work for you? If so, we have an API for that available at https://api.pulseway.com -Paul
-
Upgrading from Free to Pro - Getting error 106
Hi @it4hoomanz, We're making changes to the plans to be more accessible for everyone. Please PM me how many systems you're looking to monitor. -Paul
-
RDP vs Pulseway
Hi there, Pulseway doesn't interfere with the remote desktop services as it doesn't rely on the RDP protocol to control the computer. We use a proprietary protocol which doesn't consume CALs for remote sessions. -Paul
-
Can't login to Android
I've sent you a PM. -Paul
- Poor technical support from Pulseway?
-
Support for latest Microsoft SQL Server versions
Hi there, Can you please add this to our feature tracker over here: https://pulseway.featureupvote.com? Thank you, -Paul
-
Can't login to Android
Sorry, it's called Use Dedicated Server. The dedicated server is the instance name of your Pulseway instance like company.pulseway.com or the FQDN of your on-prem server. -Paul
-
Can't login to Android
Hi Bjarne, Make sure that you enter the Team instance name in the Custom Server box too. -Paul
-
Maintenance mode
You can configure one system with the schedule you want and you can script the registry changes from HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\MaintenanceSchedule. You can also remotely edit the configuration of online windows systems through the Pulseway Dashboard desktop app. -Paul