Skip to content

Commit

Permalink
Test if all providers are documented
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Sep 29, 2024
1 parent 6c7ae5e commit 32d68fa
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 251 deletions.
12 changes: 6 additions & 6 deletions docs/providers/documentation/azuremonitoring-provider.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: "Azure Monitoring"
sidebarTitle: "Azure Monitoring Provider"
description: "Azure Monitoring provider allows you to get alerts from Azure Monitoring via webhooks."
title: "Azure Monitor"
sidebarTitle: "Azure Monitor Provider"
description: "Azure Monitorg provider allows you to get alerts from Azure Monitor via webhooks."
---

## Overview

The Azure Monitoring Provider integrates Keep with Azure Monitoring, allowing you to receive alerts within Keep's platform. By setting up a webhook in Azure, you can ensure that critical alerts are sent to Keep, allowing for efficient monitoring and response.
The Azure Monitor Provider integrates Keep with Azure Monitor, allowing you to receive alerts within Keep's platform. By setting up a webhook in Azure, you can ensure that critical alerts are sent to Keep, allowing for efficient monitoring and response.

## Connecting Azure Monitoring to Keep
## Connecting Azure Monitor to Keep

Connecting Azure Monitoring to Keep involves creating an Action Group in Azure, adding a webhook action, and configuring the Alert Rule to use the new Action Group.
Connecting Azure Monitor to Keep involves creating an Action Group in Azure, adding a webhook action, and configuring the Alert Rule to use the new Action Group.

### Step 1: Navigate an Action Group
1. Log in to your Azure portal.
Expand Down
20 changes: 10 additions & 10 deletions docs/providers/documentation/grafana_oncall-provider.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Grafana Oncall Provider"
description: "Grafana Oncall Provider is a class that allows to ingest/digest data from Grafana On-Call."
title: "Grafana OnCall Provider"
description: "Grafana Oncall Provider is a class that allows to ingest/digest data from Grafana OnCall."
---

## Inputs
Expand All @@ -21,24 +21,24 @@ Grafana Oncall Provider does not currently support the `query` function.

## Authentication Parameters

The Grafana Oncall Provider uses API token authentication. You need to provide the following authentication parameters to connect to Grafana On-Call:
The Grafana Oncall Provider uses API token authentication. You need to provide the following authentication parameters to connect to Grafana OnCall:

- **token** (required): Your Grafana On-Call API Token.
- **host** (required): The URL of your Grafana On-Call host (e.g., https://keephq.grafana.net).
- **token** (required): Your Grafana OnCall API Token.
- **host** (required): The URL of your Grafana OnCall host (e.g., https://keephq.grafana.net).

## Connecting with the Provider

To connect to Grafana On-Call, you need to create an API Token:
To connect to Grafana OnCall, you need to create an API Token:

1. Log in to your Grafana On-Call account.
1. Log in to your Grafana OnCall account.
2. Go to the **API Tokens** page.
3. Click the **Generate Token** button and provide a name for your token.
4. Copy the token value and keep it secure.
5. Add the token value to the `authentication` section in the Grafana Oncall Provider configuration.

## Notes

- This provider allows you to interact with Grafana On-Call to create or update incidents.
- This provider allows you to interact with Grafana OnCall to create or update incidents.
- The `random_color` function generates a random color for incident labels.
- The `startTime` and `endTime` parameters use ISO-8601 format.
- The `notify` function returns information about the incident created or updated.
Expand Down Expand Up @@ -97,5 +97,5 @@ Payload example:

## Useful Links

- [Grafana On-Call](https://keephq.grafana.net)
- [Grafana On-Call API Documentation](https://keephq.grafana.net/docs/api)
- [Grafana OnCall](https://keephq.grafana.net)
- [Grafana OnCall API Documentation](https://keephq.grafana.net/docs/api)
7 changes: 7 additions & 0 deletions docs/providers/documentation/jira-on-prem-provider.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Jira On-Prem Provider"
sidebarTitle: "Jira On-Prem Provider"
description: "Jira On-Prem Provider is a provider used to query data and creating issues in Jira"
---

Keep supports Jira OnPrem as a provider. Please check [Jira Provider](jira-provider.md) for documentation.
6 changes: 3 additions & 3 deletions docs/providers/documentation/jira-provider.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Jira Provider"
sidebarTitle: "Jira Provider"
description: "Jira provider is a provider used to query data and creating issues in Jira"
title: "Jira Cloud Provider"
sidebarTitle: "Jira Cloud Provider"
description: "Jira Cloud provider is a provider used to query data and creating issues in Jira"
---

## Inputs
Expand Down
Loading

0 comments on commit 32d68fa

Please sign in to comment.