RustAPI alerting is tool design to send logs to differents sources.
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
Then this will create a message to the channelID
hardcoded.