Update README.md

This commit is contained in:
Hamid Hosseinzadeh
2022-01-27 12:38:45 +03:30
committed by GitHub
parent e1dee69ddf
commit 8132183033
+1 -1
View File
@@ -35,7 +35,7 @@ Add this part at the end of the configuration of your Prometheus (prometheus.yam
- job_name: python-exporter
metrics_path: /metrics.txt
static_configs:
- targets: ['<IP-of-Node-Exporter's-Server>:9999']
- targets: ['<IP-of-Node-Exporter-Server>:9999']
```