Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Paul

Administrators
  • Joined

  • Last visited

Everything posted by Paul

  1. Hi, Mysql daemon status output doesn't respect the linux service standards hence why we can't monitor it as this is not yet supported. We have it on our Roadmap however there is no way to provide an ETA at this stage I've afraid. -Paul
  2. Or you can use this plugin to send notifications to Pulseway. -Paul
  3. Hi, That amount of traffic is abnormal, did you use a lot the Pulseway Remote Desktop feature on those systems? Do you use the website monitoring feature? -Paul
  4. Paul replied to gbrown481's topic in Dashboard
    Hi, Can you check the volume mixer to see if the Dashboard app is not muted by any chance? -Paul
  5. Paul replied to a post in a topic in Notifications
    That's a quite old machine (12 years old), it seems that the chipset is not recognized. Try looking with a SNMP browser to see if the sensors are exposed in the SNMP. Also try installing the WBEM providers from HP to see if that adds the sensor data to the SNMP community.
  6. Paul replied to a post in a topic in Notifications
    Hi Jaapyse, It seems that Open Hardware Monitor isn't detecting the chipset you're using. Try with HW Monitor from CPU ID, link. -Paul
  7. Hi Martin, This isn't supported yet but it's a great idea! We will consider it for the future. -Paul
  8. Hi, Try removing the following registry key: HKLM\SOFTWARE\MMSOFT Design\PC Monitor\OSName and then restart the Pulseway service. -Paul
  9. Hi, You need to run the Pulseway Dashboard app as an administrator. -Paul
  10. Hi Martin, It's not possible to store it in clear text I'm afraid. Check out this article on how to read and write registry values. -Paul
  11. Hi, We are currently setting up a test VM to give you an accurate answer. -Paul
  12. Hi Aaron, Yes, you can generate a Pulseway notification with the help of the REST API: curl https://api.pulseway.com/v2/notifications \ -u username:apitoken \ -X POST \ -H "Content-Type: application/json" \ -d '{"instance_id":"instanceId","title":"Jenkins Job Failed","message":"The jenkins job has failed to run with error code 0x0800123 on Server01 in group Servers.","priority":"critical"}' Replace the instanceId with the system identifier of the agent installed on the jenkins machine, you can find it in the file: /var/pulseway/pulseway.id . Documentation here: https://api.pulseway.com/?shell#notify -Paul
  13. Hi Jacob, Thank you for your feedback. We are planning on introducing a HTML dashboard in the web application over here: https://my.pulseway.com . Can you enumerate the top 5 features you'd like to see in a web dashboard? -Paul
  14. Hi Labsy, Thank you for your detailed report. Can you please turn off the storage notifications to see if this decreases the I/O read growth? -Paul
  15. Hi guys, There is no notification for failed scheduled tasks at this moment I'm afraid. -Paul
  16. No update yet I'm afraid. Maybe if you could write a use case for this I can prioritize this with the management. -Paul
  17. Hi, We are currently working on advanced reporting which will set the grounds for the custom reports for all the modules. Once we have this shipped we can introduce backup reports alongside with the notifications. -Paul
  18. Hi, I'll take a look at the plugin and get back to you. -Paul
  19. Hi Aron, I would prefer using Group Policies (configured from Pulseway Manager -> Manage Systems -> Manage Group Policies) which is documented on the page 19 of the User Manual. You can import a configuration file (which can be exported from an already configured system by clicking the Export Configuration textual link at the bottom of the Pulseway Manager window) or import a registry patch with Jenkins but it would be troublesome to configure and maintain. -Paul
  20. Actually msiexec does allow Lv* as an argument, try this command (note the allusers argument which will install the app for all users): msiexec /I "\\server\folder\Pulseway_x64.msi" /qb /Lv* "C:\install.log" ALLUSERS=1 -Paul
  21. Try running the msi with msiexec and add the following logging arguments: /Lv* "install.log" Then PM me the install log. -Paul
  22. Hi Aaron, Try to also add the following argument to the msi: ALLUSERS=1 When you install the agent silently I believe it's not ran by the same user but by the administrator user which is why you don't see it in the programs and features and also explains why the shortcuts are missing. For notifications you can either configure a group policy (from Pulseway Manager -> Manage Systems -> Manage Group Policies) or edit the configuration remotely using the Pulseway Dashboard app or import the configuration file like this: -Paul
  23. Hi James, Our email server's IP address is: 167.89.85.223. This IP address is subject to change without notice. -Paul
  24. Hi Dilbert, Thank you for your feedback. We plan on supporting custom icons for the API in the future. Great idea . -Paul
  25. Paul replied to a post in a topic in Notifications
    Hi Jaapyse, I'm not sure why Pulseway isn't detecting any hardware sensors on the proliant server. We're monitoring a couple of proliant servers ourselves and the hardware is correctly identified. Does the HP Management portal detect the hardware sensors? Can you run the following app to see what hardware information is displayed (link). -Paul

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.