Update README.md

Add additional flags.
This commit is contained in:
Ryan Roemmich 2018-09-04 12:56:25 -07:00 committed by GitHub
parent 415d296c31
commit 0e8962eb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ Name | Description | Default
telemetry.addr | Host:Port pair to run exporter on | `*:9128`
telemetry.path | URL Path for surfacing metrics to prometheus | `/metrics`
ceph.config | Path to ceph configuration file | ""
ceph.user | Ceph user to connect to cluster | `admin`
exporter.config | Path to ceph_exporter configuration file | `/etc/ceph/exporter.yml`
rgw.mode | Enable collection of stats from RGW (0:disabled 1:enabled 2:background) | `0`
## Installation