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.
Posted

Which is the correct directory for the config.xml file in Debian 9 please?

/etc/pulse/ or /etc/pulseway/ (Agent installed into / etc/pulse/ by default)

Below example config isn't working /  what must we change? (Agent starts with no errors, but password remains visible and device is not showing up in Pulseway)

==============================================

<?xml version="1.0" encoding="utf-8"?>
<config xmlns="http://www.pulseway.com/linuxconfig">
  <!--Pulseway Linux Monitoring Agent - pulseway.com -->

  <!--Account Information
    - Username: ***
    - Password: ***
    - UseCustomServer: enable this option only if you have a dedicated Enterprise Server assigned to your account
    - CustomServerAddress: ***.pulseway.com
  <Account Username=*** Password=*** UseCustomServer=true CustomServerAddress=***.pulseway.com/>
=============================================================

Thanks

 

Edited by jlct021

Featured Replies

  • Administrators

The correct configuration file name is /etc/pulseway/config.xml and it appears that you've removed the double quotes after each XML attribute. Refer to the Setup -> Guide section of the WebApp for a sample configuration for the Linux agent.

-Paul

  • Author

=================================

<!--Account Information
    - Username: administrator
    - Password: ***
    - UseCustomServer: enable this option only if you have a dedicated Enterprise Server assigned to your account
    - CustomServerAddress: ***.pulseway.com
  <Account Username="***" Password="***" UseCustomServer="true" CustomServerAddress="***.pulseway.com"/>

================================

Issue remain. Using below as reference:

Pls provide a link to the Setup -> Guide section of the WebApp you referenced.

Thanks

 

 

 

 

  • Administrators

That would be https://instanceName.pulseway.com/app/main/setup/guide but it looks like you've deleted the XML end comment marker.

This section is an XML comment and it's ignored by the Pulseway agent:

<!--Account Information
    - Username: administrator
    - Password: ***
    - UseCustomServer: enable this option only if you have a dedicated Enterprise Server assigned to your account
    - CustomServerAddress: ***.pulseway.com

However it's missing the end multi-line comment marker. It should look like this:

<!--Account Information
    - Username: administrator
    - Password: ***
    - UseCustomServer: enable this option only if you have a dedicated Enterprise Server assigned to your account
    - CustomServerAddress: ***.pulseway.com-->

-Paul

  • Author

Thank you, the device is now reflecting in Pulseway. The only line then that actually requires editing is:

<Account Username="" Password="" UseCustomServer="false" CustomServerAddress="" />

  • Administrators

Yes, glad to hear everything is working well now ;).

-Paul

Create an account or sign in to comment

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.