Fixes a typo

This commit is contained in:
Simone Mainardi 2019-07-01 22:15:46 +02:00
parent 696c67daf3
commit bc3f551ee8

View file

@ -7,7 +7,7 @@ Prometheus polls data from ntopng that must expose the /metrics URL (pull model)
Installation
------------
After installing prometheus, in order to run it you will need a configuration file.
You can use the one provided in the [https://prometheus.io/docs/introduction/getting_started/](getting started guide).
You can use the one provided in the [https://prometheus.io/docs/introduction/getting_started/] (getting started guide).
```prometheus -config.file /etc/prometheus/prometheus.yml```
@ -46,4 +46,4 @@ You can connect to the prometheus GUI at http://localhost:9090 and see timeserie
LIMITATION
----------
Currently ntopng is able to write into prometheus but not to read from it and display data in the GUI
Currently ntopng is able to write into prometheus but not to read from it and display data in the GUI