Commit a8c2f38d authored by nimrod's avatar nimrod
Browse files

Add free disk space check.

parent 78d9614b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,11 @@ maintenance_tasks:
    description: Download pending APT updates for faster updates
    command: '{{ maintenance_directory }}/apt-download-updates'
    frequency: daily
  - name: check_disk
    description: Check for available disk space
    # yamllint disable-line rule:line-length
    command: mnpw --errors --warn -- /usr/lib/nagios/plugins/check_disk --warning 10% --critical 5% --include-type btrfs --include-type ext4 --include-type vfat --include-type xfs
    frequency: daily
  - name: flatpak-update
    description: Update flatpaks
    command: '{{ maintenance_directory }}/flatpak-update'