Skip to content

Commit d5fa4aa

Browse files
committed
Enable prometheus in config.toml
1 parent 69434ad commit d5fa4aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ wget -O install_exporters.sh https://raw.githubusercontent.com/kj89/cosmos_node_
1212
|---------------|-------------|
1313
| **bond_denom** | Denominated token name, for example, `ubld` for Agoric. You can find it in genesis file |
1414
| **bench_prefix** | Prefix for chain addresses, for example, `agoric` for Agoric. You can find it in public addresses like this **agoric**_valoper1zyyz4m9ytdf60fn9yaafx7uy7h463n7alv2ete_ |
15+
| **rpc_port** | Your validator `rpc` port that is defined in `config.toml` file. Default value for aura is `26657` |
16+
| **grpc_port** | Your validator `grpc` port that is defined in `app.toml` file. Default value for aura is `9090` |
17+
18+
make sure prometheus is enabled in validator `config.toml` file
1519

1620
make sure following ports are open:
1721
- `9100` (node-exporter)
1822
- `9300` (cosmos-exporter)
23+
- `26660` (validator prometheus)
1924

2025
## Deployment
2126
Monitoring stack needs to be deployed on seperate machine to be able to notify in case if validator goes down!

0 commit comments

Comments
 (0)