Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anxs/logwatch
Ansible role for logwatch
https://github.com/anxs/logwatch
Last synced: about 1 month ago
JSON representation
Ansible role for logwatch
- Host: GitHub
- URL: https://github.com/anxs/logwatch
- Owner: ANXS
- License: mit
- Created: 2014-03-11T08:10:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T05:52:27.000Z (over 9 years ago)
- Last Synced: 2024-03-27T11:22:46.372Z (9 months ago)
- Size: 187 KB
- Stars: 5
- Watchers: 10
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ANXS - logwatch [![Build Status](https://travis-ci.org/ANXS/logwatch.png)](https://travis-ci.org/ANXS/logwatch)
Ansible role which installs and configures logwatch.
#### Requirements & Dependencies
- Tested on Ansible 1.4 or higher.#### Variables
```yaml
logwatch_email: "root@localhost" # Email Address which Logwatch reports to
logwatch_detail: "low" # The level of detail in the Logwatch report
logwatch_range: "yesterday" # The default time range for the Logwatch report
logwatch_output: "stdout" # The output method of the Logwatch report
logwatch_format: "text" # The format of the Logwatch report
logwatch_cron_time: "daily" # Cron special time specification nickname - must match with logwatch range!
```#### Testing
This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with `vagrant up`See [vagrant docs](https://docs.vagrantup.com/v2/) for getting setup with vagrant
#### License
Licensed under the MIT License. See the LICENSE file for details.
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/ANXS/logwatch/issues)!