Skip to content
Snippets Groups Projects
Commit a1366171 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

Former-commit-id: baed119d
parents 4b8fd797 c4731b47
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ LoadPlugin network
</Plugin>
<Plugin network>
<Server "{{ collectd_server }}" "25826">
Username collectd
Password "{{ collectd_password }}"
</Server>
</Plugin>
......@@ -1395,7 +1397,3 @@ LoadPlugin users
# Port "2181"
#</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