Document missing plugins
parent
6a460d8987
commit
d47b549abd
|
@ -1035,7 +1035,7 @@ input:
|
|||
introduced: 1.10.0
|
||||
tags: [linux, macos, windows, build-deploy, containers]
|
||||
|
||||
- name: ldap
|
||||
- name: LDAP
|
||||
id: ldap
|
||||
description: |
|
||||
This plugin gathers metrics from LDAP servers' monitoring (cn=Monitor) backend.
|
||||
|
@ -1737,6 +1737,14 @@ input:
|
|||
introduced: 0.1.1
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
- name: Redis sentinel
|
||||
id: redis_sentinel
|
||||
description: |
|
||||
A plugin for Redis Sentinel to monitor multiple Sentinel instances that
|
||||
are monitoring multiple Redis servers and replicas.
|
||||
introduced: 1.22.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: RethinkDB
|
||||
id: rethinkdb
|
||||
description: |
|
||||
|
@ -1797,7 +1805,7 @@ input:
|
|||
This plugin gathers information from Siemens PLC (Programmatic Logic Controller).
|
||||
introduced: 1.28.0
|
||||
link: https://github.com/nicolasme/s7comm/blob/main/README.md
|
||||
tags: [serial, iot]
|
||||
tags: [linux, macos, windows, iot]
|
||||
|
||||
- name: Slab
|
||||
id: slab
|
||||
|
@ -1807,6 +1815,14 @@ input:
|
|||
link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/slab/README.md
|
||||
tags: [linux, system]
|
||||
|
||||
- name: SLURM
|
||||
id: slurm
|
||||
description: |
|
||||
This plugin gather diag, jobs, nodes, partitions and reservation metrics
|
||||
by leveraging SLURM's REST API as provided by the slurmrestd daemon
|
||||
introduced: 1.32.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: S.M.A.R.T.
|
||||
id: smart
|
||||
description: |
|
||||
|
@ -2431,6 +2447,14 @@ output:
|
|||
introduced: 0.13.1
|
||||
tags: [linux, macos, windows, applications]
|
||||
|
||||
- name: IoTDB
|
||||
id: iotdb
|
||||
description: |
|
||||
This output plugin saves Telegraf metrics to an Apache IoTDB backend,
|
||||
supporting session connection and data insertion.
|
||||
introduced: 1.24.0
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
- name: Librato
|
||||
id: librato
|
||||
description: |
|
||||
|
@ -2548,6 +2572,15 @@ output:
|
|||
introduced: 0.1.9
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
- name: Parquet
|
||||
id: parquet
|
||||
description: |
|
||||
This plugin writes metrics to parquet files. By default, the parquet
|
||||
output groups metrics by metric name and write those metrics all to the
|
||||
same file. If a metric schema does not match then metrics are dropped.
|
||||
introduced: 1.32.0
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
- name: Postgre SQL
|
||||
id: postgresql
|
||||
description: |
|
||||
|
@ -2563,13 +2596,22 @@ output:
|
|||
introduced: 0.2.1
|
||||
tags: [linux, macos, windows, applications]
|
||||
|
||||
- name: RedisTimeSeries
|
||||
- name: Redis time series
|
||||
id: redistimeseries
|
||||
description: |
|
||||
The RedisTimeSeries output plugin writes metrics to the RedisTimeSeries server.
|
||||
The Redis time series output plugin writes metrics to the RedisTimeSeries server.
|
||||
introduced: 1.24.0
|
||||
tags: [linux, macos, windows, networking]
|
||||
|
||||
- name: Remote file
|
||||
id: remotefile
|
||||
description: |
|
||||
This plugin writes telegraf metrics to files in remote locations using
|
||||
the rclone library. Multiple backends such as Amazon S3 or SFTP are
|
||||
supported.
|
||||
introduced: 1.32.0
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
- name: Riemann
|
||||
id: riemann
|
||||
description: |
|
||||
|
@ -2675,6 +2717,15 @@ output:
|
|||
introduced: 1.17.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Zabbix
|
||||
id: zabbix
|
||||
description: |
|
||||
This plugin send metrics to Zabbix via traps. It has been tested with
|
||||
versions 3.0, 4.0 and 6.0. It should work with newer versions as long as
|
||||
Zabbix does not change the protocol.
|
||||
introduced: 1.30.0
|
||||
tags: [linux, macos, windows, data-stores]
|
||||
|
||||
# %%%% %%%% %%%% %%%%% %%%%%% %%%% %%%% %%%%%% %%%% %%%%% %%%% #
|
||||
# %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% #
|
||||
# %%%%%% %% %%% %% %%% %%%%% %%%% %% %%% %%%%%% %% %% %% %%%%% %%%% #
|
||||
|
@ -2980,6 +3031,13 @@ processor:
|
|||
introduced: 1.27.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: SNMP lookup
|
||||
id: snmp_lookup
|
||||
description: |
|
||||
Processor to look-up extra tags using SNMP
|
||||
introduced: 1.30.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Split
|
||||
id: split
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue