Skip to content

Commit fd9142b

Browse files
committed
a few more cleanups
1 parent 10ca9a6 commit fd9142b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.goreleaser.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is an example goreleaser.yaml file with some sane defaults.
2-
# Make sure to check the documentation at http://goreleaser.com
31
before:
42
hooks:
53
builds:
@@ -14,7 +12,7 @@ builds:
1412
- amd64
1513
archives:
1614
-
17-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
15+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
1816
replacements:
1917
darwin: Darwin
2018
linux: Linux
@@ -35,4 +33,4 @@ changelog:
3533
filters:
3634
exclude:
3735
- '^docs:'
38-
- '^test:'
36+
- '^test:'

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This exporter collects performance and usage stats from Dell/EMC Isilon cluster
66

77
## Usage
88

9-
| Flag | Description | Default Value | Env Name |
10-
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------- |
11-
| url | Base URL of the Isilon management interface. Normally something like https://myisilon.internal.com:8080. This is ignored when using the multi flag. | none | ISIENV_URL |
12-
| username | Username with which to connect to the Isilon API | none | ISIENV_USERNAME |
13-
| password | Password with which to connect to the Isilon API | none | ISIENV_PASSWORD |
14-
| bind_port | Port to bind the exporter endpoint to | 9437 | ISIENV_BIND_PORT |
15-
| multi | Enable multi query endpoint | false | ISIENV_MULTI |
9+
| Flag | Description | Default Value | Env Name |
10+
|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------|
11+
| url | Base URL of the Isilon management interface. Normally something like https://myisilon.internal.com:8080. This is ignored when using the multi flag. | none | ISIENV_URL |
12+
| username | Username with which to connect to the Isilon API | none | ISIENV_USERNAME |
13+
| password | Password with which to connect to the Isilon API | none | ISIENV_PASSWORD |
14+
| bind_port | Port to bind the exporter endpoint to | 9437 | ISIENV_BIND_PORT |
15+
| multi | Enable multi query endpoint | false | ISIENV_MULTI |
1616

1717
### Running in multi-query mode
1818

0 commit comments

Comments
 (0)