Skip to content

MHalter/elostats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages