We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b3fce commit fb00aa8Copy full SHA for fb00aa8
1 file changed
telegraf/rootfs/start-telegraf
@@ -2,6 +2,9 @@
2
echo "Building config.toml!"
3
./envtpl -in config.toml.tpl >> config.toml
4
echo "Finished building toml..."
5
+echo "###########################################"
6
7
cat config.toml
-echo "Starting telegraf..."
8
9
10
exec /telegraf -config config.toml
0 commit comments