This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -457,6 +457,33 @@ The run "C1234" can be cancelled using the following command:
457457galasactl 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
462489This command retrieves details of properties in a namespace.
You can’t perform that action at this time.
0 commit comments