mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
285 stars 77 forks source link

Simple plugin example that sends u-u reports to webhooks of your choice. #369

Open papamoose opened 2 months ago

papamoose commented 2 months ago

Adds the following options: Unattended-Upgrade::Webhook "false"; Unattended-Upgrade::WebhookUrl {} Unattended-Upgrade::WebhookReport ""; Unattended-Upgrade::WebhookCharacterLimit 2000;

Depends on python module apprise (from pip or apt)