Closed
Bug 662874
Opened 14 years ago
Closed 14 years ago
[amo] Tell amo how to connect to graphite
Categories
(Infrastructure & Operations Graveyard :: NetOps, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
We're talking to graphite through statsd right now, but I'd like to talk to graphite directly as well. I just need a path to make a TCP connection. Please add these to settings_local.py:
GRAPHITE_HOST = ''
GRAPHITE_PORT = ''
GRAPHITE_PREFIX = STATSD_PREFIX ('pamo' or 'namo' or 'amo')
This should go on pamo and namo.
Since we're trying to move faster, I think we should land on prod as well. The setting won't be used on prod for a while but it'll be ready when we get there. Thoughts?
| Reporter | ||
Comment 1•14 years ago
|
||
Landing this week means we know more about celery after next week's push.
Severity: minor → normal
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 2•14 years ago
|
||
Netops:
There should already be a rule to allow all hosts to talk to ganglia1.dmz.(sjc1|phx1).mozilla.com port 8125 via udp.
For this bug we need all hosts to be able to talk to ganglia1.dmz.(sjc1|phx1).mozilla.com port 2003 via tcp.
Assignee: jeremy.orem+bugs → network-operations
Component: Server Operations: Web Content Push → Server Operations: Netops
Comment 3•14 years ago
|
||
Ports opened in SJC and PHX.
Assignee: network-operations → arzhel
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•14 years ago
|
||
Still need the settings from comment 0.
Assignee: arzhel → jeremy.orem+bugs
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•14 years ago
|
||
GRAPHITE_HOST = STATSD_HOST
GRAPHITE_PORT = 2003
GRAPHITE_PREFIX = STATSD_PREFIX
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•14 years ago
|
||
btw, for prod I just stuck it in the config, but didn't push it.
Updated•12 years ago
|
Product: mozilla.org → Infrastructure & Operations
Updated•3 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
•