{% extends "cluster/base.html" %} {% load bootstrap_toolkit %} {% load humanize %} {% load cluster_extras %} {% block subtitle %}{{ node.hostname}} / Nodes / {% endblock %} {% block content %}
Hostname | {{ node.hostname }} |
---|
Database | Docs | Security | Security check | |
---|---|---|---|---|
Admins | Members | |||
{{ db }} | {% if info %} {{ info.doc_count|intcomma }} | {% else %} {% endif %}
|
|
{% if security_correct %} Ok {% else %} {% if info %} {% endif %} {% endif %} |
Hostname | Database | Status | |
---|---|---|---|
{{ perm.hostname }} | {{ perm.db }} | {% if 'status' in perm %}{{ perm.status }}{% else %}not exists{% endif %} | {% if perm.status != 'triggered' and db_info.replications_error != 'not_found' %} {% endif %} |
Source | Target | Status |
---|---|---|
{{ replication.doc.source|hide_url_password }} | {{ replication.doc.target|hide_url_password }} | {{ replication.key }} |
Type | Status | Progress | Started on | Last update on |
---|---|---|---|---|
{{ task.type }} | {% if task.type == 'replication' %} {{ task.source }} → {{ task.target }} ({{ task.checkpointed_source_seq|intcomma }}/{{ task.source_seq|intcomma }}) {% endif %} {% if task.type == 'view_compaction' %} {{ task.design_document }}@{{ task.database }} {% endif %} {% if task.type == 'indexer' %} {{ task.design_document }}@{{ task.database }} ({{ task.changes_done|intcomma }}/{{ task.total_changes|intcomma }}) {% endif %} | {{ task.progress }}% | {{ task.started_on|unix|date:"Y-m-d H:i" }} | {{ task.updated_on|unix|timesince }} |