generated from grafana/grafana-starter-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
The telegraf config:
[[inputs.exec]]
commands=["mtr -C -n 192.168.1.2"]
timeout = "40s"
data_format = "csv"
csv_skip_rows = 1
csv_column_names=[ "", "", "status","dest","hop","ip","loss","snt","", "","avg","best","worst","stdev"]
name_override = "mtr"
csv_tag_columns = ["dest", "hop", "ip"]
[[outputs.influxdb]]
urls = ["http://127.0.0.1:8086"]
database = "my_telegraf3"
timeout = "5s"
telegraf config file testing pass, but no mtr information display:
telegraf --config /etc/telegraf/telegraf.conf --test
influxdb database creased normally, but no mtr measurement:
Using database my_telegraf3
show measurements
name: measurements
name
cpu
disk
diskio
kernel
mem
processes
swap
system
Please help to resovle this problem , what should I do?
Many Thanks.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested