-
Notifications
You must be signed in to change notification settings - Fork 1
/
rlb-sample.yml
59 lines (51 loc) · 1.89 KB
/
rlb-sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
services:
test1:
- server: http://n1.radio-t.com
ping: /rtfiles/rt_podcast480.mp3
method: HEAD
weight: 1
- server: http://n2.radio-t.com
ping: /rtfiles/rt_podcast480.mp3
method: HEAD
weight: 1
- server: http://n3.radio-t.com
ping: /rtfiles/rt_podcast480.mp3
method: HEAD
weight: 5
test2:
- server: http://n5.radio-t.com
ping: /online
method: GET
weight: 1
- server: http://n2.radio-t.com
ping: /online
method: GET
weight: 3
no_node:
message: >
<!doctype html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Не в силах</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<article>
<h2>Не в силах дать вам то, что вы хотели</h2>
<div>
<p>Увы - этого здесь просто нет. Что делать?</p>
<ul>
<li>Если вы пытаетесь слушать стрим - <b>проверить время вещания.</b></li>
<li>Проверить, куда вы собирались попасть и <b>починить свой url.</b></li>
<li><b>Написать нам жалобу</b> - email сами-знаете-куда.</li>
<li><b>Пойти на <a href="https://radio-t.com">сайт радио-т</a></b> где все хорошо.</li>
</ul>
<p>— авторы</p>
</div>
</article>