1 | <?php
|
---|
2 | $Measures = array(
|
---|
3 | 'inet_down' => array(
|
---|
4 | 'title' => 'Přijato z internetu',
|
---|
5 | 'units' => 'kbit/s',
|
---|
6 | 'divider' => 1024/8,
|
---|
7 | 'table' => 'inet_down',
|
---|
8 | ),
|
---|
9 | 'inet_up' => array(
|
---|
10 | 'title' => 'Odesláno do internetu',
|
---|
11 | 'units' => 'kbit/s',
|
---|
12 | 'divider' => 1024/8,
|
---|
13 | 'table' => 'inet_up',
|
---|
14 | ),
|
---|
15 | 'cpu' => array(
|
---|
16 | 'title' => 'Zatížení procesoru',
|
---|
17 | 'units' => '%',
|
---|
18 | 'divider' => 1,
|
---|
19 | 'table' => 'cpu',
|
---|
20 | ),
|
---|
21 | 'online_hosts' => array(
|
---|
22 | 'title' => 'Online počítače',
|
---|
23 | 'units' => '',
|
---|
24 | 'divider' => 1,
|
---|
25 | 'table' => 'online_hosts',
|
---|
26 | ),
|
---|
27 | 'disk_free' => array(
|
---|
28 | 'title' => 'Volné místo na systémovém disku',
|
---|
29 | 'units' => 'MB',
|
---|
30 | 'divider' => 1024,
|
---|
31 | 'table' => 'disk_free',
|
---|
32 | ),
|
---|
33 | 'disk2_free' => array(
|
---|
34 | 'title' => 'Volné místo na datovém disku',
|
---|
35 | 'units' => 'MB',
|
---|
36 | 'divider' => 1024,
|
---|
37 | 'table' => 'disk2_free',
|
---|
38 | ),
|
---|
39 | 'temp' => array(
|
---|
40 | 'title' => 'Teplota',
|
---|
41 | 'units' => '°C',
|
---|
42 | 'divider' => 1,
|
---|
43 | 'table' => 'temp',
|
---|
44 | ),
|
---|
45 | /*
|
---|
46 | 'wow_players2' => array(
|
---|
47 | 'title' => 'Hráčů WoW',
|
---|
48 | 'units' => 'hráčů',
|
---|
49 | 'divider' => 1,
|
---|
50 | 'table' => 'wow_players',
|
---|
51 | )
|
---|
52 | 'centrala2_mem' => array(
|
---|
53 | 'title' => 'Obsazená pamě» na Game-serveru',
|
---|
54 | 'units' => 'MB',
|
---|
55 | 'divider' => 1,
|
---|
56 | 'table' => 'centrala2_mem',
|
---|
57 | )
|
---|
58 | 'game_server_cpu' => array(
|
---|
59 | 'title' => 'Zatíľení procesoru na Game-serveru',
|
---|
60 | 'units' => '%',
|
---|
61 | 'divider' => 1,
|
---|
62 | 'table' => 'game_server_cpu',
|
---|
63 | )
|
---|
64 | */
|
---|
65 | 'ping_nix' => array(
|
---|
66 | 'title' => 'Odezva serveru nix.cz',
|
---|
67 | 'units' => 'ms',
|
---|
68 | 'divider' => 1,
|
---|
69 | 'table' => 'ping_nix',
|
---|
70 | ),
|
---|
71 | 'eth0_down' => array(
|
---|
72 | 'title' => 'eth0 přijato',
|
---|
73 | 'units' => 'kbit/s',
|
---|
74 | 'divider' => 1024/8,
|
---|
75 | 'table' => 'eth0_down',
|
---|
76 | ),
|
---|
77 | 'eth0_up' => array(
|
---|
78 | 'title' => 'eth0 odesláno',
|
---|
79 | 'units' => 'kbit/s',
|
---|
80 | 'divider' => 1024/8,
|
---|
81 | 'table' => 'eth0_up',
|
---|
82 | ),
|
---|
83 | 'wlan0_down' => array(
|
---|
84 | 'title' => 'wlan0 přijato',
|
---|
85 | 'units' => 'kbit/s',
|
---|
86 | 'divider' => 1024/8,
|
---|
87 | 'table' => 'wlan0_down',
|
---|
88 | ),
|
---|
89 | 'wlan0_up' => array(
|
---|
90 | 'title' => 'wlan0 odesláno',
|
---|
91 | 'units' => 'kbit/s',
|
---|
92 | 'divider' => 1024/8,
|
---|
93 | 'table' => 'wlan0_up',
|
---|
94 | ),
|
---|
95 | 'wlan1_down' => array(
|
---|
96 | 'title' => 'wlan1 přijato',
|
---|
97 | 'units' => 'kbit/s',
|
---|
98 | 'divider' => 1024/8,
|
---|
99 | 'table' => 'wlan1_down',
|
---|
100 | ),
|
---|
101 | 'wlan1_up' => array(
|
---|
102 | 'title' => 'wlan1 odesláno',
|
---|
103 | 'units' => 'kbit/s',
|
---|
104 | 'divider' => 1024/8,
|
---|
105 | 'table' => 'wlan1_up',
|
---|
106 | ),
|
---|
107 | 'wlan2_down' => array(
|
---|
108 | 'title' => 'wlan2 přijato',
|
---|
109 | 'units' => 'kbit/s',
|
---|
110 | 'divider' => 1024/8,
|
---|
111 | 'table' => 'wlan2_down',
|
---|
112 | ),
|
---|
113 | 'wlan2_up' => array(
|
---|
114 | 'title' => 'wlan2 odesláno',
|
---|
115 | 'units' => 'kbit/s',
|
---|
116 | 'divider' => 1024/8,
|
---|
117 | 'table' => 'wlan2_up',
|
---|
118 | ),
|
---|
119 | 'eth2_down' => array(
|
---|
120 | 'title' => 'eth2 přijato',
|
---|
121 | 'units' => 'kbit/s',
|
---|
122 | 'divider' => 1024/8,
|
---|
123 | 'table' => 'eth2_down',
|
---|
124 | ),
|
---|
125 | 'eth2_up' => array(
|
---|
126 | 'title' => 'eth2 odesláno',
|
---|
127 | 'units' => 'kbit/s',
|
---|
128 | 'divider' => 1024/8,
|
---|
129 | 'table' => 'eth2_up',
|
---|
130 | ),
|
---|
131 | );
|
---|
132 |
|
---|
133 | ?>
|
---|