Scroll to navigation

EUWATCH-PUT-METRIC-ALARM(1) User Commands EUWATCH-PUT-METRIC-ALARM(1)

NAME

euwatch-put-metric-alarm - Create or update an alarm

SYNOPSIS

euwatch-put-metric-alarm --comparison-operator

{GreaterThanOrEqualToThreshold,GreaterThanThreshold,LessThanThreshold,LessThanOrEqualToThreshold}
--evaluation-periods COUNT --metric-name METRIC --namespace NAMESPACE --period SECONDS --statistic {Average,Maximum,Minimum,SampleCount,Sum} --threshold FLOAT [--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@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger] [--version] [-h] ALARM

DESCRIPTION

Create or update an alarm

positional arguments:

name of the alarm (required)

optional arguments:

arithmetic operator with which the comparison with the threshold will be made (required)
number of consecutive periods for which the value of the metric needs to be compared to the threshold (required)
name for the alarm's associated metric (required)
namespace for the alarm's associated metric (required)
period over which the specified statistic is applied (required)
statistic on which to alarm (required)
value to compare the statistic against (required)
whether this alarm's actions should be executed when it changes state
ARNs of SNS topics to publish to when the alarm changes to the ALARM state
description of the alarm
dimensions for the alarm's associated metric
ARNs of SNS topics to publish to when the alarm changes to the INSUFFICIENT_DATA state
ARNs of SNS topics to publish to when the alarm changes to the OK state
unit for the alarm's associated metric
show empty values as "(nil)"
instance monitoring service endpoint URL
region and/or user names to search when looking up config file data

-I KEY_ID, --access-key-id KEY_ID

-S KEY, --secret-key KEY

--security-token TOKEN

show debugging output
launch interactive debugger on error
show the program's version and exit
show this help message and exit
March 2016 euca2ools 3.3