Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 5a140cb

Browse files
committed
Add monitors enable and disable commands to README
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
1 parent 6ea46e2 commit 5a140cb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,33 @@ The run "C1234" can be cancelled using the following command:
457457
galasactl runs cancel --name C1234
458458
```
459459

460+
## monitors enable
461+
462+
This command can be used to enable a monitor in the Galasa service. The name of the monitor to be enabled must be provided using the `--name` flag.
463+
464+
### Examples
465+
466+
To enable a monitor named "myCustomMonitor":
467+
468+
```
469+
galasactl monitors enable --name myCustomMonitor
470+
```
471+
472+
For a complete list of supported parameters see [here](./docs/generated/galasactl_monitors_enable.md).
473+
474+
## monitors disable
475+
476+
This command can be used to disable a monitor in the Galasa service. The name of the monitor to be disabled must be provided using the `--name` flag.
477+
478+
### Examples
479+
480+
To disable a monitor named "myCustomMonitor":
481+
482+
```
483+
galasactl monitors disable --name myCustomMonitor
484+
```
485+
486+
For a complete list of supported parameters see [here](./docs/generated/galasactl_monitors_disable.md).
460487

461488
## properties get
462489
This command retrieves details of properties in a namespace.

0 commit comments

Comments
 (0)