Skip to content

Commit

Permalink
update readme and static image
Browse files Browse the repository at this point in the history
  • Loading branch information
lalanza808 committed Oct 19, 2023
1 parent 3250478 commit d9ce4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple way to run a Monero node with some basic monitoring tools packaged in.

Leverages [Prometheus](https://prometheus.io/docs/introduction/overview/), [Grafana](https://grafana.com/), and [monero-exporter](https://github.com/cirocosta/monero-exporter) on top of `monerod`.
Leverages [Prometheus](https://prometheus.io/docs/introduction/overview/), [Grafana](https://grafana.com/), [nodemapper](./dockerfiles/nodemapper.py), and [monero-exporter](https://github.com/cirocosta/monero-exporter) on top of `monerod`.

## Setup

Expand All @@ -27,10 +27,11 @@ The following ports will be bound for `monerod` by default, but you can override
- 18082 # zmq
- 18083 # unrestricted rpc

The following ports will be bound for other services:
The following ports are commented out but can be enabled to test things locally:
- 9090 # prometheus web ui
- 3000 # grafana web ui
- 9000 # exporter web api (/metrics)
- 5000 # nodemapper web api (/metrics)

You will want to open/allow ports 18080 and 18081 in your firewall for usage as a remote/public node (or whichever p2p and restricted ports you picked).

Expand Down
Binary file modified static/graf1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9ce4d2

Please sign in to comment.