Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ prometheus --web.config.file=web.yml

## Testing

You can use cURL to interact with your setup. Try this request:
You can use cURL to interact with your configuration. Try this request:

```bash
curl --head http://localhost:9090/graph
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/dockerswarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NOTE: The rest of this post assumes that you have a Swarm running.

## Setting up Prometheus

For this guide, you need to [setup Prometheus][setup]. We will assume that
For this guide, you need to [set up Prometheus][setup]. We assume that
Prometheus runs on a Docker Swarm manager node and has access to the Docker
socket at `/var/run/docker.sock`.

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Prometheus is designed for reliability, to be the system you go to
during an outage to allow you to quickly diagnose problems. Each Prometheus
server is standalone, not depending on network storage or other remote services.
You can rely on it when other parts of your infrastructure are broken, and
you do not need to setup extensive infrastructure to use it.
you do not need to set up extensive infrastructure to use it.

## When does it not fit?

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/alerting_based_on_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download the latest release of Alertmanager for your operating system from [here

Alertmanager supports various receivers like `email`, `webhook`, `pagerduty`, `slack` etc through which it can notify when an alert is firing. You can find the list of receivers and how to configure them [here](/docs/alerting/latest/configuration/). We will use `webhook` as a receiver for this tutorial, head over to [webhook.site](https://webhook.site) and copy the webhook URL which we will use later to configure the Alertmanager.

First let's setup Alertmanager with the webhook receiver.
First let's set up Alertmanager with the webhook receiver.

> alertmanager.yml

Expand Down Expand Up @@ -81,4 +81,4 @@ Open [http://localhost:9090/rules](http://localhost:9090/rules) in your browser

<iframe width="560" height="315" src="https://www.youtube.com/embed/xaMXVrle98M" frameborder="0" allowfullscreen></iframe>

Similarly Alertmanager can be configured with other receivers to notify when an alert is firing.
Similarly Alertmanager can be configured with other receivers to notify when an alert is firing.