3.2.17. telegraf¶
Note
requires a Product License.
Telegraf configuration.
vsr running config# vrf <vrf> kpi telegraf
enabled¶
Enable or disable telegraf.
vsr running config# vrf <vrf> kpi telegraf
vsr running telegraf# enabled true|false
- Default value
true
interval¶
Default data collection interval in seconds.
vsr running config# vrf <vrf> kpi telegraf
vsr running telegraf# interval <uint16>
- Default value
10
influxdb-output¶
Configure an InfluxDB v1.x server.
vsr running config# vrf <vrf> kpi telegraf
vsr running telegraf# influxdb-output url <influxdb-output> database <string> \
... username <string> password <string> insecure-skip-verify
|
Description |
---|---|
<udp://host[:port]> |
An UDP URL. |
<udp://[host6][:port]> |
An IPv6 UDP URL. |
<http[s]://host[:port]> |
An HTTP(S) URL. |
<http[s]://[host6][:port]> |
An IPv6 HTTP(S) URL. |
database (mandatory)¶
The target database for metrics (telegraf will create it if not exists).
database <string>
influxdbv2-output¶
Configure an InfluxDB v2 server.
vsr running config# vrf <vrf> kpi telegraf
vsr running telegraf# influxdbv2-output url <influxdbv2-output> token <string> \
... organization <string> bucket <string> insecure-skip-verify
|
Description |
---|---|
<udp://host[:port]> |
An UDP URL. |
<udp://[host6][:port]> |
An IPv6 UDP URL. |
<http[s]://host[:port]> |
An HTTP(S) URL. |
<http[s]://[host6][:port]> |
An IPv6 HTTP(S) URL. |
token (mandatory)¶
The InfluxDB v2 token. See https://docs.influxdata.com/influxdb/v2.0/security/tokens/view-tokens.
token <string>
organization (mandatory)¶
The name of the organization that owns the target bucket.
organization <string>