From 9fae1f7cbe5bc76b44d6a8fe67b8d7766ac6aaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Wed, 28 Feb 2024 18:13:57 +0100 Subject: [PATCH] fix: fixinventory -> fix --- docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx | 4 ++-- .../alerting/send-discord-notifications/index.mdx | 2 +- .../alerting/send-prometheus-alertmanager-alerts/index.mdx | 4 ++-- .../how-to-guides/alerting/send-slack-notifications/index.mdx | 2 +- .../install-and-run-infrastructure-apps.mdx | 2 +- .../how-to-guides/alerting/create-pagerduty-alerts/index.mdx | 4 ++-- .../alerting/send-discord-notifications/index.mdx | 2 +- .../alerting/send-prometheus-alertmanager-alerts/index.mdx | 4 ++-- .../how-to-guides/alerting/send-slack-notifications/index.mdx | 2 +- .../install-and-run-infrastructure-apps.mdx | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx b/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx index c0a3efc5..4aadd86b 100644 --- a/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx +++ b/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx @@ -26,10 +26,10 @@ You will also need a valid routing key for your [PagerDuty](https://pagerduty.co ::: -3. Open the `fixinventory.core.commands` configuration: +3. Open the `fix.core.commands` configuration: ```bash - > config edit fixinventory.core.commands + > config edit fix.core.commands ``` 4. Add the routing key copied in step 2 as the default value of the `routing_key` parameter in the `pagerduty` section. This will allow you to execute the `pagerduty` command without specifying the routing key parameter each time. diff --git a/docs/how-to-guides/alerting/send-discord-notifications/index.mdx b/docs/how-to-guides/alerting/send-discord-notifications/index.mdx index 79d0e32e..5da0b437 100644 --- a/docs/how-to-guides/alerting/send-discord-notifications/index.mdx +++ b/docs/how-to-guides/alerting/send-discord-notifications/index.mdx @@ -51,7 +51,7 @@ You will also need the **Manage Webhooks** permission for the target text channe A default webhook URL can be defined in the `discord` app configuration so that you can simply execute `discord --title="..."`: ```bash - > config edit fixinventory.apps.discord + > config edit fix.apps.discord ``` ::: diff --git a/docs/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx b/docs/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx index b782b6c5..19286152 100644 --- a/docs/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx +++ b/docs/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx @@ -14,10 +14,10 @@ You will also need a running installation of [Alertmanager](https://prometheus.i ## Directions -1. Open the `fixinventory.core.commands` configuration by executing the following command in [Fix Inventory Shell](../../../reference/components/shell.mdx): +1. Open the `fix.core.commands` configuration by executing the following command in [Fix Inventory Shell](../../../reference/components/shell.mdx): ```bash - > config edit fixinventory.core.commands + > config edit fix.core.commands ``` 2. Add the following command definition to the configuration, replacing `http://localhost:9093` with the URL of your [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager) instance: diff --git a/docs/how-to-guides/alerting/send-slack-notifications/index.mdx b/docs/how-to-guides/alerting/send-slack-notifications/index.mdx index 00f6fa3f..27218aa2 100644 --- a/docs/how-to-guides/alerting/send-slack-notifications/index.mdx +++ b/docs/how-to-guides/alerting/send-slack-notifications/index.mdx @@ -43,7 +43,7 @@ This guide assumes that you have already [installed](../../../getting-started/in A default webhook URL can be defined in the `slack` app configuration so that you can simply execute `slack --title="..."`: ```bash - > config edit fixinventory.apps.slack + > config edit fix.apps.slack ``` ::: diff --git a/docs/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx b/docs/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx index 469ce7a0..8ee49721 100644 --- a/docs/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx +++ b/docs/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx @@ -52,7 +52,7 @@ This guide assumes that you have already [installed](../../getting-started/insta By default, Fix Inventory passes the app a configuration that corresponds to the app name. - For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fixinventory.apps.foobar`. + For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fix.apps.foobar`. If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument. diff --git a/versioned_docs/version-4.X/how-to-guides/alerting/create-pagerduty-alerts/index.mdx b/versioned_docs/version-4.X/how-to-guides/alerting/create-pagerduty-alerts/index.mdx index c0a3efc5..4aadd86b 100644 --- a/versioned_docs/version-4.X/how-to-guides/alerting/create-pagerduty-alerts/index.mdx +++ b/versioned_docs/version-4.X/how-to-guides/alerting/create-pagerduty-alerts/index.mdx @@ -26,10 +26,10 @@ You will also need a valid routing key for your [PagerDuty](https://pagerduty.co ::: -3. Open the `fixinventory.core.commands` configuration: +3. Open the `fix.core.commands` configuration: ```bash - > config edit fixinventory.core.commands + > config edit fix.core.commands ``` 4. Add the routing key copied in step 2 as the default value of the `routing_key` parameter in the `pagerduty` section. This will allow you to execute the `pagerduty` command without specifying the routing key parameter each time. diff --git a/versioned_docs/version-4.X/how-to-guides/alerting/send-discord-notifications/index.mdx b/versioned_docs/version-4.X/how-to-guides/alerting/send-discord-notifications/index.mdx index 79d0e32e..5da0b437 100644 --- a/versioned_docs/version-4.X/how-to-guides/alerting/send-discord-notifications/index.mdx +++ b/versioned_docs/version-4.X/how-to-guides/alerting/send-discord-notifications/index.mdx @@ -51,7 +51,7 @@ You will also need the **Manage Webhooks** permission for the target text channe A default webhook URL can be defined in the `discord` app configuration so that you can simply execute `discord --title="..."`: ```bash - > config edit fixinventory.apps.discord + > config edit fix.apps.discord ``` ::: diff --git a/versioned_docs/version-4.X/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx b/versioned_docs/version-4.X/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx index b782b6c5..19286152 100644 --- a/versioned_docs/version-4.X/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx +++ b/versioned_docs/version-4.X/how-to-guides/alerting/send-prometheus-alertmanager-alerts/index.mdx @@ -14,10 +14,10 @@ You will also need a running installation of [Alertmanager](https://prometheus.i ## Directions -1. Open the `fixinventory.core.commands` configuration by executing the following command in [Fix Inventory Shell](../../../reference/components/shell.mdx): +1. Open the `fix.core.commands` configuration by executing the following command in [Fix Inventory Shell](../../../reference/components/shell.mdx): ```bash - > config edit fixinventory.core.commands + > config edit fix.core.commands ``` 2. Add the following command definition to the configuration, replacing `http://localhost:9093` with the URL of your [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager) instance: diff --git a/versioned_docs/version-4.X/how-to-guides/alerting/send-slack-notifications/index.mdx b/versioned_docs/version-4.X/how-to-guides/alerting/send-slack-notifications/index.mdx index 00f6fa3f..27218aa2 100644 --- a/versioned_docs/version-4.X/how-to-guides/alerting/send-slack-notifications/index.mdx +++ b/versioned_docs/version-4.X/how-to-guides/alerting/send-slack-notifications/index.mdx @@ -43,7 +43,7 @@ This guide assumes that you have already [installed](../../../getting-started/in A default webhook URL can be defined in the `slack` app configuration so that you can simply execute `slack --title="..."`: ```bash - > config edit fixinventory.apps.slack + > config edit fix.apps.slack ``` ::: diff --git a/versioned_docs/version-4.X/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx b/versioned_docs/version-4.X/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx index 469ce7a0..8ee49721 100644 --- a/versioned_docs/version-4.X/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx +++ b/versioned_docs/version-4.X/how-to-guides/infrastructure-apps/install-and-run-infrastructure-apps.mdx @@ -52,7 +52,7 @@ This guide assumes that you have already [installed](../../getting-started/insta By default, Fix Inventory passes the app a configuration that corresponds to the app name. - For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fixinventory.apps.foobar`. + For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fix.apps.foobar`. If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument.