* luci/statistics: implement timespan selection in public interface
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en
1 --[[
2
3 Luci i18n translation file for the statistics application
4 (c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 $Id$
13
14 ]]--
15
16
17 --
18 -- general translations
19 --
20
21 stat_statistics = "Statistics"
22 stat_systemplugins = "System plugins"
23 stat_networkplugins = "Network plugins"
24 stat_outputplugins = "Output plugins"
25 stat_showtimespan = "Display timespan &raquo;"
26
27
28 --
29 -- collectd plugin translations
30 --
31
32 stat_collectd = "Collectd"
33 stat_cpu = "Processor"
34 stat_ping = "Ping"
35 stat_iptables = "Firewall"
36 stat_netlink = "Netlink"
37 stat_processes = "Processes"
38 stat_wireless = "Wireless"
39 stat_tcpconns = "TCP Connections"
40 stat_interface = "Interfaces"
41 stat_df = "Disk Space Usage"
42 stat_irq = "Interrupts"
43 stat_disk = "Disk Usage"
44 stat_exec = "Exec"
45 stat_rrdtool = "RRDTool"
46 stat_network = "Network"
47 stat_csv = "CSV Output"
48
49
50 --
51 -- diagram translations
52 --
53
54 stat_dg_title_wireless__signal_noise = "%H: Wireless - Signal Noise Ratio"
55 stat_dg_label_wireless__signal_noise = "dBm"
56 stat_ds_signal_noise = "Noise Level"
57 stat_ds_signal_power = "Signal Strength"
58
59 stat_dg_title_wireless__signal_quality = "%H: Wireless - Signal Quality"
60 stat_dg_label_wireless__signal_quality = "n"
61 stat_ds_signal_quality = "Signal Quality"
62
63 stat_dg_title_ping = "%H: ICMP Roundtrip Times"
64 stat_dg_label_ping = "ms"
65 stat_ds_ping = "%di"
66
67 stat_dg_title_iptables__ipt_packets = "%H: Firewall - Processed Packets"
68 stat_dg_label_iptables__ipt_packets = "Packets/s"
69 stat_ds_ipt_packets = 'Chain "%di"'
70
71 stat_dg_title_netlink__if_octets = "%H: Netlink - Transfer on %pi"
72 stat_dg_label_netlink__if_octets = "Bytes/s"
73 stat_ds_if_octets = "Bytes (%ds)"
74
75 stat_dg_title_netlink__if_packets = "%H: Netlink - Packets on %pi"
76 stat_dg_label_netlink__if_packets = "Packets/s"
77 stat_ds_if_packets = "Processed (%ds)"
78 stat_ds_if_dropped = "Dropped (%ds)"
79 stat_ds_if_errors = "Errors (%ds)"
80
81 stat_dg_title_netlink__if_multicast = "%H: Netlink - Multicast on %pi"
82 stat_dg_label_netlink__if_multicast = "Packets/s"
83 stat_ds_if_multicast = "Packets"
84
85 stat_dg_title_netlink__if_collisions = "%H: Netlink - Collisions on %pi"
86 stat_dg_label_netlink__if_collisions = "Collisions/s"
87 stat_ds_if_collisions = "Collisions"
88
89 stat_dg_title_netlink__if_tx_errors = "%H: Netlink - Errors on %pi"
90 stat_dg_label_netlink__if_tx_errors = "Errors/s"
91 stat_ds_if_tx_errors = "%di"
92 stat_ds_if_rx_errors = "%di"
93
94 stat_dg_title_processes = "%H: Processes"
95 stat_dg_label_processes = "Processes/s"
96 stat_ds_ps_state = "%di"
97
98 stat_dg_title_processes__ps_cputime = "%H: Process %pi - used cpu time"
99 stat_dg_label_processes__ps_cputime = "Jiffies"
100 stat_ds_ps_cputime__syst = "system"
101 stat_ds_ps_cputime__user = "user"
102
103 stat_dg_title_processes__ps_count = "%H: Process %pi - threads and processes"
104 stat_dg_label_processes__ps_count = "Count"
105 stat_ds_ps_count = "%ds"
106
107 stat_dg_title_processes__ps_pagefaults = "%H: Process %pi - page faults"
108 stat_dg_label_processes__ps_pagefaults = "Pagefaults"
109 stat_ds_ps_pagefaults = "page faults"
110
111 stat_dg_title_processes__ps_rss = "%H: Process %pi - virtual memory size"
112 stat_dg_label_processes__ps_rss = "Bytes"
113 stat_ds_ps_rss = "virtual memory"
114
115 stat_dg_title_cpu = "%H: Usage on Processor #%pi"
116 stat_dg_label_cpu = "%"
117 stat_ds_cpu = "%di"
118
119 stat_dg_title_interface__if_octets = "%H: Transfer on %di"
120 stat_dg_label_interface__if_octets = "Bytes/s"
121
122 stat_dg_title_interface__if_packets = "%H: Packets on %di"
123 stat_dg_label_interface__if_packets = "Packets/s"
124
125 stat_dg_title_tcpconns = "%H: TCP-Connections to Port %pi"
126 stat_dg_label_tcpconns = "Connections/s"
127 stat_ds_tcp_connections = "%di"
128
129 stat_dg_title_df = "%H: Disk Space Usage on %di"
130 stat_dg_label_df = "Bytes"
131 stat_ds_df__free = "%ds"
132 stat_ds_df__used = "%ds"
133
134 stat_dg_title_irq = "%H: Interrupts"
135 stat_dg_label_irq = "Issues/s"
136 stat_ds_irq = "IRQ %di"
137
138
139 --
140 -- CBI translations
141 --
142
143 lucistatistics = "Statistics"
144
145 -- general config
146 lucistatistics_collectd = "Collectd Settings"
147 lucistatistics_collectd_desc = [[
148 Collectd is a small daeomon for collecting data from various sources through different plugins.
149 On this page you can change general settings for the collectd daemon.
150 ]]
151
152 lucistatistics_collectd_hostname = "Hostname"
153 lucistatistics_collectd_basedir = "Base Directory"
154 lucistatistics_collectd_include = "Directory for sub-configurations"
155 lucistatistics_collectd_plugindir = "Directory for collectd plugins"
156 lucistatistics_collectd_pidfile = "Used PID file"
157 lucistatistics_collectd_typesdb = "Datasets definition file"
158 lucistatistics_collectd_interval = "Data collection interval"
159 lucistatistics_collectd_interval_desc = "Seconds"
160 lucistatistics_collectd_readthreads = "Number of threads for data collection"
161 lucistatistics_collectd_fqdnlookup = "Try to lookup fully qualified hostname"
162
163 -- cpu plugin
164 lucistatistics_collectdcpu = "CPU Plugin Configuration"
165 lucistatistics_collectdcpu_desc = "The cpu plugin collects basic statistics about the processor usage."
166 lucistatistics_collectdcpu_enable = "Enable this plugin"
167
168 -- csv plugin
169 lucistatistics_collectdcsv = "CSV Plugin Configuration"
170 lucistatistics_collectdcsv_desc = "The csv plugin stores collected data in csv file format for further processing by external programs."
171 lucistatistics_collectdcsv_enable = "Enable this plugin"
172 lucistatistics_collectdcsv_datadir = "Storage directory for the csv files"
173 lucistatistics_collectdcsv_storerates = "Store data values as rates instead of absolute values"
174
175 -- df plugin
176 lucistatistics_collectddf = "DF Plugin Configuration"
177 lucistatistics_collectddf_desc = "The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types."
178 lucistatistics_collectddf_enable = "Enable this plugin"
179 lucistatistics_collectddf_devices = "Monitor devices"
180 lucistatistics_collectddf_devices_desc = "multiple separated by space"
181 lucistatistics_collectddf_mountpoints = "Monitor mount points"
182 lucistatistics_collectddf_mountpoints_desc = "multiple separated by space"
183 lucistatistics_collectddf_fstypes = "Monitor filesystem types"
184 lucistatistics_collectddf_fstypes_desc = "multiple separated by space"
185 lucistatistics_collectddf_ignoreselected = "Monitor all except selected ones"
186
187 -- disk plugin
188 lucistatistics_collectddisk = "Disk Plugin Configuration"
189 lucistatistics_collectddisk_desc = "The disk plugin collects detailled usage statistics for selected partitions or whole disks."
190 lucistatistics_collectddisk_enable = "Enable this plugin"
191 lucistatistics_collectddisk_disks = "Monitor disks and partitions"
192 lucistatistics_collectddisk_disks_desc = "multiple separated by space"
193 lucistatistics_collectddisk_ignoreselected = "Monitor all except selected ones"
194
195 -- dns plugin
196 lucistatistics_collectddns = "DNS Plugin Configuration"
197 lucistatistics_collectddns_desc = "The dns plugin collects detailled statistics about dns related traffic on selected interfaces."
198 lucistatistics_collectddns_enable = "Enable this plugin"
199 lucistatistics_collectddns_interfaces = "Monitor interfaces"
200 lucistatistics_collectddns_interfaces_desc = "multiple separated by space"
201 lucistatistics_collectddns_ignoresources = "Ignore source addresses"
202 lucistatistics_collectddns_ignoresources_desc = "multiple separated by space"
203
204 -- email plugin
205 lucistatistics_collectdemail = "E-Mail Plugin Configuration"
206 lucistatistics_collectdemail_desc = [[
207 The email plugin creates a unix socket which can be used to transmit
208 email-statistics to a running collectd daemon. This plugin is primarily
209 intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd
210 but can be used in other ways as well.
211 ]]
212
213 lucistatistics_collectdemail_enable = "Enable this plugin"
214 lucistatistics_collectdemail_socketfile = "Filepath of the unix socket"
215 lucistatistics_collectdemail_socketgroup = "Group ownership of the unix socket"
216 lucistatistics_collectdemail_socketgroup_desc = "group name"
217 lucistatistics_collectdemail_socketperms = "File permissions of the unix socket"
218 lucistatistics_collectdemail_socketperms_desc = "octal"
219 lucistatistics_collectdemail_maxconns = "Maximum allowed connections"
220
221 -- exec plugin
222 lucistatistics_collectdexec = "Exec Plugin Configuration"
223 lucistatistics_collectdexec_desc = [[
224 The exec plugin starts external commands to read values from or
225 to notify external processes when certain threshold values have
226 been reached.
227 ]]
228
229 lucistatistics_collectdexec_enable = "Enable this plugin"
230 lucistatistics_collectdexecinput = "Add command for reading values"
231 lucistatistics_collectdexecinput_desc = [[
232 Here you can define external commands which will be started by collectd in order
233 to read certain values. The values will be read from stdout.
234 ]]
235
236 lucistatistics_collectdexecinput_cmdline = "Commandline"
237 lucistatistics_collectdexecinput_cmduser = "Run as user"
238 lucistatistics_collectdexecinput_cmdgroup = "Run as group"
239 lucistatistics_collectdexecnotify = "Add notification command"
240 lucistatistics_collectdexecnotify_desc = [[
241 Here you can define external commands which will be started by collectd
242 when certain threshold values have been reached. The values leading to
243 invokation will be feeded to the the called programs stdin.
244 ]]
245
246 lucistatistics_collectdexecnotify_cmdline = "Commandline"
247 lucistatistics_collectdexecnotify_cmduser = "Run as user"
248 lucistatistics_collectdexecnotify_cmdgroup = "Run as group"
249
250 -- interface plugin
251 lucistatistics_collectdinterface = "Interface Plugin Configuration"
252 lucistatistics_collectdinterface_desc = "The interface plugin collects traffic statistics on selected interfaces."
253 lucistatistics_collectdinterface_enable = "Enable this plugin"
254 lucistatistics_collectdinterface_interfaces = "Monitor interfaces"
255 lucistatistics_collectdinterface_interfaces_desc = "hold Ctrl while clicking to select multiple interfaces"
256 lucistatistics_collectdinterface_ignoreselected = "Monitor all except selected ones"
257
258 -- iptables plugin
259 lucistatistics_collectdiptables = "Iptables Plugin Configuration"
260 lucistatistics_collectdiptables_desc = [[
261 The iptables plugin will monitor selected firewall rules and collect
262 informations about processed bytes and packets per rule.
263 ]]
264
265 lucistatistics_collectdiptables_enable = "Enable this plugin"
266
267 lucistatistics_collectdiptablesmatch = "Add matching rule"
268 lucistatistics_collectdiptablesmatch_desc = [[
269 Here you can define various criteria by which the monitored
270 iptables rules are selected.
271 ]]
272
273 lucistatistics_collectdiptablesmatch_name = "Name of the rule"
274 lucistatistics_collectdiptablesmatch_name_desc = "max. 16 chars"
275 lucistatistics_collectdiptablesmatch_table = "Table"
276 lucistatistics_collectdiptablesmatch_chain = "Chain"
277 lucistatistics_collectdiptablesmatch_target = "Action (target)"
278 lucistatistics_collectdiptablesmatch_protocol = "Network protocol"
279 lucistatistics_collectdiptablesmatch_source = "Source ip range"
280 lucistatistics_collectdiptablesmatch_source_desc = "CIDR notation"
281 lucistatistics_collectdiptablesmatch_destination = "Destination ip range"
282 lucistatistics_collectdiptablesmatch_destination_desc = "CIDR notation"
283 lucistatistics_collectdiptablesmatch_inputif = "Incoming interface"
284 lucistatistics_collectdiptablesmatch_inputif_desc = "e.g. br-lan"
285 lucistatistics_collectdiptablesmatch_outputif = "Outgoing interface"
286 lucistatistics_collectdiptablesmatch_outputif_desc = "e.g. br-ff"
287 lucistatistics_collectdiptablesmatch_options = "Options"
288 lucistatistics_collectdiptablesmatch_options_desc = "e.g. reject-with tcp-reset"
289
290 -- irq plugin
291 lucistatistics_collectdirq = "IRQ Plugin Configuration"
292 lucistatistics_collectdirq_desc = [[
293 The irq plugin will monitor the rate of issues per second for each selected interrupt.
294 If no interrupt is selected then all interrupts are monitored.
295 ]]
296
297 lucistatistics_collectdirq_enable = "Enable this plugin"
298 lucistatistics_collectdirq_irqs = "Monitor interrupts"
299 lucistatistics_collectdirq_irqs_desc = "multiple separated by space"
300 lucistatistics_collectdirq_ignoreselected = "Monitor all except selected ones"
301
302 -- netlink plugin
303 lucistatistics_collectdnetlink = "Netlink Plugin Configuration"
304 lucistatistics_collectdnetlink_desc = [[
305 The netlink plugin collects extended informations like qdisc-, class- and
306 filter-statistics for selected interfaces.
307 ]]
308
309 lucistatistics_collectdnetlink_enable = "Enable this plugin"
310 lucistatistics_collectdnetlink_interfaces = "Basic monitoring"
311 lucistatistics_collectdnetlink_interfaces_desc = "hold Ctrl while clicking to select multiple interfaces"
312 lucistatistics_collectdnetlink_verboseinterfaces = "Verbose monitoring"
313 lucistatistics_collectdnetlink_verboseinterfaces_desc = "hold Ctrl while clicking to select multiple interfaces"
314 lucistatistics_collectdnetlink_qdiscs = "Qdisc monitoring"
315 lucistatistics_collectdnetlink_qdiscs_desc = "hold Ctrl while clicking to select multiple interfaces"
316 lucistatistics_collectdnetlink_classes = "Shaping class monitoring"
317 lucistatistics_collectdnetlink_classes_desc = "hold Ctrl while clicking to select multiple interfaces"
318 lucistatistics_collectdnetlink_filters = "Filter class monitoring"
319 lucistatistics_collectdnetlink_filters_desc = "hold Ctrl while clicking to select multiple interfaces"
320
321 -- network plugin
322 lucistatistics_collectdnetwork = "Network Plugin Configuration"
323 lucistatistics_collectdnetwork_desc = [[
324 The network plugin provides network based communication between different
325 collectd instances. Collectd can operate both in client and server mode.
326 In client mode locally collected date is transferred to a collectd server
327 instance, in server mode the local instance receives data from other hosts.
328 ]]
329
330 lucistatistics_collectdnetwork_enable = "Enable this plugin"
331 lucistatistics_collectdnetworklisten = "Listener interfaces"
332 lucistatistics_collectdnetworklisten_desc = "This section defines on which interfaces collectd will wait for incoming connections."
333 lucistatistics_collectdnetworklisten_host = "Listen host"
334 lucistatistics_collectdnetworklisten_host_desc = "host-, ip- or ip6 address"
335 lucistatistics_collectdnetworklisten_port = "Listen port"
336 lucistatistics_collectdnetworklisten_port_desc = "0 - 65535"
337 lucistatistics_collectdnetworkserver = "serverer interfaces"
338 lucistatistics_collectdnetworkserver_desc = "This section defines to which servers the locally collected data is sent to."
339 lucistatistics_collectdnetworkserver_host = "Server host"
340 lucistatistics_collectdnetworkserver_host_desc = "host-, ip- or ip6 address"
341 lucistatistics_collectdnetworkserver_port = "Server port"
342 lucistatistics_collectdnetworkserver_port_desc = "0 - 65535"
343 lucistatistics_collectdnetwork_timetolive = "TTL for network packets"
344 lucistatistics_collectdnetwork_timetolive_desc = "0 - 255"
345 lucistatistics_collectdnetwork_forward = "Forwarding between listen and server addresses"
346 lucistatistics_collectdnetwork_cacheflush = "Cache flush interval"
347 lucistatistics_collectdnetwork_cacheflush_desc = "seconds"
348
349 -- ping plugin
350 lucistatistics_collectdping = "Ping Plugin Configuration"
351 lucistatistics_collectdping_desc = [[
352 The ping plugin will send icmp echo replies to selected hosts and
353 measure the roundtrip time for each host.
354 ]]
355
356 lucistatistics_collectdping_enable = "Enable this plugin"
357 lucistatistics_collectdping_hosts = "Monitor hosts"
358 lucistatistics_collectdping_hosts_desc = "multiple separated by space"
359 lucistatistics_collectdping_ttl = "TTL for ping packets"
360 lucistatistics_collectdping_ttl_desc = "0 - 255"
361
362 -- processes plugin
363 lucistatistics_collectdprocesses = "Processes Plugin Configuration"
364 lucistatistics_collectdprocesses_desc = [[
365 The processes plugin collects informations like cpu time, page faults
366 and memory usage of selected processes.
367 ]]
368
369 lucistatistics_collectdprocesses_enable = "Enable this plugin"
370 lucistatistics_collectdprocesses_processes = "Monitor processes"
371 lucistatistics_collectdprocesses_processes_desc = "multiple separated by space"
372
373 -- rrdtool plugin
374 lucistatistics_collectdrrdtool = "RRDTool Plugin Configuration"
375 lucistatistics_collectdrrdtool_desc = [[
376 The rrdtool plugin stores the collected data in rrd database files, the
377 foundation of the diagrams.<br /><br />
378 <strong>Warning: Setting the wrong values will result in a very
379 high memory consumption in the temporary directory. This can
380 render the device unusable!</strong>
381 ]]
382
383 lucistatistics_collectdrrdtool_enable = "Enable this plugin"
384 lucistatistics_collectdrrdtool_datadir = "Storage directory"
385 lucistatistics_collectdrrdtool_stepsize = "RRD step interval"
386 lucistatistics_collectdrrdtool_stepsize_desc = "seconds"
387 lucistatistics_collectdrrdtool_heartbeat = "RRD heart beat interval"
388 lucistatistics_collectdrrdtool_heartbeat_desc = "seconds"
389 lucistatistics_collectdrrdtool_rrasingle = "Only create average RRAs"
390 lucistatistics_collectdrrdtool_rrasingle_desc = "reduces rrd size"
391 lucistatistics_collectdrrdtool_rratimespans = "Stored timespans"
392 lucistatistics_collectdrrdtool_rratimespans_desc = "seconds; multiple separated by space"
393 lucistatistics_collectdrrdtool_rrarows = "Rows per RRA"
394 lucistatistics_collectdrrdtool_xff = "RRD XFiles Factor"
395 lucistatistics_collectdrrdtool_cachetimeout = "Cache collected data for"
396 lucistatistics_collectdrrdtool_cachetimeout_desc = "seconds"
397 lucistatistics_collectdrrdtool_cacheflush = "Flush cache after"
398 lucistatistics_collectdrrdtool_cacheflush_desc = "seconds"
399
400 -- tcpconns plugin
401 lucistatistics_collectdtcpconns = "TCPConns Plugin Configuration"
402 lucistatistics_collectdtcpconns_desc = [[
403 The tcpconns plugin collects informations about
404 open tcp connections on selected ports.
405 ]]
406
407 lucistatistics_collectdtcpconns_enable = "Enable this plugin"
408 lucistatistics_collectdtcpconns_listeningports = "Monitor all local listen ports"
409 lucistatistics_collectdtcpconns_localports = "Monitor local ports"
410 lucistatistics_collectdtcpconns_localports_desc = "0 - 65535; multiple separated by space"
411 lucistatistics_collectdtcpconns_remoteports = "Monitor remote ports"
412 lucistatistics_collectdtcpconns_remoteports_desc = "0 - 65535; multiple separated by space"
413
414 -- unixsock plugin
415 lucistatistics_collectdunixsock = "Unixsock Plugin Configuration"
416 lucistatistics_collectdunixsock_desc = [[
417 The unixsock plugin creates a unix socket which can be used to read
418 collected data from a running collectd instance.
419 ]]
420
421 lucistatistics_collectdunixsock_enable = "Enable this plugin"
422 lucistatistics_collectdunixsock_socketfile = "Filepath of the unix socket"
423 lucistatistics_collectdunixsock_socketgroup = "Group ownership of the unix socket"
424 lucistatistics_collectdunixsock_socketgroup_desc = "group name"
425 lucistatistics_collectdunixsock_socketperms = "File permissions of the unix socket"
426 lucistatistics_collectdunixsock_socketperms_desc = "octal"
427
428 -- wireless plugin
429 lucistatistics_collectdwireless = "Wireless Plugin Configuration"
430 lucistatistics_collectdwireless_desc = [[
431 The wireless plugin collects statistics about wireless signal strength, noise and quality.
432 ]]
433
434 lucistatistics_collectdwireless_enable = "Enable this plugin"
435