1EUWATCH-SET-ALARM-STATE(1) User Commands EUWATCH-SET-ALARM-STATE(1)
2
3
4
6 euwatch-set-alarm-state - Temporarily set the state of an alarm
7
9 euwatch-set-alarm-state --state-value {ALARM,INSUFFICIENT_DATA,OK}
10
11 --state-reason REASON
12 [--state-reason-data JSON] [--show-empty-fields] [-U URL]
13 [--region USER@REGION] [-I KEY_ID] [-S KEY] [--security-token
14 TOKEN] [--debug] [--debugger] [--version] [-h] ALARM
15
17 Temporarily set the state of an alarm
18
19 positional arguments:
20 ALARM name of the alarm to update (required)
21
22 optional arguments:
23 --state-value {ALARM,INSUFFICIENT_DATA,OK}
24 state to set the alarm to (required)
25
26 --state-reason REASON
27 human-readable reason why the alarm was set to this state
28 (required)
29
30 --state-reason-data JSON
31 JSON-formatted reason why the alarm was set to this state
32
33 --show-empty-fields
34 show empty values as "(nil)"
35
36 -U URL, --url URL
37 instance monitoring service endpoint URL
38
39 --region USER@REGION
40 region and/or user names to search when looking up config file
41 data
42
43 -I KEY_ID, --access-key-id KEY_ID
44
45 -S KEY, --secret-key KEY
46
47 --security-token TOKEN
48
49 --debug
50 show debugging output
51
52 --debugger
53 launch interactive debugger on error
54
55 --version
56 show the program's version and exit
57
58 -h, --help
59 show this help message and exit
60
61
62
63euca2ools 3.4 December 2016 EUWATCH-SET-ALARM-STATE(1)