We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
telegraf-1.5 influxdb-1.5 ubuntu16.04
[agent] interval = "60s" round_interval = true
[[outputs.influxdb]] urls = ["http://127.0.0.1:8086"] # required database = "test" # required precision = "s"
[[inputs.rabbitmq]] interval = "5m" url = "http://localhost:15672" username = "username" password = "password"
time consumers messages messages_publish queue
2018-04-04T05:40:00Z 0 0 0 report_queue
2018-04-04T05:38:00Z 0 0 0 report_queue
How to make telegraf collect data on :05:00, :10:00, :15:00, ...
The text was updated successfully, but these errors were encountered:
The agent currently aligns all inputs based on the agent interval, and then begins counting the plugin intervals. We should fix this.
Sorry, something went wrong.
danielnelson
Successfully merging a pull request may close this issue.
Bug report
Relevant telegraf.conf:
System info:
telegraf-1.5
influxdb-1.5
ubuntu16.04
Steps to reproduce:
[agent]
interval = "60s"
round_interval = true
[[outputs.influxdb]]
urls = ["http://127.0.0.1:8086"] # required
database = "test" # required
precision = "s"
[[inputs.rabbitmq]]
interval = "5m"
url = "http://localhost:15672"
username = "username"
password = "password"
Expected behavior:
time consumers messages messages_publish queue
2018-04-04T05:40:00Z 0 0 0 report_queue
Actual behavior:
time consumers messages messages_publish queue
2018-04-04T05:38:00Z 0 0 0 report_queue
Additional info:
How to make telegraf collect data on :05:00, :10:00, :15:00, ...
The text was updated successfully, but these errors were encountered: