Created
December 2, 2016 14:33
-
-
Save zshamrock/285b82cae71352cd767e5eecbd2bc0bf to your computer and use it in GitHub Desktop.
Telegraf input plugins snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[inputs.mongodb]] | |
servers = [“mongodb://<username>:<password>@mongo.dev.picnicinternational.com:27000/dev?authSource=admin”] | |
[[inputs.rabbitmq]] | |
url = “https://<node>.rmq.cloudamqp.com” | |
name = “dev-rabbitmq” # optional tag | |
username = “<username>” | |
password = “<password>” | |
## A list of nodes to pull metrics about. If not specified, metrics for | |
## all nodes are gathered. | |
nodes = [“rabbit@<node>-01”] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment