Increase the alerting ceiling for rsync processes
Bug #1891833 reported by
Barry Price
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Mirror Charm |
New
|
Undecided
|
Unassigned |
Bug Description
Hi
The charm sets "max connections" for rsync, and then deploys a nagios check to ensure that we don't go over that figure.
However, it seems like we'll often see slightly more processes than the threshold, presumably due to the order in which rsync forks child processes and checks its own constraints (guessing it doesn't check first!).
Currently if we set up for e.g. 64 max connections, the check will WARN at 65, and CRIT at 70.
Let's consider bumping those a bit, maybe bumping WARN to 72 or so, and CRIT to 80.
It may also make sense to tackle LP:1891103 at the same time here.
Related branches
~hloeung/ubuntu-mirror-charm:master
- Alexandre Gomes: Approve
- Canonical IS Reviewers: Pending requested
-
Diff: 7 lines (+1/-1)1 file modifiedtemplates/nagios-check_rsync.tmpl (+1/-1)
~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:rsync-max-processes-round-2
- Haw Loeung: Approve (+1)
- Canonical IS Reviewers: Pending requested
-
Diff: 17 lines (+3/-3)1 file modifiedhooks/hooks.py (+3/-3)
To post a comment you must log in.