Skip to content

Commit

Permalink
Add config file path troubleshooting advice for Windows (influxdata#3071
Browse files Browse the repository at this point in the history
)
  • Loading branch information
realware-it authored and danielnelson committed Jul 31, 2017
1 parent 9143670 commit f8c8430
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/WINDOWS_SERVICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Telegraf can manage its own service through the --service flag:
| `telegraf.exe --service start` | Start the telegraf service |
| `telegraf.exe --service stop` | Stop the telegraf service |


Trobleshooting common error #1067

When installing as service in Windows, always double check to specify full path of the config file, otherwise windows service will fail to start

--config C:\"Program Files"\Telegraf\telegraf.conf

0 comments on commit f8c8430

Please sign in to comment.