Skip to content

kyoungho/telegraf_dds_input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connext DDS Input Plugin

Connext DDS input plugin consumes data over DDS by creating DDS readers defined in XML App Creation configurations. This plugin converts DDS data to JSON data, and then adds them to a Telegraf output plugin.

Install Instructions

Download the repo

$ git clone https://github.com/kyoungho/dds_input.git

build the "dds_input" binary

$ go build -o dds_input cmd/main.go

(if you're using windows, you'll want to give it an .exe extension)

go build -o dds_input.exe cmd/main.go

You should be able to call this from telegraf now using execd:

[[inputs.execd]]
  command = ["/path/to/dds_input_binary"]
  signal = "none"
  
# sample output: write metrics to stdout
[[outputs.file]]
  files = ["stdout"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages