mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
51 lines
1 KiB
Text
51 lines
1 KiB
Text
NAME
|
|
gcloud monitoring policies - manage Cloud Monitoring alerting policies
|
|
|
|
SYNOPSIS
|
|
gcloud monitoring policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Monitoring alerting policies.
|
|
|
|
More information can be found here:
|
|
https://cloud.google.com/monitoring/api/v3/
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
conditions
|
|
Manage Cloud Monitoring alerting policy conditions.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a new alerting policy.
|
|
|
|
delete
|
|
Delete a Cloud Monitoring alerting policy.
|
|
|
|
describe
|
|
Describe an alerting policy.
|
|
|
|
list
|
|
List alerting policies.
|
|
|
|
migrate
|
|
Migrate a Prometheus configuration file to Cloud Monitoring.
|
|
|
|
update
|
|
Updates an alerting policy.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha monitoring policies
|
|
|
|
$ gcloud beta monitoring policies
|
|
|