Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Please follow this guide to learn how to migrate to SingleStore tools.
SingleStore Managed Service does not support this command.
Starts monitoring an existing SingleStore DB node running on local or remote hosts.
usage: memsql-ops memsql-monitor [--settings-file SETTINGS_FILE] [--async]
[-h HOST] [-P PORT] [-u USER] [-p [PASSWORD]]
[--single-box]
Start monitoring a SingleStore DB 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 DB node. If this is not
specified, we will use the local host.
-P PORT, --port PORT The port for the SingleStore DB node.
-u USER, --user USER The user to use for the SingleStore DB node.
-p [PASSWORD], --password [PASSWORD]
The password to use for the SingleStore DB 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 DB node to the rest of the cluster.