-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merged telegraf code for all hosts #61
Conversation
Signed-off-by: sakethanne <[email protected]>
Signed-off-by: sakethanne <[email protected]>
Signed-off-by: sakethanne <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sakethanne can you leave only 1 commit in this PR ?
linters and md files do not belong here
- inventory_hostname != 'mev' | ||
- inventory_hostname != 'bf2' | ||
community.docker.docker_container: | ||
name: telegraf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not good, where are the parameters to run container ?
[ | ||
{ | ||
'type': 'bind', | ||
'source': inventory_hostname in ['bf2', 'mev'] and '/root/telegraf.d/telegraf.conf.inventory_hostname' or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will '/root/telegraf.d/telegraf.conf.inventory_hostname'
render to '/root/telegraf.d/telegraf.conf.bf2'
and '/root/telegraf.d/telegraf.conf.mev'
?
Merged telegraf code for all hosts