Previous Topic: message listNext Topic: Grid Control


message set

Set text/attributes of a dashboard message.

Syntax
message set <id> [<prop>=<val>*]  
Parameters
id

Message ID - must be in the form 'NNN<text>'

<prop>=<val>

Message parameters. The following parameters may be specified:

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

Note: