Overview
This article provides information regarding the Exinda CLI command application-group
.
You can use the application-group
command to create a new application group.
Information
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to application group:
Action Description |
Command | Parameter Description |
To create an application group or add or remove an application to the application group | [no] application-group <application-group-name> application
{application-name} |
application {application-name} - When creating an application group, you must specify an application to go in the group. By calling this command for an existing application group name, the specified application will be added (or removed) from the application group. |
To enable or disable monitoring of an application group |
|
NA (Not Applicable) |
To clear all configuration from an application group, which will leave the application group object with no applications specified within it |
|
NA (Not Applicable) |
Example
Create an application group called Web and add some applications to it.
application-group Web application http
application-group Web application https
application-group Web application http-ALT
application-group Web application squidproxy
Find more CLI commands.