Closed
Bug 994902
Opened 11 years ago
Closed 11 years ago
please deploy fxa monitor scripts to ops monitoring systems.
Categories
(Cloud Services :: Operations: Metrics/Monitoring, task)
Cloud Services
Operations: Metrics/Monitoring
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwong, Assigned: whd)
Details
Description: We need a monitor that checks fxa-auth-server create/login account flows. I would like to run this on Ops hardware and have it report to the NOC. It would be nice to run this every 30 min and repeat if we get failures to reduce false negatives.
I wrote a script that does this. Here are the deets:
git clone https://github.com/edmoz/fxa-python-client.git
cd fxa-python-client
git checkout dumb-monitors
make ve deps install
PUBLIC_URL=https://api.accounts.firefox.com/ ./scripts/createLoginDestroy.sh
Note: this uses restmail.net, it deletes email and destroys fxAccount
failure should write to std.err
Reporter | ||
Comment 1•11 years ago
|
||
I also have an email-monitor:
git clone https://github.com/edmoz/email-monitor.git
cd email-monitor
SMTP_USERNAME=<SES_USER> SMTP_PROD_PW=<SES_PW> python ses_monitor.py
Summary: please deploy fxa create login monitor scripts to ops monitoring systems. → please deploy fxa monitor scripts to ops monitoring systems.
Assignee | ||
Comment 2•11 years ago
|
||
I can set this up on our monitoring host (opsview). Another option is to make this into a nagios-style check and put it directly in opsview (instead of simply running it on the same host).
Assignee: nobody → whd
Comment 3•11 years ago
|
||
Resolving all stage-deploy bugs older than 60 days.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•