[Xymon] mozilla observatory
Cédric BRINER
cedric.briner at unige.ch
Mon Sep 5 09:23:27 CEST 2016
Hi,
Recently, Mozilla has announced some tools that gives grade for website.
You can get a look of what I'm talking by going to:
https://observatory.mozilla.org
For example, you can through the api do:
curl --data "hidden=true"
https://http-observatory.security.mozilla.org/api/v1/analyze?host=www.unige.ch
{
"end_time": "Sun, 04 Sep 2016 19:48:54 GMT",
"grade": "F",
"response_headers": {
"Accept-Ranges": "bytes",
"Connection": "Keep-Alive",
"Content-Length": "153",
"Content-Type": "text/html",
"Date": "Sun, 04 Sep 2016 19:48:53 GMT",
"Keep-Alive": "timeout=15, max=100",
"Server": "Apache"
},
"scan_id": 1579077,
"score": 0,
"start_time": "Sun, 04 Sep 2016 19:48:50 GMT",
"state": "FINISHED",
"tests_failed": 6,
"tests_passed": 5,
"tests_quantity": 11
}
I would love to be able to display and monitor the grade.
Can someone tell me what is the best way to do this?
Thanks in advance.
Cédric BRINER
--
Cédric BRINER, Ing. EPFL & HES
+41 (0)22 / 379 71 83
More information about the Xymon
mailing list