From 9c85a62559d190256055e42f7d29e4ec9cffea85 Mon Sep 17 00:00:00 2001 From: Chris Hain Date: Fri, 13 Dec 2024 13:17:20 -0800 Subject: [PATCH] Fix references to docker-compose and broken links --- README.md | 4 ++-- pages/config/config.md | 2 +- pages/config/config_helper/config_helper.md | 4 ++-- pages/config/manual_config/default_otel.md | 4 ++-- pages/config/manual_config/receivers_pipelines.md | 4 ++-- pages/getting_started.md | 2 +- pages/troubleshooting/troubleshooting.md | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 88be238..2194432 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ vi ./config/bigip_receivers.yaml # Run the configuration generator docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config # Start the tool -docker-compose up +docker compose up ``` ## Configuration @@ -99,7 +99,7 @@ bigip_receiver_defaults: # The data_types that should be enabled or disabled. # DNS and GTM are disabled by default and users can enable those modules # on all devices by setting the below to true. - # A full list of data_types is in pages/receiver_readme.md. + # A full list of data_types is at https://f5devcentral.github.io/application-study-tool/components/otel_collector/receiver_readme.html. data_types: f5.dns: enabled: false diff --git a/pages/config/config.md b/pages/config/config.md index 208244a..1c3d81e 100644 --- a/pages/config/config.md +++ b/pages/config/config.md @@ -1,6 +1,6 @@ --- layout: page -title: Configuration +title: Configuration Management nav_order: 3 has_children: true permalink: /config diff --git a/pages/config/config_helper/config_helper.md b/pages/config/config_helper/config_helper.md index 794eb0b..5f89ec7 100644 --- a/pages/config/config_helper/config_helper.md +++ b/pages/config/config_helper/config_helper.md @@ -127,6 +127,6 @@ to take effect. This can be accomplished in a few ways, but the simplest is typi (From the project root directory) ```bash -$ docker-compose down -$ docker-compose up -d +$ docker compose down +$ docker compose up -d ``` \ No newline at end of file diff --git a/pages/config/manual_config/default_otel.md b/pages/config/manual_config/default_otel.md index bb7af6b..49b4379 100644 --- a/pages/config/manual_config/default_otel.md +++ b/pages/config/manual_config/default_otel.md @@ -54,6 +54,6 @@ to take effect. This can be accomplished in a few ways, but the simplest is typi (From the project root directory) ```bash -$ docker-compose down -$ docker-compose up -d +$ docker compose down +$ docker compose up -d ``` \ No newline at end of file diff --git a/pages/config/manual_config/receivers_pipelines.md b/pages/config/manual_config/receivers_pipelines.md index d0612d2..7727229 100644 --- a/pages/config/manual_config/receivers_pipelines.md +++ b/pages/config/manual_config/receivers_pipelines.md @@ -94,6 +94,6 @@ to take effect. This can be accomplished in a few ways, but the simplest is typi (From the project root directory) ```bash -$ docker-compose down -$ docker-compose up -d +$ docker compose down +$ docker compose up -d ``` \ No newline at end of file diff --git a/pages/getting_started.md b/pages/getting_started.md index ece18bd..aec9777 100644 --- a/pages/getting_started.md +++ b/pages/getting_started.md @@ -46,7 +46,7 @@ vi ./config/big_receivers.yaml # Run the configuration generator docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config # Start the tool -docker-compose up +docker compose up ``` ## Configure Default Device Settings diff --git a/pages/troubleshooting/troubleshooting.md b/pages/troubleshooting/troubleshooting.md index b222311..decd3f6 100644 --- a/pages/troubleshooting/troubleshooting.md +++ b/pages/troubleshooting/troubleshooting.md @@ -65,7 +65,7 @@ $ docker logs application-study-tool-otel-collector-1 >& otellogs.txt && gzip ot ### Stop and Start A Container Individual containers can be started and stopped using the `docker stop ` command. This will cause the container to restart with any modifications to config files picked up (alternative -to the `docker-compose down` and `docker-compose up` commands which restart all containers): +to the `docker compose down` and `docker compose up` commands which restart all containers): ```shell $ docker stop fdbde8a3ee16