Skip to content

Commit 9d81f40

Browse files
committed
fix(mev): teelgraf config file
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent f3455ae commit 9d81f40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

telegraf.d/telegraf.conf.mev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
[[inputs.nstat]]
1111
# no configuration
1212

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

1818
[[outputs.file]]
1919
files = ["stdout"]

0 commit comments

Comments
 (0)