I'm getting an error in the Ping status on my Linux server, running Debian 8 (Linux x86_64 3.16.0-4-amd64 according to the agent info) It says there is an error, but there are no details on what the error is. When I manually ping 8.8.8.8 from the Command Line, it works fine, both from the server itself and from the Webapp terminal.
Here are the relevant lines from the config file:
<!--Ping
- Server: server IP address or hostname-->
<Ping Server="8.8.8.8" Enabled="true"/>
I checked the sample config file, which I copied and edited for my needs, and I noticed there is no </Ping> statement. Most other sections have a starting statement and a closing statement: i.e.:
<MonitoredPorts>
</MonitoredPorts>
Could that be the problem?
I also can see that there is a background process with the ping command:
root@xxxxxxx ~ # ps aux | grep ping
root 16329 0.0 0.0 8464 756 ? S 12:03 0:00 ping 8.8.8.8
So the system is at least trying to ping, but maybe the Pulseway agent is not capturing the output.
Any ideas/suggestions/fixes?