Viktor Szépe
31a1d34d99
chore: Fix typos throughout codebase ( #15338 )
2024-05-31 10:26:37 +02:00
dependabot[bot]
97464a8392
chore(deps): Bump github.com/vmware/govmomi from 0.33.1 to 0.37.0 ( #15160 )
2024-04-16 14:04:02 -05:00
Paweł Żak
98ec91478a
chore(linters): replace 'fmt.Sprintf' with string addition ( #14699 )
2024-02-08 15:46:22 -05:00
Paweł Żak
ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible ( #14698 )
2024-02-08 11:32:30 -06:00
Joshua Powers
a0f239c88f
fix(inputs.vsphere): Use guest.guestId value if set for guest name ( #14635 )
2024-02-01 15:39:44 +01:00
knollet
19347bfe6b
fix(inputs.vsphere): Resolve occasional serverFault ( #14463 )
2024-01-02 12:31:09 +01:00
Paweł Żak
e48b72f965
chore(linters): Enable rangeValCopy and hugeParams checkers for gocritic ( #14454 )
2023-12-15 07:36:34 -07:00
Paweł Żak
8fbea28ab3
chore(linters): Fix findings found by testifylint: expected-actual ( #14229 )
2023-11-01 14:09:55 -06:00
Paweł Żak
34ae468a8c
chore(linters): Fix findings found by testifylint: len ( #14203 )
2023-10-31 10:29:53 +01:00
Paweł Żak
97f47c11dd
chore(linters): Fix findings found by testifylint: empty ( #14179 )
2023-10-25 15:09:13 -06:00
Paweł Żak
7c5b3ea068
chore(linters): Fix findings found by testifylint: compares ( #14177 )
2023-10-24 15:02:26 -06:00
Sven Rebhan
e2c4e10650
chore(secrets): Abstract secret implementation ( #13953 )
2023-09-25 14:37:04 -06:00
Joshua Powers
6832e6cc8c
docs(inputs.vsphere): fix config name typo in example ( #13907 )
2023-09-12 08:30:08 -06:00
Sven Rebhan
6e6c57154e
feat(inputs.vsphere): Allow to set vSAN sampling interval ( #13890 )
2023-09-08 12:17:23 -06:00
Sven Rebhan
1d24efe55c
chore(tools): Bump golangci-lint from v1.53.2 to v1.54.2 ( #13838 )
2023-08-29 07:07:41 -06:00
Joshua Powers
318a4b69e5
docs: Clean up markdown add warning about tables ( #13792 )
2023-08-28 22:07:45 +02:00
Eng Zer Jun
7e6b98226e
chore(inputs): Remove unnecessary nil check ( #13749 )
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-08-14 10:39:56 +02:00
Sven Rebhan
d259081c2e
feat(inputs.vsphere): Support explicit proxy setting ( #13720 )
2023-08-08 15:22:05 -06:00
Joshua Powers
2ac45b8d25
chore: Enable additional gocritic ( #13714 )
2023-08-03 18:58:27 +02:00
Joshua Powers
64ea1d00cb
fix(inputs.vpshere): Compare versions as a string ( #13557 )
2023-07-06 16:13:12 +02:00
Neelay Upadhyaya
129f8881c8
fix(inputs.vsphere): specify the correct option for disconnected_servers_behavior ( #13286 )
2023-05-18 11:47:08 -06:00
Paweł Żak
30b603626c
chore: Enable G404 rule for gosec ( #13095 )
2023-05-02 06:31:50 -06:00
Joshua Powers
7436575ea7
docs(inputs.vsphere): Resolve copy/paste typo with resource pools ( #13162 )
2023-05-02 13:32:02 +02:00
Gangadharaswamy HU
b323d1ce3c
feat(inputs.vsphere): Adding vSAN extension to vSphere plugin ( #11955 )
2023-04-18 11:03:28 -06:00
Paweł Żak
5f2142a6cc
chore: Enable G601 rule for gosec ( #13042 )
2023-04-12 16:56:07 +02:00
Paweł Żak
55e4bb6808
chore: Enable G103 rule for gosec ( #13038 )
2023-04-12 07:32:46 -06:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Sven Rebhan
83b4056985
fix(secrets): Minimize secret holding time ( #13002 )
2023-04-03 07:28:41 -06:00
Pontus Rydin
7daf7bb38f
feat(inputs.vsphere): Flag for more lenient behavior when connect fails on startup ( #12828 )
2023-03-13 12:19:49 +01:00
Pontus Rydin
405c1d97d3
docs(inputs.vsphere): Update inventory docs & removed unnecessary if-statement ( #12819 )
2023-03-09 08:27:31 -07:00
Paweł Żak
e2a510f157
chore: Fix linter findings for errorlint (part7) ( #12772 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 10:11:54 +01:00
Paweł Żak
9a0cecc788
chore: Fix linter findings for nolintlint (part3) ( #12613 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-07 17:06:12 +01:00
Sven Rebhan
dfc5cdf924
docs: indicate secret-store support in plugin READMEs ( #12592 )
2023-02-02 09:31:23 -07:00
Paweł Żak
e84bc0c590
chore: clean up import shadowing issues ( #12588 )
2023-02-01 11:21:38 -07:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Sven Rebhan
63ab159481
feat(secretstores): add support for additional input plugins ( #12067 )
2023-01-09 09:17:23 -07:00
Paweł Żak
c6663aca4f
chore: fix linter findings for makezero (part3) ( #12371 )
2022-12-12 07:05:33 -07:00
Pontus Rydin
dae0d82b9a
fix(inputs.vsphere): Eliminated duplicate samples ( #12259 )
2022-12-07 17:02:02 +01:00
Paweł Żak
b98a76372a
chore: wrap long lines in plugins/inputs/[t-z]* ( #12218 )
2022-11-10 11:41:43 -07:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Sven Rebhan
e2578462a5
fix(inputs): Linter issues ( #11576 )
2022-08-02 13:52:17 +02:00
Sven Rebhan
a049175e58
fix: Restore sample configurations broken during initial migration ( #11276 )
2022-06-22 13:33:58 -06:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
6monlambert
fa723355f5
feat(inputs.vsphere): Collect resource pools metrics and add resource pool tag in VM metrics ( #10574 )
...
* Collect Resource Pool metrics; Add rpname tag on VM metrics
* Update vSphere readme file
* Update vSphere readme file
* Correct typo in vSphere Readme
* Correct Markdown of metrics.md
* Fix metrics file
* Fix code in endpoint (filter); add some tests
* Update plugins/inputs/vsphere/endpoint.go
That's true I commit this suggestion
Co-authored-by: Sebastian Spaink <3441183+sspaink@users.noreply.github.com>
* Removed Context and Endpoint from getResourcePoolName func
Co-authored-by: Simon LAMBERT <silambert@cirilgroup.com>
Co-authored-by: Sebastian Spaink <3441183+sspaink@users.noreply.github.com>
2022-05-12 15:36:56 -05:00
Joshua Powers
ad2a0e52a4
chore: remove go generate from CI tests ( #10977 )
2022-04-12 13:49:10 -06:00