https://github.com/nspcc-dev/status-fs-neo-org
NeoFS status monitoring page
https://github.com/nspcc-dev/status-fs-neo-org
Last synced: about 2 months ago
JSON representation
NeoFS status monitoring page
- Host: GitHub
- URL: https://github.com/nspcc-dev/status-fs-neo-org
- Owner: nspcc-dev
- License: gpl-3.0
- Created: 2022-05-18T11:48:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-01T14:00:39.000Z (7 months ago)
- Last Synced: 2025-11-01T16:04:13.409Z (7 months ago)
- Language: TypeScript
- Homepage: https://status.fs.neo.org/
- Size: 379 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.
---


# NeoFS Status page
## Overview
NeoFS status monitoring page using React framework under the hood
## Requirements
- make
- docker
- node (`18+`)
- python
## Make instructions
* Compile the build using `make` (will be generated in `output` dir)
* Start app using `make start PORT=3000` (PORT=3000 by default)
* Get release dir with tar.gz using `make release`
## Getting started for getting metrics
1. Create virtual environment
```
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
```
2. Run python3
```
python3 get_webstat_metrics.py
```
Parameters:
- `--url-main` - mainnet metrics url (default 'http://localhost:16512/metrics')
- `--url-test` - testnet metrics url (default 'http://localhost:16513/metrics')
- `--output` - output dir with the file name and extension (by default, stdout)
# License
- [GNU General Public License v3.0](LICENSE)