前のトピック: ダッシュボード メッセージ管理

次のトピック: message destroy id


message create

ダッシュボード メッセージを作成します。

構文
message create <id> [<prop>=<val>*] --fail-existing.
パラメータ
<id>

メッセージ ID。「NNN<text>」の形式にする必要があります。<text> は 1 つ以上の英数字、「-」、または「_」です。

<prop>=<val>

メッセージ パラメータ。 以下のパラメータを指定できます。

--fail-existing

同じ ID のメッセージがすでに存在する場合に要求が失敗します。それ以外の場合、メッセージを上書きします。

message create 123BMC severity=alert text="Failed to collect metering data"
message create 123MSG severity=info text="Failed to start %s components on %t." t_arg1=2 t_arg2=1289607952 

注: