Skip to content

Commit 8f80799

Browse files
Add link to Chia blockchain repo
1 parent b80079e commit 8f80799

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# chia-monitor [![discord](https://img.shields.io/discord/845771315118080020.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/K5KyD9mXDh)
22

3-
A monitoring tool to collect all important metrics from your Chia farming node and connected harvesters. It can send you push notifications with regular status updates and will alert you in case something goes wrong or a proof is found. All metrics are exported to a [Prometheus](https://prometheus.io) compatible `/metrics` endpoint and a [Grafana](https://grafana.com/) dashboard is also provided:
3+
A monitoring tool to collect all important metrics from your [Chia](https://github.com/Chia-Network/chia-blockchain) farming node and connected harvesters.
4+
5+
These metrics are collected from the Chia daemon via RPC and WebSocket interfaces and can also be used to send you push notifications with regular status updates, alert you if something goes wrong, a proof is found, or you receive payments to your farmer wallet.
6+
7+
All metrics are exported to a [Prometheus](https://github.com/prometheus/prometheus) compatible `/metrics` endpoint and a [Grafana](https://github.com/grafana/grafana) dashboard is also provided:
48

59
![grafana](.readme/grafana.png)
610

@@ -95,7 +99,7 @@ Your wallet received a new payment
9599

96100
## Metrics
97101

98-
The following statistics are collected from your local [Chia](https://chia.net) node using the [RPC](https://github.com/Chia-Network/chia-blockchain/wiki/RPC-Interfaces) and WebSocket APIs and are then exported via a [Prometheus](https://prometheus.io) compatible `/metrics` HTTP endpoint on the `exporter_port` from your `config.json`.
102+
The following statistics are collected from your local [Chia](https://github.com/Chia-Network/chia-blockchain) node using the [RPC](https://github.com/Chia-Network/chia-blockchain/wiki/RPC-Interfaces) and WebSocket APIs and are then exported via a [Prometheus](https://github.com/prometheus/prometheus) compatible `/metrics` HTTP endpoint on the `exporter_port` from your `config.json`.
99103

100104
### Supported wallet metrics
101105

@@ -213,6 +217,7 @@ pipenv run alembic upgrade head
213217
```
214218

215219
4. Import (Overwrite) the Grafana dashboard using the ID `14544` or using the `grafana/dashboard.json`
220+
216221
## Usage
217222

218223
To use the tool, run the `monitor` module using `pipenv` from the `chia-monitor` directory

0 commit comments

Comments
 (0)