Skip to content

Commit

Permalink
add platform notes
Browse files Browse the repository at this point in the history
  • Loading branch information
retzkek committed May 7, 2021
1 parent 5b8043e commit e3c6961
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ interested in monitoring.

## Stack

**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
set the log level to INFO in the Chia configuration (usually at
Expand All @@ -56,9 +58,17 @@ that displays harvester and node metrics.
Access Grafana at http://localhost:3000 and login with the default admin/admin
username and password (you'll be prompted to change the password).

## Note
### Notes

This is not a production-ready deployment; there's no persistence of Prometheus
* This is not a production-ready deployment; there's no persistence of Prometheus
data or the Grafana database, so changes will be lost when the services are
recreated. To do that you'd want to bind-mount local paths to the respective
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).

* On **Mac** you'll need to run node_exporter natively, not under Docker: `brew
install node_exporter`

0 comments on commit e3c6961

Please sign in to comment.