Closed
Bug 783695
Opened 13 years ago
Closed 13 years ago
[socorro stage] disable arecibo in config.php
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rbryce)
References
Details
(Whiteboard: [push interrupt])
In the socorro staging puppet area, there is a "config.php" file that gets deployed to the staging servers. Please modify it to disable arecibo, the "arecibo_log_host" line should be changed to be blank, like this:
$config['arecibo_log_host'] = "";
That file then needs to be deployed to the servers and moved into place (puppet deploys to /etc/socorro/web then it needs to be copied to /data/socorro/htdocs/application/config); I know the socorro install script does this, puppet might do it on it's own too but not sure.
| Assignee | ||
Comment 1•13 years ago
|
||
soccoro-stage config.php updated as requested.
Index: modules/webapp/files/socorro-stage/etc-socorro/web/config.php
===================================================================
--- modules/webapp/files/socorro-stage/etc-socorro/web/config.php (revision 45407)
+++ modules/webapp/files/socorro-stage/etc-socorro/web/config.php (revision 45408)
@@ -86,7 +86,7 @@
* Arecibo logging server address. Leave blank to disable remote logging.
*/
-$config['arecibo_log_host'] = "http://amckay-arecibo.khan.mozilla.org/v/1/";
+$config['arecibo_log_host'] = "";
Assignee: server-ops-webops → rbryce.bugs
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [push interrupt]
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•