Everything posted by Mark
-
CentOS - Invalid Username found in configuration
Hi Truty, The line starting with "<!--" it's a xml comment. Please replace the "username_here" and the "password_here" with your credentials. Mark
-
Group Policies (Web App)
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
-
Error on Debian 9.1 Stretch
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
-
Error on Debian 9.1 Stretch
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
-
Linux 5.3 agent changelog?
Hi, Version 5.3 includes performance improvements and bug fixes. Best regards, Mark
- OSX Service Monitoring
- Installed but Invisible
-
Error while registering computer:SOAP 1.1 fault
Hi, Can you post the output for: openssl s_client -connect ws.pulseway.com:443 and openssl version -a Mark
- Cant install agent on linux
-
Missing harddrive
Hi, Can you please connect the 6TB external HDD to the RPi 3 (USB2). Can you monitor the drive through Pulseway? Mark
- Proxmox Management
-
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
- Red Hat 5.11
-
Openfire Service Monitoring on Centos 6
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
-
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
-
Arch package appears broken in the latest version
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
-
Arch package appears broken in the latest version
Hi, Try to install it via pacman -U pulseway_x64.pkg.tar.xz --force. Best regards, Mark
- Kamailio Notifications
-
service monitoring
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
-
service monitoring
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
-
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
- Debian 8 x64 agent Ping error
-
Arch package availability
Can you, please check the logs for any pulseway message/errors. What Arch version are you running? Mark
- Monitoring Services / Processes Ubuntu 12.04
- PulseWay Helper Crashing Constantly