Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 1067 the process terminated unexpectedly, when starting telegraf service #114

Open
dennopro opened this issue Dec 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@dennopro
Copy link

Describe the bug

I defined the the output as outputs.prometheus_client and added the listener port;
however the telegraf service doesnt start; error 1067 the process terminated unexpectedly.
Installation method/version

  • Github / latest
  • Ansible Galaxy / 1.1.0

Ansible Version
2.8

<!--- Paste output from "ansible --version" -->

fatal: [vm-xxxxx]: FAILED! => {"can_pause_and_continue": false, "changed": false, "depended_by": [], "dependencies": [], "description": "Collects data using a series of plugins and publishes it toanother series of plugins.", "desktop_interact": false, "display_name": "Telegraf Data Collector Service", "exists": true, "msg": "Failed to start service 'Telegraf Data Collector Service (telegraf)'.", "name": "telegraf", "path": "C:\Telegraf\telegraf\telegraf.exe --config C:\Telegraf\telegraf\telegraf.conf --config-directory C:\Telegraf\telegraf_agent.d --service-name telegraf", "start_mode": "auto", "state": "stopped", "username": "LocalSystem"}

Targetted hosts
Concerns the following OS(es):

  • windows

Expected behavior

telegraf service to start after installing telegraf
Additional context

output changed from influx db to

[[outputs.prometheus_client]]
listen = ":9273"

also windows event viewer shows:

@dj-wasabi dj-wasabi added bug Something isn't working help wanted labels Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants