Hostname: {{ system.hostname }}
Uptime: {{ system.uptime }}
OS: {{ system.operating_system }}
Average Load: {{ system.average_load.0 }} {{ system.average_load.1 }} {{ system.average_load.2 }}
{% if system.restart_needed %}RESTART NEEDED
{% endif %}Mounted at: {{disk.mount_point}}
{{disk.available_space}} of {{disk.total_space}} available
{% if not loop.last %}{{ comp.name }} - {{ comp.temperature }}°C
{% if not loop.last %}{{ system.ram.used_memory_pretty }} of {{ system.ram.total_memory_pretty }} RAM current in use
{{ system.ram.used_swap_pretty }} of {{ system.ram.total_swap_pretty }} swap currently in use
Total Sent Today: {{ network_if.total_sent_today }}
Total Received Today: {{ network_if.total_received_today }}
Average Rate: {{ network_if.average_rate_today }}
{% endfor %} {% for network_if in system.network_ifs_errored %}Error: {{ network_if[1] }}
{% endfor %}Synchronised to {{ node_info.nettype }}
{% else %}Synchronising to {{ node_info.nettype }}
{% endif %}Running version {{ node_info.version }} {% if node_info.update_available %} Which can be updated {% endif %}
Monerod Time Up: {{ node_info.time_up_pretty }}
Txs in pool: {{ node_info.tx_pool_size }}
Total Txs: {{ node_info.tx_count }}
Incoming Connections: {{ node_info.incoming_connections_count }}
Outgoing Connections: {{ node_info.outgoing_connections_count }}
RPC Connections: {{ node_info.rpc_connections_count }}
Blockheight: {{ node_info.height }}
Latest block hash: {{ node_info.top_block_hash }}
Free Space: {{ node_info.free_space_pretty }}
Database Size: {{ node_info.db_size_pretty }}
| Height | Size | Transactions | Timestamp (UTC) | Hash |
|---|---|---|---|---|
| {{ block.height }} | {{ block.block_size }} | {{ block.num_txes }} | {{ block.timestamp_pretty }} | {{ block.hash }} |