Commit Graph

2611 Commits

Author SHA1 Message Date
Andre Nathan
88216eb4d2 Allow globs in FPM unix socket paths (#7089) 2020-02-28 14:47:04 -08:00
Steven Soroka
a34180459a Close stdin on exit in execd input 2020-02-28 13:58:56 -05:00
Jan Graichen
a20e6953d2 Add an exec daemon plugin (#4424) 2020-02-28 13:46:03 -05:00
Rick van de Loo
0103691eb6 Fix typo in exec input readme (#7086) 2020-02-26 09:33:24 -08:00
Daniel Nelson
f91261d7fe Add basic benchmark for influx serializer reader (#7078) 2020-02-25 18:58:23 -08:00
Joao Gilberto Magalhães
de16279d72 Add RabbitMQ slave_nodes and synchronized_slave_nodes metrics (#7084) 2020-02-25 16:36:06 -08:00
Anthony Arnaud
8c99dc7b5e Use the same timestamp per call if no time is provided (#7063) 2020-02-25 12:19:28 -08:00
Steven Soroka
2e32f894b6 Fix inconsistency with input error counting (#7077) 2020-02-25 10:40:29 -08:00
donvipre
b127254cca Add additional tags and fields to apcupsd (#7065)
- new tags:
  - model
- new metrics:
  - battery_date
  - nominal_input_voltage
  - nominal_battery_voltage
  - nominal_power
  - firmware
2020-02-24 16:32:09 -08:00
Daniel Nelson
b5e0577d6b Use add time for prometheus expiration calculation (#7056) 2020-02-24 15:53:16 -08:00
Giovanni Luisotto
413ca898be Fix perf counters collection on named instances in sqlserver input (#7060) 2020-02-21 11:11:50 -08:00
R.I.Pienaar
79ff743064 Add support for credentials file to nats_consumer and nats output (#7022) 2020-02-20 14:30:04 -08:00
James Buchan
cd2a77a95b Remove duplicate loop in net_response plugin (#7055) 2020-02-20 13:31:41 -05:00
Steven Soroka
5023df08d8 resolves issues where failed api calls lead to obscure errors (#7051) 2020-02-19 21:46:08 -05:00
prashanthjbabu
59a506ae4a Add process created_at time to procstat input (#7039) 2020-02-19 11:57:07 -08:00
Steven Barth
0a1373765e Fix dash to underscore replacement when handling embedded tags in Cisco MDT (#7035)
Currently configuring embedded_tags for cisco_telemetry_mdt input
requires an unusual mix of - and _, i.e. one needs to specify e.g.
Cisco-IOS-XR-wdsysmon-fd-oper:system-monitoring/cpu-utilization/process_cpu/process-id
for it to work correctly. Additionally, tags created might still contain
dashes against convention.

This fix creates correctly formatted tags with underscores instead of
dashes and unifies the configuration parameter to expect either dashes
or underscores, so old configurations are still valid.
2020-02-18 17:31:39 -08:00
Steven Soroka
8b3bd2585d Fix issues with failing tests on darwin (#7042) 2020-02-18 16:13:53 -08:00
Atakan Özceviz
397a04aa32 Fix typo in http_response readme (#7036) 2020-02-18 14:30:56 -08:00
Daniel Nelson
784266a301 Update jenkins readme 2020-02-14 15:36:58 -08:00
vikkyomkar
e056097cb4 Add new fields for Jenkins Total and Busy executors (#6957) 2020-02-14 14:04:54 -08:00
Daniel Nelson
cb192c85b2 Update pgbouncer readme 2020-02-12 21:15:59 -08:00
Daniel Nelson
cb2c26a332 Fix support with pgbouncer <1.9 2020-02-12 21:15:29 -08:00
Mark Fletcher
6c839a33a4 Fix pgbouncer input when used with newer pgbouncer versions (#6820) 2020-02-12 20:53:11 -08:00
Quanah Gibson-Mount
e082c8d800 Add support for MDB database information to openldap input (#6993) 2020-02-12 17:33:48 -08:00
Alvaro Olmedo Rodriguez
e122bc7503 Fix units in redis documentation (#7016) 2020-02-12 09:43:44 -08:00
Antonio Garcia
9d97ed22e6 Fix float conversion and startup connection issue in modbus input (#7002) 2020-02-10 16:54:33 -08:00
Daniel Nelson
5b8c71e61a Search for chronyc only when chrony input plugin is enabled (#7005) 2020-02-10 14:22:07 -08:00
Daniel Nelson
0710cc7488 Parse NaN values from summary types in prometheus input (#6997) 2020-02-10 14:18:29 -08:00
Daniel Nelson
d46f94112c Use require in cisco mdt tests to avoid follow on errors (#6984) 2020-02-06 14:18:42 -08:00
Daniel Nelson
5f2f2ff33d Update readme and changelog for template processor 2020-02-06 13:34:36 -08:00
RobMalvern
15d0166922 Add template processor (#6494) 2020-02-06 12:40:03 -08:00
Manthan Sharma
ae22db4b81 Add support for titlecase transformation to strings processor (#6982) 2020-02-04 17:32:41 -08:00
Daniel Nelson
0cc71dbd51 Document the behavior of an unset routing key (#6983) 2020-02-04 16:40:00 -08:00
Daniel Nelson
e8d9add2d1 Expire metrics on query in addition to on add (#6981)
Ensures that expired metrics are removed even when no new data is sent
to the output.
2020-02-04 16:12:23 -07:00
Antonio Garcia
bbb8858c1d Delete .README.md.swp (#6980) 2020-02-04 10:36:02 -08:00
Daniel Nelson
38bc81e746 Fix atomic usage in tests (#6964) 2020-01-31 14:14:44 -08:00
SirishaGopigiri
6cac2fb388 Improve monit http client transport mock (#6955) 2020-01-31 15:09:09 -07:00
Antonio Garcia
9389099820 Add modbus input plugin (#6154) 2020-01-29 02:18:58 -08:00
victornet
c6b8947c15 Add counters for merged reads and writes to diskio input. 2020-01-24 11:57:47 -07:00
AnastasiyaRagozina
cb50fadc20 Add replica set tag to mongodb input (#6914) 2020-01-23 15:46:23 -08:00
Daniel Nelson
bbe2d12e7e Update kibana docs 2020-01-23 15:33:13 -08:00
vikkyomkar
bc3429ed48 Add compatibility for Kibana 6.4 and later (#6923) 2020-01-23 12:08:16 -08:00
Daniel Nelson
9243ae9f51 Add udp internal metrics for the statsd input (#6921) 2020-01-22 15:28:41 -08:00
Daniel Nelson
ec35f07770 Update monit docs and update changelog/readme 2020-01-22 15:27:54 -08:00
SirishaGopigiri
9fd400c9ac Add input plugin for monit (#6850) 2020-01-22 14:45:18 -08:00
Daniel Nelson
9747fa7f07 Update changelog 2020-01-21 17:11:50 -08:00
James Beckett
916f39d285 Add server_name override for x509_cert plugin (#6917) 2020-01-21 17:06:58 -08:00
Daniel Nelson
c6f8b273c0 Allow a user defined field to be used as the graylog short_message (#6700) 2020-01-21 10:49:01 -08:00
Daniel Nelson
c6519c7793 Hook up json_strict option with default of true (#6909) 2020-01-21 10:10:02 -08:00
Daniel Nelson
5f1f4b9e8d Use Go modules for dependency management (#6912) 2020-01-16 14:38:06 -08:00