Linux
Linux installation and configuration
173 topics in this forum
-
Hey all, Recently installed Pulseway on various machines to get our monitoring up and running. Everything has worked out so far with the exception of Linux services. I saw some past posts about them not working at one point, but a follow up thread seemed to indicate they should be expected to work now. In my case, I'm running PostFix for mail, and I have included this line in my config.xml: <Service Name="postfix" DisplayName="PostFix Mail Service" IsDaemon="true" DaemonType="SYSVINIT" Path="" StartParameters="" CanBeStopped="true" Enabled="true"/> However, the portal displays this service as stopped. I also tried UPSTART for the daemon type, even thoug…
-
- 2 replies
- 3.5k views
-
-
In order to upgrade to the latest version of Pulseway, I'm following the removal instructions for the old version as per this thread: http://forum.pulseway.com/topic/1079-linux-agent-manual-upgrade/ after running the command "dpkg --remove pcmonitor" It outputs "dpkg: warning: there's no installed package matching pcmonitor" Am I missing something? Its been ages since I've install this into my Ubuntu 12.04 server so I'm not sure how I actually installed it. There doesn't seem to be any entry relating to "pcmonitor" under synaptec either. However I can still see everything going on within the app on my Android phone. The app still responds and notifies…
-
- 2 replies
- 3.5k views
-
-
# rpm -i pulseway_x64.rpm error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by pulseway-5.1.2-1.x86_64 # uname -m i686 # cat /etc/redhat-release CentOS release 5.11 (Final) please advice asap ...
- 1 reply
- 3.5k views
-
guys.. watched this video on Linus tech tips today and heard about this cool monitoring tool pulseway.. I run openmediavault .. is there a way to setup Pulseway on OMV..? thanks
-
- 1 reply
- 3.5k views
-
-
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
-
-
Hi guys, I have a linux server with Openfire Installed. Recently we have a problem where the Openfire service stops and has to be restarted. I am trying to configure pulseway on this server to monitor the service. At this point, the server shows up on my Pulseway Dashboard. However, when the openfire service is stopped, i do not get any notification. Any help would be greatly appreciated. Below is a copy of my current configuration. <!--Monitored Services--> <MonitoredServices> <!--Service - Name: "openfire" - DisplayName: "OpenFire" - IsDaemon: "true" - DaemonType: "SYSVINI…
-
- 2 replies
- 3.4k views
-
-
Hey there, Is there a way to execute a remote command on multiple systems at once for Linux or even Windows systems? Tim
-
- 1 reply
- 3.4k views
-
-
Hello there! I had three Linux systems monitored and everything worked fine untill yesterday. Then one raspbian was reported offline around noon, other some time later, and when I booted old laptop with Debian it reported coming online on my iphone, only to go offline few minutes after that. All machines were online all the time, only pcmonitor service stopped working and can not be started. Funny thing is that when I start it again it appears to actually work for few seconds before dying again. I can see that because iphone app says that system went offline few seconds ago. Besides that I montiror one Windows 7 PC and I have no problems with that. I haven…
-
- 2 replies
- 3.3k views
-
-
I have a couple of Red Hat servers that are still on 5.11. Is there any way to get a pulseway rpm that will work on this version?
- 1 reply
- 3.3k views
-
When installing Pulseway on Debian 10 I get the error message when validating "An error occured while starting the Pulseway service.Please see log for more details" I am not sure where I should be looking for this log. When I monitor the systemctl I get: pulseway.service - Remotely Monitor and Control IT Systems Loaded: loaded (/etc/systemd/system/pulseway.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2020-06-02 18:45:55 BST; 15s ago Process: 2791 ExecStart=/usr/sbin/pulsewayd --no-daemonize (code=exited, status=1/FAILURE) Main PID: 2791 (code=exited, status=1/FAILURE) Trying systemctl start/res…
-
- 1 reply
- 3.3k views
-
-
Hi, I installed Pulseway Agent on my RPI like they said on the Website. I went to the "config.xml" and entered my Username and Password. When I now go back to the Website it just showes "No systems monitored. Download and install the agent on the systems you want to monitor." I did everything like they said on the Website. I also googled and found out you have to install some SSL stuff, so I typed the command they said on the forum (sudo apt-get install ca-certificate) and the Console just says, that the Package "CA-Certificate" could not be found. What did I do wrong?
-
- 1 reply
- 3.3k views
-
-
I've been noticing some issues with pcmonitor either failing to start or crashing on my router. Linux i686 2.6.32-5-untangle-686 I'm not sure exactly what is causing this, all the windows clients are great. For some reason the process will either just die or sometimes it won't start with the computer. Untangle NG is a firewall distro that is based on debian.
-
- 1 reply
- 3.2k views
-
-
We would like to be able to notify on both successful and failed logins on Linux. (Specifically Ubuntu) We see that there is a property in config.xml called "UserLogsIn" and this is exactly what we want to notify on when there is a login. What I have not found is a way to notify on a failed login. Is there a way to notify for failed Logins? If not, is there a way to notify based on the text "FAILED LOGIN" being added to auth.log? Any help would be appreciated.
-
- 1 reply
- 3.2k views
-
-
I recently just upgraded my Linux agent to version 4.4. I am now no longer able to able to monitor Linux Services, SSL Certificates or Websites. As I was able to previously, through the use of the following config: <!--Service Monitoring Config--> <!--Add one or more MonitoredService --> <Services> <!--Monitors Upstartd, Systemd or System V services--> <!--For System V init there is a requirement for the script. It has to support start, stop and status arguments and when requesting status it has to report "running"--> <!--Name: the name of the service--> <!--Instance: for Upstartd, if the service has multiple instances here you …
-
- 1 reply
- 3.2k views
-
-
We have a cPanel server using centos7 as based system, all monitors are fine except the hard disks seems can't detect any local drives and always shows "Data not available" as result. We do have other centos7 based system that runs pulseway and can detect all hard disks and mounting points as well. Do we have to enable any service for pulseway to detect the hard disks? Or there is some failure on system? Thank you. P.S. below is the result when runs df -h on the problematic server: Filesystem Size Used Avail Use% Mounted on /dev/mapper/cl-root 50G 19G 32G 37% / devtmpfs 16G 0 1…
-
- 5 replies
- 3.2k views
-
-
Hi, I love the pc monitor for my windows servers. But I also have a Suse Linux Enterprise Server 10. In the download section there is a .rpm file for Suse 11 Sp3. Will there be a package available for Suse 10?
-
- 2 replies
- 3.2k views
-
-
Hi, I activated a trial today, and I'm trying to install a linux agent to see how it works. After installing the package, I can't seem to activate the agent, it get this error in the syslog MM.Monitor.WebService.InvalidAccountException: Invalid username and/or password (295).#015#012 at MM.Monitor.WebService.Data.#002(Account #002, String #003, String #005, String #010, String #006, Boolean #016, String #017, Boolean #002"#012Detail: [no detail] I've tried on 2 machines, both debian 10, both webservers hosted on aws. the username and password I am using are those I set up for the access to the web administration console. Can you please tell me …
-
- 2 replies
- 3.2k views
-
-
By default pulseway reccognizes the systemd services running as root. i want to configure a service which is running as the current user... the service is started using the command "systemctl --user start servicename" the service is placed in the directory "/etc/systemd/user/servicename.service" I have tried using the systemd option in pulseway config, but it is not recognized.
-
- 3 replies
- 3.2k views
-
-
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
-
-
If you need to install on SLES15 or openSUSE LEAP 15 and are fighting with ssl1.0 and systemV script limitations from pulseway 5.4, I wrote a how-to over at Novell's Coolsolutions https://bit.ly/2PP1OuI
-
- 0 replies
- 3.2k views
-
-
Hi, Running Pulseway dashboard 4.9.5 and I have a linux CentOS 6.8 with latest agent installed, setup on Cron job, it starts but dashboard always shows offline for this server (stays green however), it used to work but gradually stopped... Message from cron: Can you help?
- 3 replies
- 3.1k views
- 1 follower
-
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…
-
- 1 reply
- 3.1k views
- 1 follower
-
-
Hello All I have a Pro license for Pulseway currently watching over a PI3 for homebridge, two unRAID server and an unbuntu SFF PC for my PiHole DNS ad blocking, and just recently a Fedora Server 30 VM running on one of the unRAID servers that was working for a couple days when all of a sudden it started crashing a lot and frequently I am kind of stumped, if i manually restart the VM its stable for a while but starts crashing again, I am running kernel 5.3.6-200.fc30.x86_64 as that is the latest my reverse proxy script runs with. the logs are showing core stack dumps like this with different Process ID's of course: Process 22212 (pulsewayd) of user 0 dumped c…
-
- 3 replies
- 3k views
-
-
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
-