Use of the Control-Thread ------------------------- Both programs, sockserv and servsock, provide a control thread for changing parameters on during runtime. The names are by default for each connection {SwapDir}/servsock_pipe_{SensorName} (servsock) /tmp/sockserv_{SensorName} (sockserv) Changes can be done via simple echo commands, e.g. for a sockserv command on Sensor 1: echo "AlarmDelay: 10" > /tmp/sockserv_sensor1 The Syntax is equal to that of the configuration file from servsock. Actual supported values are: Statistics AlarmDelay LowWater (if DROP is enabled) HighWater (if DROP is enabled) Debug DBTrust (servsock only) TimeZone (servsock only) DumpConfig (servsock only) UnixSocketPriority (servsock only, if ALERT is enabled) For details see manual page: servsock.conf.5