Skip to content

Commit

Permalink
fix(mev): teelgraf config file
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed Oct 11, 2024
1 parent f3455ae commit 9d81f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions telegraf.d/telegraf.conf.mev
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
[[inputs.nstat]]
# no configuration

#[[inputs.exec]]
# commands = ["ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=3 root@192.168.0.1 iset-cli get-temperature"]
# name_override = "temp"
# data_format = "json"
[[inputs.file]]
files = ["/run/mev_imc_temperature.json"]
name_override = "temp"
data_format = "json"

[[outputs.file]]
files = ["stdout"]
Expand Down

0 comments on commit 9d81f40

Please sign in to comment.