- yamcs
- yamcs alarms
- yamcs algorithms
- yamcs commands
- yamcs config
- yamcs containers
- yamcs dbshell
- yamcs events
- yamcs instances
- yamcs links
- yamcs login
- yamcs logout
- yamcs packets
- yamcs parameter-archive
- yamcs parameters
- yamcs processors
- yamcs rocksdb
- yamcs services
- yamcs space-systems
- yamcs storage
- yamcs streams
- yamcs tables
yamcs alarms¶
Synopsis¶
Description¶
Manage alarms.
Commands¶
- list [--processor <PROCESSOR>]
Show active alarms
- acknowledge [--processor <PROCESSOR>] [-c <COMMENT>, --comment <COMMENT>] <ALARM> <SEQNO>
Acknowledge an alarm
- shelve [--processor <PROCESSOR>] [-c <COMMENT>, --comment <COMMENT>] <ALARM> <SEQNO>
Shelve an alarm
- unshelve [--processor <PROCESSOR>] [-c <COMMENT>, --comment <COMMENT>] <ALARM> <SEQNO>
Unshelve an alarm
- clear [--processor <PROCESSOR>] [-c <COMMENT>, --comment <COMMENT>] <ALARM> <SEQNO>
Clear an alarm
- log [-n <LINES>, --lines <LINES>] [-s <DATE>, --since <DATE>] [-u <DATE>, --until <DATE>]
Read alarm log
Options¶
- --processor <PROCESSOR>¶
With
list
,acknowledge
,shelve
,unshelve
orclear
, specify the processor.Default: realtime
- -c <COMMENT>, --comment <COMMENT>¶
With
list
,acknowledge
,shelve
,unshelve
orclear
, attach a comment to the alarm change.
- <ALARM>¶
With
acknowledge
,shelve
,unshelve
orclear
, specify the alarm name.
- <SEQNO>¶
With
acknowledge
,shelve
,unshelve
orclear
, specify the alarm instance.
- -n <LINES>, --lines <LINES>¶
With
log
, specify the number of alarms to show, orall
to show all.Default: 10, but only when
--since
and--until
are unset.
- -s <DATE>, --since <DATE>¶
With
log
, include alarms not older than the specified date.The date should be specified in ISO format or as detailed under Timestamps.
- -u <DATE>, --until <DATE>¶
With
log
, include alarms not newer than the specified date.The date should be specified in ISO format or as detailed under Timestamps.
Timestamps¶
When parsing timestamps, yamcs-cli accepts a specification in ISO format. The following special patterns are also recognised:
now
: current timenow UTC
: current UTC timetoday
: 00:00:00 of the current daytoday UTC
: 00:00:00 UTC of the current dayyesterday
: 00:00:00 of the day beforeyesterday UTC
: 00:00:00 UTC of the day beforetomorrow
: 00:00:00 of the next daytomorrow UTC
: 00:00:00 UTC of the next day