Skip to content

Commit 5abf5df

Browse files
authored
Update typo and monitoring
1 parent ee0ecfb commit 5abf5df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ History types for a node:
3737
Network types:
3838

3939
- Mainnet
40-
- Oxfordnet was a testnet. Seems to be deprecated.
40+
- Parisnet is the current testnet.
4141
- Ghostnet is a permanent testnet for devs or bakers.
4242

4343
The node is intended for baking with no need to store content of every previous block. This is why the history type can be in **rolling** mode. Network type must be **mainnet**.
@@ -119,7 +119,7 @@ ssh-keygen -t ed25519 -f ~/.ssh/my_custom_key_name -C "comment or label for this
119119
ssh-copy-id -i $HOME/.ssh/keyname.pub debian@server.public.ip.address
120120
```
121121

122-
3. Login with your new ethereum user
122+
3. Login with your new user
123123

124124
```bash
125125
ssh tezos@server.public.ip.address
@@ -1167,6 +1167,9 @@ journalctl -u pyrometer -f
11671167

11681168
Visit `http://<Public-IP>:2020` to see the Pyrometer dashboard.
11691169

1170+
### 9.2.3 Other monitoring tools
1171+
1172+
Grafana prometheus with a premade dashboard : [https://gitlab.com/nomadic-labs/grafazos](https://gitlab.com/nomadic-labs/grafazos)
11701173

11711174
# 10. Maintenance
11721175

@@ -1279,4 +1282,4 @@ Implement a routine schedule for these maintenance tasks, with some performed we
12791282

12801283
You have successfully setup your Tezos validator node on OVH server.
12811284

1282-
If any questions arise feel free to contact us at [softstack.io](https://softstack.io/).
1285+
If any questions arise feel free to contact us at [softstack.io](https://softstack.io/).

0 commit comments

Comments
 (0)