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)

All
Other
task
Not set
normal

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?
Landing this week means we know more about celery after next week's push.
Severity: minor → normal
Assignee: server-ops → jeremy.orem+bugs
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
Ports opened in SJC and PHX.
Assignee: network-operations → arzhel
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Still need the settings from comment 0.
Assignee: arzhel → jeremy.orem+bugs
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
GRAPHITE_HOST = STATSD_HOST GRAPHITE_PORT = 2003 GRAPHITE_PREFIX = STATSD_PREFIX
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
btw, for prod I just stuck it in the config, but didn't push it.
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.