Skip to content

Commit

Permalink
fix vale
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhobbits committed Oct 16, 2024
1 parent c8c8362 commit d07b79b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ Confirm that Alertmanager can connect to ntfy manually by running the command be
curl -X POST -H "Content-Type: application/json" -d '[{"labels":{"alertname":"TestAlert"}}]' http://localhost:9093/api/v2/alerts
```

If you browse to http://localhost:9093, you should see the alert has arrived. Browse to the Status page to check that AlertManager has successfully loaded the configuration file.
If you browse to http://localhost:9093, you should see the alert has arrived. Browse to the Status page to check that Alertmanager has successfully loaded the configuration file.

![Prometheus AlertManager](/img/docs/operate/secure-and-monitor/prometheus/prometheusAlert.png)
![Prometheus Alertmanager](/img/docs/operate/secure-and-monitor/prometheus/prometheusAlert.png)

If you wait a minute and then browse to https://ntfy.sh/fusionauthprometheus, you should see that Prometheus scraped FusionAuth, registered that requests were greater than zero, and sent an alert to Alertmanager, and that Alertmanager sent the alert to ntfy.

Expand Down Expand Up @@ -381,4 +381,4 @@ If you combine the Prometheus, Alertmanager, Grafana, and ntfy infrastructure sh
- [Grafana](https://grafana.com/grafana)
- [Ubuntu Alertmanager image](https://hub.docker.com/r/ubuntu/alertmanager)
- [Ubuntu Grafana image](https://hub.docker.com/r/ubuntu/grafana)
- [Ubuntu Prometheus image](https://hub.docker.com/r/ubuntu/prometheus)
- [Ubuntu Prometheus image](https://hub.docker.com/r/ubuntu/prometheus)
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ notAuthenticated
notAuthorized
npm|NPM
npx
ntfy
offboarded
onboarded
openid|OpenID
Expand Down

0 comments on commit d07b79b

Please sign in to comment.