- yamcs
- yamcs algorithms
- yamcs commands
- yamcs config
- yamcs containers
- yamcs dbshell
- yamcs events
- yamcs instances
- yamcs links
- yamcs login
- yamcs logout
- yamcs parameter-archive
- yamcs parameters
- yamcs processors
- yamcs services
- yamcs space-systems
- yamcs storage
- yamcs streams
- yamcs tables
yamcs events¶
Synopsis¶
Description¶
Add events to the Yamcs event log.
Commands¶
- create
Create an event. This command shows an editor where you can enter the event message. Alternatively you can specify the message using the
--message
option.
Options¶
- -m <MESSAGE>, --message <MESSAGE>¶
Event message.
- --date <DATE>¶
Event time. If unspecified, defaults to mission time.
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
- --sequence-number <SEQNO>¶
Sequence number of this event. This is used to determine unicity of events at the same time and coming from the same source. If not set Yamcs will automatically assign a sequential number as if every submitted event is unique.
- --severity <LEVEL>¶
The severity level of the event. One of
info
,watch
,warning
,distress
,critical
orsevere
. Default isinfo
.
- --source <SOURCE>¶
Source of the event. Defaults to
User
if unset.
- --type <TYPE>¶
Type of the event.
- --extra <KEY=VALUE> [KEY=VALUE ...]¶
Set additional event properties.