mongocli ops Manager アラート設定の更新
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
指定されたプロジェクト内の 1 つのアラート構成を更新します。
構文
mongocli ops-manager alerts settings update <alertConfigId> [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
alertConfigId | string | false | 更新対象のアラート構成の一意の識別子。 |
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--apiKey | string | false | Datadog API Key, Opsgenie API Key, VictorOps API key. |
--enabled | false | If set to true, the alert configuration is enabled. | |
--event | string | false | アラートをトリガーするイベントのタイプ。 |
-h, --help | false | 更新のヘルプ | |
--matcherFieldName | string | false | 一致するターゲット オブジェクト内のフィールドの名前。 |
--matcherOperator | string | false | The operator to test the field’s value. |
--matcherValue | string | false | 指定された演算子でテストする値。 |
--metricMode | string | false | Atlas は現在のメトリクス値を平均として計算します。 |
--metricName | string | false | Name of the metric against which Atlas checks the configured |
--metricOperator | string | false | 現在のメトリクス値をしきい値と照合するときに適用する演算子。 |
--metricThreshold | float | false | アラートがトリガーされるしきい値。 |
--metricUnits | string | false | The units for the threshold value. |
--notificationChannelName | string | false | Slack チャンネル名。 Slack通知の種類に必須です。 |
--notificationDelayMin | 整数 | false | アラート条件が検出された後最初の通知を送信するまでに待機する時間(分)。 |
--notificationEmailAddress | string | false | アラート通知が送信されるメールアドレス。 |
--notificationEmailEnabled | false | Flag indicating if email notifications should be sent. | |
--notificationFlowName | string | false | Flowdock flow name in lower-case letters. |
--notificationIntervalMin | 整数 | false | 解決されていない未確認アラートの連続した通知間で待機する時間(分)。 |
--notificationMobileNumber | string | false | アラート通知が送信されるモバイル番号。 |
--notificationOrgName | string | false | Flowdock organization name in lower-case letters. |
--notificationRegion | string | false | 使用する API URL を示すリージョン。 |
--notificationServiceKey | string | false | PagerDuty サービス キー。 |
--notificationSmsEnabled | false | Flag indicating if text message notifications should be sent. | |
--notificationTeamId | string | false | チームの一意の識別子。 |
--notificationToken | string | false | Slack API token or Bot token or Flowdock personal API token. |
--notificationType | string | false | Type of alert notification. |
--notificationUsername | string | false | 通知の送信先となるAtlas userの名前。 |
--notificationVictorOpsRoutingKey | string | false | VictorOps ルーティングキー。 |
-o, --output | string | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | string | false | 使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用する プロファイル。 |
13 -Jul- 2021で comb 2 snoosity によって生成された自動生成