Paweł Żak
e84df8983a
chore: Fix linter findings for errname ( #12253 )
2022-11-21 21:11:07 +01:00
Joshua Powers
8221ece4ca
feat(inputs.system): collect unique user count logged in ( #12147 )
2022-11-02 09:04:34 -06:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
Paweł Żak
9d9eb403a6
chore: Review of //nolint comments ( #12088 )
2022-10-26 12:06:08 +02:00
Tomas Barton
0087a5d245
feat(inputs.conntrack): Parse conntrack stats ( #8958 )
2022-10-12 14:12:16 -05:00
Paweł Żak
9ff5cda6e8
chore: Resolve linter issues for plugins/common package ( #11964 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2022-10-11 11:31:44 -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
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
Nathan Ferch
62922de631
feat: add mount option filtering to disk plugin ( #11039 )
2022-05-12 15:16:19 -06:00
Joshua Powers
f97e50a73d
fix: reduce log level in disk plugin ( #10925 )
2022-04-26 15:46:28 -06: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
6ef39deda1
fix: Remove verbose logging from disk input plugin ( #10527 )
2022-02-22 11:56:22 -07:00
Sven Rebhan
7867ef3623
fix: fix missing storage in container with disk plugin ( #10318 )
2022-01-05 08:45:03 -07:00
Mya
837465fcd5
chore: clean up all errors for markdown lint input plugins s through v ( #10167 )
2021-11-24 11:50:13 -07:00
Pierre Fersing
4a0397342a
fix: update shirou/gopsutil to v3 ( #10119 )
2021-11-18 09:33:47 -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
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05: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
ba66d4facb
Revive fixes - part 1 ( #8797 )
...
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
2021-02-08 11:18:40 -05:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
Adrián López
a3a6752f04
Update the number of logical CPUs dynamically in system plugin ( #6214 )
2019-08-06 15:55:06 -07:00
Tim Ehlers
a5c94db625
Ignore error when utmp is missing ( #5742 )
2019-06-24 18:48:07 -07:00
Marc Venturini
4b6e791908
Fix sensor read error stops reporting of all sensors in temp input ( #5941 )
2019-06-14 11:27:24 -07:00
Daniel Nelson
9ea7cdd319
Deprecate uptime_format field in system input ( #5708 )
2019-04-10 17:19:29 -07:00
Greg
6a97b259eb
Minimize call to collect uptime in system input ( #5592 )
2019-03-18 11:07:44 -07:00
pytimer
25f9cc0b8d
Add temp input plugin ( #4411 )
2018-09-10 11:52:15 -07:00
Steve Domino
7b73b0db3a
Moved system package inputs out to top level ( #4406 )
2018-07-11 16:43:49 -07:00
Daniel Nelson
c389a68f19
Fix grammar in swap readme
2018-07-03 15:13:17 -07:00
Canux
cba87212d3
Use non_negative_derivative in diskio example queries ( #4370 )
2018-07-03 11:03:16 -07:00
Daniel Nelson
210dfcee83
Fix field name typo in swap documentation
2018-07-02 13:08:43 -07:00
Steve Domino
b7a02c73b3
Document swap input plugin and move to separate file ( #4342 )
2018-07-02 13:07:57 -07:00
Pierre Fersing
a4214abfc4
Ignore more boring filesystems from disk plugin ( #4244 )
2018-06-06 13:44:26 -07:00
Vincent Caron
ec47cab950
Use same timestamp for fields in system input ( #4078 )
2018-04-27 14:55:10 -07:00
Daniel Nelson
120be7e87b
Report available fields if utmp is unreadable ( #4043 )
2018-04-18 16:55:18 -07:00
James Maidment
1e1d9e8acb
Update mem values to gauge ( #4034 )
2018-04-17 15:43:10 -07:00
Chris Ottinger
f114f6a124
Added config flag to skip collection of network protocol metrics ( #3880 )
2018-03-13 21:08:21 -07:00
Daniel Nelson
10e51e4b49
Set path to / if HOST_MOUNT_PREFIX matches full path ( #3736 )
2018-01-30 18:06:53 -08:00
Daniel Nelson
822cfbc8e8
Add support for using globs in devices list of diskio input plugin ( #3687 )
2018-01-17 15:12:05 -08:00
gerardocorea92
ae848e9539
Add available_entropy field to kernel input plugin ( #3524 )
2018-01-05 14:54:29 -08:00
Daniel Nelson
b900967b78
Add wired field to mem input ( #3632 )
2018-01-02 16:37:11 -08:00
Ildar Svetlov
d935dfa9ed
Don't add system input uptime_format as a counter ( #3578 )
2017-12-13 11:13:56 -08:00
Daniel Nelson
14b31a2354
Add idle state to processes test
2017-12-11 15:33:44 -08:00
Ted Zlatanov
663a5b1f50
Support I (idle) process state on procfs+Linux ( #3530 )
2017-12-11 15:31:52 -08:00
Daniel Nelson
7f66863b87
Fix HOST_MOUNT_PREFIX in docker with disk input ( #3529 )
2017-12-01 11:21:39 -08:00
Bob Shannon
beb9d7560d
Add support for glob patterns in net input plugin ( #3140 )
2017-11-29 12:16:34 -08:00
Daniel Nelson
d727a6f85c
Add slab to mem plugin ( #3518 )
2017-11-29 10:49:45 -08:00