Skip to content

Commit

Permalink
fix(ansible): mev temp add few ssh options
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 authored Jun 4, 2024
1 parent 2a39c64 commit 1c7556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegraf.d/telegraf.conf.mev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# no configuration

#[[inputs.exec]]
# commands = ["ssh root@192.168.0.1 iset-cli get-temperature"]
# 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"

Expand Down

0 comments on commit 1c7556b

Please sign in to comment.