Linux Agent


Open up your terminal (a ssh connection will work too) and run the linux installer. 

wget http://www.pulseway.com/download/pulseway_x64.deb 

Or if your operating system is working on 32 bit architecture: 

wget http://www.pulseway.com/download/pulseway_x86.deb 

Then start the installation process: 

dpkg -i pulseway_x64.deb
or
dpkg -i pulseway_x86.deb 

Then in order to register the Pulseway agent on this system with your Pulseway server, you will need to run this executable:
pulseway-registration

This executable should already be added to the path on your system, therefore you should be able to run it from any place, however, if that doesn't work, then you will find it in the following folder
 /usr/sbin/

If the Pulseway service is not started automatically, then please run the following command:

systemctl start pulseway

In order to configure the Pulseway agent on the Ubuntu system, open the config.xml file on the system for editing using your favorit text editor (vim, nano, etc.) and edit it according to requirements:

vim /etc/pulseway/config.xml

Once the customisation is completed you will need to restart the Pulseway service to load the new config file.

systemctl restart pulseway

Added from GWent, LLC

Add the agent to auto start upon reboot:

systemctl enable pulseway.service

To confirm that it has been added you may see the service in /etc/init.d/ path.

Remove the agent from auto start upon reboot:

systemctl disable pulseway.service

 

  • 0 Users Found This Useful
Was this answer helpful?

Powered by WHMCompleteSolution