Mark
Staff
-
Joined
-
Last visited
Reputation Activity
-
Mark got a reaction from Jamie Taylor in Pulseway Daemon Crash on Linux (RHEL 8.5 and Debian 11)We have tried to replicate the issues on vanilla RHEL8.5 and Debian11 environments but everything works as expected.
Can you upload somewhere the core-dump and PM the link? Will be useful to include the config.xml as well. We'll investigate this with priority.
Thanks!
-
Mark got a reaction from Jamie Taylor in com.pulseway.PulsewayHelper on mac using 100% CPU all the time. Drains entire Mac M1 battery in less than 1h - How to uninstall it?Pulseway is not available in AppStore. Native M1 agent is in QA and will be released in 2 weeks. (at the moment the agent is emulated via Rosetta 2 on M1)
You can un uninstall the agent via Terminal:
sudo launchctl unload /Library/LaunchDaemons/com.pulseway.PulsewayHelper.plist sudo launchctl unload /Library/PrivilegedHelperTools/com.pulseway.PulsewayHelper sudo launchctl unload /Library/PrivilegedHelperTools/com.pulseway.PulsewayCommandHelper sudo rm -v /Library/PrivilegedHelperTools/com.pulseway.Pulseway*
-
Mark got a reaction from Martin_T in Linux ClientHi,
Please contact support@pulseway.com and we'll get in touch.
Thanks!
Mark
-
Mark got a reaction from Martin_T in Linux ClientHi,
pulseway-registration is under /usr/sbin.
Mark
-
Mark got a reaction from Martin_T in Linux ClientHi,
You can download the Linux agent version 6.0 from here: https://www.pulseway.com/downloads
Mark
-
Mark got a reaction from Paul in Cant install agent on linuxHi,
Pulseway supports CentOS 6+.
Best regards,
Mark
-
Mark got a reaction from Paul in Monitor java process?Hi,
You can make a systemctl service:
[Unit] Description=HA Bridge Wants=network.target After=network.target [Service] Type=simple ExecStart=/usr/bin/java -jar -Dserver.port=8090 -Dconfig.file=/home/pi/habridge/habridge.config /home/pi/habridge/ha-bridge-3.5.1.jar > /home/pi/habridge/habridge-log.txt 2>&1 [Install] WantedBy=multi-user.target
Mark
-
Mark got a reaction from Paul in Red Hat 5.11Hi KenL
Unfortunately Pulseway Linux agent doesn't support RH version 5.
Best regards,
Mark
-
Mark got a reaction from Paul in Pulseway on CentOS 6.8 started but shows offlineHi Yohan,
Can you please send an email to support@pulseway.com with /var/log/messages file and output of the following:
cat /proc/cpuinfo uname -a openssl -v ldd --version Thanks! Regards, Mark -
Mark got a reaction from Paul in service monitoringThe configuration of the services depends on the operating system and the init daemon (UPSTART, SYSVINIT or SYSTEMD). Debian Jessie use SYSTEMD as system and service manager. Try to change DaemonType="UPSTART" to DaemonType="SYSTEMD".
Mark
-
Mark got a reaction from Chris in CentOS 6.7 x64 Agent doesn't autostartHi Norman,
Please edit /etc/init.d/pulseway and change : # chkconfig: 98 98 03 with: # chkconfig: 35 98 03 Then run this: /sbin/chkconfig --add pulseway/sbin/chkconfig --level 35 pulseway on Regards,
Mark
-
Mark got a reaction from Chris in OS X 10.9 incorrect storage alertHi Toby,
Thank you for reporting this. Can you, please, run in Terminal:
df -hRegards,
Mark
-
Mark reacted to Mark in Debian start produces "Got exception signal: 4"Hi,
This is your replay from other thread after I tested your configure file with a vanilla FC16 installation:
"Yes, it works. I can see two new machines - one offline and one online.
So, what might cause the problem on my machine ? :("
We don't what you have installed on your machine, we don't know how your machine is configured. All our release we test then against fresh VANILLA distributions. And your config file WORKS with a fresh install of FC16.
Mark
-
Mark got a reaction from Marius in Can't link server with PulsewayHi,
Correct configuration for sshd service on Fedora is:
<Service Name="sshd.service" DisplayName="SSH Daemon" IsDaemon="true" DaemonType="SYSTEMD" Path="" StartParameters="" CanBeStopped="true" Enabled="true"/>
Regards,
Mark
-
Mark got a reaction from Francis Yap in Linux agent computer nameHi,
'Name' can be modified editing 'Computer Information' section from config.xml (/etc/pulseway/config.xml):
<!--Computer Information--> <!--Name: the name you want this computer to be listed as (Default: Linux computer name)--> <!--Group: the name of the group you want this computer to be listed in (Default: "Default")--> <ComputerInformation Name="" Group="" /> Regards,
Mark
-
Mark got a reaction from Paul in /etc/init.d/pcmonitor not found - Gentoo LinuxHi,
"pcmonitord" is the name of the binary. "pcmonitor" is the name of service script.
Starting the service with "pcmonitord start" it's in fact a hack. The install process should register "pcmonitor" as a service script.
The PCMonitor package does not support Gentoo systems yet. This does not mean it is not running fine on Gentoo. (or Slackware, or Arch)
Regards,
Mark
-
Mark got a reaction from ofir in Port monitoring on Mac doesn't seem to workHi,
Thanks for reporting!
Is the error persistent (you get the error all the time) ? What service is running on 443?
I'll try to match your environment to replicate the issue.
Regards,
Mark
-
Mark reacted to Mark in Port monitoring on Mac doesn't seem to workHi,
Thanks for reporting!
Is the error persistent (you get the error all the time) ? What service is running on 443?
I'll try to match your environment to replicate the issue.
Regards,
Mark
-
Mark got a reaction from Paul in Linux Agent Manual UpgradeIn 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
-
Mark got a reaction from ephraim in dead but subsys lockedYou can remove existing one: rpm -e pcmonitor and install new one: rpm -ihv pcmonitor_x64.rpm
or you can force reinstall: rpm -ihv pcmonitor_x64.rpm --force
-
Mark got a reaction from BrianAz in Network interfaces showing Kb/s but graphs show KB/s (Linux native agent only)Hi,
Thanks for reporting this problem. This issue will be fixed in the next version.
Regards,
Mark
-
Mark got a reaction from Vincent Willcox in Feature request : Raspberry Pi CPU temperature monitoring & possible control over CPU over clockHi,
It's on our roadmap.
regards,
Mark
-
Mark got a reaction from Paul in No registered computers? App doesn't look like quickguideHi,
PCMonitorHelper it's a LaunchDaemon. Even if you will kill it from Activity Monitor, process respawns. LaunchDaemon's are controlled by launchd. The correct way to load/unload is via launchctl.
Mark
-
Mark got a reaction from Paul in How to Uninstall PC Monitor from Mac?To uninstall it use the following steps:
1. Uncheck "Show at login".
2. Delete PCMonitor from /Applications
3. As superuser (sudo su -) :
launchctl remove com.mobilepcmonitor.PCMonitorHelper
rm -rf /Library/LaunchDaemons/com.mobilepcmonitor.PCMonitorHelper.plist
rm -rf /Library/PrivilegedHelperTools/com.mobilepcmonitor.PCMonitorHelper
rm -rf /var/root/Library/Application\ Support/PCMonitor/
The final 1.0 version will have an uninstaller.