Jump to content

Mark

Staff
  • Posts

    157
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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!
  2. Upvote
    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*  
  3. Thanks
    Mark got a reaction from Martin_T in Linux Client   
    Hi,
    Please contact support@pulseway.com and we'll get in touch.
    Thanks!
    Mark
  4. Thanks
    Mark got a reaction from Martin_T in Linux Client   
    Hi,
    pulseway-registration is under /usr/sbin.
    Mark
     
  5. Thanks
    Mark got a reaction from Martin_T in Linux Client   
    Hi,
    You can download the Linux agent version 6.0 from here: https://www.pulseway.com/downloads
    Mark
  6. Upvote
    Mark got a reaction from Paul in Cant install agent on linux   
    Hi,
    Pulseway supports CentOS 6+.
    Best regards,
    Mark
     
     
     
  7. Upvote
    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
  8. Upvote
    Mark got a reaction from Paul in Red Hat 5.11   
    Hi KenL
    Unfortunately Pulseway Linux agent doesn't support RH version 5.
    Best regards,
    Mark
  9. Upvote
    Mark got a reaction from Paul in Pulseway on CentOS 6.8 started but shows offline   
    Hi 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  
  10. Upvote
    Mark got a reaction from Paul in service monitoring   
    The 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
     
  11. Upvote
    Mark got a reaction from Chris in CentOS 6.7 x64 Agent doesn't autostart   
    Hi 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
     
     
  12. Upvote
    Mark got a reaction from Chris in OS X 10.9 incorrect storage alert   
    Hi Toby,
    Thank you for reporting this. Can you, please, run in Terminal:
    df -hRegards,
    Mark
  13. Upvote
    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
  14. Upvote
    Mark got a reaction from Marius in Can't link server with Pulseway   
    Hi,
     
    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
  15. Upvote
    Mark got a reaction from Francis Yap in Linux agent computer name   
    Hi,
     
    '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
  16. Upvote
    Mark got a reaction from Paul in /etc/init.d/pcmonitor not found - Gentoo Linux   
    Hi,
     
    "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
  17. Upvote
    Mark got a reaction from ofir in Port monitoring on Mac doesn't seem to work   
    Hi,

    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
  18. Upvote
    Mark reacted to Mark in Port monitoring on Mac doesn't seem to work   
    Hi,

    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
  19. Upvote
    Mark got a reaction from Paul in Linux Agent Manual Upgrade   
    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
  20. Upvote
    Mark got a reaction from ephraim in dead but subsys locked   
    You 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
  21. Upvote
    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
  22. Upvote
    Mark got a reaction from Vincent Willcox in Feature request : Raspberry Pi CPU temperature monitoring & possible control over CPU over clock   
    Hi,
     
    It's on our roadmap.
     
    regards,
    Mark
  23. Upvote
    Mark got a reaction from Paul in No registered computers? App doesn't look like quickguide   
    Hi,



    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
  24. Upvote
    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.
×
×
  • Create New...