Skip to content
Snippets Groups Projects
Commit baed119d authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'collectd' into 'master'

add username and password to the collectd.conf

See merge request hpc-team/ansible_cluster_in_a_box!209
parents 6549ef63 793450fd
No related branches found
No related tags found
1 merge request!209add username and password to the collectd.conf
...@@ -76,6 +76,8 @@ LoadPlugin network ...@@ -76,6 +76,8 @@ LoadPlugin network
</Plugin> </Plugin>
<Plugin network> <Plugin network>
<Server "{{ collectd_server }}" "25826"> <Server "{{ collectd_server }}" "25826">
Username collectd
Password "{{ collectd_password }}"
</Server> </Server>
</Plugin> </Plugin>
...@@ -1395,7 +1397,3 @@ LoadPlugin users ...@@ -1395,7 +1397,3 @@ LoadPlugin users
# Port "2181" # Port "2181"
#</Plugin> #</Plugin>
<Include "/etc/collectd/collectd.conf.d">
Filter "*.conf"
</Include>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment