feat: start collectd role

This commit is contained in:
2022-03-30 21:23:16 +02:00
parent ac3f412d63
commit cb8662d63d
14 changed files with 493 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Hostname "{{ collectd_hostname | default(inventory_hostname) }}"
TypesDB "/usr/share/collectd/types.db"
LoadPlugin network
<Plugin "network">
Server "{{ collectd_network_server }}" "{{ collectd_network_port }}"
</Plugin>
LoadPlugin cpu
LoadPlugin load
LoadPlugin memory
LoadPlugin df
<Plugin "df">
IgnoreSelected true
</Plugin>