Purpose: Display Dr.Web Server Security Suite events. In addition, this command allows you to manage the events (mark them as read or delete them).
Arguments: None.
Options
--Report <type>—type of the event report.
Allowed values:
•BRIEF—brief report;
•DEBUG—detailed report;
•JSON—serialized report in the JSON format.
-f [--Follow]—wait for new events and display them upon their occurrence (CTRL+C interrupts waiting).
--ShowSeen—display already read events as well;
-s [--Since] <date, time>—show the events that occurred before the specified timestamp (<date, time> is specified as "YYYY-MM-DD hh:mm:ss").
-u [--Until] <date, time>—show the events that occurred no later than the specified timestamp (<date, time> is specified as "YYYY-MM-DD hh:mm:ss").
-t [--Types] <type list>—show the events of the specified types only (types are comma-separated).
The following event type is available: UnexpectedAppTermination—unexpected component shutdown.
To view all types of events, use All.
--Show <list of events>—display the listed events (event identifiers are comma-separated);
--Delete <list of events>—remove the listed events (event identifiers are comma-separated);
--MarkAsSeen <list of events>—mark the listed events as read (event identifiers are comma-separated).
If you want to mark as “read” or delete all events, specify All instead of <events list>. For example, the command
$ drweb-ctl events --MarkAsSeen All
|
will mark all existing events as “read”
|