NAME

pmx-monitor-consolidate - Consolidate monitoring events


SYNOPSIS

  pmx-monitor-consolidate [arguments]
  Arguments:
    --url=<url>         URL to remote host (REQUIRED)
    --from=<queue>      Remote queue to consolidate from
    --to=<queue>        Local queue to consolidate into
    --batchsize=<num>   Max events per HTTP connection
    --verbose           Enables verbose output
    --debug             Enables debugging output
    --help/-?           Shows brief usage statement
    --man               Shows verbose usage statement
  Example:
    pmx-monitor-consolidate
        --url=http://mta1.example.com:28080
        --from=events
        --verbose


DESCRIPTION

pmx-monitor-consolidate is a script used to consolidate PureMessage Monitor events in a multi-server environment. When run, pmx-monitor-consolidate queries the remote server for a list of queued events and transfers them all to the local server.


OPTIONS

--url=<url>
Required. Specifies the URL to the remote PureMessage server that events will be consolidated from.

Note that the HTTPD services required on the remote server will be run on the same port as the PureMessage End User Web Interface (EUWI). By default, this uses the HTTP protocol on port 28080, unless you have made explicit changes to the configuration on your servers.

--from=<queue>
Specifies the name of the PureMessage Monitor event queue on the remote server that events will be consolidated from. Default ``events''.

--to=<queue>
Specifies the name of the PureMessage Monitor event queue on the local system that events will be consolidated into. Defaults to the name of the queue that events are consolidating from.

--batchsize=<num>
Specifies the maximum number of events that will be batch-consolidated over a single HTTP connection. Defaults ``100''.

--verbose
Enables verbose output.

--debug
Enables debugging output. Implies --verbose.

--help/-?
Displays a brief usage statement.

--man
Displays a verbose usage statement.


COPYRIGHT

Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.