Skip to content

Commit

Permalink
[docs] fix missing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Aug 16, 2023
1 parent a3d16c0 commit 29126fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ docker run -it --network host nethermind/nethermind:alpine --Metrics.Enabled
1. [x] open _Grafana_ [url](http://localhost:3000) and login with default login \(admin\) and password \(admin\), skip
password change if you want

[//]: # (TODO: get image)

[//]: # (![](/img/))
![](/img/image(28).png)

* [x] go to dashboards management [`http://localhost:3000/dashboards`](http://localhost:3000/dashboards)and
click `Nethermind`
Expand All @@ -104,11 +102,9 @@ docker run -it --network host nethermind/nethermind:alpine --Metrics.Enabled

![](/img/image(29).png)

### Prometheus, Pushgateway and Grafana sources

{% embed url="https://github.com/prometheus/prometheus" caption="Prometheus GitHub" %}

{% embed url="https://github.com/prometheus/pushgateway" caption="Pushgateway GitHub" %}
### Useful Resources

{% embed url="https://github.com/grafana/grafana" caption="Grafana GitHub" %}
- [Prometheus](https://github.com/prometheus/prometheus)
- [Pushgateway](https://github.com/prometheus/pushgateway)
- [Grafana](https://github.com/grafana/grafana)

14 changes: 3 additions & 11 deletions docs/06-nethermind-utilities/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ manually editing the relevant config file or by passing `--JsonRpc.Enabled true`

CLI will display available options \(functions and properties\) when started.

[//]: # (TODO: fix image)

[//]: # (![Nethermind.Cli view](../../.gitbook/assets/image%20%286%29.png))
![Nethermind.Cli view](/img/image(6).png)

CLI will allow you to query the most basic info about the node quickly.

Expand All @@ -32,15 +30,9 @@ CLI will allow you to query the most basic info about the node quickly.
8. You can navigate to previous commands by using arrow keys
9. You can auto-complete basic command with tab

[//]: # (TODO: fix image)

[//]: # (![Nethermind.Cli operations](../../.gitbook/assets/image%20%2815%29%20%283%29%20%283%29%20%283%29%20%282%29%20%282%29.png))

For more advanced operations with the node use [Web3](https://nethermind.readthedocs.io/en/latest/web3.html) or ether.js
libs or Truffle, Metamask, etc.

Below you will find the available list of CLI operations and you can find more information about each call in JSON RPC
section.

{% page-ref page="../../ethereum-client/json-rpc/" %}
You will find the available list of CLI operations and you can find more information about each call in [JSON RPC
section](../../03-interacting-with-nethermind/02-json-rpc-api/README.md).

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nethermind node -> **Step 6 — Set up an Ethereum \(Eth1\) Node**

* [x] Download the Nethermind client

You can get it either from Github Releases or our Downloads page:
You can get it either from [Github Releases or our Downloads page](../../01-getting-started/installing-nethermind.md#downloading-releases)

{% page-ref page="../ethereum-client/download-sources/" %}

Expand Down Expand Up @@ -64,9 +64,7 @@ You should see the node starting:
Follow [this guide](../../04-monitoring/metrics-explanation/setting-up-local-metrics-infrastracture.md) to setup
Prometheus/Grafana based local setup and monitor your node's most important stats there

[//]: # (TODO: get this image)

[//]: # (![](/img/image(10).png))
![](/img/image(4).png)

:::info
The Block Number will be **0** for the **unsynced** node
Expand Down

0 comments on commit 29126fc

Please sign in to comment.