Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 21, 2024
1 parent eba25b8 commit 772de11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lab/hardware/mgmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Follow GitHub [instructions](https://github.com/opiproject/opi-poc/settings/acti

- Run `docker compose up -d semaphore` or `docker-compose up -d semaphore` from [here](../../otel).
- This will start [Ansible Semaphore](https://docs.semui.co).
- Access it via http://172.22.0.1:4000/
- Access it via <http://172.22.0.1:4000/>

## Portainer

- Run `docker compose up -d portainer` or `docker-compose up -d portainer` from [here](../../otel).
- This will start [Portainer Community Edition](https://www.portainer.io/).
- Access it via http://172.22.0.1:9000/
- Access it via <http://172.22.0.1:9000/>

## Monitoring & Telemetry

Expand All @@ -51,9 +51,9 @@ Run `docker compose up -d` or `docker-compose up -d` from [here](../../otel)

Acccess it via:

1. http://172.22.0.1:8889/metrics
2. http://172.22.0.1:9091/
3. http://172.22.0.1:3000/
1. <http://172.22.0.1:8889/metrics>
2. <http://172.22.0.1:9091/>
3. <http://172.22.0.1:3000/>

## Paswordless

Expand Down

0 comments on commit 772de11

Please sign in to comment.