Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elostats

Projekt erstellen

abhängige Bibliotheken laden

  • go-mssqldb
    go get github.com/denisenkom/go-mssqldb

Einbinden in telegraf

Hierzu die telegraf.conf anpassen

[[inputs.exec]]
  commands = ["./elostats"]
  timeout = "5s"
  data_format = "influx"

  [inputs.exec.config]
    DBHost = "localhost"
    DBName = "database"
    DBUser = "user"
    DBPassword = "password"

Außerdem muss das kompilierte Plugin in das Telegraf-Verzeichnis abgelegt werden

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages