Watchdog

The Watchdog module is used to start TRASSIR 4, monitor its state, and restart TRASSIR in the event of critical failures. Watchdog settings are stored in watchdog-t1server.config (watchdog-t1client.config).

This file contains the following settings:

  • application - the name of the application. Any value; must not be empty.
  • executable - the executable file is specified here: for the server this is t1server-vc120; for the client it is t1client-vc120.
  • keepalive - Watchdog's main setting. If the Watchdog module does not receive the state of the software for this period of time, then TRASSIR will be forcibly restarted. In order for TRASSIR software to work properly, this setting must be greater than 60 seconds.
  • executable-arguments - additional settings for internal use.
  • log - the value of this setting will be used to name a log file in the event that the Watchdog module terminates TRASSIR.

Warning

The default values in watchdog-t1server.config (watchdog-t1client.config) are optimal. Do not change them unless there is a real need.