3.4.0 Matrix Server Command Reference
Chapter 2: mx Commands 61
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Disable a network interface for virtual hosting:
mx netif disable <interface_ip> ...
Make a network available for use administrative traffic:
mx netif admin <interface_ip> ...
Do not use the network for administrative traffic:
mx netif noadmin <interface_ip> ...
Display status for network interfaces:
mx netif status [--up|--down] [--enabled|--disabled]
[--admin|--noadmin] [--active] [<interface_ip> ...]
--up|--down selects network interfaces that are either operational or down.
--enabled|--disabled selects network interfaces that are either enabled or
disabled for virtual hosting. --admin|--noadmin selects network interfaces
that either allow or discourage administrative traffic. --active selects
interfaces that are currently handling administrative traffic.
mx notifier – notifier commands
Use the following commands to manage notifiers or to display their status.
Add a notifier:
mx notifier add --script <script> [--event <{STATE|INFO|
WARN|ERROR|CRITICAL|FATAL},...>] [--entity <{SERVERS|IFACES
|VHOSTS|SERVICEMONITORS|DEVICEMONITORS|FILESYSTEMS},...>]
<notifier>
The <notifier> name can include up to 32 characters.
Update a notifier:
mx notifier update [--script <script>] [--event <{STATE|
INFO|WARN|ERRORCRITICAL|FATAL},...>] [--entity { SERVERS|IFACES
|VHOSTS|SERVICEMONITORS|DEVICEMONITORS|FILESYSTEMS},...]
<notifier>
Delete a notifier:
mx notifier delete <notifier> ...
Enable a notifier:
mx notifier enable <notifier> ...