Closed Bug 884871 Opened 13 years ago Closed 13 years ago

Categories

(Infrastructure & Operations :: Infrastructure: Other, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gozer, Assigned: ashish)

Details

The Thunderbird Account Provisioner (broker) is a web service that allows Thunderbird to assist users in creating hosted e-mails accounts with 3rd party-providers. It has many API endpoints, but for monitoring purposes, just checking there is a list of available providers should be sufficient. $> lwp-request -H'Accept-Language: en' -m GET https://broker.thunderbird.net/provider/list [{"id": "gandi", "label": "gandi.net", "paid": true, "languages" : ["en", "*"], "api": "https://www.gandi.net/domain/thunderbird?email={email}&first_name={firstname}&last_name={lastname}", "tos_url": "https://www.gandi.net/contracts", "privacy_url": "http://en.gandi.net/static/pdf/en/privacy_en_us.pdf", "icon": "https://www.gandi.net/favicon.ico" } ,{"id": "hover", "label": "Hover.com", "paid": true, "languages" : ["en", "*"], "api": "https://www.hover.com/tbReg?first={firstname}&last={lastname}&email={email}", "tos_url": "https://www.hover.com/tos", "privacy_url": "https://www.hover.com/privacy", "icon": "https://www.hover.com/favicon.ico" }
Assignee: infra → ashish
https://nagios.mozilla.org/phx1/cgi-bin/status.cgi?hostgroup=thunderbird-broker&style=detail * Added https cert check * Added a check that alerts for non-200 response codes from endpoint. Let me know if you need an elaborate check (look for strings or somesuch).
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: Infrastructure: Monitoring → Infrastructure: Other
You need to log in before you can comment on or make changes to this bug.