Jump to content
Pulseway 9.14 🔥

Linux

Linux installation and configuration

  1. Started by Calin,

    Supported Linux Distributions Debian based: Debian 6 or newer and Ubuntu 12.04 or newer RPM based: CentOS 6 or newer, Red Hat Enterprise Linux 6 or newer, Oracle Linux 6 or newer, Fedora 16 or newer Choosing the right package First step when installing is to choose the right package from http://www.pulseway.com/downloads. You should consider your Linux distribution (debian or rpm based) and if you have a 32 or 64 bit machine. To determine the latest use the Linux command: uname -m If the result of this command is something like i386,i586 or i686 then it's a 32bit machine if it's x86_64 then it's a 64bit machine. Installing Now , that you have downloaded t…

    • 0 replies
    • 25.4k views
  2. Started by Calin,

    In order to configure a Linux machine you have to edit the /etc/pulseway/config.xml file. Here's a sample configuration: <?xml version="1.0" encoding="utf-8"?> <config xmlns="http://www.pulseway.com/linuxconfig"> <!--Pulseway Linux Monitoring Agent - pulseway.com --> <!--Account Information - Username: your Pulseway username - Password: your Pulseway password (the plain password will be automatically encrypted the next time the Pulseway service starts) - UseCustomServer: enable this option only if you have a dedicated Enterprise Server assigned to your account - CustomServerAddress: your Enterprise Server address--> &lt…

    • 0 replies
    • 22.9k views
  3. Started by Mark,

    In order to manually upgrade the Pulseway agent to the latest version, the old version need to be removed first: rpm -e pcmonitor or dpkg --remove pcmonitor Check if pcmonitord process is still running: ps auxw | grep pcmonitord Kill the process if it is still running: killall pcmonitord Install the new version: rpm -Uhv pulseway_xXX.rpm or dpkg -i pulseway_xXX.deb Start the pulseway service: /etc/init.d/pulseway start

    • 8 replies
    • 13.8k views
  4. Started by shadow00caster,

    I have Pulseway installed on a fresh Debian 9.1 box and receive the below error: pulseway[24336]: /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory Any advice?

  5. Started by guyvaio,

    Hello, I've made a new fresh install on a Raspberry Pi 3. I've followed the instructions of the "Install and Setup Agents / Raspbian" page. As usual. Service does not start correctly. The syslog shows raspberryXyz pulseway[854]: /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory Any hint to solve this problem? Thanks in advance. Best regards, Guy

    • 5 replies
    • 20.1k views
  6. Started by Akits,

    Hi I can't get pulseway to connect to the android app when it's running on my ubuntu 18.04 server. It worked just fine until I updated to U 18.04. Has this occured to any one else? Is there an solution?

  7. Started by lococruzn,

    Anyone had any luck installing the agent in to a PFsense firewall? Tried with no luck, with my limited linux knowlage.

    • 21 replies
    • 15.4k views
  8. Hi, It seemed to be working until the 13th Oct (was it auto-upgraded? - the config.xml.sample has the same datestamp as the first failure. the 'my account' 'monitored systems' shows it last logged in as 4.5.3 ) Now I can't get beyond: pulseway: Configuration read successfully! pulseway: Got exception signal: 4 Originally this happened with the existing config.xml. I copied the config.xml.sample, added in my Account details and gradually changed "true"s to "false"s I can connect using the rest api I can't seem to find any clue as to what signal 4 is? Is there a debug option? Thanks,

    • 29 replies
    • 13.7k views
  9. Started by trixor,

    Hi..! We have multiple Debian Linux installations, but suddently Pulseway stopped working.. root@Marine-RPS:~# /etc/init.d/pulseway start /usr/sbin/pulsewayd: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory What happend since yesterday? - Has there been an automatic update or something on pulseway? //Dennis

    • 15 replies
    • 9.9k views
  10. Started by Steven Shapiro,

    I am running Ubuntu 12.04.4 on an older Compaq nc6000 laptop. I got the .deb file downloaded and I ran the install as directed, receiving this... ****************************************************************** *** Beware, you must create the configuration file for PCMonitor! *** We provide an example of complete configuration in *** /etc/pcmonitor directory (config.xml.sample). You can use it *** to create your own custom configuration and then *** start pcmonitor using command: /etc/init.d/pcmonitor start ***************************************************************** So I edited the config.xml.sample file, entering my username and password, then tried to st…

  11. Started by firestrife,

    This is what happened on CentOS 7... assuming it's not supported yet? pulseway.service - LSB: start and stop pulsewayd Loaded: loaded (/etc/rc.d/init.d/pulseway) Active: failed (Result: exit-code) since Thu 2015-01-22 12:54:17 MST; 1min 9s ago Process: 4925 ExecStart=/etc/rc.d/init.d/pulseway start (code=exited, status=1/FAILURE) Jan 22 12:54:17 (removed).com pulseway[4925]: Starting pulseway daemon: /bin/bash: /usr/sbin/pulsewayd: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory Jan 22 12:54:17 (removed).com pulseway[4925]: [FAILED] Jan 22 12:54:17 (removed).com systemd[1]: pulseway.service: control process exited, code=exited status=1 Jan 22…

    • 8 replies
    • 9.5k views
  12. Hi there, I've running pulseway for several month, but now I experienced some problems. When I start the pulseway service, I get the following error in syslog: kernel: [57666.481308] traps: pulsewayd[4301] trap stack segment ip:483fab sp:7fff44b05e50 THX for help in advance!

    • 7 replies
    • 9.2k views
  13. Was there a Pulseway service outage last night, perchance? I found this repeated error over and over in my syslog from 2:28am through 6:19am EST this morning: Jan 7 06:11:52 pidp8 pulseway: Error while registering computer:SOAP 1.1 fault: SOAP-ENV:Client[no subcode]#012"Try Again"#012Detail: get host by name failed in tcp_connect() During that time, Pulseway recorded the machine as being down (which it was not).

    • 6 replies
    • 9.2k views
  14. Started by sly,

    I have CentOS VPS server. I decided to update pcmitor agent by installing it on top of existing , fully functional installation. [root@ ~]# wget http://www.pulseway.com/download/pcmonitor_x64.rpm [root@ ~]# rpm -ihv pcmonitor_x64.rpm [root@ ~]# /etc/init.d/pcmonitor start Service wont start and i get this instead when i do status: pcmonitord dead but subsys locked here is what i got from /var/logs/messages Dec 28 19:36:12 control pcmonitor: Got exception signal: 11 Dec 28 19:36:12 control kernel: pcmonitord[3144]: segfault at 0 ip 0000003b62e80eb0 sp 00007ff6c39ccf38 error 4 in libc-2.12.so[3b62e00000+18b000] Dec 28 19:36:12 control abrtd: Directory 'ccpp-2013-12-…

    • 15 replies
    • 9k views
  15. Started by mygeeknc,

    Is it possible to monitor MySQL with the Linux client? I'm running Ubuntu 12.04.

  16. Started by backspacer,

    How do I remove the 64bit agent from my linux vps server/host? I sucessfully installed it a couple months ago and its working fine, but I am going a different route now and need to remove it but I can't figure out how. Please advise. Thanks

    • 1 reply
    • 8.1k views
  17. Started by BrianAz,

    On my two home Ubuntu 12.04 boxes (VMs under esxi 5.1), the agent runs great. (Also seeing the issue on these servers as well, see post below) On the server I lease, I cant get it to stay alive. I am seeing these errors: user@server:/var/log$ sudo cat syslog | grep pcmonitor Jan 13 22:38:51 server pcmonitor: *** glibc detected *** /usr/sbin/pcmonitord: double free or corruption (fasttop): 0x0000000000d07ea0 *** Jan 13 22:40:03 server pcmonitor: Error while registering computer:Empty response user@server:/var/log$ date Mon Jan 13 22:42:45 EST 2014 user@server:/var/log$ sudo cat syslog.1 | grep pcmonitor Jan 12 13:21:47 server pcmonitor: Received request Resume…

    • 9 replies
    • 7.8k views
  18. Started by Martin_T,

    Hi guys, Has the Linux Client been updated yet for the new version of Pulseway? If not do we have an ETA on it? Cheers, Martin

    • 13 replies
    • 7.8k views
  19. Started by mhsears1,

    Greetings...I have installed and configured the pcmonitor service and config file as per instructions and when I start the service all looks well but when I type in status command I get root@raspberrypi:~# /etc/init.d/pcmonitor status [FAIL] pcmonitor is not running ... failed! But when I type in restart command it look good root@raspberrypi:~# /etc/init.d/pcmonitor restart [ ok ] Restarting pcmonitor: pcmonitor. I do not see the system listed obviously on my account. Any help would be appreciated

    • 10 replies
    • 7.5k views
  20. When installing the pulseway agent on my Debian Version 9.4 X64 proxmox VE 5.2-1 server I get the following. I have restarted the server 3 times now after each install attempt - I can't figure out where the log is located. An error occurred while starting Pulseway service. Please see log for more details. Here is the steps that I did to get started... root@Dell-R610:~# wget https://www.pulseway.com/download/pulseway_x64.deb root@Dell-R610:~# dpkg -i pulseway_x64.deb root@Dell-R610:~# pulseway-registration Would you like to register or unregister the system? [1] Register System [2] Exit Enter selection: 1 Please enter a username: ******** Please ente…

    • 1 reply
    • 7.2k views
  21. Hi guys, I'm new to Pulseway ans i must say that it's a great software. I'm using the Ubuntu version. I'd like to monitor (and restart if necessary) my plex media server process. I can't figure out how the config.xml "services" section works. I'm using "sudo service plexmediaserver start" to start Plex ... Can anyone help me with that issue ? Thanks Best regards, Thibault.

  22. Started by Smarthomes,

    Hey Guys, I am new to PC Monitor and Raspberry Pi, and I have run into some issues and I have some questions. I will start from the top. First, I am having issues with the RPI going offline. It seems to happen when I try accessing the RPI from the Iphone App (My main method). I have the RPI setup to ping a single device, and it seems that whenever I look at the ping responses on the iphone, the RPI drops offline completely. Usually after a while it comes back online. Today it actually went offline for a few hours. The only way I could get it back on was to restart the process. (It showed Failed When I checked the status of the process. Where do I go from here? Are the…

    • 11 replies
    • 7.2k views
  23. Started by cross,

    Hey, I use PCmonitor, I mean now is Pulseway (terrible name btw ) for 2 years ? More less. I had only one time configure config and it was on fedora 17 , config of PCmonitor. I had to make clean install of Fedora 20 so it's about time to reinstall old PCmonitor to pulseway. So I did. It should be easy but.. I quess it's not. I configure whole config, add username and password usually stuff, started the service systemctl start pulseway.service chkconfig pulseway on .. and? Nothing. I don't see my computer in my account any of my smartphone.. what could be the problem?

  24. Started by DaveG,

    Hi All, I am trying to install the agent on a Pi 3 with Raspbian Stretch Lite running. It looks like it has installed but its not showing up on the device list and the password in the config.xml does not get encrypted. I am a bit of a noob when it comes to all things Linux and I have just followed the website instructions. Has anybody else come across this? thanks Dave

  25. Hi Here I'm new so please be kind. I have gone trough the installation process outlined in a YouTube video to install the Slackware variant of pulseway onto Unraid. Unraid = latest RC2 6.something. By the error I understand something is missing. Error -:- /etc/pulseway# /etc/rc.d/rc.pulseway start Starting Pulseway Daemon ... /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory Error! In the YouTube video it all works fine, obviously the Linux dependencies are met in the Video. It would seem that a library is missing. YouTube Video -:-…