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
- Host: GitHub
- URL: https://github.com/ait-testbed/atb-ansible-collectd
- Owner: ait-testbed
- Created: 2023-11-17T14:37:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T14:12:11.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:13:40.693Z (over 1 year ago)
- Topics: aecid, ansible, ansible-role, atb, linux, logging, metrics, monitoring
- Language: Jinja
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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