mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Docs linting
This commit is contained in:
parent
f8344219b9
commit
8b4755c78f
4 changed files with 10 additions and 12 deletions
|
@ -13,5 +13,3 @@ Query, visualize, alert on, and understand your data no matter where it’s stor
|
|||
Set `stats_enabled: true` in your `inventories/<your_inventory>/group_vars/nas.yml` file.
|
||||
|
||||
Grafana's web interface can be found at <http://ansible_nas_host_or_ip:3000>.
|
||||
|
||||
|
||||
|
|
|
@ -6,13 +6,13 @@ The logging stack sets up a fully functional application logging capture and sea
|
|||
|
||||
To enable it, add the following to your `inventories/<your_inventory>/group_vars/nas.yml`:
|
||||
|
||||
```
|
||||
```yaml
|
||||
logging_stack_enabled: true
|
||||
```
|
||||
|
||||
Which is equivalent to:
|
||||
|
||||
```
|
||||
```yaml
|
||||
minio_enabled: true
|
||||
loki_enabled: true
|
||||
promtail_enabled: true
|
||||
|
@ -23,7 +23,7 @@ Once set up, all container stdout logs will be captured and stored. You'll find
|
|||
|
||||
Read more:
|
||||
|
||||
- [Grafana](../observability/grafana.md)
|
||||
- [Loki](../system-tools/loki.md)
|
||||
- [Minio](../system-tools/minio.md)
|
||||
- [Promtail](../system-tools/promtail.md)
|
||||
- [Grafana](../observability/grafana.md)
|
||||
- [Loki](../system-tools/loki.md)
|
||||
- [Minio](../system-tools/minio.md)
|
||||
- [Promtail](../system-tools/promtail.md)
|
||||
|
|
|
@ -14,6 +14,6 @@ Set `loki_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
|||
|
||||
Loki doesn't have a web interface. To see what it's doing look at the container logs from your Ansible-NAS shell:
|
||||
|
||||
```
|
||||
```bash
|
||||
docker logs loki -f
|
||||
```
|
||||
|
|
|
@ -10,9 +10,9 @@ Promtail is an agent which ships the contents of local logs to a private Grafana
|
|||
|
||||
It primarily:
|
||||
|
||||
- Discovers targets
|
||||
- Attaches labels to log streams
|
||||
- Pushes them to the Loki instance.
|
||||
- Discovers targets
|
||||
- Attaches labels to log streams
|
||||
- Pushes them to the Loki instance.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue