Jump to content

Chris

Staff
  • Posts

    1347
  • Joined

  • Last visited

Everything posted by Chris

  1. Hi @NathanB, Please note, that this functionality will no longer work after we will upgrade Pulseway to the version 6.0. In version 6.0 all your monitored systems will be owned by the server and server will no longer trust any changes which are maid on the system in regards of the change of the group name. If the system is known to the server, then server will overwrite all the changes which are made on the agent. In order to move the system from one group to another you will need to use the Pulseway WebApp -> Server Admin -> Configuration section. Or for the Free accounts Systems -> Configuration section.
  2. Hi @jcsnyc, Unfortunately this functionality is not supported at this time. We do not store these screenshots anywhere at this time, therefore there are no option to email them. I will add this as the feature request, therefore our developers will consider the possibility to introduce this functionality into the future release.
  3. Hi @Joe Walls, The Linux agent version 6.0 has been released 2 days ago and we are currently working on the upgrade for the MAC agent (estimated time 4 weeks).
  4. Chris

    Linux Client

    Hi Martin, This will happen automatically once you register the system using the executable file which is into the Pulseway folder. ./pulseway-registration For the existing systems which are already registered this will happen automatically. Once the system will receive the token, then you will be able to move it to the correct group by using the Pulseway WebApp. I hope this helps.
  5. @Hax4dayz, Please check the config.xml file to see if it is correctly configured. Please make sure that the username and password is correct. Into the latest release of the Pulseway agent for Linux, we have added the executable file which should help you to configure this (this update was released 2 days ago). Please run the file pulseway-registration
  6. Hi, According to the screenshot we can see that the server-name is resolved, but for some reason you are not allowed to connect to this instance. Please check the firewall rules which might block these connections or web filer rules which could block these connections. Also you might try to use the curl to get the response from the our server: https://ws0.pulseway.com/Server.svc
  7. Hi Matt, The Duplicate Alarms counter is increased if the same Alarm is repeating during the day from RMM for the same system. However this functionality is not supported by Pulseway at this time, however we are planning to ad it into the future release.
  8. Hi @Reget, Please send us the trace.log file from this system to support@pulseway.com. In order to generate it, please open the Pulseway Manager on the remote system and enable the Diagnostic Logging under the Settings -> Diagnostics. After you've enabled the diagnostic logging, stop the Pulseway service, wait for 15 seconds and then start it. Leave it running until the machine is shown as offline (until the Pulseway service stops) and then send us the trace.log file from the Pulseway's installation folder so we can investigate the issue.
  9. Hi @MatthewR, Currently this information is available via Reports if you have enabled the Network interface monitoring from the Pulseway Pulseway manager . The report is called 'IP summary'. Please read more about the reporting from this article.
  10. Hi @ESmith, Currently it is planned to add the file transfer to the Pulseway RD by the end of the Q1 2019. Regarding - a beta tester - I have added your name to the list of people who have expressed their interest in this, therefore our developers will contact you when this feature will be ready for testing.
  11. Hi @Cragdoo, Yes, we are planning to move all the configuration from the Pulseway agent to the Pulseway WebApp into the future release. Also, you may try to use the Pulseway group policies to configure multiple Pulseway agents in one go. However if you want to edit the individual configuration for the Pulseway agent, then you will still need to continue to use the Pulseway Dashboard to configure the Pulseway agents remotely. I hope this helps.
  12. Hi Dubs, I'm not entirely sure what are you looking for. Pulseway is an agent based monitoring system, therefore you need to install the Pulseway agent on your system and then you will be able to monitor/manage it and run various scripts/scheduld tasks on that system. Please read more about the Automation from this article. Also, tasks can be triggered via the REST API.
  13. Hi, Thank you for your suggestion. This project is already into the planning stage, therefore we will introduce this functionality into the future.
  14. Hi @diceclip, Have you tried to change the default configuration using the Pulseway Group policies from the Pulseway WebApp?
  15. Hi @pybe, Please tel us which Pulseway subscription are you using? Free plan: https://api.pulseway.com/v2/systems/:id/notifications curl https://https://api.pulseway.com/v2/systems/11111111-2222-3333-4444-555555555555/notifications -u username:password Team plan: https://your-server-name/api/v2 curl https://https://your-server-name/api/v2/systems/11111111-2222-3333-4444-555555555555/notifications -u username:password the ID is the ID for the system. Please let me know if you have any further questions regarding this.
  16. Chris

    Legacy group.

    Hi, Is it possible that you have installed the MAC and Linux agent? If yes, then currently these agents are not upgraded to the version 6.0, therefore all new MAC and Linux systems, which you are registering with your account, therefore we are placing all these systems under the Default Organisation -> Default Site -> Legacy group. We are planning to update the Linux and MAC agents to the version 6.0 by the end of the October. Also, the new Linux agent will support libssl version 1.1. Please let me know if you have any further questions regarding this.
  17. From what you have said I understand that Pulseway service is not even attempting to start. Please run the following command: /etc/init.d/pulseway start and then search for the entries from the syslog. grep -i pulseway /var/log/syslog
  18. Chris

    Linux Client

    Hi Martin, We are planning to update the Linux and MAC agents to the version 6.0 by the end of the October. Also, this version of the Linux agent will support libSSL version 1.1. Please let me know if you have any further questions regarding this.
  19. Hi, If this helps, we are not using this library 'libssh' in our solution.
  20. This Plugin will check for the certain Windows event log entry which was logged during the boot process into the system log. You will have the option to configure Windows event id (any ID) and the time. Read_startup_events.dll
  21. That is very strange that there are no any entries into the syslog. Please check if the Pulseway service is even running on this system?
  22. Hi @itshero, Please make sure that the Push notifications are enabled for your account. And if this setting is enabled then delete the storage for the Pulseway app on your phone, delete the device registration from the Pulseway WebApp and then reinstall the Pulseway app and configure it. Please let us know how it goes.
  23. Hi @theking123, Thank you for contacting us. You can run any file on the remote system using Pulseway. But note one thing: these applications will be started in session zero, therefore you will not be able to see the graphical interface for it. However if you want to run the applications into the users session using Pulseway, then you will need to install PsExec on your system and then add it to the Path, so you can run it from any folder using CommandLine. And then once this is done, then you will be able to launch applications in users session using this command: psexec /accepteula -i 1 -d "C:\Program Files\Sublime Text 3\sublime_text.exe"
  24. Hi @Jormungand, If the Pulseway agent is installed on the remote system, then this is not required, because we have the Pulseway RD tool which allows you to join an existing active session without logging the currently logged on user off. For more details about this please check the following link.
  25. Hi, Have you tried to configure the PowerShell impersonation from the Pulseway Manager on the remote system?
×
×
  • Create New...