Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • start and restart the Agent,
  • terminate child processes if an Agent is crashed,
  • provide logging.

Watchdog Script

The Watchdog Script is provided for Unix and Windows. It is not used when operating the Agent from a Windows Service.

...

  • For the command line operation: agent.sh|.cmd restart

[ Restart wird durchgeführt bei exit code 97 (terminate and restart) 98 (abort and restart) ]

Terminating Processes after Crash

...

  • send all processes and child processes created by the Agent the SIGTERM signal,
  • optionally wait for the period specified with the --sigkill-delay option of the Agent Start Script, see JS7 - Agent Command Line Operation.
  • send remaining processes and child processes the SIGKILL signal.

...