We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3455ae commit 9d81f40Copy full SHA for 9d81f40
telegraf.d/telegraf.conf.mev
@@ -10,10 +10,10 @@
10
[[inputs.nstat]]
11
# no configuration
12
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"
+[[inputs.file]]
+ files = ["/run/mev_imc_temperature.json"]
+ name_override = "temp"
+ data_format = "json"
17
18
[[outputs.file]]
19
files = ["stdout"]
0 commit comments