3.6.0 Matrix Server Command Reference (5697-7083, December 2007)

Chapter 3: mx Commands 81
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
The exported settings include all of the event notifiers and their event
definition assignments. The file is written in XML format.
import—Import the event notification settings from a local file
mx eventnotifier import <file.xml>
The entries in the file must be in the format used by mx eventnotifier export.
The imported entries will replace the current event notification settings.
list—show the event definitions in the event catalog
mx eventnotifier list [--noHeaders] [--csv] [--showBorder]
The options are:
[--noHeaders]
Do not display column headers in the output.
[--csv]
Display the output in comma-separated value format.
[--showBorder]
Add borders to the output.
removeevents—remove matrix event definitions from a notification service
mx eventnotifier removeevents [--snmp] [--email] [--script] <event
IDs or ID range>
You can specify individual event IDs or a range of IDs to be removed. Use
commas to separate the values, for example: 100, 300-400,555.
The options are:
[--snmp]
Remove the specified event IDs to the SNMP notification service.
[--email]
Remove the specified event IDs to the email notification service.
[--script]
Remove the specified event IDs to the script notification service.
If none of the options are specified, the event IDs will be removed from all
notification services.
restoreevents—Restore event definitions to the Matrix Server defaults
mx eventnotifier restoreevents [--snmp] [--email] [--script]