Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 765 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 765 Bytes

Ansible-Role: collectd

Installs and configures collectd.

Requirements

  • Debian or Ubuntu

Role Variables

collectd_bin: collectd
collectd_default_config: collectd.conf.j2
collectd_logfile: True
collectd_config:
        - { name: "write",
            content:|
             LoadPlugin write_log
             <Plugin write_log>
               Format Graphite
             </Plugin>
          }

Example Playbook

- hosts: localhost
  roles:
          - collectd
  vars:
      collectd_config:
        - { name: "write",
            content:|
             LoadPlugin write_log
             <Plugin write_log>
               Format Graphite
             </Plugin>
          }

License

GPL-3.0

Author

  • Wolfgang Hotwagner