| Usage: | vme id=<event> [msg=<message>] [severity=<severity>] [progress=<readiness>] [cnt_name=<counter name> cnt_value=<counter value>] |
| Examples: | vme id=started_ok |
| vme id=start_failed msg="Missing DNS server address" |
| vme id=maintenance msg="Database recovery" progress=30 |
| vme id=log msg="SSL certificate loaded OK" severity=info |
| vme id=alert msg="Corrupted database file detected" severity=fatal |
| vme id=alert cnt_name=n_db_xact_per_min cnt_value=46 severity=fatal |
| Notes: | <event> is one of the following: |
| started_ok - appliance started OK |
| start_failed - appliance failed to start, message is the reason |
| maintenance - appliance is in maintenance mode (i.e., database recovery) |
| log - log an event on behalf of the appliance |
| alert - a critical event or error has been detected by the appliance this is also used to report a change in a counter value |
| <message> is a free text, escaped if spaces or special characters are needed |
| <severity> may be one of the following: |
| debug - debug information |
| info - informational event |
| warn - warning event |
| error - error event |
| fatal - fatal and irrecoverable error |
| <readiness> is reported in percent, valid values are 1 through 100 |
| Appliances in maintenance mode must report their progress periodically (no less often than 30 seconds). |
| <counter name> and <counter value> are only used for alerts |
| If a message is provided with an alert the message is logged to the grid's dashboard |