Skip to content

Commit

Permalink
README: link to windows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Rezke committed May 8, 2021
1 parent 47df2c2 commit 61c1f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interested in monitoring.

## Stack

**This stack was created for development on Linux. See notes below for other platforms.***
**This stack was created for development on Linux. See notes below for other platforms.**

The docker-compose file will mount the Chia log from
`$HOME/.chia/mainnet/log/debug.log`, verify that this location is correct and
Expand Down Expand Up @@ -75,7 +75,7 @@ data directories; consult each project's documentation for details.
* To run this on **Windows**, you'll need to use the [Windows
exporter](https://github.com/prometheus-community/windows_exporter) instead of
the node_exporter, and change the dashboard appropriately. See [issue
#2](https://github.com/retzkek/chiamon/issues/2).
#2](https://github.com/retzkek/chiamon/issues/2) and the [windows branch](https://github.com/retzkek/chiamon/tree/windows) for details and a modified configuration and dashboard.

* On **Mac** you'll need to run node_exporter natively, not under Docker: `brew
install node_exporter`
install node_exporter`. Remove the `node_exporter` service from the docker-compose config.

0 comments on commit 61c1f5d

Please sign in to comment.