Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 673 Bytes

Rust-API-alerting

RustAPI alerting is tool design to send logs to differents sources.

How to use it?

Discord Using a Simple Curl this will triggered the Alert directly into Discord.

curl -d "data=Alerting from POST cURL" -X POST http://localhost:8000/discord

Don't forget to use the Discord token using the ENV variable export DISCORD_TOKEN=Secret_token

image

Then this will create a message to the channelID hardcoded.

image