mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-11-08 13:50:01 +00:00
15 lines
451 B
Markdown
15 lines
451 B
Markdown
# Luzifer-Ansible / netdata
|
|
|
|
This role installs a systemd service running [netdata](https://github.com/firehol/netdata) using Docker and my [Docker image](https://quay.io/luzifer/netdata) for it.
|
|
|
|
## Usage
|
|
|
|
```yaml
|
|
roles:
|
|
- role: netdata
|
|
config:
|
|
PUSHOVER_APP_TOKEN: 'mytoken'
|
|
DEFAULT_RECIPIENT_PUSHOVER: 'myuser'
|
|
```
|
|
|
|
(For configuration values see the [original repositories](https://github.com/luzifer-docker/netdata) README file!)
|