5937a2ae4fa561ccd25d3cda74fc2158e5a7733f
[project/luci.git] / applications / luci-statistics / luasrc / i18n / statistics.en.lua
1 stat_statistics = 'Statistics'
2 stat_systemplugins = 'System plugins'
3 stat_networkplugins = 'Network plugins'
4 stat_outputplugins = 'Output plugins'
5 stat_showtimespan = 'Display timespan ยป'
6 stat_graphs = 'Graphs'
7 stat_collectd = 'Collectd'
8 stat_cpu = 'Processor'
9 stat_ping = 'Ping'
10 stat_iptables = 'Firewall'
11 stat_netlink = 'Netlink'
12 stat_processes = 'Processes'
13 stat_wireless = 'Wireless'
14 stat_tcpconns = 'TCP Connections'
15 stat_interface = 'Interfaces'
16 stat_df = 'Disk Space Usage'
17 stat_irq = 'Interrupts'
18 stat_disk = 'Disk Usage'
19 stat_exec = 'Exec'
20 stat_rrdtool = 'RRDTool'
21 stat_network = 'Network'
22 stat_csv = 'CSV Output'
23 stat_load = 'System Load'
24 stat_dns = 'DNS'
25 stat_email = 'Email'
26 stat_unixsock = 'UnixSock'
27 lucistatistics = 'Statistics'
28 lucistatistics_collectd = 'Collectd Settings'
29 lucistatistics_collectd_desc = 'Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon.'
30 lucistatistics_collectd_hostname = 'Hostname'
31 lucistatistics_collectd_basedir = 'Base Directory'
32 lucistatistics_collectd_include = 'Directory for sub-configurations'
33 lucistatistics_collectd_plugindir = 'Directory for collectd plugins'
34 lucistatistics_collectd_pidfile = 'Used PID file'
35 lucistatistics_collectd_typesdb = 'Datasets definition file'
36 lucistatistics_collectd_interval = 'Data collection interval'
37 lucistatistics_collectd_interval_desc = 'Seconds'
38 lucistatistics_collectd_readthreads = 'Number of threads for data collection'
39 lucistatistics_collectd_fqdnlookup = 'Try to lookup fully qualified hostname'
40 lucistatistics_collectdcpu = 'CPU Plugin Configuration'
41 lucistatistics_collectdcpu_desc = 'The cpu plugin collects basic statistics about the processor usage.'
42 lucistatistics_collectdcpu_enable = 'Enable this plugin'
43 lucistatistics_collectdcsv = 'CSV Plugin Configuration'
44 lucistatistics_collectdcsv_desc = 'The csv plugin stores collected data in csv file format for further processing by external programs.'
45 lucistatistics_collectdcsv_enable = 'Enable this plugin'
46 lucistatistics_collectdcsv_datadir = 'Storage directory for the csv files'
47 lucistatistics_collectdcsv_storerates = 'Store data values as rates instead of absolute values'
48 lucistatistics_collectddf = 'DF Plugin Configuration'
49 lucistatistics_collectddf_desc = 'The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types.'
50 lucistatistics_collectddf_enable = 'Enable this plugin'
51 lucistatistics_collectddf_devices = 'Monitor devices'
52 lucistatistics_collectddf_devices_desc = 'multiple separated by space'
53 lucistatistics_collectddf_mountpoints = 'Monitor mount points'
54 lucistatistics_collectddf_mountpoints_desc = 'multiple separated by space'
55 lucistatistics_collectddf_fstypes = 'Monitor filesystem types'
56 lucistatistics_collectddf_fstypes_desc = 'multiple separated by space'
57 lucistatistics_collectddf_ignoreselected = 'Monitor all except selected ones'
58 lucistatistics_collectddisk = 'Disk Plugin Configuration'
59 lucistatistics_collectddisk_desc = 'The disk plugin collects detailled usage statistics for selected partitions or whole disks.'
60 lucistatistics_collectddisk_enable = 'Enable this plugin'
61 lucistatistics_collectddisk_disks = 'Monitor disks and partitions'
62 lucistatistics_collectddisk_disks_desc = 'multiple separated by space'
63 lucistatistics_collectddisk_ignoreselected = 'Monitor all except selected ones'
64 lucistatistics_collectddns = 'DNS Plugin Configuration'
65 lucistatistics_collectddns_desc = 'The dns plugin collects detailled statistics about dns related traffic on selected interfaces.'
66 lucistatistics_collectddns_enable = 'Enable this plugin'
67 lucistatistics_collectddns_interfaces = 'Monitor interfaces'
68 lucistatistics_collectddns_interfaces_desc = 'multiple separated by space'
69 lucistatistics_collectddns_ignoresources = 'Ignore source addresses'
70 lucistatistics_collectddns_ignoresources_desc = 'hold Ctrl while clicking to select multiple interfaces'
71 lucistatistics_collectdemail = 'E-Mail Plugin Configuration'
72 lucistatistics_collectdemail_desc = 'The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well.'
73 lucistatistics_collectdemail_enable = 'Enable this plugin'
74 lucistatistics_collectdemail_socketfile = 'Filepath of the unix socket'
75 lucistatistics_collectdemail_socketgroup = 'Group ownership of the unix socket'
76 lucistatistics_collectdemail_socketgroup_desc = 'group name'
77 lucistatistics_collectdemail_socketperms = 'File permissions of the unix socket'
78 lucistatistics_collectdemail_socketperms_desc = 'octal'
79 lucistatistics_collectdemail_maxconns = 'Maximum allowed connections'
80 lucistatistics_collectdexec = 'Exec Plugin Configuration'
81 lucistatistics_collectdexec_desc = 'The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.'
82 lucistatistics_collectdexec_enable = 'Enable this plugin'
83 lucistatistics_collectdexecinput = 'Add command for reading values'
84 lucistatistics_collectdexecinput_desc = 'Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.'
85 lucistatistics_collectdexecinput_cmdline = 'Commandline'
86 lucistatistics_collectdexecinput_cmduser = 'Run as user'
87 lucistatistics_collectdexecinput_cmdgroup = 'Run as group'
88 lucistatistics_collectdexecnotify = 'Add notification command'
89 lucistatistics_collectdexecnotify_desc = 'Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin.'
90 lucistatistics_collectdexecnotify_cmdline = 'Commandline'
91 lucistatistics_collectdexecnotify_cmduser = 'Run as user'
92 lucistatistics_collectdexecnotify_cmdgroup = 'Run as group'
93 lucistatistics_collectdinterface = 'Interface Plugin Configuration'
94 lucistatistics_collectdinterface_desc = 'The interface plugin collects traffic statistics on selected interfaces.'
95 lucistatistics_collectdinterface_enable = 'Enable this plugin'
96 lucistatistics_collectdinterface_interfaces = 'Monitor interfaces'
97 lucistatistics_collectdinterface_interfaces_desc = 'hold Ctrl while clicking to select multiple interfaces'
98 lucistatistics_collectdinterface_ignoreselected = 'Monitor all except selected ones'
99 lucistatistics_collectdiptables = 'Iptables Plugin Configuration'
100 lucistatistics_collectdiptables_desc = 'The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.'
101 lucistatistics_collectdiptables_enable = 'Enable this plugin'
102 lucistatistics_collectdiptablesmatch = 'Add matching rule'
103 lucistatistics_collectdiptablesmatch_desc = 'Here you can define various criteria by which the monitored iptables rules are selected.'
104 lucistatistics_collectdiptablesmatch_name = 'Name of the rule'
105 lucistatistics_collectdiptablesmatch_name_desc = 'max. 16 chars'
106 lucistatistics_collectdiptablesmatch_table = 'Table'
107 lucistatistics_collectdiptablesmatch_chain = 'Chain'
108 lucistatistics_collectdiptablesmatch_target = 'Action (target)'
109 lucistatistics_collectdiptablesmatch_protocol = 'Network protocol'
110 lucistatistics_collectdiptablesmatch_source = 'Source ip range'
111 lucistatistics_collectdiptablesmatch_source_desc = 'CIDR notation'
112 lucistatistics_collectdiptablesmatch_destination = 'Destination ip range'
113 lucistatistics_collectdiptablesmatch_destination_desc = 'CIDR notation'
114 lucistatistics_collectdiptablesmatch_inputif = 'Incoming interface'
115 lucistatistics_collectdiptablesmatch_inputif_desc = 'e.g. br-lan'
116 lucistatistics_collectdiptablesmatch_outputif = 'Outgoing interface'
117 lucistatistics_collectdiptablesmatch_outputif_desc = 'e.g. br-ff'
118 lucistatistics_collectdiptablesmatch_options = 'Options'
119 lucistatistics_collectdiptablesmatch_options_desc = 'e.g. reject-with tcp-reset'
120 lucistatistics_collectdirq = 'IRQ Plugin Configuration'
121 lucistatistics_collectdirq_desc = 'The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored.'
122 lucistatistics_collectdirq_enable = 'Enable this plugin'
123 lucistatistics_collectdirq_irqs = 'Monitor interrupts'
124 lucistatistics_collectdirq_irqs_desc = 'multiple separated by space'
125 lucistatistics_collectdirq_ignoreselected = 'Monitor all except selected ones'
126 lucistatistics_collectdload = 'Load Plugin Configuration'
127 lucistatistics_collectdload_desc = 'The load plugin collects statistics about the general system load.'
128 lucistatistics_collectdload_enable = 'Enable this plugin'
129 lucistatistics_collectdnetlink = 'Netlink Plugin Configuration'
130 lucistatistics_collectdnetlink_desc = 'The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.'
131 lucistatistics_collectdnetlink_enable = 'Enable this plugin'
132 lucistatistics_collectdnetlink_interfaces = 'Basic monitoring'
133 lucistatistics_collectdnetlink_interfaces_desc = 'hold Ctrl while clicking to select multiple interfaces'
134 lucistatistics_collectdnetlink_verboseinterfaces = 'Verbose monitoring'
135 lucistatistics_collectdnetlink_verboseinterfaces_desc = 'hold Ctrl while clicking to select multiple interfaces'
136 lucistatistics_collectdnetlink_qdiscs = 'Qdisc monitoring'
137 lucistatistics_collectdnetlink_qdiscs_desc = 'hold Ctrl while clicking to select multiple interfaces'
138 lucistatistics_collectdnetlink_classes = 'Shaping class monitoring'
139 lucistatistics_collectdnetlink_classes_desc = 'hold Ctrl while clicking to select multiple interfaces'
140 lucistatistics_collectdnetlink_filters = 'Filter class monitoring'
141 lucistatistics_collectdnetlink_filters_desc = 'hold Ctrl while clicking to select multiple interfaces'
142 lucistatistics_collectdnetlink_ignoreselected = 'Monitor all except selected ones'
143 lucistatistics_collectdnetwork = 'Network Plugin Configuration'
144 lucistatistics_collectdnetwork_desc = 'The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts.'
145 lucistatistics_collectdnetwork_enable = 'Enable this plugin'
146 lucistatistics_collectdnetworklisten = 'Listener interfaces'
147 lucistatistics_collectdnetworklisten_desc = 'This section defines on which interfaces collectd will wait for incoming connections.'
148 lucistatistics_collectdnetworklisten_host = 'Listen host'
149 lucistatistics_collectdnetworklisten_host_desc = 'host-, ip- or ip6 address'
150 lucistatistics_collectdnetworklisten_port = 'Listen port'
151 lucistatistics_collectdnetworklisten_port_desc = '0 - 65535'
152 lucistatistics_collectdnetworkserver = 'server interfaces'
153 lucistatistics_collectdnetworkserver_desc = 'This section defines to which servers the locally collected data is sent to.'
154 lucistatistics_collectdnetworkserver_host = 'Server host'
155 lucistatistics_collectdnetworkserver_host_desc = 'host-, ip- or ip6 address'
156 lucistatistics_collectdnetworkserver_port = 'Server port'
157 lucistatistics_collectdnetworkserver_port_desc = '0 - 65535'
158 lucistatistics_collectdnetwork_timetolive = 'TTL for network packets'
159 lucistatistics_collectdnetwork_timetolive_desc = '0 - 255'
160 lucistatistics_collectdnetwork_forward = 'Forwarding between listen and server addresses'
161 lucistatistics_collectdnetwork_cacheflush = 'Cache flush interval'
162 lucistatistics_collectdnetwork_cacheflush_desc = 'seconds'
163 lucistatistics_collectdping = 'Ping Plugin Configuration'
164 lucistatistics_collectdping_desc = 'The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.'
165 lucistatistics_collectdping_enable = 'Enable this plugin'
166 lucistatistics_collectdping_hosts = 'Monitor hosts'
167 lucistatistics_collectdping_hosts_desc = 'multiple separated by space'
168 lucistatistics_collectdping_ttl = 'TTL for ping packets'
169 lucistatistics_collectdping_ttl_desc = '0 - 255'
170 lucistatistics_collectdprocesses = 'Processes Plugin Configuration'
171 lucistatistics_collectdprocesses_desc = 'The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.'
172 lucistatistics_collectdprocesses_enable = 'Enable this plugin'
173 lucistatistics_collectdprocesses_processes = 'Monitor processes'
174 lucistatistics_collectdprocesses_processes_desc = 'multiple separated by space'
175 lucistatistics_collectdrrdtool = 'RRDTool Plugin Configuration'
176 lucistatistics_collectdrrdtool_desc = 'The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.<br /><br /><strong>Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!</strong>'
177 lucistatistics_collectdrrdtool_enable = 'Enable this plugin'
178 lucistatistics_collectdrrdtool_datadir = 'Storage directory'
179 lucistatistics_collectdrrdtool_stepsize = 'RRD step interval'
180 lucistatistics_collectdrrdtool_stepsize_desc = 'seconds'
181 lucistatistics_collectdrrdtool_heartbeat = 'RRD heart beat interval'
182 lucistatistics_collectdrrdtool_heartbeat_desc = 'seconds'
183 lucistatistics_collectdrrdtool_rrasingle = 'Only create average RRAs'
184 lucistatistics_collectdrrdtool_rrasingle_desc = 'reduces rrd size'
185 lucistatistics_collectdrrdtool_rratimespans = 'Stored timespans'
186 lucistatistics_collectdrrdtool_rratimespans_desc = 'seconds; multiple separated by space'
187 lucistatistics_collectdrrdtool_rrarows = 'Rows per RRA'
188 lucistatistics_collectdrrdtool_xff = 'RRD XFiles Factor'
189 lucistatistics_collectdrrdtool_cachetimeout = 'Cache collected data for'
190 lucistatistics_collectdrrdtool_cachetimeout_desc = 'seconds'
191 lucistatistics_collectdrrdtool_cacheflush = 'Flush cache after'
192 lucistatistics_collectdrrdtool_cacheflush_desc = 'seconds'
193 lucistatistics_collectdtcpconns = 'TCPConns Plugin Configuration'
194 lucistatistics_collectdtcpconns_desc = 'The tcpconns plugin collects informations about open tcp connections on selected ports.'
195 lucistatistics_collectdtcpconns_enable = 'Enable this plugin'
196 lucistatistics_collectdtcpconns_listeningports = 'Monitor all local listen ports'
197 lucistatistics_collectdtcpconns_localports = 'Monitor local ports'
198 lucistatistics_collectdtcpconns_localports_desc = '0 - 65535; multiple separated by space'
199 lucistatistics_collectdtcpconns_remoteports = 'Monitor remote ports'
200 lucistatistics_collectdtcpconns_remoteports_desc = '0 - 65535; multiple separated by space'
201 lucistatistics_collectdunixsock = 'Unixsock Plugin Configuration'
202 lucistatistics_collectdunixsock_desc = 'The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.'
203 lucistatistics_collectdunixsock_enable = 'Enable this plugin'
204 lucistatistics_collectdunixsock_socketfile = 'Filepath of the unix socket'
205 lucistatistics_collectdunixsock_socketgroup = 'Group ownership of the unix socket'
206 lucistatistics_collectdunixsock_socketgroup_desc = 'group name'
207 lucistatistics_collectdunixsock_socketperms = 'File permissions of the unix socket'
208 lucistatistics_collectdunixsock_socketperms_desc = 'octal'
209 lucistatistics_collectdwireless = 'Wireless Plugin Configuration'
210 lucistatistics_collectdwireless_desc = 'The wireless plugin collects statistics about wireless signal strength, noise and quality.'
211 lucistatistics_collectdwireless_enable = 'Enable this plugin'