mongocli ops-manager alerts settings create
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
在指定项目中创建一个警报配置。
语法
mongocli ops-manager alerts settings create [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--apiKey | 字符串 | false | Datadog API Key, Opsgenie API Key, VictorOps API key. |
--enabled | false | If set to true, the alert configuration is enabled. | |
--event | 字符串 | false | 将触发警报的事件类型。 |
-h,--help | false | 创建帮助 | |
--matcherFieldName | 字符串 | false | 目标对象中要匹配的字段的名称。 |
--matcherOperator | 字符串 | false | The operator to test the field’s value. |
--matcherValue | 字符串 | false | 要使用指定操作符进行测试的值。 |
--metricMode | 字符串 | false | Atlas 会将当前指标值计算为平均值。 |
--metricName | 字符串 | false | Name of the metric against which Atlas checks the configured |
--metricOperator | 字符串 | false | 根据阈值检查当前指标值时要应用的操作符。 |
--metricThreshold | float | false | 阈值,超出该阈值将触发警报。 |
--metricUnits | 字符串 | false | The units for the threshold value. |
--notificationChannelName | 字符串 | false | Slack 渠道名称。对于 SLACK 通知类型是必需的。 |
--notificationDelayMin | int | false | 检测到警报条件后发送第一个通知之前的等待分钟数。 |
--notificationEmailAddress | 字符串 | false | 发送警报通知的电子邮件地址。 |
--notificationEmailEnabled | false | Flag indicating if email notifications should be sent. | |
--notificationFlowName | 字符串 | false | Flowdock flow name in lower-case letters. |
--notificationIntervalMin | int | false | 未解决的未确认警报的连续通知之间等待的分钟数。 |
--notificationMobileNumber | 字符串 | false | 向其发送警报通知的手机号码。 |
--notificationOrgName | 字符串 | false | Flowdock organization name in lower-case letters. |
--notificationRegion | 字符串 | false | 指示要使用的 API URL 的区域。 |
--notificationServiceKey | 字符串 | false | PagerDuty 服务密钥。 |
--notificationSmsEnabled | false | Flag indicating if text message notifications should be sent. | |
--notificationTeamId | 字符串 | false | 团队的唯一标识符。 |
--notificationToken | 字符串 | false | Slack API token or Bot token or Flowdock personal API token. |
--notificationType | 字符串 | false | Type of alert notification. |
--notificationUsername | 字符串 | false | 向其发送通知的 Atlas user 的名称。 |
--notificationVictorOpsRoutingKey | 字符串 | false | VictorOps 路由键。 |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由 cobra 2 shooty 于13 -Jul- 2021自动生成