Outdated Version

You are viewing an older version of this section. View current production version.

MEMSQL-MONITOR

MemSQL Ops has been deprecated

Please follow this guide to learn how to migrate to SingleStore tools.

Starts monitoring an existing MemSQL node running on local or remote hosts.

Usage

usage: memsql-ops memsql-monitor [--settings-file SETTINGS_FILE] [--async]
                                 [-h HOST] [-P PORT] [-u USER] [-p [PASSWORD]]
                                 [--single-box]

Start monitoring a MemSQL node in MemSQL Ops.

optional arguments:
  --settings-file SETTINGS_FILE
                        A path to a MemSQL Ops settings.conf file. If not set,
                        we will use the file in the same directory as the
                        MemSQL Ops binary.
  --async               If this option is true, we will exit without waiting
                        for MemSQL Ops to monitor the node.
  -h HOST, --host HOST  The host for the MemSQL node. If this is not
                        specified, we will use the local host.
  -P PORT, --port PORT  The port for the MemSQL node.
  -u USER, --user USER  The user to use for the MemSQL node.
  -p [PASSWORD], --password [PASSWORD]
                        The password to use for the MemSQL node.
  --single-box          If this is true, we will not attempt to attach this
                        MemSQL node to the rest of the cluster.