Skip to content

Commit

Permalink
Docs linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Jul 19, 2023
1 parent f834421 commit 8b4755c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions website/docs/applications/observability/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>.


12 changes: 6 additions & 6 deletions website/docs/applications/stacks/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
2 changes: 1 addition & 1 deletion website/docs/applications/system-tools/loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
6 changes: 3 additions & 3 deletions website/docs/applications/system-tools/promtail.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b4755c

Please sign in to comment.