Skip to content

vvolfie/Storj_Exporter_TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storj Exporter TUI

A Python Terminal User Interface (TUI) for the Storj Exporter by anclrii.
Work-in-progress.

Overview

Provides an interactive terminal-based interface to view metrics collected by the Storj Exporter. Ideal for quick, local node monitoring without needing a browser or Grafana.

Requirements

  • Python 3.x
  • A running Storj Exporter instance (e.g., anclrii/storj-exporter).
  • Network access to the exporter’s metrics endpoint (default: http://localhost:9651).

Installation

  1. Clone this repository:

    git clone https://github.com/vvolfie/Storj_Exporter_TUI.git
    cd Storj_Exporter_TUI
  2. (Optional) Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies (if any are listed in requirements.txt; otherwise skip this step):

    pip install -r requirements.txt

Usage

Run the TUI:

python tui.py

Screenshots

{AB2A3753-A017-47D0-9111-8FFB95DF5E83} {ABA4B0D5-EAD1-41A9-8833-EBC95D325A22} {9914880E-81EB-4960-8950-0BE389C09869}

About

Terminal User Interface for (Storj Exporter by anclrii) WIP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages