Skip to content

Rust API alerting through discord, telegram, mail etc....

Notifications You must be signed in to change notification settings

MevSecurity/Rust-API-alerting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust API alerting through discord, telegram, mail etc....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%