aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-07-25 12:58:44 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-07-25 12:58:44 +0200
commit0b67894f27a9971633a1486ca000c884c2809473 (patch)
tree4c4f9ba7c9242acee5d1571d19c16c9b5ff33bbb
parent54b3852aa5960b0e2b59de41bd571bbafd4a7a54 (diff)
downloadwebsite-0b67894f27a9971633a1486ca000c884c2809473.tar.gz
website-0b67894f27a9971633a1486ca000c884c2809473.zip
docs: Add repository url to metrics page
-rw-r--r--content/en/docs/Tools/metrics.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/content/en/docs/Tools/metrics.md b/content/en/docs/Tools/metrics.md
index b808d68..4c36533 100644
--- a/content/en/docs/Tools/metrics.md
+++ b/content/en/docs/Tools/metrics.md
@@ -63,15 +63,20 @@ textbox and click "Load".
### Run the exporter:
-Clone this repository and go to the pyExporter directory.
+Clone the repository:
+
+```
+git clone https://ouroboros.rocks/git/ouroboros-metrics
+cd ouroboros-metrics
+cd exporters-influxdb/pyExporter/
+```
Edit the config.ini.example file and fill out the InfluxDB
information (token, org). Save it as config.ini.
-and run oexport.py
+then run oexport.py
```
-cd exporters-influxdb/pyExporter/
python oexport.py
```