Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-cacti-rrd-backup
Ansible role to perform cacti RRD backups using rrdtool
https://github.com/oefenweb/ansible-cacti-rrd-backup
ansible backup cacti debian restore rrd-files rrdtool ubuntu
Last synced: 15 days ago
JSON representation
Ansible role to perform cacti RRD backups using rrdtool
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-cacti-rrd-backup
- Owner: Oefenweb
- License: mit
- Created: 2016-05-28T10:37:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:01:54.000Z (over 1 year ago)
- Last Synced: 2024-11-22T15:22:45.813Z (3 months ago)
- Topics: ansible, backup, cacti, debian, restore, rrd-files, rrdtool, ubuntu
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## cacti-rrd-backup
[![CI](https://github.com/Oefenweb/ansible-cacti-rrd-backup/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-cacti-rrd-backup/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-cacti--rrd--backup-blue.svg)](https://galaxy.ansible.com/Oefenweb/cacti_rrd_backup)Perform Cacti RRD backups using [rrdtool](http://oss.oetiker.ch/rrdtool/).
#### Requirements
* `rrdtool` (will be installed)
#### Variables
* `cacti_rrd_backup_install_path`: [default: `/usr/local/bin`]: Install directory
* `cacti_rrd_backup_rra_path`: [default: `/var/lib/cacti/rra`]: The source path (cacti `rra` path)
* `cacti_rrd_backup_backup_path`: [default: `/tmp/cacti-rrd-backup`]: The destination path* `cacti_rrd_backup_rrd_file_mode`: [default: `0664`]: The mode of rrd files (after restore)
* `cacti_rrd_backup_rrd_file_owner`: [default: `www-data`]: The owner of rrd files (after restore)
* `cacti_rrd_backup_rrd_file_group`: [default: `cacti_rrd_backup_rrd_file_owner`]: The group of rrd files (after restore)#### Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.cacti-rrd-backup
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-cacti-rrd-backup/issues)!