You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**bond_denom**| Denominated token name, for example, `ubld` for Agoric. You can find it in genesis file |
14
14
|**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
15
19
16
20
make sure following ports are open:
17
21
-`9100` (node-exporter)
18
22
-`9300` (cosmos-exporter)
23
+
-`26660` (validator prometheus)
19
24
20
25
## Deployment
21
26
Monitoring stack needs to be deployed on seperate machine to be able to notify in case if validator goes down!
0 commit comments