Skip to content

Commit

Permalink
Merge pull request #18 from neufeldtech/master
Browse files Browse the repository at this point in the history
Fix README flags
  • Loading branch information
cgunning committed Feb 22, 2018
2 parents 9f32113 + 6106a0c commit e0f009c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The latest version is 1.0.0. All releases can be found under [Releases](https://
## Usage
The bigip_exporter is easy to use. Example:
```
./bigip_exporter -bigip.host <bigip-host> -bigip.port 443 -bigip.username admin -bigip.password admin
./bigip_exporter --bigip.host <bigip-host> --bigip.port 443 --bigip.username admin --bigip.password admin
```

Alternatively, passing a configuration file:
```
./bigip_exporter -bigip.host <bigip-host> -bigip.port 443 -exporter.config my_config_file.yml
./bigip_exporter --bigip.host <bigip-host> --bigip.port 443 --exporter.config my_config_file.yml
```

Or, using environment variables to pass you parameters
Expand All @@ -26,7 +26,7 @@ export BE_EXPORTER_BIND_PORT=
### Docker
The bigip_exporter is also available as a docker image.
```
docker run -p 9142:9142 expressenab/bigip_exporter -bigip.host <bigip-host> -bigip.port 443 -bigip.username admin -bigip.password admin
docker run -p 9142:9142 expressenab/bigip_exporter --bigip.host <bigip-host> --bigip.port 443 --bigip.username admin --bigip.password admin
```

### Parameters
Expand Down

0 comments on commit e0f009c

Please sign in to comment.