A Python Terminal User Interface (TUI) for the Storj Exporter by anclrii.
Work-in-progress.
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.
- 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).
-
Clone this repository:
git clone https://github.com/vvolfie/Storj_Exporter_TUI.git cd Storj_Exporter_TUI -
(Optional) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install dependencies (if any are listed in
requirements.txt; otherwise skip this step):pip install -r requirements.txt
Run the TUI:
python tui.py