Petals CLI SNAPSHOT

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

Changes (6)

View Page History
h3. Installing the monitoring command

To install the monitoring command, 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 correction, just get the list of available commands of your Petals CLI, you should see the command '{{monitoring}}' in the list:
{code}
> ./petals-cli.sh -c -- help
{code}

Next you must install the Cacti's implementation of monitored objects. Put the JAR artifact '{{org.ow2.petals:petals-cli-cmd-monitoring-mo-cacti}}' in the directory {{$PETALS_CLI_HOME/extensions}}. To check that the installation is correction, just get the list of monitored objects:
{code}
> ./petals-cli.sh -c -- help monitoring
...
MONITORING OBJECT & SUB-FUNCTIONS
{code}

h3. Monitored objects

Available monitored objects are the following:
|| Object || Metric ||
| Local transporter | Delivered messages |


h1. Known Problems