Versions Compared

Key

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

...

Code Block
languagetext
agentcmd <t#> <-/+s> <-p #> hostname command

Where:

  • t# = use timeout.
  • -s = do not use an SSL connection to the agent (default).
  • +s = connect to the agent using SSL.
  • If SSL is not enabled on the host, the following error message appears:

    ERR The host was not configured to use SSL

  • -p # = connect to the agent on the specified port (default is 9998).
  • hostname = the name or IP address of the host on which the agent is running.
  • command = the agent command to run.

...