Skip to content

Commit

Permalink
change mermaid for image
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Sep 12, 2024
1 parent 74dbfd6 commit c329b1b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 81 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

6 changes: 2 additions & 4 deletions astro/src/content/docs/operate/secure-and-monitor/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import IconButton from 'src/components/IconButton.astro';
import Breadcrumb from 'src/components/Breadcrumb.astro';
import InlineField from 'src/components/InlineField.astro';
import InlineUIElement from 'src/components/InlineUIElement.astro';
import Diagram1 from 'src/components/docs/operate/secure-and-monitor/slackDiagram1.astro';
import Diagram2 from 'src/components/docs/operate/secure-and-monitor/slackDiagram2.astro';

## Overview

Expand All @@ -32,11 +30,11 @@ The Pro (lowest paid) tier has all the features you need to use Slack with outsi

Running FusionAuth and PostgreSQL in Docker usually looks like the diagram below (you might also run OpenSearch in another Docker container).

<Diagram1></Diagram1>
![Diagram with your server encompasing three docker dontainers for your app, FusionAuth and PostgreSQL.](/img/docs/operate/secure-and-monitor/slack/running-fusionauth-in-docker.png)

Check failure on line 33 in astro/src/content/docs/operate/secure-and-monitor/slack.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'. Raw Output: {"message": "[Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'.", "location": {"path": "astro/src/content/docs/operate/secure-and-monitor/slack.mdx", "range": {"start": {"line": 33, "column": 78}}}, "severity": "ERROR"}

Check failure on line 33 in astro/src/content/docs/operate/secure-and-monitor/slack.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'postgresql' instead of 'PostgreSQL'. Raw Output: {"message": "[Vale.Terms] Use 'postgresql' instead of 'PostgreSQL'.", "location": {"path": "astro/src/content/docs/operate/secure-and-monitor/slack.mdx", "range": {"start": {"line": 33, "column": 93}}}, "severity": "ERROR"}

In this guide, you will create a tiny service in its own container to monitor FusionAuth and call Slack if the FusionAuth logs API is not contactable, or if the logs contain an error message. The new design will look like the diagram below.

<Diagram2></Diagram2>
![Diagram with your server encompasing four docker dontainers for your app, FusionAuth, PostgreSQL and Custom Monitoring Service with Slack as an external API Call.](/img/docs/operate/secure-and-monitor/slack/tiny-service-monitor-fusionauth.png)

Check failure on line 37 in astro/src/content/docs/operate/secure-and-monitor/slack.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'. Raw Output: {"message": "[Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'.", "location": {"path": "astro/src/content/docs/operate/secure-and-monitor/slack.mdx", "range": {"start": {"line": 37, "column": 77}}}, "severity": "ERROR"}

Check failure on line 37 in astro/src/content/docs/operate/secure-and-monitor/slack.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'postgresql' instead of 'PostgreSQL'. Raw Output: {"message": "[Vale.Terms] Use 'postgresql' instead of 'PostgreSQL'.", "location": {"path": "astro/src/content/docs/operate/secure-and-monitor/slack.mdx", "range": {"start": {"line": 37, "column": 89}}}, "severity": "ERROR"}

Check failure on line 37 in astro/src/content/docs/operate/secure-and-monitor/slack.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'api' instead of 'API'. Raw Output: {"message": "[Vale.Terms] Use 'api' instead of 'API'.", "location": {"path": "astro/src/content/docs/operate/secure-and-monitor/slack.mdx", "range": {"start": {"line": 37, "column": 156}}}, "severity": "ERROR"}

## Create A Slack Account

Expand Down

0 comments on commit c329b1b

Please sign in to comment.