Update examples.md
parent
2511ba7627
commit
21fc1245eb
|
@ -133,8 +133,6 @@ Some simple bash scripts to achieve this are kindly provided in [nickexyz's repo
|
||||||
You can use the HTTP request node to send messages with [Node-RED](https://nodered.org), some examples:
|
You can use the HTTP request node to send messages with [Node-RED](https://nodered.org), some examples:
|
||||||
|
|
||||||
Example: Send a message
|
Example: Send a message
|
||||||
|
|
||||||
![Node red message flow](static/img/nodered-message.png)
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Expand</summary>
|
<summary>Expand</summary>
|
||||||
|
|
||||||
|
@ -222,9 +220,10 @@ Example: Send a message
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Example: Send a picture
|
![Node red message flow](static/img/nodered-message.png)
|
||||||
|
|
||||||
![Node red picture flow](static/img/nodered-picture.png)
|
|
||||||
|
Example: Send a picture
|
||||||
<details>
|
<details>
|
||||||
<summary>Expand</summary>
|
<summary>Expand</summary>
|
||||||
|
|
||||||
|
@ -340,6 +339,8 @@ Example: Send a picture
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
![Node red picture flow](static/img/nodered-picture.png)
|
||||||
|
|
||||||
## Gatus service health check
|
## Gatus service health check
|
||||||
|
|
||||||
An example for a custom alert with <a href="https://github.com/TwiN/gatus">Gatus</a>
|
An example for a custom alert with <a href="https://github.com/TwiN/gatus">Gatus</a>
|
||||||
|
|
Loading…
Reference in New Issue