An open API service indexing awesome lists of open source software.

https://github.com/ait-testbed/atb-ansible-collectd

Installs and configures collectd
https://github.com/ait-testbed/atb-ansible-collectd

aecid ansible ansible-role atb linux logging metrics monitoring

Last synced: 2 months ago
JSON representation

Installs and configures collectd

Awesome Lists containing this project

README

          

# Ansible-Role: collectd

Installs and configures collectd.

## Requirements

- Debian or Ubuntu

## Role Variables

```yaml
collectd_bin: collectd
collectd_default_config: collectd.conf.j2
collectd_logfile: True
collectd_config:
- { name: "write",
content:|
LoadPlugin write_log

Format Graphite

}
```

## Example Playbook

```yaml
- hosts: localhost
roles:
- collectd
vars:
collectd_config:
- { name: "write",
content:|
LoadPlugin write_log

Format Graphite

}
```

## License

GPL-3.0

## Author

- Wolfgang Hotwagner