euwatch-put-metric-alarm (1) Linux Manual Page
NAME
euwatch-put-metric-alarm – Create or update an alarm
SYNOPSIS
euwatch-put-metric-alarm –comparison-operator
- {GreaterThanOrEqualToThreshold,GreaterThanThreshold,LessThanThreshold,LessThanOrEqualToThreshold}
-
–evaluation-periodsCOUNT–metric-nameMETRIC–namespaceNAMESPACE–periodSECONDS–statistic{Average,Maximum,Minimum,SampleCount,Sum}–thresholdFLOAT [–actions-enabled {true,false}] [–alarm-actions ARN1,ARN2,…] [–alarm-description DESCRIPTION] [-d KEY1=VALUE1,KEY2=VALUE2,…] [–insufficient-data-actions ARN1,ARN2,…] [–ok-actions ARN1,ARN2,…] [–unit UNIT] [–show-empty-fields] [-U URL] [–region USER [at] REGION] [-I KEY_ID] [-S KEY] [–security-token TOKEN] [–debug] [–debugger] [–version] [-h] ALARM
DESCRIPTION
Create or update an alarm
positional arguments:
- ALARM
- name of the alarm (required)
optional arguments:
–comparison-operator{GreaterThanOrEqualToThreshold,GreaterThanThreshold,LessThanThreshold,LessThanOrEqualToThreshold}- arithmetic operator with which the comparison with the threshold will be made (required)
–evaluation-periodsCOUNT- number of consecutive periods for which the value of the metric needs to be compared to the threshold (required)
–metric-nameMETRIC- name for the alarm’s associated metric (required)
–namespaceNAMESPACE- namespace for the alarm’s associated metric (required)
–periodSECONDS- period over which the specified statistic is applied (required)
–statistic{Average,Maximum,Minimum,SampleCount,Sum}- statistic on which to alarm (required)
–thresholdFLOAT- value to compare the statistic against (required)
–actions-enabled{true,false}- whether this alarm’s actions should be executed when it changes state
–alarm-actionsARN1,ARN2,…- ARNs of SNS topics to publish to when the alarm changes to the ALARM state
–alarm-descriptionDESCRIPTION- description of the alarm
-dKEY1=VALUE1,KEY2=VALUE2,…,–dimensionsKEY1=VALUE1,KEY2=VALUE2,…- dimensions for the alarm’s associated metric
–insufficient-data-actionsARN1,ARN2,…- ARNs of SNS topics to publish to when the alarm changes to the INSUFFICIENT_DATA state
–ok-actionsARN1,ARN2,…- ARNs of SNS topics to publish to when the alarm changes to the OK state
–unitUNIT- unit for the alarm’s associated metric
–show-empty-fields- show empty values as "(nil)"
-UURL,–urlURL- instance monitoring service endpoint URL
–regionUSER [at] REGION- region and/or user names to search when looking up config file data
-
-IKEY_ID,–access-key-idKEY_ID-SKEY,–secret-keyKEY–security-tokenTOKEN–debug -
- show debugging output
–debugger- launch interactive debugger on error
–version- show the program’s version and exit
-h,–help- show this help message and exit
