Jump to content
Pulseway 9.14 🔥

Linux

Linux installation and configuration

  1. Started by ServAttitude,

    Hi Pulseway, Why when i try to start the monitor on centos6 that rep me that -bash: I have alredy installed the RPM file and modified the config.xml.sample that i renamed to config.xml Command : CentOS6 rep: Can anyone help me ?

    • 6 replies
    • 5.1k views
  2. Started by LinuxDragon,

    I have an Ubuntu server that Pulseway failed to work after the 8.0 upgrade. I left it for awhile and installed the new version which is now working. The group shows default site...... - Legacy. I stopped the service, verified the computer went offline and service had stopped, changed "Legacy" to my domain name, saved the XML then started the service. When it popped back online it still showed Legacy. I pulled the XNL and sure enough Pulseway changed it back. Did it again and again the service changed it back. Tried again, this time removing it client side, but still reverted when it populated. Why does the service keeps ignoring my settings and reverting to what I can onl…

  3. Started by Kevin Brannigan,

    I was deploying the agents to a very large amount of linux clients (various flavours), we have a chef infrastructure in place so decided to leverage this. I have created a cookbook that gets the latest download .deb or .rpm and install it and configures the config.xml. You can use chef to set all the various options via attributes. feel free to use https://github.com/py-man/chef-pcmonitor and modify. cheers

    • 1 reply
    • 3.4k views
  4. Does this section mean it will monitor access to google on port 80? What I really need is to monitor 25/SMTP on the system and be notified if it goes down. <MonitoredPorts> <!--Type - port's type (TCP or UDP)--> <!--Number- port's number--> <!--Name- port's name --> <!--Name- port's address (only applicable if port type is TCP)--> <Port Type="TCP" Number="80" Name="80" Address="www.google.com"/> Ta!

    • 1 reply
    • 3k views
  5. Started by Kokholm,

    If I clone a server with pulseway installed and enabled it seems pulseway see the two servers as the same. How do I get pulseway to recognize the clone as a new server ?

  6. Started by dimitri.gillet,

    Hello everyone, I don't know if the Pulseway agent is compatible with Chromebook and ChromeOS. Does anyone have the answer? Sincerely Dimitri

  7. Started by jlct021,

    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 …

  8. Started by BlueFyre,

    Hello, is there any way to configure a custom DNS server to use for the agent via config.xml? I am using Pulseway to monitor my DNS server and it's filling up the logs

  9. We recently got an Axe Effect Temperature monitor to keep an eye on the server room temperature. This is a linux based device and we've managed to get the device discovered on the Site Map and we can see the temperature values from the device via a SNMP variable that we have setup. The issue is that we want to have Pulseway send out an alert if the server temperature rises about a certain level. Trying to define a policy to monitor the snmp variables to flag on an overheat condition, I am unable to properly map to these variables, I am assuming it's due to the fact that SNMP only applies to Windows devices? Was wondering if there was a work around for li…

    • 1 reply
    • 1.8k views
  10. We are using pulse way to monitor our web server. It is unbuntu and the problem I am having is with basic configuration. I am really unsure how to tell pulseway to monitor the mysql, apache and nginx services. Could someone show me an example configuration for these services?

    • 4 replies
    • 6.8k views
  11. Started by bbb,

    Jan 7 08:33:12 hqv pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"Timeout"#012Detail: connect failed in tcp_connect() Jan 7 08:33:43 hqv pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"Timeout"#012Detail: connect failed in tcp_connect() Jan 7 08:34:14 hqv pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"Timeout"#012Detail: connect failed in tcp_connect() Jan 7 08:34:45 hqv pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"Timeout"#012Detail: connect failed in tcp_connect() Hi, A fairly reliable co…

    • 1 reply
    • 5.8k views
  12. 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
  13. edit- resolved. please delete

    • 0 replies
    • 815 views
  14. Started by BartB,

    I'm getting an error in the Ping status on my Linux server, running Debian 8 (Linux x86_64 3.16.0-4-amd64 according to the agent info) It says there is an error, but there are no details on what the error is. When I manually ping 8.8.8.8 from the Command Line, it works fine, both from the server itself and from the Webapp terminal. Here are the relevant lines from the config file: <!--Ping - Server: server IP address or hostname--> <Ping Server="8.8.8.8" Enabled="true"/> I checked the sample config file, which I copied and edited for my needs, and I noticed there is no </Ping> statement. Most …

  15. 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
  16. Started by spammy,

    Is there an option in config.xml that allows us to turn off access to the terminal? Or I'd just like a "read only" set up if possible?

  17. Started by MMOPaRaDoX,

    Is there a way i can disable the notification of a single service in my list but leave notifications for other services?

    • 1 reply
    • 2.9k views
  18. I have two drives connected to a single Odroid-XU4 server running a linux OS. In the monitor I would like to name these drives so that I can quickly know which is which.

    • 1 reply
    • 2.8k views
  19. I'm trying to set up Pulseway on a Kerio server built on CentOS 7-6.1810.2.e17. When I use the command rpm -ivh http://www.pulseway.com/download/pulseway_x64.rpm I get the following error: error: Failed Dependencies: wget is needed by pulseway-6.1-5.x86_64 So what is it thats going wrong? wget is not used on CentOS, its a Debian command.

  20. Started by krsandvik,

    Hi I am not able to install the agent on a ubuntu server. Under is the log from the installation root@ubuntuserver:/home/pc/pulseway# sudo dpkg -i pulseway_x86.deb pulseway_x86.deb Selecting previously unselected package pulseway. (Reading database ... 535339 files and directories currently installed.) Preparing to unpack pulseway_x86.deb ... Stopping pulseway service done Unpacking pulseway (4.7.2) ... Preparing to unpack pulseway_x86.deb ... Stopping pulseway service done Unpacking pulseway (4.7.2) over (4.7.2) ... More than one copy of package pulseway has been unpacked in this run ! Only configuring it once. Setting up pulseway (4.7.2) ... Adding system start…

    • 1 reply
    • 3.8k views
  21. Started by Leon,

    Installed Pulseway again on Ubuntu Server 20.04. Everything works great, however syslog is swamped with continues stream of messages : Apr 27 11:28:08 minivm pulseway[725]: Failed 3 times to send state for terminal C85310A3-6EAB-4755-8B05-E748663DA84A agent id 20725EFE-D9CD-49CD-B5F6-B8C6EE48062C last error SOAP 1.1 fault SOAP-ENV:Client[no subcode] "Error 400: HTTP 400 Bad Request" Detail: [no detail] After restarting service (that did not seem react correct on restart command, but started when using start command), error is gone: Apr 27 18:31:30 minivm systemd[1]: Stopp…

  22. 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?

  23. Hi, I keep getting the following error after installing on Unraid. Apr 11 00:31:38 Tower pulseway: Starting Pulseway Daemon version 6.5 (2019082205) Apr 11 00:31:38 Tower pulseway: Error acquiring unique lock. Another process may use the file. Code: 11, Resource temporarily unavailable Apr 11 00:31:43 Tower pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Client[no subcode]#012"Bad file descriptor"#012Detail: [no detail] Pulseway seems to start fine but cant get it working. Have reinstalled 4 or 5 times thinking it was a misconfigured config file but to no avail. I am running a reverse proxy and forwarding port 443…

    • 1 reply
    • 2.2k views
  24. 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
  25. Started by stagiaire.info,

    Hello, I have got a problem with the pulseway agent on Debian. I have this error on the logs of Debian : May 27 12:40:23 xivo pulseway: Error while registering computer:SOAP 1.1 fault: SOAP-ENV:Client[no subcode]#012"SSL_ERROR_SSL#012error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"#012Detail: SSL_connect error in tcp_connect() And, when i type this command, this error appear : root@xivo:~# openssl s_client -CApath /usr/libs/ssl/certs -quiet -connect wsn.pulseway.com:443 gethostbyname failure connect:errno=0 And when i ping wsn.pulseway.com on my Windows computer, wsn.pulseway.com don't respond. Thank you for your help

    • 0 replies
    • 3.2k views