Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
Usage: agent.sh command [options] [switches] command: start [options] start-container [options] stop [options] restart [options] status [options] cancel [options] switch-over [options] cert [cert-options] | see https://kb.sos-berlin.com/x/jLbAAw options: --http-port=<[interface:]port> | http network interface and port, default: 4445 --https-port=<[interface:]port> | https network interface and port, default: --data-directory=<directory> | default: /var/sos-berlin.com/js7/agent/var_4445 --config-directory=<directory> | default: /var/sos-berlin.com/js7/agent/var_4445/config --sigkill-delay=<seconds> | send SIGTERM and delayed SIGKILL signal, default: 3 --timeout=<seconds> | timeout for terminating jobs on Agent stop --java-options=<java options> | default: -Xms100mXmx100m -Dfile.encoding=UTF-8; see https://kb.sos-berlin.com/x/uYo7B switches: -c | --curl | use curl instead of Java http client --watchdog-log-stdout | use stdout channel instead of watchdog.log file see https://kb.sos-berlin.com/x/ZqrAAw for more information. |
...
-c , --curl
- Specifies that the
curl
utility should be used instead of the built-in HTTP client when sending commands to the Agent.
- Specifies that the
--sigkill
- Starting from release 2.7.2 the switch is ignored.
--watchdog-log-stdout
- Specifies that log output to stdout and stderr channels will not be redirected to a file. By default log output to stdout and stderr channels is redirected to the
watchdog.log
file.
- Specifies that log output to stdout and stderr channels will not be redirected to a file. By default log output to stdout and stderr channels is redirected to the
Watchdog Script agent_watchdog.sh, agent_watchdog.cmd
...
Overview
Content Tools