Skip to content

DDNetPP/server-plugin-disk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

server-plugin-disk

Send alerts when the disk is about to get full

    git clone [email protected]:DDNetPP/server myserver
    cd myserver/lib
    mkdir -p plugins && cd plugins
    git clone [email protected]:DDNetPP/client-plugin-disk

And then in your server.cnf configure max usage and discord webhook

    # if one of your drives is more than 80% full throw an alert
    pl_disk_max_usage=80
    # send alert to this webhook
    pl_disk_discord_webhook_url=https://discord.com/api/webhooks/xxx/xxx

About

Send alerts when the disk is about to get full

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages