Paweł Żak
b92700f98a
chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[s-z]` ( #16327 )
2024-12-27 08:33:43 -06:00
Dane Strandboge
9680123c6c
fix(inputs.snmp_trap): Remove timeout deprecation ( #16145 )
2024-11-18 17:05:32 +01:00
Paweł Żak
22b153ac65
chore: Fix linter findings for `revive:enforce-map-style` in `plugins/inputs/[n-z]*` ( #16072 )
2024-10-25 12:54:05 +02:00
Paweł Żak
d9254c210f
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[p-z]*` ( #16043 )
2024-10-24 11:03:31 +02:00
Paweł Żak
453d32bd81
chore: Fix linter findings for `revive:comment-spacings` (part 2) ( #15897 )
2024-09-19 11:03:28 +02:00
Paweł Żak
358224fa02
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[o-z]*` ( #15857 )
2024-09-12 15:59:30 -05:00
Joshua Powers
7037429e6a
test(lint): Enable mirror ( #15510 )
2024-06-17 16:21:30 +02:00
Joshua Powers
71718fba7d
chore: Update removal dates to either v1.35.0 or v1.40.0 ( #15452 )
2024-06-05 15:19:47 -05:00
Paweł Żak
ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible ( #14698 )
2024-02-08 11:32:30 -06:00
Juha Keski-Saari
f9f2adf3ae
fix(inputs.snmp_trap): Enable SHA ciphers ( #14665 )
2024-02-02 10:40:52 +01:00
Juha Keski-Saari
4c6df8dbd2
fix(inputs.snmp_trap): Handle octet strings ( #14619 )
2024-01-30 10:02:40 +01:00
Sven Rebhan
e2c4e10650
chore(secrets): Abstract secret implementation ( #13953 )
2023-09-25 14:37:04 -06:00
mark-chandler
ae163536e6
fix(inputs.snmp_trap): Copy GoSNMP global defaults to prevent side-effects ( #13542 )
2023-07-05 08:10:19 -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
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
Thomas Casteleyn
6a2f6f301f
chore: eliminate unnecessary use of quoted strings in printf ( #12722 )
2023-02-23 06:49:36 -07:00
Joshua Powers
3894ca6b91
docs(inputs.snmp): Explain different snmp backends ( #12627 )
2023-02-07 17:19:29 +01:00
Sven Rebhan
dfc5cdf924
docs: indicate secret-store support in plugin READMEs ( #12592 )
2023-02-02 09:31:23 -07:00
Paweł Żak
00347033ab
chore: Fix linter findings for nolintlint (part2) ( #12430 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-01-26 11:27:32 +01: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
Sven Rebhan
8d78c5fbdc
chore(deps): Bump github.com/gosnmp/gosnmp from 1.34.0 to 1.35.0 ( #12355 )
2022-12-08 10:19:04 +01: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
papapiya
79235cb224
fix(inputs.snmp_trap): nil map panic when use snmp_trap with netsnmp translator ( #11534 )
2022-07-22 11:23:41 +02: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
Sebastian Spaink
5676326ae9
chore(inputs): add descriptions to config in README.md ( #10962 )
2022-04-12 08:29:02 -05:00
Sebastian Spaink
b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) ( #10926 )
2022-04-11 16:32:25 -05:00
reimda
77040ef4e9
fix: Add option to select translator ( #10802 )
2022-03-17 21:43:46 -06:00
Mya
d18ff3407d
fix: ensure folders do not get loaded more than once ( #10551 )
2022-02-16 12:25:20 -07:00
Mya
84c1efbef1
fix: collapsed fields by calling more indepth function ( #10430 )
2022-01-27 14:38:03 -07:00
Thomas Casteleyn
7f20e7103f
feat: deprecate unused snmp_trap timeout configuration option ( #10339 )
2022-01-10 07:44:53 -07:00
Mya
d8cc355113
chore: document deprecation of timeout ( #10373 )
2022-01-04 12:46:40 -07:00
Mya
7675ce6d19
refactor: snmp to use gosmi ( #9518 )
2021-11-30 15:47:50 -07:00
Mya
2b43934174
fix: removed snmptranslate from readme and fix default path ( #10136 )
2021-11-23 15:09:00 -07:00
Paweł Żak
2a0c3059a1
fix: Linter fixes for plugins/inputs/s* ( #10104 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-11-18 09:04:52 -07:00
Mya
28fbdd8fba
Use gosmi for SNMP traps ( #9343 )
...
Use gosmi for snmp_trap plugin
Co-authored-by: Logan McNaughton <logan@bacoosta.com>
Co-authored-by: reimda <reimda@users.noreply.github.com>
2021-06-16 10:20:33 -06:00
Sebastian Spaink
5330a74fea
Migrate soniah/gosnmp import to gosnmp/gosnmp ( #9203 )
2021-05-13 15:00:57 -05:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Peng Xiao
2c61fad895
improve the error log message for snmp trap ( #8552 )
...
add OID value and source information into error log and make it easier for troubleshooting
2020-12-23 09:12:41 -06:00
reimda
8006068e94
If the community string is available, add it as a tag ( #8189 )
2020-09-29 10:23:23 -04:00
reimda
7f3c30b8f2
Fix SNMP trap test race ( #7731 )
2020-06-24 12:50:01 -06:00