Skip to content

Commit

Permalink
status icon load balanced via DNS
Browse files Browse the repository at this point in the history
status.brmlab.cz
  • Loading branch information
ruzaq committed Dec 23, 2014
1 parent 1220491 commit 1a8eb4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions brmd/brmd.pl
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ sub web_brmstatus_json {
{
"api": "0.13",
"space": "brmlab",
"logo": "https://brmlab.cz/_media/brmlab.png",
"logo": "https://status.brmlab.cz/_media/brmlab.png",
"url": "https://brmlab.cz",
"open": ${\($status ? 'true' : 'false')},
"location": {
Expand All @@ -455,13 +455,13 @@ sub web_brmstatus_json {
"open": ${\($status ? 'true' : 'false')},
"lastchange": $laststchange,
"icon": {
"open": "https://brmlab.cz/status-open-icon.png",
"closed": "https://brmlab.cz/status-closed-icon.png"
"open": "https://status.brmlab.cz/status-open-icon.png",
"closed": "https://status.brmlab.cz/status-closed-icon.png"
}
},
"icon": {
"open": "https://brmlab.cz/status-open-icon.png",
"closed": "https://brmlab.cz/status-closed-icon.png"
"open": "https://status.brmlab.cz/status-open-icon.png",
"closed": "https://status.brmlab.cz/status-closed-icon.png"
},
"stream": {
"mp4": "http://brmlab.cz/stream.flv"
Expand Down

0 comments on commit 1a8eb4a

Please sign in to comment.