Closed
Bug 744997
Opened 13 years ago
Closed 13 years ago
/services/monitor is broken
Categories
(support.mozilla.org :: General, defect, P1)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
2012.9
People
(Reporter: jsocol, Assigned: willkg)
References
Details
(Whiteboard: u=dev c=general p=1)
The change to new-style cache in [1] broke the /services/monitor view, which specifically looks for settings.CACHE_BACKEND. The part that checks individual memcached connections[2] will need to be updated. It's not entirely trivial but hopefully it's a 1-pointer.
Also, it's not actually being monitored. Fffuuuu.
[1] https://github.com/mozilla/kitsune/commit/f2e00c196b1
[2] https://github.com/mozilla/kitsune/blob/master/apps/sumo/views.py#L87
| Assignee | ||
Comment 1•13 years ago
|
||
Fixificationalyzing this one because it's going to kick up errors with nagios and make nagios (and thus us) grumpy.
Assignee: nobody → willkg
Whiteboard: u=dev c=general s= p= → u=dev c=general p=1
Target Milestone: --- → 2012.9
| Assignee | ||
Comment 2•13 years ago
|
||
In a pull request: https://github.com/mozilla/kitsune/pull/609
Comment 3•13 years ago
|
||
Landed in prod:
https://github.com/mozilla/kitsune/commit/7014f16c9fd19d9aef7dc547076418f431d2c7b5
https://github.com/mozilla/kitsune/commit/136f902c3d501e4bb1fd203a7da65f314814d837
Status: NEW → RESOLVED
Closed: 13 years ago
Priority: -- → P1
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•