Command 'monitoring'

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h1. Installing the command 'monitoring'

[Debian packages|Installing Petals ESB CLI using the Debian packages] or a [full ZIP archive|petalscli211:Installing Petals ESB CLI using the ZIP archive] are available to install this Petals ESB CLI extension. Otherwise, just put the JAR artifact '{{org.ow2.petals:petals-cli-cmd-monitoring}}' in the directory {{$PETALS_CLI_HOME/extensions}}.

To check that the installation is correct, just get the list of available commands of your Petals ESB CLI, you should see the command '{{monitoring}}' in the list:
{code}
> ./petals-cli.sh -c -- help
See [Subscription objects|#subscription-objects].

Once a subscription is launched, detected defects are printed on the standard output, and the Petals ESB CLI prompt is always available to enter other commands, as other subscriptions or unsubscriptions. Ctrl-C can be used to interrupt a subscription and to exit from Petals ESB CLI.

{anchor:monitored-objects}