Skip to content

Simple Script to get Discord Messages from Free Veeam Agent for Linux. Based on vee-mail

License

Notifications You must be signed in to change notification settings

ErdbeerbaerLP/vee-cord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vee-cord

Simple Script to get Discord webhook messages from the Free Veeam Agent for Linux

This script is heavily based on vee-mail by grufocom

vee-cord uses the sqlite database which get's filled from Veeam Agent for Linux Free in /var/lib/veeam/veeam_db.sqlite. The Linux version from Veeam Agent does not send notification e-mails like the windows version. So this script reads the data from the sqlite database and sends it over discord to you.

Example Image

Dependencies

veeam
sqlite3 (>= 3.7.0)
curl

Webhook POST Requests are done using curl, so curl is necessary here

Install

  • git clone https://github.com/ErdbeerbaerLP/vee-cord
  • move the directory "vee-cord" to /opt or any other directory you would like to install it into
  • change vee-cord.config file to your needs.
  • chmod +x vee-cord.sh

Use

You can use the vee-cord script as a post-backup script directly in veeam (Configure - select Job, Advanced/Scripts/Post-Job) or start it manualy after the veeam backup has run:

/opt/vee-cord/vee-cord.sh

Release notes

Version 0.0.2

  • Added more embed elements

Version 0.0.1

  • Initial release

About

Simple Script to get Discord Messages from Free Veeam Agent for Linux. Based on vee-mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%