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.

Info

SingleStore Managed Service does not support this command.

Starts monitoring an existing SingleStore 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 SingleStore 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 SingleStore node. If this is not
                        specified, we will use the local host.
  -P PORT, --port PORT  The port for the SingleStore node.
  -u USER, --user USER  The user to use for the SingleStore node.
  -p [PASSWORD], --password [PASSWORD]
                        The password to use for the SingleStore node. Leave blank
                        to read the MEMSQL_PASSWORD environment variable, or
                        have a password prompt if MEMSQL_PASSWORD is not set.
  --single-box          If this is true, we will not attempt to attach this
                        SingleStore node to the rest of the cluster.