Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ypid/ansible-vnstat
Configure the network traffic monitor vnStat
https://github.com/ypid/ansible-vnstat
ansible-role monitoring network-flow
Last synced: 27 days ago
JSON representation
Configure the network traffic monitor vnStat
- Host: GitHub
- URL: https://github.com/ypid/ansible-vnstat
- Owner: ypid
- License: agpl-3.0
- Created: 2015-04-03T16:40:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T19:03:58.000Z (over 4 years ago)
- Last Synced: 2025-01-07T06:17:04.430Z (28 days ago)
- Topics: ansible-role, monitoring, network-flow
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## vnstat
[![Travis CI](https://img.shields.io/travis/ypid/ansible-vnstat.svg?style=flat)](https://travis-ci.org/ypid/ansible-vnstat)
[![test-suite](https://img.shields.io/badge/test--suite-ansible--vnstat-blue.svg?style=flat)](https://github.com/ypid/test-suite-ypid/tree/master/ansible-vnstat/)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-ypid.vnstat-660198.svg?style=flat)](https://galaxy.ansible.com/ypid/vnstat)
[![Platforms](https://img.shields.io/badge/platforms-debian%20/%20ubuntu-lightgrey.svg?style=flat)](#)
[![GitHub Tags](https://img.shields.io/github/tag/ypid/ansible-vnstat.svg)](https://github.com/ypid/ansible-vnstat)
[![GitHub Stars](https://img.shields.io/github/stars/ypid/ansible-vnstat.svg)](https://github.com/ypid/ansible-vnstat)Configure the network traffic monitor vnStat
This role lets the default settings of vnStat chosen by your Distribution
intact and allows you to make adjustments as needed.### Installation
This role requires at least Ansible `v2.1.4`. To install it, run:
```Shell
ansible-galaxy install ypid.vnstat
```To install via git, run either:
```Shell
git clone https://github.com/ypid/ansible-vnstat.git ypid.vnstat
git submodule add https://github.com/ypid/ansible-vnstat.git ypid.vnstat
```### Authors and license
`vnstat` role was written by:
- Robin Schneider | [e-mail](mailto:[email protected]) | [GitHub](https://github.com/ypid)
License: [AGPLv3](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-%28agpl-3.0%29)
***
README generated by [Ansigenome](https://github.com/nickjj/ansigenome/).