Jump to content
Pulseway 9.14 🔥

Paul

Administrators
  • Joined

  • Last visited

Everything posted by Paul

  1. Paul replied to nathan2tall's post in a topic in Windows
    Hi Nathan, That's odd, try restarting the service by running the following PowerShell command: Restart-Service Pulseway -Paul
  2. Paul replied to Digital's post in a topic in Mac
    Hi there, Welcome to the Pulseway community! Unfortunately I can only provide ETAs for the entries on the Roadmap over here: -Paul
  3. Paul replied to ElasticIT's post in a topic in Feature Requests
    Hi guys, The new roadmap system didn't work out so we've restored the forum post: -Paul
  4. Paul replied to fthl's post in a topic in Bugs
    But do these machines report that windows updates are available in the mobile / web app? -Paul
  5. Paul replied to Digital's post in a topic in Windows
    Hi Digital, You need to login to your webroot console (https://my.webrootanywhere.com) and copy a site key to install the Webroot endpoint agent in the WebApp. -Paul
  6. Paul replied to shadow00caster's post in a topic in Linux
    Hi guys, We are still investigating the "Illegal instruction" issue. We appreciate your patience on this matter. -Paul
  7. Paul replied to RossT76's post in a topic in Feature Requests
    No, you can't edit a computer's name from the WebApp yet but it will be possible in the future. Right now you can install on your PC an app called Pulseway Dashboard and from it you can remotely edit the computer name of online Windows monitored systems. -Paul
  8. Paul replied to RossT76's post in a topic in Feature Requests
    Hi Ross, You can edit the display name of a monitored system in Pulseway without changing the computer name by opening the Pulseway Manager app and edit the Computer Name setting. -Paul
  9. Paul replied to CloudlySimon's post in a topic in .NET Cloud API
    Hi there, This isn't possible at this time but it's a great idea. We'll definitely consider this for a future release. As for hyperlink items this is already on our todo list . -Paul
  10. Paul replied to plkjnht's post in a topic in General
    To further detail Chris's reply, all processes that are launched from the terminal or powershell console will execute in the same user session as the Pulseway service, called "session 0". This user session is isolated from the others for security reasons meaning that even if an application has a GUI, you will not be able to see it in your session's desktop. You could try to invoke the GUI process using PSExec specifying the required arguments to interact with the desktop (PSExec runs apps by default in the console session so you will be able to see the GUI). It's also worth noting that you want to skip the EULA by specifying the command line argument as Pulseway will not be able to click on the "Accept" button in the GUI form that pops up. -Paul
  11. Paul replied to David's post in a topic in Web Application
    Hi David, Check out this KB article on where you can find the username and password: https://intercom.help/pulseway/antivirus-and-endpoint-protection/troubleshooting/where-can-i-find-the-username-and-password-for-antivirus. -Paul
  12. Paul replied to comredit's post in a topic in General
    Hi, Warrantymaster only supports the Team plan at this time however I think that they will be supporting the Pro plan too. -Paul
  13. Paul replied to ElasticIT's post in a topic in Feature Requests
    It's not ready yet. We're still working on it . -Paul
  14. Paul replied to Andy Raybould's post in a topic in Feature Requests
    Hi Andy, Pulseway doesn't do any DNS monitoring at this time. I'd recommend you to take a look at MX Toolbox's offering (not affiliated with Pulseway). -Paul
  15. Hi Clive, We estimate that this will go out on Q1 2018. -Paul
  16. Paul replied to leendertvdk's post in a topic in REST API
    We've pushed the update to all our servers resolving this issue. Thanks again for your report. -Paul
  17. Paul replied to leendertvdk's post in a topic in REST API
    Hey @leendertvdk, Thank you for your report. This is indeed a bug which I have now corrected and it will be included in the next release. I'll let you know when this is released. -Paul
  18. Hi @leendertvdk and @Martin_T, That's correct, we return 503 when you have reached the rate limits for the RESTful API or when we restart the backend services and they are still initialising. -Paul
  19. Paul replied to Aspect's post in a topic in General
    Hi @Aspect, Thanks for sharing it with the rest of the community. I'd like to add the following website from Microsoft as well: https://gallery.technet.microsoft.com/scriptcenter. -Paul
  20. Paul replied to Arva's post in a topic in General
    You can right click on the list of monitored services and click on the "Select automatically started services". -Paul
  21. Paul replied to MattR's post in a topic in General
    Hi @MattR, Check out this website: http://www.apc.com/ie/en/tools/download/index.cfm and search for the SFPMIB423 part number. You should be able to import the MIB files into an MIB Browser such as this: https://www.manageengine.com/products/mibbrowser-free-tool/download.html and from there you should be able to establish which OIDs you want to monitor in Pulseway and what are the possible values (so you can setup notifications). Here is an example on how to configure the SNMP server module in the Pulseway Windows agent: https://intercom.help/pulseway/agents/snmp/how-to-configure-the-raid-monitoring-via-snmp -Paul
  22. Paul replied to vebaev's post in a topic in Linux
    Hi @vebaev, The "Server Admin" section is only available when you are on the Team plan (basically you have a dedicated Pulseway instance which you can control). Changing the agent configuration from the WebApp is something that we have planned for early Q1 2018. It's going to be awesome . -Paul
  23. Hi Jaapyse, We didn't raise the anchor and set sail in a completely different direction completely losing all hope in supporting ESET Remote Administrator 6 or the upcoming 7. It's just that the popularity of other features like Patch Management (OS / 3rd party), better remote desktop (possibly mobile or webapp support) and more features for the existing integrations are much more requested than the ESET Remote Administrator during our last 2 surveys. We do want to integrate with as many security products as we can as the endpoint security is a very important aspect for everyday monitoring and we are taking this integration very seriously. -Paul
  24. Hi @Aspect, You need to check the count in HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\ServicesExcludedFromNotifications\Count, iterate through the HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\ServicesExcludedFromNotifications\ServiceX where X is the 0 based index. If among the list of excluded services you find your service then you don't need to do anything but if it's not among the entries then you need to add another entry that will be like this: Name: ServiceX where X is Count - 1 Value: The service name you wish to exclude from the notification And finally you need to increment the Count value by 1. Please let me know how this goes. -Paul
  25. I'm afraid that advanced reporting is the only way so far. Sorry about this. -Paul