Jump to content

Mark

Staff
  • Posts

    157
  • Joined

  • Last visited

Everything posted by Mark

  1. Hi Truty, The line starting with "<!--" it's a xml comment. Please replace the "username_here" and the "password_here" with your credentials. Mark
  2. Hi Gary, Will be possible to sent the exported group policy xml file to support@pulseway.com? This will help us identify the issue. Many thanks! Mark
  3. Can you try on a brand vanilla environment? (it's what I did here) 1. Download Raspbian from https://downloads.raspberrypi.org/raspbian_latest 2. Install libssl from https://packages.debian.org/jessie/armhf/libssl1.0.0/download root@raspberrypi:~# dpkg -l |grep libssl ii libssl1.0.0:armhf 1.0.1t-1+deb8u7 armhf Secure Sockets Layer toolkit - shared libraries ii libssl1.0.2:armhf 1.0.2l-2+deb9u1 armhf Secure Sockets Layer toolkit - shared libraries ii libssl1.1:armhf 1.1.0f-3+deb9u1 armhf Secure Sockets Layer toolkit - shared libraries 3. Download and install Pulseway 4. Edit config.xml file 5. Start pulseway via /etc/init.d/pulseway start Mark
  4. Hi, As a workaround in Debian Stretch you can install libssl package from Jessie: https://packages.debian.org/jessie/armhf/libssl1.0.0/download root@raspberrypi:~# uname -a Linux raspberrypi 4.14.18-v7+ #1093 SMP Fri Feb 9 15:33:07 GMT 2018 armv7l GNU/Linux root@raspberrypi:~# cat /etc/issue Raspbian GNU/Linux 9 \n \l root@raspberrypi:~# /etc/init.d/pulseway status ● pulseway.service - LSB: Monitor and Control Everything IT from Any Smartphone or Tablet Loaded: loaded (/etc/init.d/pulseway; generated; vendor preset: enabled) Active: active (running) since Tue 2018-02-13 12:57:24 UTC; 29min ago Docs: man:systemd-sysv-generator(8) Process: 3424 ExecStop=/etc/init.d/pulseway stop (code=exited, status=0/SUCCESS) Process: 3462 ExecStart=/etc/init.d/pulseway start (code=exited, status=0/SUCCESS) CGroup: /system.slice/pulseway.service └─3469 /usr/sbin/pulsewayd Mark
  5. Hi, Version 5.3 includes performance improvements and bug fixes. Best regards, Mark
  6. Hi, Monitoring macOS daemons (services) is not supported at the moment but definitely we'll add this capability in a future release. Best regards, Mark
  7. Hi, I just fired up a vm with Ubuntu 17.04 and installed Pulseway. Everything looks ok. Can you see any Pulseway related messages in logs? (journalctl -f) Mark
  8. Hi, Can you post the output for: openssl s_client -connect ws.pulseway.com:443 and openssl version -a Mark
  9. Hi, Pulseway supports CentOS 6+. Best regards, Mark
  10. Hi, Can you please connect the 6TB external HDD to the RPi 3 (USB2). Can you monitor the drive through Pulseway? Mark
  11. Thank you for your feedback. We will consider having a terminal emulator in the mobile app. Mark
  12. Mark

    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
  13. Mark

    Red Hat 5.11

    Hi KenL Unfortunately Pulseway Linux agent doesn't support RH version 5. Best regards, Mark
  14. Hi Antony, Can you tell us more about your distro (uname -a; cat /etc/issue; openssl version) and Openfire version? Can you please email us (support@pulseway.com) the config file (after removing credentials). Based on your information (distro, version, config.xml, etc) we'll try to reproduce the issue here. Many thanks! Regards, Mark
  15. 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
  16. Glad to hear that everything's working now! Not sure about the error. Pulseway package doesn't contain any 'test_pulseway' and there is no install policy for the 'test_pulseway' in the post_install(). Mark
  17. Hi, Try to install it via pacman -U pulseway_x64.pkg.tar.xz --force. Best regards, Mark
  18. Hi Aaron, Thanks! We will investigate your findings as quickly as possible and then get back to you. Mark
  19. Great to hear that Aaron! You don't need to restart the machine. Restart the pulseway service only. As for notification when a daemon/process is stopped have a look at: <!--Send a notification when a service has stopped for a number of minutes (between 1 and 120)--> <ServiceStopped Priority="1" Minutes="1" Enabled="true"/> in config.xml. Mark
  20. Hi Aaron, Can you please open a terminal and type: systemctl status haproxy systemctl status keepalived systemctl status nodejs As well please check that the /home/jenkins is actually a script. (Ex: /usr/bin/tcpd) Mark
  21. 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
  22. Hi, Can you, please, send an email to support@pulseway.com and attach your config.xml file (please remove username and password). Thanks! Mark
  23. Can you, please check the logs for any pulseway message/errors. What Arch version are you running? Mark
  24. Hi Antony, Unfortunately this configuration is not supported (yet) by Pulseway linux agent. HPCC is using hpcc_init service to start/stop/restart all "my*" custom services. However, we will consider this feature in a future release. Best regards, Mark
  25. Thanks for the reports! We're setting up a test environment to replicate the issue. What network connection are you using? LAN only? Wi-Fi only? Are both, LAN and WiFi, enabled? If yes, which one is routing the traffic? Thanks, Mark
×
×
  • Create New...