Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 535 Bytes

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