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

NSQ plugin failed with version 1.0.0-compat #2672

Closed
r0bj opened this issue Apr 14, 2017 · 3 comments
Closed

NSQ plugin failed with version 1.0.0-compat #2672

r0bj opened this issue Apr 14, 2017 · 3 comments
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@r0bj
Copy link

r0bj commented Apr 14, 2017

Bug report

Relevant telegraf.conf:

[[outputs.influxdb]]
  urls = ["http://prod.os-metrics-db.service.sjc.consul:8086"] # required
  database = "telegraf"
  retention_policy = ""
  write_consistency = "any"
  timeout = "5s"

[[inputs.nsq]]
  endpoints = ["http://localhost:4151"]

System info:

telegraf: v1.2.1
NSQ: 1.0.0-compat
OS: ubuntu 14.04

Steps to reproduce:

# telegraf --config telegraf.conf --test
* Plugin: inputs.nsq, Collection 1
> nsq_server,server_version=,host=nsq-r1,server_host=localhost:4151 server_count=0i,topic_count=0i 1492158440000000000

Expected behavior:

Something similar to output when using NSQ 0.3.8:
https://gist.github.com/r0bj/d5804619992c6fb885106cbe9dbb30f2

Actual behavior:

# telegraf --config telegraf.conf --test
* Plugin: inputs.nsq, Collection 1
> nsq_server,server_version=,host=nsq-r1,server_host=localhost:4151 server_count=0i,topic_count=0i 1492158440000000000

No data is returned, version string is empty.

@danielnelson danielnelson added the bug unexpected problem or unintended behavior label Apr 14, 2017
@freeseacher
Copy link
Contributor

any news on that ? willing to update nsqd but cant do it without monitoring

@abdullin
Copy link

Hitting the same problem. Is there any estimate on when there will be next update on this bug?

@danielnelson
Copy link
Contributor

Fixed in #3148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

4 participants