Create cluster management tool

Issue #16 new
Roman Simakov created an issue

The main goal is the need to give user a tool to easy cluster installation.

Comments (13)

  1. yang theseus

    And user need check the running status of each node in a cluster, dead or liveness? But I dont know where to get the liveness information, in postgres? If in postgres, We can use Collectd's PostgreSQL plugin to get.

    For monitering, I also suggest Collectd to get metrics like the way of Scylladb.

  2. Artyom Smirnov

    If in perspective we want to drop PgSQL dependency I think better do not use it in other new tools/subsystems. For extracting metrics and monitoring we can extend our API and protocol and write our own collect'd plugin.

  3. yang theseus

    Temporarily, We don't remove PgSQL dependency, I guess the cost is more expensive.
    We first keep the stability of 0.1.0, then replace it gradually.

  4. Roman Simakov Account Deactivated reporter

    I need to check ability to manage cluster under multiple user account.

  5. Log in to comment