status icon load balanced via DNS

status.brmlab.cz
This commit is contained in:
Pavel Ruzicka 2014-12-23 20:50:21 +01:00
parent 12204915e1
commit 1a8eb4a8e1

View file

@ -430,7 +430,7 @@ sub web_brmstatus_json {
{ {
"api": "0.13", "api": "0.13",
"space": "brmlab", "space": "brmlab",
"logo": "https://brmlab.cz/_media/brmlab.png", "logo": "https://status.brmlab.cz/_media/brmlab.png",
"url": "https://brmlab.cz", "url": "https://brmlab.cz",
"open": ${\($status ? 'true' : 'false')}, "open": ${\($status ? 'true' : 'false')},
"location": { "location": {
@ -455,13 +455,13 @@ sub web_brmstatus_json {
"open": ${\($status ? 'true' : 'false')}, "open": ${\($status ? 'true' : 'false')},
"lastchange": $laststchange, "lastchange": $laststchange,
"icon": { "icon": {
"open": "https://brmlab.cz/status-open-icon.png", "open": "https://status.brmlab.cz/status-open-icon.png",
"closed": "https://brmlab.cz/status-closed-icon.png" "closed": "https://status.brmlab.cz/status-closed-icon.png"
} }
}, },
"icon": { "icon": {
"open": "https://brmlab.cz/status-open-icon.png", "open": "https://status.brmlab.cz/status-open-icon.png",
"closed": "https://brmlab.cz/status-closed-icon.png" "closed": "https://status.brmlab.cz/status-closed-icon.png"
}, },
"stream": { "stream": {
"mp4": "http://brmlab.cz/stream.flv" "mp4": "http://brmlab.cz/stream.flv"