My config.xml includes a section which tries to monitor some website responses (two servers on the same LAN).
Quote
<WebSites>
<!--WebSite
- Url: web site Url
- Type: method used for testing the web site - HEAD or GET
- Name: name used for display-->
<WebSite Url="http://192.168.51.8/27700/u/10/486/779.png" Type="GET" Name="OSM 27700 Uncontoured (OSM1)" Enabled="true"/>
<WebSite Url="http://192.168.51.9/27700/u/10/486/779.png" Type="GET" Name="OSM 27700 Uncontoured (OSM2)" Enabled="true"/>
<WebSite Url="http://192.168.51.8/27700/c/10/486/779.png" Type="GET" Name="OSM 27700 Contoured (OSM1)" Enabled="true"/>
<WebSite Url="http://192.168.51.9/27700/c/10/486/779.png" Type="GET" Name="OSM 27700 Contoured (OSM2)" Enabled="true"/>
<WebSite Url="http://192.168.51.8/900913/u/14/8044/5412.png" Type="GET" Name="OSM 900913 Uncontoured (OSM1)" Enabled="true"/>
<WebSite Url="http://192.168.51.9/900913/u/14/8044/5412.png" Type="GET" Name="OSM 900913 Uncontoured (OSM2)" Enabled="true"/>
<WebSite Url="http://192.168.51.8/900913/c/14/8044/5412.png" Type="GET" Name="OSM 900913 Contoured (OSM1)" Enabled="true"/>
<WebSite Url="http://192.168.51.9/900913/c/14/8044/5412.png" Type="GET" Name="OSM 900913 Contoured (OSM2)" Enabled="true"/>
</WebSites>
When I query these websites in the WebApp, the pulseway daemon on the server crashes hard and no data is returned.
Quote
May 4 12:23:53 osmproxy pulseway: Got exception signal: 11
May 4 12:23:53 osmproxy kernel: [1487574.862625] traps: pulsewayd[512737] general protection fault ip:7fb0c967ad5a sp:7fb0c2ffcc58 error:0 in libc-2.31.so[7fb0c95eb000+178000]
May 4 12:23:53 osmproxy systemd[1]: pulseway.service: Main process exited, code=killed, status=11/SEGV
May 4 12:23:53 osmproxy systemd[1]: pulseway.service: Failed with result 'signal'.
Is this a bug in pulsewayd or an error in my config ?
Hi, I have pulseway 6.5 installed on Ubuntu 20.04
My config.xml includes a section which tries to monitor some website responses (two servers on the same LAN).
When I query these websites in the WebApp, the pulseway daemon on the server crashes hard and no data is returned.
Is this a bug in pulsewayd or an error in my config ?
many thanks