~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:disk-checks

Last commit made on 2020-08-12
Get this branch:
git clone -b disk-checks https://git.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Recent commits

8038574... by Paul Collins

deploy a disk check for each mount point from which we are serving

104c0db... by Paul Collins

check-updates.sh: we want a critical when the file we're checking doesn't exist

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/389053
Reviewed-by: Haw Loeung <email address hidden>

91767a1... by Paul Collins

check-updates.sh: we want a critical when the file we're checking doesn't exist

0d7f8dd... by Paul Collins

move "max connections" and "timeout" to individual modules

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/388854
Reviewed-by: Alexandre Gomes <email address hidden>

1b129a2... by Paul Collins

move "max connections" and "timeout" to individual modules

Due to a shared lock file, "max connections" is effectively global,
but it and "timeout" are in fact module settings, so we can move
them to this file and avoid problems caused by e.g. cs:nrpe's habit
of overwriting /etc/rsyncd.conf.

38b2b10... by Paul Collins

handle non-existent triggers

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/388785
Reviewed-by: Haw Loeung <email address hidden>

ec14f03... by Paul Collins

handle non-existent triggers

9667b40... by Paul Collins

merge triggers where key is the same, which is the case when a unit is both a releases and a cdimage mirror

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/388534
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

262d992... by Paul Collins

delete pointless CallableDict methods

Since we're subclassing dict and __call__ already uses
__getitem__, we wrote a bunch of extra code for no reason.

99cbd87... by Paul Collins

test configure_triggers