mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Adds the --web.enable-admin-api to the prometheus readme
This commit is contained in:
parent
90d7255253
commit
1d79c1f166
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ You can use the one provided in the [https://prometheus.io/docs/introduction/get
|
|||
prometheus --config.file=/etc/prometheus/prometheus.yml
|
||||
```
|
||||
|
||||
You may also want to enable the admin API (for example to delete old
|
||||
timeseries). In this case, add the corresponding option
|
||||
|
||||
```
|
||||
prometheus --config.file=/etc/prometheus/prometheus.yml --web.enable-admin-api
|
||||
```
|
||||
|
||||
By default, it will start a webserver on port 9090. Verify the connection before proceeding.
|
||||
|
||||
In order to start monitoring ntopng,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue