Skip to content

Commit

Permalink
fix: fixinventory -> fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Feb 28, 2024
1 parent 3275f49 commit 9fae1f7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9fae1f7

Please sign in to comment.