scottprichard and Daniel Nelson
d2666d0db6
Add cmdline tag to procstat input ( #5681 )
2019-04-10 18:42:38 -07:00
Daniel Nelson and GitHub
9ea7cdd319
Deprecate uptime_format field in system input ( #5708 )
2019-04-10 17:19:29 -07:00
Benjamin Fuller and Daniel Nelson
b2baa2fdd5
Add optional namespace restriction to prometheus input plugin ( #5697 )
2019-04-10 14:52:46 -07:00
Daniel Nelson
90593a07b8
Clarify supported ping utils
2019-04-08 15:42:28 -07:00
Daniel Fenert and Daniel Nelson
a61cb4dca5
Add bind input plugin ( #5653 )
2019-04-03 15:59:47 -07:00
Daniel Nelson
1bcbc3eea7
Update docs and changelog for github input
2019-04-02 16:27:45 -07:00
David McKay and Daniel Nelson
0a68c8468b
Add github input plugin ( #5587 )
2019-04-02 16:06:15 -07:00
liispon and Daniel Nelson
3b80d8a7fd
Use github.com/ghodss/yaml to parse k8s config ( #5643 )
2019-04-02 11:04:37 -07:00
Daniel Nelson and GitHub
5f74c0da0d
Fix basedir check and parent dir extraction in filecount input ( #5630 )
2019-03-26 18:12:40 -07:00
Daniel Nelson and GitHub
22ab649261
Listen before leaving start in statsd ( #5628 )
2019-03-26 18:11:56 -07:00
scier and Daniel Nelson
60027cf902
Add support for multiple line text and perfdata to nagios parser ( #5601 )
2019-03-25 16:24:42 -07:00
Daniel Nelson and GitHub
9ba023fd67
[inputs/diskio] Fix how major and minor identifiers of block devices are read. ( #5566 )
...
* Fix how major and minor identifiers of block devices are read.
The current implementation assure that the major and the minor are
coded on one byte. But they are not:
```
brw-rw---- 1 root disk 252, 290 Feb 25 11:36 dm-290
```
290 as minor in this example is over 1 byte.
So after wondering why all my devices iops weren't correctly stored,
I found out that several points were added for some disks. For `dm-290`
it was overriding `252:34`, instead of getting udev stats for `252:290`.
The solution is here:
https://sites.uclouvain.be/SystInfo/usr/include/sys/sysmacros.h.html
The implementation is directly taken from this, fixing my bug.
* Use unix.Major/unix.Minor instead of custom implementation
* [diskio] Force type of stat.Rdev uint64 for mipsle compatibility
For most platforms, stat.Rdev is already a uint64 so this is without any effect
for linux,mipsle, unix.Stat_t.Rdev is a uint32, but the way to compute major and minor doesn't change, casting the uint32 has no impact either
2019-03-22 14:03:48 -07:00
Soulou
205de66dd6
[diskio] Force type of stat.Rdev uint64 for mipsle compatibility
...
For most platforms, stat.Rdev is already a uint64 so this is without any effect
for linux,mipsle, unix.Stat_t.Rdev is a uint32, but the way to compute major and minor doesn't change, casting the uint32 has no impact either
2019-03-21 12:00:20 +01:00
Greg and Daniel Nelson
3b1ab6f362
Don't add empty healthcheck tags to consul input ( #5575 )
2019-03-19 13:39:42 -07:00
Greg and Daniel Nelson
6a97b259eb
Minimize call to collect uptime in system input ( #5592 )
2019-03-18 11:07:44 -07:00
Soulou
2118fbe78a
Use unix.Major/unix.Minor instead of custom implementation
2019-03-15 14:36:56 +01:00
Daniel Nelson
c61c48e10b
Remove trailing whitespace and wordwrap readme in vsphere
2019-03-11 12:31:48 -07:00
Daniel Nelson
9db15651ea
Fix ClusterRole aggregation documentation in kube_inventory
2019-03-11 12:00:20 -07:00
Daniel Nelson
f298f87f0c
Update changelog; vsphere readme
2019-03-11 11:55:20 -07:00
Pontus Rydin and Daniel Nelson
19988a94de
Add use_int_samples option for backwards compatibility ( #5563 )
2019-03-11 11:16:32 -07:00
Pontus Rydin and Daniel Nelson
1752619e35
Remove calls to destroy on ViewManager ( #5557 )
2019-03-11 11:08:53 -07:00
Soulou
92b01ab4f9
Fix how major and minor identifiers of block devices are read.
...
The current implementation assure that the major and the minor are
coded on one byte. But they are not:
```
brw-rw---- 1 root disk 252, 290 Feb 25 11:36 dm-290
```
290 as minor in this example is over 1 byte.
So after wondering why all my devices iops weren't correctly stored,
I found out that several points were added for some disks. For `dm-290`
it was overriding `252:34`, instead of getting udev stats for `252:290`.
The solution is here:
https://sites.uclouvain.be/SystInfo/usr/include/sys/sysmacros.h.html
The implementation is directly taken from this, fixing my bug.
2019-03-11 01:31:30 +01:00
Dheeraj Dwivedi and Daniel Nelson
80155029c4
Add TTL field to ping input ( #5556 )
2019-03-08 14:30:38 -08:00
Daniel Nelson
7da57fe5f5
Fix incorrect option in net_response sample config
2019-03-08 14:10:55 -08:00
Greg and Daniel Nelson
03920075e4
Fix links and add config to webhook readme ( #5558 )
2019-03-08 11:25:20 -08:00
Daniel Nelson and GitHub
c3e793bb4e
Return any errors when creating tls config ( #5541 )
2019-03-06 17:37:44 -08:00
emily and Daniel Nelson
dd67144660
Add Base64-encoding/decoding for Google Cloud PubSub plugins ( #5543 )
2019-03-06 17:34:47 -08:00
Matthew Crenshaw and Daniel Nelson
1872356103
Add multicast support to socket_listener input
2019-02-27 10:43:39 -08:00
Daniel Nelson and GitHub
b805e83b71
Add additional metrics to rabbitmq input
2019-02-26 18:41:18 -08:00
Greg and Daniel Nelson
c6612a4e4a
Add cloud pubsub push input plugin ( #5442 )
2019-02-26 18:25:42 -08:00
Daniel Nelson
c023ffe0a5
Add unique_timestamp option from grok parser to logparser grok
2019-02-26 18:05:04 -08:00
Greg and Daniel Nelson
9740e956ca
Log permission error and ignore in filecount input ( #5483 )
2019-02-26 14:03:25 -08:00
Greg and Daniel Nelson
5253cbfa01
Add ceph_health metrics to ceph input ( #5482 )
2019-02-25 16:02:30 -08:00
Greg and Daniel Nelson
7fa8b33066
Add backwards compatibility fields in ceph usage and pool stats ( #5466 )
2019-02-25 15:32:05 -08:00
Greg and Daniel Nelson
9d8a574ac7
Add kinesis input plugin ( #5341 )
2019-02-25 12:02:57 -08:00
Daniel Nelson and GitHub
eb794ec30f
Log the protocol and address that socket_listener is listening on ( #5454 )
2019-02-25 11:11:25 -08:00
Daniel Nelson and GitHub
0882479cbf
Add command logging to snmp input at debug level ( #5474 )
2019-02-25 11:04:34 -08:00
Daniel Nelson and GitHub
9e0248898f
Disable results by row in azuredb query ( #5467 )
2019-02-25 10:54:19 -08:00
Daniel Nelson
0a2cc3ac3f
Update link to grok built in patterns
2019-02-21 12:11:00 -08:00
Daniel Nelson
3c95b25588
Update link to grok built in patterns
2019-02-21 12:08:59 -08:00
Daniel Nelson
f8cc9719a2
Document how to increase the file limit in the ping input
2019-02-20 17:57:39 -08:00
emily and Daniel Nelson
0a01713bcc
Retry restarting receiver on PubSub service error ( #5458 )
2019-02-20 17:33:56 -08:00
Daniel Nelson and GitHub
843d842d02
Add stackdriver input plugin ( #5406 )
2019-02-20 13:23:59 -08:00
Greg and Daniel Nelson
e586fdb27f
Append host if arguments are specified for ping input ( #5450 )
2019-02-19 11:18:15 -08:00
Greg and Daniel Nelson
3e9703a573
Add rcode tag and field to dns_query input ( #5417 )
2019-02-12 17:57:20 -08:00
Tomas Barton and Daniel Nelson
ee5827ccbd
Remove error log when snmp6 directory does not exists with nstat input ( #5403 ) ( #5413 )
2019-02-12 16:17:09 -08:00
Pontus Rydin and Daniel Nelson
c0bb8625dc
Add resource path based filtering to vsphere input ( #5165 )
2019-02-12 14:05:14 -08:00
Greg and Daniel Nelson
ddf35ddaf3
Note how to use all namespaces in kube_inventory ( #5416 )
2019-02-12 11:36:22 -08:00
Phil Schwartz and Daniel Nelson
c8832a28c4
Set deadlock priority in sqlserver input ( #5301 )
2019-02-11 17:10:42 -08:00
Greg and Daniel Nelson
16a7ce39da
Add internal metric for line too long in influxdb_listener ( #5396 )
2019-02-11 12:49:06 -08:00