diff options
-rw-r--r-- | po/POTFILES.in | 40 | ||||
-rw-r--r-- | po/de.po | 3575 | ||||
-rw-r--r-- | po/fr.po | 3624 |
3 files changed, 7117 insertions, 122 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index eb8529c..993bd90 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in | |||
@@ -1 +1,41 @@ | |||
1 | plugins/check_by_ssh.c | ||
2 | plugins/check_dig.c | ||
3 | plugins/check_disk.c | ||
4 | plugins/check_dns.c | ||
5 | plugins/check_dummy.c | ||
6 | plugins/check_fping.c | ||
7 | plugins/check_game.c | ||
8 | plugins/check_hpjd.c | ||
9 | plugins/check_http.c | ||
10 | plugins/check_ide-smart.c | ||
11 | plugins/check_ldap.c | ||
12 | plugins/check_load.c | ||
13 | plugins/check_mrtg.c | ||
14 | plugins/check_mrtgtraf.c | ||
15 | plugins/check_mysql.c | ||
16 | plugins/check_nagios.c | ||
17 | plugins/check_nt.c | ||
18 | plugins/check_nwstat.c | ||
19 | plugins/check_overcr.c | ||
20 | plugins/check_pgsql.c | ||
21 | plugins/check_ping.c | ||
22 | plugins/check_procs.c | ||
23 | plugins/check_radius.c | ||
24 | plugins/check_real.c | ||
25 | plugins/check_smtp.c | ||
26 | plugins/check_snmp.c | ||
27 | plugins/check_ssh.c | ||
28 | plugins/check_swap.c | ||
1 | plugins/check_tcp.c | 29 | plugins/check_tcp.c |
30 | plugins/check_time.c | ||
31 | plugins/check_udp.c | ||
32 | plugins/check_ups.c | ||
33 | plugins/check_users.c | ||
34 | plugins/getaddrinfo.c | ||
35 | plugins/gethostbyname.c | ||
36 | plugins/negate.c | ||
37 | plugins/netutils.c | ||
38 | plugins/popen.c | ||
39 | plugins/urlize.c | ||
40 | plugins/utils.c | ||
41 | |||
@@ -3,36 +3,3293 @@ | |||
3 | # This file is distributed under the same license as the nagios-plugins package. | 3 | # This file is distributed under the same license as the nagios-plugins package. |
4 | # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. | 4 | # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. |
5 | # | 5 | # |
6 | #: plugins/check_nt.c:311 | ||
6 | #, fuzzy | 7 | #, fuzzy |
7 | msgid "" | 8 | msgid "" |
8 | msgstr "" | 9 | msgstr "" |
9 | "Project-Id-Version: nagios-plugins 1.3.99\n" | 10 | "Project-Id-Version: nagios-plugins 1.3.99\n" |
10 | "Report-Msgid-Bugs-To: \n" | 11 | "POT-Creation-Date: 2003-08-10 07:52-0400\n" |
11 | "POT-Creation-Date: 2003-08-08 21:40-0700\n" | ||
12 | "PO-Revision-Date: 2003-07-20 22:24-0400\n" | 12 | "PO-Revision-Date: 2003-07-20 22:24-0400\n" |
13 | "Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n" | 13 | "Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n" |
14 | "Language-Team: de <LL@li.org>\n" | 14 | "Language-Team: de <LL@li.org>\n" |
15 | "MIME-Version: 1.0\n" | 15 | "MIME-Version: 1.0\n" |
16 | "Content-Type: text/plain; charset=UTF-8\n" | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
17 | "Content-Transfer-Encoding: 8bit\n" | 17 | "Content-Transfer-Encoding: 8bit\n" |
18 | "Report-Msgid-Bugs-To: \n" | ||
19 | |||
20 | #: plugins/check_by_ssh.c:69 plugins/check_dig.c:65 plugins/check_disk.c:157 | ||
21 | #: plugins/check_fping.c:73 plugins/check_nagios.c:60 plugins/check_nt.c:100 | ||
22 | #: plugins/check_nwstat.c:121 plugins/check_radius.c:107 | ||
23 | #: plugins/check_ssh.c:52 plugins/check_tcp.c:210 plugins/check_users.c:45 | ||
24 | #: plugins/negate.c:79 | ||
25 | msgid "Could not parse arguments\n" | ||
26 | msgstr "" | ||
27 | |||
28 | #: plugins/check_by_ssh.c:88 | ||
29 | #, c-format | ||
30 | msgid "Unable to open pipe: %s" | ||
31 | msgstr "" | ||
32 | |||
33 | #: plugins/check_by_ssh.c:96 plugins/check_dig.c:85 plugins/check_dns.c:112 | ||
34 | #: plugins/check_fping.c:93 plugins/check_hpjd.c:114 plugins/check_load.c:112 | ||
35 | #: plugins/check_nagios.c:97 plugins/check_procs.c:123 | ||
36 | #: plugins/check_snmp.c:175 plugins/check_swap.c:112 plugins/check_users.c:56 | ||
37 | #: plugins/negate.c:93 plugins/urlize.c:89 | ||
38 | #, c-format | ||
39 | msgid "Could not open stderr for %s\n" | ||
40 | msgstr "" | ||
41 | |||
42 | #: plugins/check_by_ssh.c:121 | ||
43 | #, c-format | ||
44 | msgid "SSH WARNING: could not open %s\n" | ||
45 | msgstr "" | ||
46 | |||
47 | #: plugins/check_by_ssh.c:128 | ||
48 | msgid "STATUS CODE: " | ||
49 | msgstr "" | ||
50 | |||
51 | #: plugins/check_by_ssh.c:139 | ||
52 | #, c-format | ||
53 | msgid "STATUS CODE: %d" | ||
54 | msgstr "" | ||
55 | |||
56 | #: plugins/check_by_ssh.c:140 | ||
57 | #, c-format | ||
58 | msgid "[%d] PROCESS_SERVICE_CHECK_RESULT;%s;%s;%d;%s\n" | ||
59 | msgstr "" | ||
60 | |||
61 | #: plugins/check_by_ssh.c:224 | ||
62 | msgid "timeout interval must be an integer" | ||
63 | msgstr "" | ||
64 | |||
65 | #: plugins/check_by_ssh.c:229 | ||
66 | msgid "invalid host name" | ||
67 | msgstr "" | ||
68 | |||
69 | #: plugins/check_by_ssh.c:234 | ||
70 | msgid "port must be an integer" | ||
71 | msgstr "" | ||
72 | |||
73 | #: plugins/check_by_ssh.c:279 | ||
74 | #, c-format | ||
75 | msgid "%s: You must provide a host name\n" | ||
76 | msgstr "" | ||
77 | |||
78 | #: plugins/check_by_ssh.c:281 | ||
79 | #, c-format | ||
80 | msgid "%s: Invalid host name %s\n" | ||
81 | msgstr "" | ||
18 | 82 | ||
19 | #: plugins/check_tcp.c:99 | 83 | #: plugins/check_by_ssh.c:297 |
84 | msgid "No remotecmd\n" | ||
85 | msgstr "" | ||
86 | |||
87 | #: plugins/check_by_ssh.c:315 | ||
20 | #, c-format | 88 | #, c-format |
21 | msgid "" | 89 | msgid "" |
22 | "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n" | 90 | "%s: In passive mode, you must provide a service name for each command.\n" |
23 | " [-s <send string>] [-e <expect string>] [-q <quit string>]\n" | 91 | msgstr "" |
24 | " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n" | 92 | |
25 | " [-r <refuse state>] [-v] [-4|-6]\n" | 93 | #: plugins/check_by_ssh.c:318 |
94 | #, c-format | ||
95 | msgid "" | ||
96 | "%s: In passive mode, you must provide the host short name from the nagios " | ||
97 | "configs.\n" | ||
98 | msgstr "" | ||
99 | |||
100 | #: plugins/check_by_ssh.c:333 | ||
101 | msgid "" | ||
102 | "Copyright (c) 1999 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n" | ||
103 | msgstr "" | ||
104 | |||
105 | #: plugins/check_by_ssh.c:336 | ||
106 | msgid "" | ||
107 | "This plugin uses SSH to execute commands on a remote host\n" | ||
108 | "\n" | ||
109 | msgstr "" | ||
110 | |||
111 | #: plugins/check_by_ssh.c:346 | ||
112 | msgid "" | ||
113 | " -1, --proto1\n" | ||
114 | " tell ssh to use Protocol 1\n" | ||
115 | " -2, --proto2\n" | ||
116 | " tell ssh to use Protocol 2\n" | ||
117 | " -f\n" | ||
118 | " tells ssh to fork rather than create a tty\n" | ||
119 | msgstr "" | ||
120 | |||
121 | #: plugins/check_by_ssh.c:354 | ||
122 | msgid "" | ||
123 | " -C, --command='COMMAND STRING'\n" | ||
124 | " command to execute on the remote machine\n" | ||
125 | " -l, --logname=USERNAME\n" | ||
126 | " SSH user name on remote host [optional]\n" | ||
127 | " -i, --identity=KEYFILE\n" | ||
128 | " identity of an authorized key [optional]\n" | ||
129 | " -O, --output=FILE\n" | ||
130 | " external command file for nagios [optional]\n" | ||
131 | " -s, --services=LIST\n" | ||
132 | " list of nagios service names, separated by ':' [optional]\n" | ||
133 | " -n, --name=NAME\n" | ||
134 | " short name of host in nagios configuration [optional]\n" | ||
135 | msgstr "" | ||
136 | |||
137 | #: plugins/check_by_ssh.c:372 | ||
138 | msgid "" | ||
139 | "\n" | ||
140 | "The most common mode of use is to refer to a local identity file with\n" | ||
141 | "the '-i' option. In this mode, the identity pair should have a null\n" | ||
142 | "passphrase and the public key should be listed in the authorized_keys\n" | ||
143 | "file of the remote host. Usually the key will be restricted to running\n" | ||
144 | "only one command on the remote server. If the remote SSH server tracks\n" | ||
145 | "invocation agruments, the one remote program may be an agent that can\n" | ||
146 | "execute additional commands as proxy\n" | ||
147 | msgstr "" | ||
148 | |||
149 | #: plugins/check_by_ssh.c:381 | ||
150 | msgid "" | ||
151 | "\n" | ||
152 | "To use passive mode, provide multiple '-C' options, and provide\n" | ||
153 | "all of -O, -s, and -n options (servicelist order must match '-C'\n" | ||
154 | "options)\n" | ||
155 | msgstr "" | ||
156 | |||
157 | #: plugins/check_by_ssh.c:394 | ||
158 | #, c-format | ||
159 | msgid "" | ||
160 | "\n" | ||
161 | "Usage: %s [-f46] [-t timeout] [-i identity] [-l user] -H <host> \n" | ||
162 | " -C <command> [-n name] [-s servicelist] [-O outputfile] [-p port]\n" | ||
163 | msgstr "" | ||
164 | |||
165 | #: plugins/check_dig.c:62 | ||
166 | msgid "Cannot catch SIGALRM\n" | ||
167 | msgstr "" | ||
168 | |||
169 | #: plugins/check_dig.c:79 plugins/check_dns.c:106 plugins/check_hpjd.c:108 | ||
170 | #: plugins/check_nagios.c:91 plugins/check_procs.c:117 | ||
171 | #: plugins/check_snmp.c:169 plugins/check_swap.c:106 plugins/check_users.c:50 | ||
172 | #: plugins/negate.c:89 plugins/urlize.c:83 | ||
173 | #, c-format | ||
174 | msgid "Could not open pipe: %s\n" | ||
175 | msgstr "" | ||
176 | |||
177 | #: plugins/check_dig.c:104 | ||
178 | msgid "Server not found in ANSWER SECTION" | ||
179 | msgstr "" | ||
180 | |||
181 | #: plugins/check_dig.c:114 | ||
182 | msgid "No ANSWER SECTION found" | ||
183 | msgstr "" | ||
184 | |||
185 | #: plugins/check_dig.c:131 | ||
186 | msgid "dig returned error status" | ||
187 | msgstr "" | ||
188 | |||
189 | #: plugins/check_dig.c:137 plugins/check_dns.c:214 plugins/check_dns.c:217 | ||
190 | #: plugins/check_dns.c:220 | ||
191 | msgid " Probably a non-existent host/domain" | ||
192 | msgstr "" | ||
193 | |||
194 | #: plugins/check_dig.c:140 | ||
195 | #, c-format | ||
196 | msgid "DNS OK - %d seconds response time (%s)\n" | ||
197 | msgstr "" | ||
198 | |||
199 | #: plugins/check_dig.c:143 plugins/check_dns.c:213 | ||
200 | #, c-format | ||
201 | msgid "DNS WARNING - %s\n" | ||
202 | msgstr "" | ||
203 | |||
204 | #: plugins/check_dig.c:145 plugins/check_dns.c:216 | ||
205 | #, c-format | ||
206 | msgid "DNS CRITICAL - %s\n" | ||
207 | msgstr "" | ||
208 | |||
209 | #: plugins/check_dig.c:147 plugins/check_dns.c:219 | ||
210 | #, c-format | ||
211 | msgid "DNS problem - %s\n" | ||
212 | msgstr "" | ||
213 | |||
214 | #: plugins/check_dig.c:184 plugins/check_pgsql.c:206 plugins/check_ping.c:194 | ||
215 | #: plugins/check_time.c:180 plugins/negate.c:168 plugins/urlize.c:68 | ||
216 | msgid "Unknown argument" | ||
217 | msgstr "" | ||
218 | |||
219 | #: plugins/check_dig.c:196 plugins/check_dig.c:247 plugins/check_hpjd.c:343 | ||
220 | #: plugins/check_real.c:364 plugins/check_smtp.c:308 | ||
221 | msgid "Invalid host name" | ||
222 | msgstr "" | ||
223 | |||
224 | #: plugins/check_dig.c:204 plugins/check_time.c:245 plugins/check_udp.c:182 | ||
225 | msgid "Server port must be a nonnegative integer\n" | ||
226 | msgstr "" | ||
227 | |||
228 | #: plugins/check_dig.c:215 | ||
229 | msgid "Warning interval must be a nonnegative integer\n" | ||
230 | msgstr "" | ||
231 | |||
232 | #: plugins/check_dig.c:223 | ||
233 | msgid "Critical interval must be a nonnegative integer\n" | ||
234 | msgstr "" | ||
235 | |||
236 | #: plugins/check_dig.c:231 plugins/check_real.c:344 plugins/check_smtp.c:278 | ||
237 | msgid "Time interval must be a nonnegative integer\n" | ||
238 | msgstr "" | ||
239 | |||
240 | #: plugins/check_dig.c:285 | ||
241 | msgid "" | ||
242 | "Test the DNS service on the specified host using dig\n" | ||
243 | "\n" | ||
244 | msgstr "" | ||
245 | |||
246 | #: plugins/check_dig.c:293 | ||
247 | msgid "" | ||
248 | " -l, --lookup=STRING\n" | ||
249 | " machine name to lookup\n" | ||
250 | msgstr "" | ||
251 | |||
252 | #: plugins/check_dig.c:312 | ||
253 | #, c-format | ||
254 | msgid "" | ||
255 | "Usage: %s -H host -l lookup [-p <server port>] [-w <warning interval>]\n" | ||
256 | " [-c <critical interval>] [-t <timeout>] [-v]\n" | ||
257 | msgstr "" | ||
258 | |||
259 | #: plugins/check_disk.c:197 | ||
260 | #, c-format | ||
261 | msgid "" | ||
262 | "%s\n" | ||
263 | "%.0f of %.0f %s (%.0f%%) free on %s (type %s mounted on %s) warn:%lu crit:%" | ||
264 | "lu warn%%:%.0f%% crit%%:%.0f%%" | ||
265 | msgstr "" | ||
266 | |||
267 | #: plugins/check_disk.c:213 | ||
268 | #, c-format | ||
269 | msgid "%s [%s not found]" | ||
270 | msgstr "" | ||
271 | |||
272 | #: plugins/check_disk.c:289 | ||
273 | msgid "Timeout Interval must be an integer!\n" | ||
274 | msgstr "" | ||
275 | |||
276 | #: plugins/check_disk.c:306 plugins/check_swap.c:247 | ||
277 | msgid "Warning threshold must be integer or percentage!\n" | ||
278 | msgstr "" | ||
279 | |||
280 | #: plugins/check_disk.c:323 plugins/check_swap.c:264 | ||
281 | msgid "Critical threshold must be integer or percentage!\n" | ||
282 | msgstr "" | ||
283 | |||
284 | #: plugins/check_disk.c:344 | ||
285 | #, c-format | ||
286 | msgid "unit type %s not known\n" | ||
287 | msgstr "" | ||
288 | |||
289 | #: plugins/check_disk.c:347 | ||
290 | #, c-format | ||
291 | msgid "failed allocating storage for '%s'\n" | ||
292 | msgstr "" | ||
293 | |||
294 | #: plugins/check_disk.c:414 | ||
295 | msgid "check_disk: unrecognized option\n" | ||
296 | msgstr "" | ||
297 | |||
298 | #: plugins/check_disk.c:471 | ||
299 | msgid "INPUT ERROR: No thresholds specified" | ||
300 | msgstr "" | ||
301 | |||
302 | #: plugins/check_disk.c:477 | ||
303 | #, c-format | ||
304 | msgid "" | ||
305 | "INPUT ERROR: C_DFP (%f) should be less than W_DFP (%.1f) and both should be " | ||
306 | "between zero and 100 percent, inclusive" | ||
307 | msgstr "" | ||
308 | |||
309 | #: plugins/check_disk.c:484 | ||
310 | #, c-format | ||
311 | msgid "" | ||
312 | "INPUT ERROR: C_DF (%lu) should be less than W_DF (%lu) and both should be " | ||
313 | "greater than zero" | ||
314 | msgstr "" | ||
315 | |||
316 | #: plugins/check_disk.c:549 plugins/check_dummy.c:80 plugins/check_http.c:995 | ||
317 | #: plugins/check_mrtg.c:303 plugins/check_mrtgtraf.c:325 | ||
318 | #: plugins/check_nwstat.c:899 plugins/check_overcr.c:419 | ||
319 | msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n" | ||
320 | msgstr "" | ||
321 | |||
322 | #: plugins/check_disk.c:552 | ||
323 | msgid "" | ||
324 | "This plugin checks the amount of used disk space on a mounted file system\n" | ||
325 | "and generates an alert if free space is less than one of the threshold " | ||
326 | "values." | ||
327 | msgstr "" | ||
328 | |||
329 | #: plugins/check_disk.c:560 | ||
330 | #, c-format | ||
331 | msgid "" | ||
332 | " -w, --warning=INTEGER\n" | ||
333 | " Exit with WARNING status if less than INTEGER kilobytes of disk are free\n" | ||
334 | " -w, --warning=PERCENT%%\n" | ||
335 | " Exit with WARNING status if less than PERCENT of disk space is free\n" | ||
336 | " -c, --critical=INTEGER\n" | ||
337 | " Exit with CRITICAL status if less than INTEGER kilobytes of disk are " | ||
338 | "free\n" | ||
339 | " -c, --critical=PERCENT%%\n" | ||
340 | " Exit with CRITCAL status if less than PERCENT of disk space is free\n" | ||
341 | " -C, --clear\n" | ||
342 | " Clear thresholds\n" | ||
343 | msgstr "" | ||
344 | |||
345 | #: plugins/check_disk.c:572 | ||
346 | msgid "" | ||
347 | " -u, --units=STRING\n" | ||
348 | " Choose bytes, kB, MB, GB, TB (default: MB)\n" | ||
349 | " -k, --kilobytes\n" | ||
350 | " Same as '--units kB'\n" | ||
351 | " -m, --megabytes\n" | ||
352 | " Same as '--units MB'\n" | ||
353 | msgstr "" | ||
354 | |||
355 | #: plugins/check_disk.c:580 | ||
356 | msgid "" | ||
357 | " -l, --local\n" | ||
358 | " Only check local filesystems\n" | ||
359 | " -p, --path=PATH, --partition=PARTITION\n" | ||
360 | " Path or partition (may be repeated)\n" | ||
361 | " -x, --exclude_device=PATH <STRING>\n" | ||
362 | " Ignore device (only works if -p unspecified)\n" | ||
363 | " -X, --exclude-type=TYPE <STRING>\n" | ||
364 | " Ignore all filesystems of indicated type (may be repeated)\n" | ||
365 | " -M, --mountpoint\n" | ||
366 | " Display the mountpoint instead of the partition\n" | ||
367 | " -e, --errors-only\n" | ||
368 | " Display only devices/mountpoints with errors\n" | ||
369 | msgstr "" | ||
370 | |||
371 | #: plugins/check_disk.c:600 | ||
372 | msgid "" | ||
373 | "Examples:\n" | ||
374 | " check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 -p /\n" | ||
375 | " Checks /tmp and /var at 10%,5% and / at 100MB, 50MB\n" | ||
376 | msgstr "" | ||
377 | |||
378 | #: plugins/check_disk.c:613 | ||
379 | #, c-format | ||
380 | msgid "" | ||
381 | "Usage: %s -w limit -c limit [-p path | -x device] [-t timeout] [-m] [-e]\n" | ||
382 | " [-v] [-q]\n" | ||
383 | " %s (-h|--help)\n" | ||
384 | " %s (-V|--version)\n" | ||
385 | msgstr "" | ||
386 | |||
387 | #: plugins/check_dns.c:86 plugins/check_nagios.c:64 plugins/check_pgsql.c:136 | ||
388 | #: plugins/check_ping.c:79 plugins/negate.c:83 | ||
389 | msgid "Cannot catch SIGALRM" | ||
390 | msgstr "" | ||
391 | |||
392 | #: plugins/check_dns.c:124 plugins/check_dns.c:153 | ||
393 | msgid "Unknown error (plugin)" | ||
394 | msgstr "" | ||
395 | |||
396 | #: plugins/check_dns.c:148 | ||
397 | #, c-format | ||
398 | msgid "DNS CRITICAL - '%s' returned empty host name string\n" | ||
399 | msgstr "" | ||
400 | |||
401 | #: plugins/check_dns.c:185 | ||
402 | msgid "nslookup returned error status" | ||
403 | msgstr "" | ||
404 | |||
405 | #: plugins/check_dns.c:192 | ||
406 | #, c-format | ||
407 | msgid "DNS CRITICAL - '%s' output parsing exited with no address\n" | ||
408 | msgstr "" | ||
409 | |||
410 | #: plugins/check_dns.c:198 | ||
411 | #, c-format | ||
412 | msgid "expected %s but got %s" | ||
413 | msgstr "" | ||
414 | |||
415 | #: plugins/check_dns.c:209 | ||
416 | #, c-format | ||
417 | msgid "DNS ok - %.3f seconds response time, address%s %s|time=%.3f\n" | ||
418 | msgstr "" | ||
419 | |||
420 | #: plugins/check_dns.c:237 | ||
421 | #, c-format | ||
422 | msgid "No response from name server %s\n" | ||
423 | msgstr "" | ||
424 | |||
425 | #: plugins/check_dns.c:241 | ||
426 | #, c-format | ||
427 | msgid "Name server %s has no records\n" | ||
428 | msgstr "" | ||
429 | |||
430 | #: plugins/check_dns.c:248 | ||
431 | #, c-format | ||
432 | msgid "Connection to name server %s was refused\n" | ||
433 | msgstr "" | ||
434 | |||
435 | #: plugins/check_dns.c:254 | ||
436 | #, c-format | ||
437 | msgid "Domain %s was not found by the server\n" | ||
438 | msgstr "" | ||
439 | |||
440 | #: plugins/check_dns.c:258 | ||
441 | msgid "Network is unreachable\n" | ||
442 | msgstr "" | ||
443 | |||
444 | #: plugins/check_dns.c:262 | ||
445 | #, c-format | ||
446 | msgid "Server failure for %s\n" | ||
447 | msgstr "" | ||
448 | |||
449 | #: plugins/check_dns.c:307 plugins/check_fping.c:243 plugins/check_game.c:200 | ||
450 | #: plugins/check_overcr.c:331 plugins/check_radius.c:209 | ||
451 | #: plugins/check_tcp.c:401 plugins/check_udp.c:143 plugins/check_users.c:130 | ||
452 | #, c-format | ||
453 | msgid "" | ||
454 | "%s: Unknown argument: %s\n" | ||
455 | "\n" | ||
456 | msgstr "" | ||
457 | |||
458 | #: plugins/check_dns.c:324 plugins/check_dns.c:336 plugins/check_dns.c:347 | ||
459 | #: plugins/check_dns.c:352 plugins/check_dns.c:362 plugins/check_dns.c:373 | ||
460 | #: plugins/check_game.c:217 plugins/check_game.c:225 | ||
461 | msgid "Input buffer overflow\n" | ||
462 | msgstr "" | ||
463 | |||
464 | #: plugins/check_dns.c:331 | ||
465 | msgid "" | ||
466 | "Invalid server name/address\n" | ||
467 | "\n" | ||
468 | msgstr "" | ||
469 | |||
470 | #: plugins/check_dns.c:342 plugins/check_fping.c:257 | ||
471 | #: plugins/check_radius.c:223 | ||
472 | msgid "" | ||
473 | "Invalid host name/address\n" | ||
474 | "\n" | ||
475 | msgstr "" | ||
476 | |||
477 | #: plugins/check_dns.c:369 | ||
478 | #, c-format | ||
479 | msgid "" | ||
480 | "Invalid name/address: %s\n" | ||
481 | "\n" | ||
482 | msgstr "" | ||
483 | |||
484 | #: plugins/check_dns.c:405 | ||
485 | msgid "" | ||
486 | "-H, --hostname=HOST\n" | ||
487 | " The name or address you want to query\n" | ||
488 | "-s, --server=HOST\n" | ||
489 | " Optional DNS server you want to use for the lookup\n" | ||
490 | "-a, --expected-address=IP-ADDRESS\n" | ||
491 | " Optional IP address you expect the DNS server to return\n" | ||
492 | msgstr "" | ||
493 | |||
494 | #: plugins/check_dns.c:415 | ||
495 | msgid "" | ||
496 | "\n" | ||
497 | "This plugin uses the nslookup program to obtain the IP address\n" | ||
498 | "for the given host/domain query. A optional DNS server to use may\n" | ||
499 | "be specified. If no DNS server is specified, the default server(s)\n" | ||
500 | "specified in /etc/resolv.conf will be used.\n" | ||
501 | msgstr "" | ||
502 | |||
503 | #: plugins/check_dns.c:430 | ||
504 | #, c-format | ||
505 | msgid "" | ||
506 | "Usage: %s -H host [-s server] [-a expected-address] [-t timeout]\n" | ||
507 | " %s --help\n" | ||
508 | " %s --version\n" | ||
509 | msgstr "" | ||
510 | |||
511 | #: plugins/check_dummy.c:38 | ||
512 | msgid "Incorrect number of arguments supplied\n" | ||
513 | msgstr "" | ||
514 | |||
515 | #: plugins/check_dummy.c:48 | ||
516 | msgid "Arguments to check_dummy must be an integer\n" | ||
517 | msgstr "" | ||
518 | |||
519 | #: plugins/check_dummy.c:87 | ||
520 | msgid "" | ||
521 | "\n" | ||
522 | "This plugin will simply return the state corresponding to the numeric value\n" | ||
523 | "of the <state> argument.\n" | ||
524 | msgstr "" | ||
525 | |||
526 | #: plugins/check_dummy.c:99 | ||
527 | #, c-format | ||
528 | msgid "Usage: %s <integer state>\n" | ||
529 | msgstr "" | ||
530 | |||
531 | #: plugins/check_fping.c:87 | ||
532 | #, c-format | ||
533 | msgid "Unable to open pipe: %s\n" | ||
534 | msgstr "" | ||
535 | |||
536 | #: plugins/check_fping.c:134 | ||
537 | #, c-format | ||
538 | msgid "FPING unknown - %s not found\n" | ||
539 | msgstr "" | ||
540 | |||
541 | #: plugins/check_fping.c:138 | ||
542 | #, c-format | ||
543 | msgid "FPING critical - %s is unreachable\n" | ||
544 | msgstr "" | ||
545 | |||
546 | #: plugins/check_fping.c:143 | ||
547 | #, c-format | ||
548 | msgid "FPING critical - %s is down\n" | ||
549 | msgstr "" | ||
550 | |||
551 | #: plugins/check_fping.c:169 | ||
552 | #, c-format | ||
553 | msgid "FPING %s - %s (loss=%f%%, rta=%f ms)\n" | ||
554 | msgstr "" | ||
555 | |||
556 | #: plugins/check_fping.c:188 | ||
557 | #, c-format | ||
558 | msgid "FPING %s - %s (loss=%f%% )\n" | ||
559 | msgstr "" | ||
560 | |||
561 | #: plugins/check_fping.c:289 | ||
562 | msgid "Packet size must be a positive integer" | ||
563 | msgstr "" | ||
564 | |||
565 | #: plugins/check_fping.c:295 | ||
566 | msgid "Packet count must be a positive integer" | ||
567 | msgstr "" | ||
568 | |||
569 | #: plugins/check_fping.c:302 | ||
570 | msgid "" | ||
571 | "Host name was not supplied\n" | ||
572 | "\n" | ||
573 | msgstr "" | ||
574 | |||
575 | #: plugins/check_fping.c:325 | ||
576 | #, c-format | ||
577 | msgid "%s: Only one threshold may be packet loss (%s)\n" | ||
578 | msgstr "" | ||
579 | |||
580 | #: plugins/check_fping.c:329 | ||
581 | #, c-format | ||
582 | msgid "%s: Only one threshold must be packet loss (%s)\n" | ||
583 | msgstr "" | ||
584 | |||
585 | #: plugins/check_fping.c:362 | ||
586 | msgid "" | ||
587 | "Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n" | ||
588 | "\n" | ||
589 | "This plugin will use the /bin/fping command (from saint) to ping the\n" | ||
590 | "specified host for a fast check if the host is alive. Note that it is\n" | ||
591 | "necessary to set the suid flag on fping.\n" | ||
592 | "\n" | ||
593 | msgstr "" | ||
594 | |||
595 | #: plugins/check_fping.c:372 | ||
596 | #, c-format | ||
597 | msgid "" | ||
598 | " -H, --hostname=HOST\n" | ||
599 | " Name or IP Address of host to ping (IP Address bypasses name lookup,\n" | ||
600 | " reducing system load)\n" | ||
601 | " -w, --warning=THRESHOLD\n" | ||
602 | " warning threshold pair\n" | ||
603 | " -c, --critical=THRESHOLD\n" | ||
604 | " critical threshold pair\n" | ||
605 | " -b, --bytes=INTEGER\n" | ||
606 | " Size of ICMP packet (default: %d)\n" | ||
607 | " -n, --number=INTEGER\n" | ||
608 | " Number of ICMP packets to send (default: %d)\n" | ||
609 | msgstr "" | ||
610 | |||
611 | #: plugins/check_fping.c:388 | ||
612 | #, c-format | ||
613 | msgid "" | ||
614 | "\n" | ||
615 | "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n" | ||
616 | "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n" | ||
617 | "percentage of packet loss to trigger an alarm state.\n" | ||
618 | msgstr "" | ||
619 | |||
620 | #: plugins/check_fping.c:402 | ||
621 | #, c-format | ||
622 | msgid "Usage: %s <host_address>\n" | ||
623 | msgstr "" | ||
624 | |||
625 | #: plugins/check_game.c:66 plugins/check_snmp.c:157 | ||
626 | msgid "Incorrect arguments supplied\n" | ||
627 | msgstr "" | ||
628 | |||
629 | #: plugins/check_game.c:69 | ||
630 | msgid "Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n" | ||
631 | msgstr "" | ||
632 | |||
633 | #: plugins/check_game.c:70 | ||
634 | msgid "License: GPL\n" | ||
635 | msgstr "" | ||
636 | |||
637 | #: plugins/check_game.c:90 | ||
638 | #, c-format | ||
639 | msgid "Error - Could not open pipe: %s\n" | ||
640 | msgstr "" | ||
641 | |||
642 | #: plugins/check_game.c:110 | ||
643 | msgid "ERROR: Host type parameter incorrect!\n" | ||
644 | msgstr "" | ||
645 | |||
646 | #: plugins/check_game.c:286 | ||
647 | #, c-format | ||
648 | msgid "This plugin tests %s connections with the specified host." | ||
649 | msgstr "" | ||
650 | |||
651 | #: plugins/check_game.c:292 | ||
652 | msgid "" | ||
653 | "<game> = Game type that is recognised by qstat (without the leading " | ||
654 | "dash)\n" | ||
655 | "<ip_address> = The IP address of the device you wish to query\n" | ||
656 | " [port] = Optional port of which to connect\n" | ||
657 | " [game_field] = Field number in raw qstat output that contains game name\n" | ||
658 | " [map_field] = Field number in raw qstat output that contains map name\n" | ||
659 | " [ping_field] = Field number in raw qstat output that contains ping time\n" | ||
660 | msgstr "" | ||
661 | |||
662 | #: plugins/check_game.c:302 | ||
663 | msgid "" | ||
664 | "\n" | ||
665 | "Notes:\n" | ||
666 | "- This plugin uses the 'qstat' command, the popular game server status query " | ||
667 | "tool .\n" | ||
668 | " If you don't have the package installed, you will need to download it " | ||
669 | "from\n" | ||
670 | " http://www.activesw.com/people/steve/qstat.html before you can use this " | ||
671 | "plugin.\n" | ||
672 | msgstr "" | ||
673 | |||
674 | #: plugins/check_game.c:317 | ||
675 | #, c-format | ||
676 | msgid "" | ||
677 | "Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n" | ||
678 | " [-pf ping_field]\n" | ||
679 | msgstr "" | ||
680 | |||
681 | #: plugins/check_hpjd.c:83 plugins/check_mrtg.c:57 plugins/check_mrtgtraf.c:67 | ||
682 | #: plugins/check_mysql.c:47 plugins/check_real.c:65 plugins/check_smtp.c:69 | ||
683 | #: plugins/check_swap.c:77 plugins/check_time.c:58 | ||
684 | msgid "Invalid command arguments supplied\n" | ||
685 | msgstr "" | ||
686 | |||
687 | #: plugins/check_hpjd.c:218 | ||
688 | msgid "Paper Jam" | ||
689 | msgstr "" | ||
690 | |||
691 | #: plugins/check_hpjd.c:222 | ||
692 | msgid "Out of Paper" | ||
693 | msgstr "" | ||
694 | |||
695 | #: plugins/check_hpjd.c:227 | ||
696 | msgid "Printer Offline" | ||
697 | msgstr "" | ||
698 | |||
699 | #: plugins/check_hpjd.c:232 | ||
700 | msgid "Peripheral Error" | ||
701 | msgstr "" | ||
702 | |||
703 | #: plugins/check_hpjd.c:236 | ||
704 | msgid "Intervention Required" | ||
705 | msgstr "" | ||
706 | |||
707 | #: plugins/check_hpjd.c:240 | ||
708 | msgid "Toner Low" | ||
709 | msgstr "" | ||
710 | |||
711 | #: plugins/check_hpjd.c:244 | ||
712 | msgid "Insufficient Memory" | ||
713 | msgstr "" | ||
714 | |||
715 | #: plugins/check_hpjd.c:248 | ||
716 | msgid "A Door is Open" | ||
717 | msgstr "" | ||
718 | |||
719 | #: plugins/check_hpjd.c:252 | ||
720 | msgid "Output Tray is Full" | ||
721 | msgstr "" | ||
722 | |||
723 | #: plugins/check_hpjd.c:256 | ||
724 | msgid "Data too Slow for Engine" | ||
725 | msgstr "" | ||
726 | |||
727 | #: plugins/check_hpjd.c:260 | ||
728 | msgid "Unknown Paper Error" | ||
729 | msgstr "" | ||
730 | |||
731 | #: plugins/check_hpjd.c:265 | ||
732 | #, c-format | ||
733 | msgid "Printer ok - (%s)\n" | ||
734 | msgstr "" | ||
735 | |||
736 | #: plugins/check_hpjd.c:320 plugins/check_mysql.c:128 plugins/check_real.c:302 | ||
737 | #: plugins/check_smtp.c:230 | ||
738 | msgid "Invalid host name\n" | ||
739 | msgstr "" | ||
740 | |||
741 | #: plugins/check_hpjd.c:333 plugins/check_load.c:219 plugins/check_mrtg.c:224 | ||
742 | #: plugins/check_mrtgtraf.c:264 plugins/check_mysql.c:150 | ||
743 | #: plugins/check_real.c:354 plugins/check_smtp.c:298 plugins/check_swap.c:279 | ||
744 | msgid "Invalid argument\n" | ||
745 | msgstr "" | ||
746 | |||
747 | #: plugins/check_hpjd.c:379 | ||
748 | msgid "" | ||
749 | "This plugin tests the STATUS of an HP printer with a JetDirect card.\n" | ||
750 | "Net-snmp must be installed on the computer running the plugin.\n" | ||
751 | "\n" | ||
752 | msgstr "" | ||
753 | |||
754 | #: plugins/check_hpjd.c:387 | ||
755 | #, c-format | ||
756 | msgid "" | ||
757 | " -C, --community=STRING\n" | ||
758 | " The SNMP community name (default=%s)\n" | ||
759 | msgstr "" | ||
760 | |||
761 | #: plugins/check_hpjd.c:400 | ||
762 | #, c-format | ||
763 | msgid "Usage: %s -H host [-C community]\n" | ||
764 | msgstr "" | ||
765 | |||
766 | #: plugins/check_http.c:135 | ||
767 | msgid "check_http: could not parse arguments\n" | ||
768 | msgstr "" | ||
769 | |||
770 | #: plugins/check_http.c:156 | ||
771 | msgid "HTTP CRITICAL - Could not make SSL connection\n" | ||
772 | msgstr "" | ||
773 | |||
774 | #: plugins/check_http.c:162 plugins/check_http.c:499 | ||
775 | msgid "ERROR: Cannot retrieve server certificate.\n" | ||
776 | msgstr "" | ||
777 | |||
778 | #: plugins/check_http.c:233 | ||
779 | msgid "unknown argument" | ||
780 | msgstr "" | ||
781 | |||
782 | #: plugins/check_http.c:245 | ||
783 | msgid "timeout interval must be a non-negative integer" | ||
784 | msgstr "" | ||
785 | |||
786 | #: plugins/check_http.c:251 | ||
787 | msgid "invalid critical threshold" | ||
788 | msgstr "" | ||
789 | |||
790 | #: plugins/check_http.c:259 | ||
791 | msgid "invalid warning threshold" | ||
792 | msgstr "" | ||
793 | |||
794 | #: plugins/check_http.c:273 plugins/check_http.c:288 | ||
795 | msgid "check_http: invalid option - SSL is not available\n" | ||
796 | msgstr "" | ||
797 | |||
798 | #: plugins/check_http.c:282 | ||
799 | msgid "invalid certificate expiration period" | ||
800 | msgstr "" | ||
801 | |||
802 | #: plugins/check_http.c:303 | ||
803 | #, c-format | ||
804 | msgid "option f:%d \n" | ||
805 | msgstr "" | ||
806 | |||
807 | #: plugins/check_http.c:318 | ||
808 | msgid "invalid port number" | ||
809 | msgstr "" | ||
810 | |||
811 | #: plugins/check_http.c:346 | ||
812 | msgid "check_http: call for regex which was not a compiled option\n" | ||
813 | msgstr "" | ||
814 | |||
815 | #: plugins/check_http.c:360 | ||
816 | #, c-format | ||
817 | msgid "Could Not Compile Regular Expression: %s" | ||
818 | msgstr "" | ||
819 | |||
820 | #: plugins/check_http.c:372 plugins/check_ldap.c:233 plugins/check_ping.c:217 | ||
821 | #: plugins/check_smtp.c:288 plugins/check_ssh.c:124 plugins/check_tcp.c:420 | ||
822 | msgid "IPv6 support not available\n" | ||
823 | msgstr "" | ||
824 | |||
825 | #: plugins/check_http.c:394 | ||
826 | msgid "check_http: you must specify a server address or host name\n" | ||
827 | msgstr "" | ||
828 | |||
829 | #: plugins/check_http.c:492 plugins/check_http.c:507 | ||
830 | msgid "Unable to open TCP socket" | ||
831 | msgstr "" | ||
832 | |||
833 | #: plugins/check_http.c:566 | ||
834 | msgid "Client Certificate Required\n" | ||
835 | msgstr "" | ||
836 | |||
837 | #: plugins/check_http.c:568 plugins/check_http.c:573 | ||
838 | msgid "Error in recv()" | ||
839 | msgstr "" | ||
840 | |||
841 | #: plugins/check_http.c:581 | ||
842 | #, c-format | ||
843 | msgid "No data received %s" | ||
844 | msgstr "" | ||
845 | |||
846 | #: plugins/check_http.c:624 | ||
847 | msgid "Invalid HTTP response received from host\n" | ||
848 | msgstr "" | ||
849 | |||
850 | #: plugins/check_http.c:627 | ||
851 | #, c-format | ||
852 | msgid "Invalid HTTP response received from host on port %d\n" | ||
26 | msgstr "" | 853 | msgstr "" |
27 | 854 | ||
28 | #: plugins/check_tcp.c:114 | 855 | #: plugins/check_http.c:635 |
856 | #, c-format | ||
857 | msgid "HTTP OK: Status line output matched \"%s\"\n" | ||
858 | msgstr "" | ||
859 | |||
860 | #: plugins/check_http.c:650 | ||
861 | #, c-format | ||
862 | msgid "HTTP CRITICAL: %s\n" | ||
863 | msgstr "" | ||
864 | |||
865 | #: plugins/check_http.c:659 | ||
866 | #, c-format | ||
867 | msgid "HTTP WARNING: %s\n" | ||
868 | msgstr "" | ||
869 | |||
870 | #: plugins/check_http.c:675 | ||
871 | msgid "ERROR: could not allocate server_address" | ||
872 | msgstr "" | ||
873 | |||
874 | #: plugins/check_http.c:679 | ||
875 | msgid "ERROR: could not allocate server_url" | ||
876 | msgstr "" | ||
877 | |||
878 | #: plugins/check_http.c:727 | ||
879 | #, c-format | ||
880 | msgid "UNKNOWN - Could not find redirect location - %s%s" | ||
881 | msgstr "" | ||
882 | |||
883 | #: plugins/check_http.c:733 | ||
884 | msgid "UNKNOWN" | ||
885 | msgstr "" | ||
886 | |||
887 | #: plugins/check_http.c:735 plugins/check_http.c:828 | ||
888 | msgid "OK" | ||
889 | msgstr "" | ||
890 | |||
891 | #: plugins/check_http.c:737 | ||
892 | msgid "WARNING" | ||
893 | msgstr "" | ||
894 | |||
895 | #: plugins/check_http.c:739 | ||
896 | msgid "CRITICAL" | ||
897 | msgstr "" | ||
898 | |||
899 | #: plugins/check_http.c:742 | ||
900 | #, c-format | ||
901 | msgid " - %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
902 | msgstr "" | ||
903 | |||
904 | #: plugins/check_http.c:755 | ||
905 | #, c-format | ||
906 | msgid "HTTP problem: %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
907 | msgstr "" | ||
908 | |||
909 | #: plugins/check_http.c:768 plugins/check_http.c:783 plugins/check_http.c:811 | ||
910 | #, c-format | ||
911 | msgid "HTTP OK %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
912 | msgstr "" | ||
913 | |||
914 | #: plugins/check_http.c:774 | ||
915 | #, c-format | ||
916 | msgid "" | ||
917 | "CRITICAL - string not found%s|time=%ldus\n" | ||
918 | " size=%dB" | ||
919 | msgstr "" | ||
920 | |||
921 | #: plugins/check_http.c:790 | ||
922 | #, c-format | ||
923 | msgid "CRITICAL - pattern not found%s|time=%ldus size=%dB\n" | ||
924 | msgstr "" | ||
925 | |||
926 | #: plugins/check_http.c:796 | ||
927 | #, c-format | ||
928 | msgid "CRITICAL - Execute Error: %s\n" | ||
929 | msgstr "" | ||
930 | |||
931 | #: plugins/check_http.c:806 | ||
932 | #, c-format | ||
933 | msgid "HTTP WARNING: page size too small%s|size=%i\n" | ||
934 | msgstr "" | ||
935 | |||
936 | #: plugins/check_http.c:828 | ||
937 | #, c-format | ||
938 | msgid "SSL seeding: %s\n" | ||
939 | msgstr "" | ||
940 | |||
941 | #: plugins/check_http.c:828 | ||
942 | msgid "Failed" | ||
943 | msgstr "" | ||
944 | |||
945 | #: plugins/check_http.c:835 | ||
946 | msgid "CRITICAL - Cannot create SSL context.\n" | ||
947 | msgstr "" | ||
948 | |||
949 | #: plugins/check_http.c:859 | ||
950 | msgid "CRITICAL - Cannot initiate SSL handshake.\n" | ||
951 | msgstr "" | ||
952 | |||
953 | #: plugins/check_http.c:887 plugins/check_http.c:899 | ||
954 | msgid "CRITICAL - Wrong time format in certificate.\n" | ||
955 | msgstr "" | ||
956 | |||
957 | #: plugins/check_http.c:928 | ||
958 | #, c-format | ||
959 | msgid "WARNING - Certificate expires in %d day(s) (%s).\n" | ||
960 | msgstr "" | ||
961 | |||
962 | #: plugins/check_http.c:932 | ||
963 | #, c-format | ||
964 | msgid "CRITICAL - Certificate expired on %s.\n" | ||
965 | msgstr "" | ||
966 | |||
967 | #: plugins/check_http.c:937 | ||
968 | #, c-format | ||
969 | msgid "WARNING - Certificate expires today (%s).\n" | ||
970 | msgstr "" | ||
971 | |||
972 | #: plugins/check_http.c:941 | ||
973 | #, c-format | ||
974 | msgid "OK - Certificate will expire on %s.\n" | ||
975 | msgstr "" | ||
976 | |||
977 | #: plugins/check_http.c:998 | ||
978 | msgid "" | ||
979 | "This plugin tests the HTTP service on the specified host. It can test\n" | ||
980 | "normal (http) and secure (https) servers, follow redirects, search for\n" | ||
981 | "strings and regular expressions, check connection times, and report on\n" | ||
982 | "certificate expiration times.\n" | ||
983 | msgstr "" | ||
984 | |||
985 | #: plugins/check_http.c:1006 | ||
986 | msgid "NOTE: One or both of -H and -I must be specified\n" | ||
987 | msgstr "" | ||
988 | |||
989 | #: plugins/check_http.c:1010 | ||
990 | #, c-format | ||
991 | msgid "" | ||
992 | " -H, --hostname=ADDRESS\n" | ||
993 | " Host name argument for servers using host headers (virtual host)\n" | ||
994 | " -I, --IP-address=ADDRESS\n" | ||
995 | " IP address or name (use numeric address if possible to bypass DNS " | ||
996 | "lookup).\n" | ||
997 | " -p, --port=INTEGER\n" | ||
998 | " Port number (default: %d)\n" | ||
999 | msgstr "" | ||
1000 | |||
1001 | #: plugins/check_http.c:1021 | ||
1002 | msgid "" | ||
1003 | " -S, --ssl\n" | ||
1004 | " Connect via SSL\n" | ||
1005 | " -C, --certificate=INTEGER\n" | ||
1006 | " Minimum number of days a certificate has to be valid.\n" | ||
1007 | " (when this option is used the url is not checked.)\n" | ||
1008 | msgstr "" | ||
1009 | |||
1010 | #: plugins/check_http.c:1029 | ||
1011 | #, c-format | ||
1012 | msgid "" | ||
1013 | " -e, --expect=STRING\n" | ||
1014 | " String to expect in first (status) line of server response (default: %s)\n" | ||
1015 | " If specified skips all other status line logic (ex: 3xx, 4xx, 5xx " | ||
1016 | "processing)\n" | ||
1017 | " -s, --string=STRING\n" | ||
1018 | " String to expect in the content\n" | ||
1019 | " -u, --url=PATH\n" | ||
1020 | " URL to GET or POST (default: /)\n" | ||
1021 | " -P, --post=STRING\n" | ||
1022 | " URL encoded http POST data\n" | ||
1023 | msgstr "" | ||
1024 | |||
1025 | #: plugins/check_http.c:1041 | ||
1026 | msgid "" | ||
1027 | " -l, --linespan\n" | ||
1028 | " Allow regex to span newlines (must precede -r or -R)\n" | ||
1029 | " -r, --regex, --ereg=STRING\n" | ||
1030 | " Search page for regex STRING\n" | ||
1031 | " -R, --eregi=STRING\n" | ||
1032 | " Search page for case-insensitive regex STRING\n" | ||
1033 | msgstr "" | ||
1034 | |||
1035 | #: plugins/check_http.c:1050 | ||
1036 | msgid "" | ||
1037 | " -a, --authorization=AUTH_PAIR\n" | ||
1038 | " Username:password on sites with basic authentication\n" | ||
1039 | " -L, --link=URL\n" | ||
1040 | " Wrap output in HTML link (obsoleted by urlize)\n" | ||
1041 | " -f, --onredirect=<ok|warning|critical|follow>\n" | ||
1042 | " How to handle redirected pages\n" | ||
1043 | " -m, --min=INTEGER\n" | ||
1044 | " Minimum page size required (bytes)\n" | ||
1045 | msgstr "" | ||
1046 | |||
1047 | #: plugins/check_http.c:1066 | ||
1048 | msgid "" | ||
1049 | "This plugin will attempt to open an HTTP connection with the host. " | ||
1050 | "Successful\n" | ||
1051 | "connects return STATE_OK, refusals and timeouts return STATE_CRITICAL, " | ||
1052 | "other\n" | ||
1053 | "errors return STATE_UNKNOWN. Successful connects, but incorrect reponse\n" | ||
1054 | "messages from the host result in STATE_WARNING return values. If you are\n" | ||
1055 | "checking a virtual server that uses 'host headers' you must supply the FQDN\n" | ||
1056 | "(fully qualified domain name) as the [host_name] argument.\n" | ||
1057 | msgstr "" | ||
1058 | |||
1059 | #: plugins/check_http.c:1075 | ||
1060 | msgid "" | ||
1061 | "\n" | ||
1062 | "This plugin can also check whether an SSL enabled web server is able to\n" | ||
1063 | "serve content (optionally within a specified time) or whether the X509 \n" | ||
1064 | "certificate is still valid for the specified number of days.\n" | ||
1065 | msgstr "" | ||
1066 | |||
1067 | #: plugins/check_http.c:1079 | ||
1068 | msgid "" | ||
1069 | "\n" | ||
1070 | "CHECK CONTENT: check_http -w 5 -c 10 --ssl www.verisign.com\n" | ||
1071 | "\n" | ||
1072 | "When the 'www.verisign.com' server returns its content within 5 seconds, a\n" | ||
1073 | "STATE_OK will be returned. When the server returns its content but exceeds\n" | ||
1074 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | ||
1075 | "occurs,\n" | ||
1076 | "a STATE_CRITICAL will be returned.\n" | ||
1077 | "\n" | ||
1078 | msgstr "" | ||
1079 | |||
1080 | #: plugins/check_http.c:1086 | ||
1081 | msgid "" | ||
1082 | "CHECK CERTIFICATE: check_http www.verisign.com -C 14\n" | ||
1083 | "\n" | ||
1084 | "When the certificate of 'www.verisign.com' is valid for more than 14 days, " | ||
1085 | "a\n" | ||
1086 | "STATE_OK is returned. When the certificate is still valid, but for less " | ||
1087 | "than\n" | ||
1088 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned " | ||
1089 | "when\n" | ||
1090 | "the certificate is expired.\n" | ||
1091 | msgstr "" | ||
1092 | |||
1093 | #: plugins/check_http.c:1104 | ||
1094 | #, c-format | ||
1095 | msgid "" | ||
1096 | "Usage: %s (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n" | ||
1097 | " [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n" | ||
1098 | " [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n" | ||
1099 | " [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n" | ||
1100 | " [-P string] [-m min_pg_size] [-4|-6]\n" | ||
1101 | msgstr "" | ||
1102 | |||
1103 | #: plugins/check_ide-smart.c:163 | ||
1104 | #, c-format | ||
1105 | msgid "Critical: SMART_READ_VALUES: %s\n" | ||
1106 | msgstr "" | ||
1107 | |||
1108 | #: plugins/check_ide-smart.c:228 | ||
1109 | #, c-format | ||
1110 | msgid "Critical: %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n" | ||
1111 | msgstr "" | ||
1112 | |||
1113 | #: plugins/check_ide-smart.c:235 | ||
1114 | #, c-format | ||
1115 | msgid "Warning: %d Harddrive Advisor%s Detected. %d/%d tests failed.\n" | ||
1116 | msgstr "" | ||
1117 | |||
1118 | #: plugins/check_ide-smart.c:242 | ||
1119 | #, c-format | ||
1120 | msgid "Status: Operational (%d/%d tests passed)\n" | ||
1121 | msgstr "" | ||
1122 | |||
1123 | #: plugins/check_ide-smart.c:245 | ||
1124 | #, c-format | ||
1125 | msgid "Error: Status '%d' uknown. %d/%d tests passed\n" | ||
1126 | msgstr "" | ||
1127 | |||
1128 | #: plugins/check_ide-smart.c:274 | ||
1129 | #, c-format | ||
1130 | msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n" | ||
1131 | msgstr "" | ||
1132 | |||
1133 | #: plugins/check_ide-smart.c:280 | ||
1134 | #, c-format | ||
1135 | msgid "OffLineCapability=%d {%s %s %s}\n" | ||
1136 | msgstr "" | ||
1137 | |||
1138 | #: plugins/check_ide-smart.c:286 | ||
1139 | #, c-format | ||
1140 | msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n" | ||
1141 | msgstr "" | ||
1142 | |||
1143 | #: plugins/check_ide-smart.c:323 | ||
1144 | #, c-format | ||
1145 | msgid "Critical: %s: %s\n" | ||
1146 | msgstr "" | ||
1147 | |||
1148 | #: plugins/check_ide-smart.c:340 | ||
1149 | #, c-format | ||
1150 | msgid "Critical: SMART_READ_THRESHOLDS: %s\n" | ||
1151 | msgstr "" | ||
1152 | |||
1153 | #: plugins/check_ide-smart.c:358 | ||
1154 | msgid "" | ||
1155 | "Usage: check_ide-smart [DEVICE] [OPTION]\n" | ||
1156 | " -d, --device=DEVICE\n" | ||
1157 | " Select device DEVICE\n" | ||
1158 | " -i, --immediate\n" | ||
1159 | " Perform immediately offline tests\n" | ||
1160 | " -q, --quiet-check\n" | ||
1161 | " Returns the number of failed tests\n" | ||
1162 | " -1, --auto-on\n" | ||
1163 | " Turn on automatic offline tests\n" | ||
1164 | " -0, --auto-off\n" | ||
1165 | " Turn off automatic offline tests\n" | ||
1166 | " -n, --net-saint\n" | ||
1167 | " Output suitable for Net Saint\n" | ||
1168 | " -h, --help\n" | ||
1169 | " -V, --version\n" | ||
1170 | msgstr "" | ||
1171 | |||
1172 | #: plugins/check_ide-smart.c:432 | ||
1173 | #, c-format | ||
1174 | msgid "Try `%s --help' for more information.\n" | ||
1175 | msgstr "" | ||
1176 | |||
1177 | #: plugins/check_ide-smart.c:449 | ||
1178 | #, c-format | ||
1179 | msgid "Critical: Couldn't open device: %s\n" | ||
1180 | msgstr "" | ||
1181 | |||
1182 | #: plugins/check_ide-smart.c:454 | ||
1183 | msgid "Critical: SMART_CMD_ENABLE\n" | ||
1184 | msgstr "" | ||
1185 | |||
1186 | #: plugins/check_ldap.c:68 | ||
1187 | msgid "check_ldap: could not parse arguments\n" | ||
1188 | msgstr "" | ||
1189 | |||
1190 | #: plugins/check_ldap.c:82 | ||
1191 | #, c-format | ||
1192 | msgid "Could not connect to the server at port %i\n" | ||
1193 | msgstr "" | ||
1194 | |||
1195 | #: plugins/check_ldap.c:90 | ||
1196 | #, c-format | ||
1197 | msgid "Could not set protocol version %d\n" | ||
1198 | msgstr "" | ||
1199 | |||
1200 | #: plugins/check_ldap.c:98 | ||
1201 | msgid "Could not bind to the ldap-server\n" | ||
1202 | msgstr "" | ||
1203 | |||
1204 | #: plugins/check_ldap.c:106 | ||
1205 | #, c-format | ||
1206 | msgid "Could not search/find objectclasses in %s\n" | ||
1207 | msgstr "" | ||
1208 | |||
1209 | #: plugins/check_ldap.c:123 | ||
1210 | #, c-format | ||
1211 | msgid "LDAP CRITICAL - %i seconds response time\n" | ||
1212 | msgstr "" | ||
1213 | |||
1214 | #: plugins/check_ldap.c:128 | ||
1215 | #, c-format | ||
1216 | msgid "LDAP WARNING - %i seconds response time\n" | ||
1217 | msgstr "" | ||
1218 | |||
1219 | #: plugins/check_ldap.c:133 | ||
1220 | #, c-format | ||
1221 | msgid "LDAP OK - %i seconds response time\n" | ||
1222 | msgstr "" | ||
1223 | |||
1224 | #: plugins/check_ldap.c:190 | ||
1225 | msgid "timeout interval must be a positive integer" | ||
1226 | msgstr "" | ||
1227 | |||
1228 | #: plugins/check_ldap.c:237 | ||
1229 | msgid "check_ldap: could not parse unknown arguments\n" | ||
1230 | msgstr "" | ||
1231 | |||
1232 | #: plugins/check_ldap.c:256 | ||
1233 | msgid "please specify the host name\n" | ||
1234 | msgstr "" | ||
1235 | |||
1236 | #: plugins/check_ldap.c:259 | ||
1237 | msgid "please specify the LDAP base\n" | ||
1238 | msgstr "" | ||
1239 | |||
1240 | #: plugins/check_ldap.c:278 | ||
1241 | msgid "Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n" | ||
1242 | msgstr "" | ||
1243 | |||
1244 | #: plugins/check_ldap.c:289 | ||
1245 | msgid "" | ||
1246 | " -a [--attr]\n" | ||
1247 | " ldap attribute to search (default: \"(objectclass=*)\"\n" | ||
1248 | " -b [--base]\n" | ||
1249 | " ldap base (eg. ou=my unit, o=my org, c=at)\n" | ||
1250 | " -D [--bind]\n" | ||
1251 | " ldap bind DN (if required)\n" | ||
1252 | " -P [--pass]\n" | ||
1253 | " ldap password (if required)\n" | ||
1254 | msgstr "" | ||
1255 | |||
1256 | #: plugins/check_ldap.c:300 | ||
1257 | #, c-format | ||
1258 | msgid "" | ||
1259 | " -2 [--ver2]\n" | ||
1260 | " use ldap protocol version 2\n" | ||
1261 | " -3 [--ver3]\n" | ||
1262 | " use ldap protocol version 3\n" | ||
1263 | " (default protocol version: %d)\n" | ||
1264 | msgstr "" | ||
1265 | |||
1266 | #: plugins/check_ldap.c:324 | ||
1267 | #, c-format | ||
1268 | msgid "" | ||
1269 | "Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n" | ||
1270 | " [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n" | ||
1271 | "(Note: all times are in seconds.)\n" | ||
1272 | msgstr "" | ||
1273 | |||
1274 | #: plugins/check_load.c:88 plugins/check_load.c:107 | ||
1275 | #, c-format | ||
1276 | msgid "Error opening %s\n" | ||
1277 | msgstr "" | ||
1278 | |||
1279 | #: plugins/check_load.c:119 | ||
1280 | #, c-format | ||
1281 | msgid "Error code %d returned in %s\n" | ||
1282 | msgstr "" | ||
1283 | |||
1284 | #: plugins/check_load.c:127 | ||
1285 | msgid "Error in getloadavg()\n" | ||
1286 | msgstr "" | ||
1287 | |||
1288 | #: plugins/check_load.c:130 plugins/check_load.c:132 | ||
1289 | #, c-format | ||
1290 | msgid "Error processing %s\n" | ||
1291 | msgstr "" | ||
1292 | |||
1293 | #: plugins/check_load.c:137 | ||
1294 | #, c-format | ||
1295 | msgid "load average: %.2f, %.2f, %.2f" | ||
1296 | msgstr "" | ||
1297 | |||
1298 | #: plugins/check_load.c:139 | ||
1299 | #, c-format | ||
1300 | msgid "CRITICAL - %s\n" | ||
1301 | msgstr "" | ||
1302 | |||
1303 | #: plugins/check_load.c:143 | ||
1304 | #, c-format | ||
1305 | msgid "WARNING - %s\n" | ||
1306 | msgstr "" | ||
1307 | |||
1308 | #: plugins/check_load.c:146 | ||
1309 | #, c-format | ||
1310 | msgid "OK - %s\n" | ||
1311 | msgstr "" | ||
1312 | |||
1313 | #: plugins/check_load.c:194 | ||
1314 | msgid "Warning threshold must be float or float triplet!\n" | ||
1315 | msgstr "" | ||
1316 | |||
1317 | #: plugins/check_load.c:210 | ||
1318 | msgid "Critical threshold must be float or float triplet!\n" | ||
1319 | msgstr "" | ||
1320 | |||
1321 | #: plugins/check_load.c:265 | ||
1322 | msgid "Warning threshold for 1-minute load average is not specified\n" | ||
1323 | msgstr "" | ||
1324 | |||
1325 | #: plugins/check_load.c:267 | ||
1326 | msgid "Warning threshold for 5-minute load average is not specified\n" | ||
1327 | msgstr "" | ||
1328 | |||
1329 | #: plugins/check_load.c:269 | ||
1330 | msgid "Warning threshold for 15-minute load average is not specified\n" | ||
1331 | msgstr "" | ||
1332 | |||
1333 | #: plugins/check_load.c:271 | ||
1334 | msgid "Critical threshold for 1-minute load average is not specified\n" | ||
1335 | msgstr "" | ||
1336 | |||
1337 | #: plugins/check_load.c:273 | ||
1338 | msgid "Critical threshold for 5-minute load average is not specified\n" | ||
1339 | msgstr "" | ||
1340 | |||
1341 | #: plugins/check_load.c:275 | ||
1342 | msgid "Critical threshold for 15-minute load average is not specified\n" | ||
1343 | msgstr "" | ||
1344 | |||
1345 | #: plugins/check_load.c:277 | ||
1346 | msgid "" | ||
1347 | "Parameter inconsistency: 1-minute \"warning load\" greater than \"critical " | ||
1348 | "load\".\n" | ||
1349 | msgstr "" | ||
1350 | |||
1351 | #: plugins/check_load.c:279 | ||
1352 | msgid "" | ||
1353 | "Parameter inconsistency: 5-minute \"warning load\" greater than \"critical " | ||
1354 | "load\".\n" | ||
1355 | msgstr "" | ||
1356 | |||
1357 | #: plugins/check_load.c:281 | ||
1358 | msgid "" | ||
1359 | "Parameter inconsistency: 15-minute \"warning load\" greater than \"critical " | ||
1360 | "load\".\n" | ||
1361 | msgstr "" | ||
1362 | |||
1363 | #: plugins/check_load.c:295 | ||
1364 | msgid "" | ||
1365 | "Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>\n" | ||
1366 | msgstr "" | ||
1367 | |||
1368 | #: plugins/check_load.c:298 | ||
1369 | msgid "" | ||
1370 | "This plugin tests the current system load average.\n" | ||
1371 | "\n" | ||
1372 | msgstr "" | ||
1373 | |||
1374 | #: plugins/check_load.c:304 | ||
1375 | msgid "" | ||
1376 | " -w, --warning=WLOAD1,WLOAD5,WLOAD15\n" | ||
1377 | " Exit with WARNING status if load average exceeds WLOADn\n" | ||
1378 | " -c, --critical=CLOAD1,CLOAD5,CLOAD15\n" | ||
1379 | " Exit with CRITICAL status if load average exceed CLOADn\n" | ||
1380 | "\n" | ||
1381 | "the load average format is the same used by \"uptime\" and \"w\"\n" | ||
1382 | "\n" | ||
1383 | msgstr "" | ||
1384 | |||
1385 | #: plugins/check_load.c:317 | ||
1386 | #, c-format | ||
1387 | msgid "Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n" | ||
1388 | msgstr "" | ||
1389 | |||
1390 | #: plugins/check_mrtg.c:62 plugins/check_mrtgtraf.c:72 | ||
1391 | msgid "Unable to open MRTG log file\n" | ||
1392 | msgstr "" | ||
1393 | |||
1394 | #: plugins/check_mrtg.c:110 plugins/check_mrtgtraf.c:114 | ||
1395 | msgid "Unable to process MRTG log file\n" | ||
1396 | msgstr "" | ||
1397 | |||
1398 | #: plugins/check_mrtg.c:119 plugins/check_mrtgtraf.c:121 | ||
1399 | #, c-format | ||
1400 | msgid "MRTG data has expired (%d minutes old)\n" | ||
1401 | msgstr "" | ||
1402 | |||
1403 | #: plugins/check_mrtg.c:139 | ||
1404 | msgid "Ave" | ||
1405 | msgstr "" | ||
1406 | |||
1407 | #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:175 | ||
1408 | #: plugins/check_mrtgtraf.c:183 plugins/check_mrtgtraf.c:184 | ||
1409 | #: plugins/check_mrtgtraf.c:189 plugins/check_mrtgtraf.c:190 | ||
1410 | msgid "Max" | ||
1411 | msgstr "" | ||
1412 | |||
1413 | #: plugins/check_mrtg.c:203 plugins/check_mrtg.c:255 | ||
1414 | msgid "Invalid variable number\n" | ||
1415 | msgstr "" | ||
1416 | |||
1417 | #: plugins/check_mrtg.c:238 | ||
1418 | #, c-format | ||
1419 | msgid "" | ||
1420 | "%s is not a valid expiration time\n" | ||
1421 | "Use '%s -h' for additional help\n" | ||
1422 | msgstr "" | ||
1423 | |||
1424 | #: plugins/check_mrtg.c:282 | ||
1425 | msgid "You must supply the variable number\n" | ||
1426 | msgstr "" | ||
1427 | |||
1428 | #: plugins/check_mrtg.c:306 | ||
1429 | msgid "" | ||
1430 | "This plugin will check either the average or maximum value of one of the\n" | ||
1431 | "two variables recorded in an MRTG log file.\n" | ||
1432 | msgstr "" | ||
1433 | |||
1434 | #: plugins/check_mrtg.c:314 | ||
1435 | msgid "" | ||
1436 | " -F, --logfile=FILE\n" | ||
1437 | " The MRTG log file containing the data you want to monitor\n" | ||
1438 | " -e, --expires=MINUTES\n" | ||
1439 | " Minutes before MRTG data is considered to be too old\n" | ||
1440 | " -a, --aggregation=AVG|MAX\n" | ||
1441 | " Should we check average or maximum values?\n" | ||
1442 | " -v, --variable=INTEGER\n" | ||
1443 | " Which variable set should we inspect? (1 or 2)\n" | ||
1444 | " -w, --warning=INTEGER\n" | ||
1445 | " Threshold value for data to result in WARNING status\n" | ||
1446 | " -c, --critical=INTEGER\n" | ||
1447 | " Threshold value for data to result in CRITICAL status\n" | ||
1448 | msgstr "" | ||
1449 | |||
1450 | #: plugins/check_mrtg.c:328 | ||
1451 | #, c-format | ||
1452 | msgid "" | ||
1453 | " -l, --label=STRING\n" | ||
1454 | " Type label for data (Examples: Conns, \"Processor Load\", In, Out)\n" | ||
1455 | " -u, --units=STRING\n" | ||
1456 | " Option units label for data (Example: Packets/Sec, Errors/Sec, \n" | ||
1457 | " \"Bytes Per Second\", \"%% Utilization\")\n" | ||
1458 | msgstr "" | ||
1459 | |||
1460 | #: plugins/check_mrtg.c:335 | ||
1461 | msgid "" | ||
1462 | "If the value exceeds the <vwl> threshold, a WARNING status is returned. If\n" | ||
1463 | "the value exceeds the <vcl> threshold, a CRITICAL status is returned. If\n" | ||
1464 | "the data in the log file is older than <expire_minutes> old, a WARNING\n" | ||
1465 | "status is returned and a warning message is printed.\n" | ||
1466 | "\n" | ||
1467 | msgstr "" | ||
1468 | |||
1469 | #: plugins/check_mrtg.c:341 | ||
1470 | msgid "" | ||
1471 | "This plugin is useful for monitoring MRTG data that does not correspond to\n" | ||
1472 | "bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth).\n" | ||
1473 | "It can be used to monitor any kind of data that MRTG is monitoring - " | ||
1474 | "errors,\n" | ||
1475 | "packets/sec, etc. I use MRTG in conjuction with the Novell NLM that allows\n" | ||
1476 | "me to track processor utilization, user connections, drive space, etc and\n" | ||
1477 | "this plugin works well for monitoring that kind of data as well.\n" | ||
1478 | "\n" | ||
1479 | msgstr "" | ||
1480 | |||
1481 | #: plugins/check_mrtg.c:348 | ||
1482 | msgid "" | ||
1483 | "Notes:\n" | ||
1484 | "- This plugin only monitors one of the two variables stored in the MRTG log\n" | ||
1485 | " file. If you want to monitor both values you will have to define two\n" | ||
1486 | " commands with different values for the <variable> argument. Of course,\n" | ||
1487 | " you can always hack the code to make this plugin work for you...\n" | ||
1488 | "- MRTG stands for the Multi Router Traffic Grapher. It can be downloaded " | ||
1489 | "from\n" | ||
1490 | " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n" | ||
1491 | msgstr "" | ||
1492 | |||
1493 | #: plugins/check_mrtg.c:368 | ||
1494 | #, c-format | ||
1495 | msgid "" | ||
1496 | "Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n" | ||
1497 | " [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n" | ||
1498 | msgstr "" | ||
1499 | |||
1500 | #: plugins/check_mrtgtraf.c:174 | ||
1501 | #, c-format | ||
1502 | msgid "Traffic CRITICAL %s. In = %0.1f %s, %s. Out = %0.1f %s" | ||
1503 | msgstr "" | ||
1504 | |||
1505 | #: plugins/check_mrtgtraf.c:175 plugins/check_mrtgtraf.c:183 | ||
1506 | #: plugins/check_mrtgtraf.c:184 plugins/check_mrtgtraf.c:189 | ||
1507 | #: plugins/check_mrtgtraf.c:190 | ||
1508 | msgid "Avg" | ||
1509 | msgstr "" | ||
1510 | |||
1511 | #: plugins/check_mrtgtraf.c:182 | ||
1512 | #, c-format | ||
1513 | msgid "Traffic WARNING %s. In = %0.1f %s, %s. Out = %0.1f %s" | ||
1514 | msgstr "" | ||
1515 | |||
1516 | #: plugins/check_mrtgtraf.c:188 | ||
1517 | #, c-format | ||
1518 | msgid "Traffic OK - %s. In = %0.1f %s, %s. Out = %0.1f %s\n" | ||
1519 | msgstr "" | ||
1520 | |||
1521 | #: plugins/check_mrtgtraf.c:193 | ||
1522 | #, c-format | ||
1523 | msgid "UNKNOWN %s\n" | ||
1524 | msgstr "" | ||
1525 | |||
1526 | #: plugins/check_mrtgtraf.c:332 | ||
1527 | msgid "" | ||
1528 | " -F, --filename=STRING\n" | ||
1529 | " File to read log from\n" | ||
1530 | " -e, --expires=INTEGER\n" | ||
1531 | " Minutes after which log expires\n" | ||
1532 | " -a, --aggregation=(AVG|MAX)\n" | ||
1533 | " Test average or maximum\n" | ||
1534 | " -w, --warning\n" | ||
1535 | " Warning threshold pair \"<incoming>,<outgoing>\"\n" | ||
1536 | " -c, --critical\n" | ||
1537 | " Critical threshold pair \"<incoming>,<outgoing>\"\n" | ||
1538 | msgstr "" | ||
1539 | |||
1540 | #: plugins/check_mrtgtraf.c:344 | ||
1541 | msgid "" | ||
1542 | "\n" | ||
1543 | "This plugin will check the incoming/outgoing transfer rates of a router,\n" | ||
1544 | "switch, etc recorded in an MRTG log. If the newest log entry is older\n" | ||
1545 | "than <expire_minutes>, a WARNING status is returned. If either the\n" | ||
1546 | "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n" | ||
1547 | "Bytes/sec), a CRITICAL status results. If either of the rates exceed\n" | ||
1548 | "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n" | ||
1549 | "\n" | ||
1550 | msgstr "" | ||
1551 | |||
1552 | #: plugins/check_mrtgtraf.c:352 | ||
1553 | msgid "" | ||
1554 | "Notes:\n" | ||
1555 | "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n" | ||
1556 | " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n" | ||
1557 | "- While MRTG can monitor things other than traffic rates, this\n" | ||
1558 | " plugin probably won't work with much else without modification.\n" | ||
1559 | "- The calculated i/o rates are a little off from what MRTG actually\n" | ||
1560 | " reports. I'm not sure why this is right now, but will look into it\n" | ||
1561 | " for future enhancements of this plugin.\n" | ||
1562 | msgstr "" | ||
1563 | |||
1564 | #: plugins/check_mrtgtraf.c:370 | ||
1565 | #, c-format | ||
1566 | msgid "" | ||
1567 | "Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c " | ||
1568 | "<critical_pair>\n" | ||
1569 | " [-e expire_minutes] [-t timeout] [-v]\n" | ||
1570 | msgstr "" | ||
1571 | |||
1572 | #: plugins/check_mysql.c:217 | ||
1573 | msgid "This program tests connections to a mysql server\n" | ||
1574 | msgstr "" | ||
1575 | |||
1576 | #: plugins/check_mysql.c:225 | ||
1577 | msgid "" | ||
1578 | " -d, --database=STRING\n" | ||
1579 | " Check database with indicated name\n" | ||
1580 | " -u, --username=STRING\n" | ||
1581 | " Connect using the indicated username\n" | ||
1582 | " -p, --password=STRING\n" | ||
1583 | " Use the indicated password to authenticate the connection\n" | ||
1584 | " ==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <==\n" | ||
1585 | " Your clear-text password will be visible as a process table entry\n" | ||
1586 | msgstr "" | ||
1587 | |||
1588 | #: plugins/check_mysql.c:235 | ||
1589 | #, c-format | ||
1590 | msgid "" | ||
1591 | "\n" | ||
1592 | "There are no required arguments. By default, the local database with\n" | ||
1593 | "a server listening on MySQL standard port %d will be checked\n" | ||
1594 | msgstr "" | ||
1595 | |||
1596 | #: plugins/check_mysql.c:248 | ||
1597 | #, c-format | ||
1598 | msgid "Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password]\n" | ||
1599 | msgstr "" | ||
1600 | |||
1601 | #: plugins/check_nagios.c:74 | ||
1602 | msgid "Error: Cannot open status log for reading!\n" | ||
1603 | msgstr "" | ||
1604 | |||
1605 | #: plugins/check_nagios.c:112 | ||
1606 | #, c-format | ||
1607 | msgid "Found process: %s\n" | ||
1608 | msgstr "" | ||
1609 | |||
1610 | #: plugins/check_nagios.c:132 | ||
1611 | msgid "Could not locate a running Nagios process!\n" | ||
1612 | msgstr "" | ||
1613 | |||
1614 | #: plugins/check_nagios.c:143 | ||
1615 | #, c-format | ||
1616 | msgid "Nagios %s: located %d process%s, status log updated %d second%s ago\n" | ||
1617 | msgstr "" | ||
1618 | |||
1619 | #: plugins/check_nagios.c:182 plugins/check_nagios.c:216 | ||
1620 | #, c-format | ||
1621 | msgid "" | ||
1622 | "Expiration time must be an integer (seconds)\n" | ||
1623 | "Type '%s -h' for additional help\n" | ||
1624 | msgstr "" | ||
1625 | |||
1626 | #: plugins/check_nagios.c:196 | ||
1627 | #, c-format | ||
1628 | msgid "" | ||
1629 | "%s: Unknown argument: %c\n" | ||
1630 | "\n" | ||
1631 | msgstr "" | ||
1632 | |||
1633 | #: plugins/check_nagios.c:228 | ||
1634 | #, c-format | ||
1635 | msgid "" | ||
1636 | "You must provide the status_log\n" | ||
1637 | "Type '%s -h' for additional help\n" | ||
1638 | msgstr "" | ||
1639 | |||
1640 | #: plugins/check_nagios.c:232 | ||
1641 | #, c-format | ||
1642 | msgid "" | ||
1643 | "You must provide a process string\n" | ||
1644 | "Type '%s -h' for additional help\n" | ||
1645 | msgstr "" | ||
1646 | |||
1647 | #: plugins/check_nagios.c:250 | ||
1648 | msgid "" | ||
1649 | "This plugin attempts to check the status of the Nagios process on the local\n" | ||
1650 | "machine. The plugin will check to make sure the Nagios status log is no " | ||
1651 | "older\n" | ||
1652 | "than the number of minutes specified by the <expire_minutes> option. It " | ||
1653 | "also\n" | ||
1654 | "uses the /bin/ps command to check for a process matching whatever you " | ||
1655 | "specify\n" | ||
1656 | "by the <process_string> argument.\n" | ||
1657 | msgstr "" | ||
1658 | |||
1659 | #: plugins/check_nagios.c:261 | ||
1660 | msgid "" | ||
1661 | "-F, --filename=FILE\n" | ||
1662 | " Name of the log file to check\n" | ||
1663 | "-e, --expires=INTEGER\n" | ||
1664 | " Seconds aging afterwhich logfile is condsidered stale\n" | ||
1665 | "-C, --command=STRING\n" | ||
1666 | " Command to search for in process table\n" | ||
1667 | msgstr "" | ||
1668 | |||
1669 | #: plugins/check_nagios.c:269 | ||
1670 | msgid "" | ||
1671 | "Example:\n" | ||
1672 | " ./check_nagios -e 5 \\ -F /usr/local/nagios/var/status.log \\ -C /usr/" | ||
1673 | "local/nagios/bin/nagios\n" | ||
1674 | msgstr "" | ||
1675 | |||
1676 | #: plugins/check_nagios.c:282 | ||
1677 | #, c-format | ||
1678 | msgid "" | ||
1679 | "Usage: %s -F <status log file> -e <expire_minutes> -C <process_string>\n" | ||
1680 | msgstr "" | ||
1681 | |||
1682 | #: plugins/check_nt.c:121 plugins/check_nt.c:174 | ||
1683 | msgid "missing -l parameters" | ||
1684 | msgstr "" | ||
1685 | |||
1686 | #: plugins/check_nt.c:123 | ||
1687 | msgid "wrong -l parameter." | ||
1688 | msgstr "" | ||
1689 | |||
1690 | #: plugins/check_nt.c:127 | ||
1691 | msgid "CPU Load" | ||
1692 | msgstr "" | ||
1693 | |||
1694 | #: plugins/check_nt.c:148 | ||
1695 | #, c-format | ||
1696 | msgid " %lu%% (%lu min average)" | ||
1697 | msgstr "" | ||
1698 | |||
1699 | #: plugins/check_nt.c:155 | ||
1700 | msgid "not enough values for -l parameters" | ||
1701 | msgstr "" | ||
1702 | |||
1703 | #: plugins/check_nt.c:167 | ||
1704 | #, c-format | ||
1705 | msgid "System Uptime : %u day(s) %u hour(s) %u minute(s)" | ||
1706 | msgstr "" | ||
1707 | |||
1708 | #: plugins/check_nt.c:176 | ||
1709 | msgid "wrong -l argument" | ||
1710 | msgstr "" | ||
1711 | |||
1712 | #: plugins/check_nt.c:185 | ||
1713 | #, c-format | ||
1714 | msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)" | ||
1715 | msgstr "" | ||
1716 | |||
1717 | #: plugins/check_nt.c:200 | ||
1718 | msgid "Free disk space : Invalid drive " | ||
1719 | msgstr "" | ||
1720 | |||
1721 | #: plugins/check_nt.c:210 | ||
1722 | msgid "No service/process specified" | ||
1723 | msgstr "" | ||
1724 | |||
1725 | #: plugins/check_nt.c:214 | ||
1726 | msgid "ShowAll" | ||
1727 | msgstr "" | ||
1728 | |||
1729 | #: plugins/check_nt.c:214 | ||
1730 | msgid "ShowFail" | ||
1731 | msgstr "" | ||
1732 | |||
1733 | #: plugins/check_nt.c:229 | ||
1734 | #, c-format | ||
1735 | msgid "" | ||
1736 | "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)" | ||
1737 | msgstr "" | ||
1738 | |||
1739 | #: plugins/check_nt.c:245 plugins/check_nt.c:281 | ||
1740 | msgid "No counter specified" | ||
1741 | msgstr "" | ||
1742 | |||
1743 | #: plugins/check_nt.c:396 plugins/check_nwstat.c:771 | ||
1744 | #: plugins/check_overcr.c:348 | ||
1745 | #, c-format | ||
1746 | msgid "" | ||
1747 | "Server port an integer (seconds)\n" | ||
1748 | "Type '%s -h' for additional help\n" | ||
1749 | msgstr "" | ||
1750 | |||
1751 | #: plugins/check_nt.c:449 | ||
1752 | msgid "None" | ||
1753 | msgstr "" | ||
1754 | |||
1755 | #: plugins/check_nt.c:508 | ||
1756 | msgid "" | ||
1757 | "Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n" | ||
1758 | "\n" | ||
1759 | "This plugin collects data from the NSClient service running on a\n" | ||
1760 | "Windows NT/2000/XP server.\n" | ||
1761 | "\n" | ||
1762 | msgstr "" | ||
1763 | |||
1764 | #: plugins/check_nt.c:513 | ||
1765 | #, c-format | ||
1766 | msgid "" | ||
1767 | "\n" | ||
1768 | "Options:\n" | ||
1769 | "-H, --hostname=HOST\n" | ||
1770 | " Name of the host to check\n" | ||
1771 | "-p, --port=INTEGER\n" | ||
1772 | " Optional port number (default: %d)\n" | ||
1773 | "-s <password>\n" | ||
1774 | " Password needed for the request\n" | ||
1775 | "-w, --warning=INTEGER\n" | ||
1776 | " Threshold which will result in a warning status\n" | ||
1777 | "-c, --critical=INTEGER\n" | ||
1778 | " Threshold which will result in a critical status\n" | ||
1779 | "-t, --timeout=INTEGER\n" | ||
1780 | " Seconds before connection attempt times out (default: %d)\n" | ||
1781 | "-h, --help\n" | ||
1782 | " Print this help screen\n" | ||
1783 | "-V, --version\n" | ||
1784 | " Print version information\n" | ||
1785 | msgstr "" | ||
1786 | |||
1787 | #: plugins/check_nt.c:531 | ||
1788 | msgid "" | ||
1789 | "-v, --variable=STRING\n" | ||
1790 | " Variable to check. Valid variables are:\n" | ||
1791 | msgstr "" | ||
1792 | |||
1793 | #: plugins/check_nt.c:534 | ||
1794 | msgid " CLIENTVERSION = Get the NSClient version\n" | ||
1795 | msgstr "" | ||
1796 | |||
1797 | #: plugins/check_nt.c:536 | ||
1798 | msgid "" | ||
1799 | " CPULOAD = Average CPU load on last x minutes.\n" | ||
1800 | " Request a -l parameter with the following syntax:\n" | ||
1801 | " -l <minutes range>,<warning threshold>,<critical threshold>.\n" | ||
1802 | " <minute range> should be less than 24*60.\n" | ||
1803 | " Thresholds are percentage and up to 10 requests can be done in one " | ||
1804 | "shot.\n" | ||
1805 | " ie: -l 60,90,95,120,90,95\n" | ||
1806 | msgstr "" | ||
1807 | |||
1808 | #: plugins/check_nt.c:543 | ||
1809 | msgid "" | ||
1810 | " UPTIME = Get the uptime of the machine.\n" | ||
1811 | " No specific parameters. No warning or critical threshold\n" | ||
1812 | msgstr "" | ||
1813 | |||
1814 | #: plugins/check_nt.c:546 | ||
1815 | msgid "" | ||
1816 | " USEDDISKSPACE = Size and percentage of disk use.\n" | ||
1817 | " Request a -l parameter containing the drive letter only.\n" | ||
1818 | " Warning and critical thresholds can be specified with -w and -c.\n" | ||
1819 | msgstr "" | ||
1820 | |||
1821 | #: plugins/check_nt.c:550 | ||
1822 | msgid "" | ||
1823 | " MEMUSE = Memory use.\n" | ||
1824 | " Warning and critical thresholds can be specified with -w and -c.\n" | ||
1825 | msgstr "" | ||
1826 | |||
1827 | #: plugins/check_nt.c:553 | ||
1828 | msgid "" | ||
1829 | " SERVICESTATE = Check the state of one or several services.\n" | ||
1830 | " Request a -l parameters with the following syntax:\n" | ||
1831 | " -l <service1>,<service2>,<service3>,...\n" | ||
1832 | " You can specify -d SHOWALL in case you want to see working services\n" | ||
1833 | "\t\t in the returned string.\n" | ||
1834 | msgstr "" | ||
1835 | |||
1836 | #: plugins/check_nt.c:559 | ||
1837 | msgid "" | ||
1838 | " PROCSTATE = Check if one or several process are running.\n" | ||
1839 | " Same syntax as SERVICESTATE.\n" | ||
1840 | msgstr "" | ||
1841 | |||
1842 | #: plugins/check_nt.c:562 | ||
1843 | #, c-format | ||
1844 | msgid "" | ||
1845 | " COUNTER = Check any performance counter of Windows NT/2000.\n" | ||
1846 | " Request a -l parameters with the following syntax:\n" | ||
1847 | "\t\t -l \"\\\\<performance object>\\\\counter\",\"<description>\n" | ||
1848 | " The <description> parameter is optional and \n" | ||
1849 | " is given to a printf output command which require a float parameters.\n" | ||
1850 | " Some examples:\n" | ||
1851 | " \"Paging file usage is %%.2f %%%%\"\n" | ||
1852 | " \"%%.f %%%% paging file used.\"\n" | ||
1853 | msgstr "" | ||
1854 | |||
1855 | #: plugins/check_nt.c:571 | ||
1856 | msgid "" | ||
1857 | "Notes:\n" | ||
1858 | " - The NSClient service should be running on the server to get any " | ||
1859 | "information\n" | ||
1860 | " (http://nsclient.ready2run.nl).\n" | ||
1861 | " - Critical thresholds should be lower than warning thresholds\n" | ||
1862 | msgstr "" | ||
1863 | |||
1864 | #: plugins/check_nt.c:582 | ||
1865 | #, c-format | ||
1866 | msgid "" | ||
1867 | "Usage: %s -H host -v variable [-p port] [-w warning] [-c critical]\n" | ||
1868 | " [-l params] [-d SHOWALL] [-t timeout]\n" | ||
1869 | msgstr "" | ||
1870 | |||
1871 | #: plugins/check_nwstat.c:139 | ||
1872 | #, c-format | ||
1873 | msgid "NetWare %s: " | ||
1874 | msgstr "" | ||
1875 | |||
1876 | #: plugins/check_nwstat.c:170 | ||
1877 | #, c-format | ||
1878 | msgid "Up %s," | ||
1879 | msgstr "" | ||
1880 | |||
1881 | #: plugins/check_nwstat.c:178 | ||
1882 | #, c-format | ||
1883 | msgid "Load %s - %s %s-min load average = %lu%%" | ||
1884 | msgstr "" | ||
1885 | |||
1886 | #: plugins/check_nwstat.c:199 | ||
1887 | #, c-format | ||
1888 | msgid "Conns %s - %lu current connections" | ||
1889 | msgstr "" | ||
1890 | |||
1891 | #: plugins/check_nwstat.c:218 | ||
1892 | #, c-format | ||
1893 | msgid "%s: Long term cache hits = %lu%%" | ||
1894 | msgstr "" | ||
1895 | |||
1896 | #: plugins/check_nwstat.c:237 | ||
1897 | #, c-format | ||
1898 | msgid "%s: Total cache buffers = %lu" | ||
1899 | msgstr "" | ||
1900 | |||
1901 | #: plugins/check_nwstat.c:256 | ||
1902 | #, c-format | ||
1903 | msgid "%s: Dirty cache buffers = %lu" | ||
1904 | msgstr "" | ||
1905 | |||
1906 | #: plugins/check_nwstat.c:275 | ||
1907 | #, c-format | ||
1908 | msgid "%s: LRU sitting time = %lu minutes" | ||
1909 | msgstr "" | ||
1910 | |||
1911 | #: plugins/check_nwstat.c:289 plugins/check_nwstat.c:314 | ||
1912 | #: plugins/check_nwstat.c:434 plugins/check_nwstat.c:455 | ||
1913 | #: plugins/check_nwstat.c:487 plugins/check_nwstat.c:508 | ||
1914 | #, c-format | ||
1915 | msgid "Error: Volume '%s' does not exist!" | ||
1916 | msgstr "" | ||
1917 | |||
1918 | #: plugins/check_nwstat.c:298 | ||
1919 | #, c-format | ||
1920 | msgid "%s%lu KB free on volume %s" | ||
1921 | msgstr "" | ||
1922 | |||
1923 | #: plugins/check_nwstat.c:299 plugins/check_nwstat.c:442 | ||
1924 | #: plugins/check_nwstat.c:495 | ||
1925 | msgid "Only " | ||
1926 | msgstr "" | ||
1927 | |||
1928 | #: plugins/check_nwstat.c:334 | ||
1929 | #, c-format | ||
1930 | msgid "%lu MB (%lu%%) free on volume %s" | ||
1931 | msgstr "" | ||
1932 | |||
1933 | #: plugins/check_nwstat.c:353 | ||
1934 | #, c-format | ||
1935 | msgid "Directory Services Database is %s (DS version %s)" | ||
1936 | msgstr "" | ||
1937 | |||
1938 | #: plugins/check_nwstat.c:367 | ||
1939 | #, c-format | ||
1940 | msgid "Logins are %s" | ||
1941 | msgstr "" | ||
1942 | |||
1943 | #: plugins/check_nwstat.c:367 | ||
1944 | msgid "enabled" | ||
1945 | msgstr "" | ||
1946 | |||
1947 | #: plugins/check_nwstat.c:367 | ||
1948 | msgid "disabled" | ||
1949 | msgstr "" | ||
1950 | |||
1951 | #: plugins/check_nwstat.c:400 | ||
1952 | #, c-format | ||
1953 | msgid "%lu of %lu (%lu%%) packet receive buffers used" | ||
1954 | msgstr "" | ||
1955 | |||
1956 | #: plugins/check_nwstat.c:421 | ||
1957 | #, c-format | ||
1958 | msgid "%lu entries in SAP table" | ||
1959 | msgstr "" | ||
1960 | |||
1961 | #: plugins/check_nwstat.c:423 | ||
1962 | #, c-format | ||
1963 | msgid "%lu entries in SAP table for SAP type %d" | ||
1964 | msgstr "" | ||
1965 | |||
1966 | #: plugins/check_nwstat.c:442 | ||
1967 | #, c-format | ||
1968 | msgid "%s%lu KB purgeable on volume %s" | ||
1969 | msgstr "" | ||
1970 | |||
1971 | #: plugins/check_nwstat.c:475 | ||
1972 | #, c-format | ||
1973 | msgid "%lu MB (%lu%%) purgeable on volume %s" | ||
1974 | msgstr "" | ||
1975 | |||
1976 | #: plugins/check_nwstat.c:495 | ||
1977 | #, c-format | ||
1978 | msgid "%s%lu KB not yet purgeable on volume %s" | ||
1979 | msgstr "" | ||
1980 | |||
1981 | #: plugins/check_nwstat.c:528 | ||
1982 | #, c-format | ||
1983 | msgid "%lu MB (%lu%%) not yet purgeable on volume %s" | ||
1984 | msgstr "" | ||
1985 | |||
1986 | #: plugins/check_nwstat.c:546 | ||
1987 | #, c-format | ||
1988 | msgid "%lu open files" | ||
1989 | msgstr "" | ||
1990 | |||
1991 | #: plugins/check_nwstat.c:563 | ||
1992 | #, c-format | ||
1993 | msgid "%lu abended threads" | ||
1994 | msgstr "" | ||
1995 | |||
1996 | #: plugins/check_nwstat.c:588 | ||
1997 | #, c-format | ||
1998 | msgid "%lu current service processes (%lu max)" | ||
1999 | msgstr "" | ||
2000 | |||
2001 | #: plugins/check_nwstat.c:604 | ||
2002 | msgid "Critical: Time not in sync with network!" | ||
2003 | msgstr "" | ||
2004 | |||
2005 | #: plugins/check_nwstat.c:607 | ||
2006 | msgid "OK! Time in sync with network!" | ||
2007 | msgstr "" | ||
2008 | |||
2009 | #: plugins/check_nwstat.c:623 | ||
2010 | #, c-format | ||
2011 | msgid "LRU sitting time = %lu seconds" | ||
2012 | msgstr "" | ||
2013 | |||
2014 | #: plugins/check_nwstat.c:639 | ||
2015 | #, c-format | ||
2016 | msgid "dirty cache buffers = %lu%% of the total" | ||
2017 | msgstr "" | ||
2018 | |||
2019 | #: plugins/check_nwstat.c:654 | ||
2020 | #, c-format | ||
2021 | msgid "total cache buffers = %lu%% of the original" | ||
2022 | msgstr "" | ||
2023 | |||
2024 | #: plugins/check_nwstat.c:664 | ||
2025 | #, c-format | ||
2026 | msgid "NDS Version %s" | ||
2027 | msgstr "" | ||
2028 | |||
2029 | #: plugins/check_nwstat.c:673 | ||
2030 | #, c-format | ||
2031 | msgid "Up %s" | ||
2032 | msgstr "" | ||
2033 | |||
2034 | #: plugins/check_nwstat.c:683 | ||
2035 | #, c-format | ||
2036 | msgid "Module %s version %s is loaded" | ||
2037 | msgstr "" | ||
2038 | |||
2039 | #: plugins/check_nwstat.c:686 | ||
2040 | #, c-format | ||
2041 | msgid "Module %s is not loaded" | ||
2042 | msgstr "" | ||
2043 | |||
2044 | #: plugins/check_nwstat.c:691 plugins/check_overcr.c:266 | ||
2045 | msgid "Nothing to check!\n" | ||
2046 | msgstr "" | ||
2047 | |||
2048 | #: plugins/check_nwstat.c:902 | ||
2049 | #, c-format | ||
2050 | msgid "" | ||
2051 | "Usage: %s This plugin attempts to contact the MRTGEXT NLM running\n" | ||
2052 | "on a Novell server to gather the requested system information.\n" | ||
2053 | "\n" | ||
2054 | msgstr "" | ||
2055 | |||
2056 | #: plugins/check_nwstat.c:913 | ||
2057 | msgid "" | ||
2058 | " -v, --variable=STRING\n" | ||
2059 | " Variable to check. Valid variables include:\n" | ||
2060 | " LOAD1 = 1 minute average CPU load\n" | ||
2061 | " LOAD5 = 5 minute average CPU load\n" | ||
2062 | " LOAD15 = 15 minute average CPU load\n" | ||
2063 | " CSPROCS = number of current service processes (NW 5.x only)\n" | ||
2064 | " ABENDS = number of abended threads (NW 5.x only)\n" | ||
2065 | " UPTIME = server uptime\n" | ||
2066 | msgstr "" | ||
2067 | |||
2068 | #: plugins/check_nwstat.c:923 | ||
2069 | msgid "" | ||
2070 | " LTCH = percent long term cache hits\n" | ||
2071 | " CBUFF = current number of cache buffers\n" | ||
2072 | " CDBUFF = current number of dirty cache buffers\n" | ||
2073 | " DCB = dirty cache buffers as a percentage of the total\n" | ||
2074 | " TCB = dirty cache buffers as a percentage of the original\n" | ||
2075 | msgstr "" | ||
2076 | |||
2077 | #: plugins/check_nwstat.c:930 | ||
2078 | msgid "" | ||
2079 | " OFILES = number of open files\n" | ||
2080 | " VPF<vol> = percent free space on volume <vol>\n" | ||
2081 | " VKF<vol> = KB of free space on volume <vol>\n" | ||
2082 | " VPP<vol> = percent purgeable space on volume <vol>\n" | ||
2083 | " VKP<vol> = KB of purgeable space on volume <vol>\n" | ||
2084 | " VPNP<vol> = percent not yet purgeable space on volume <vol>\n" | ||
2085 | " VKNP<vol> = KB of not yet purgeable space on volume <vol>\n" | ||
2086 | msgstr "" | ||
2087 | |||
2088 | #: plugins/check_nwstat.c:939 | ||
2089 | msgid "" | ||
2090 | " LRUM = LRU sitting time in minutes\n" | ||
2091 | " LRUS = LRU sitting time in seconds\n" | ||
2092 | " DSDB = check to see if DS Database is open\n" | ||
2093 | " DSVER = NDS version\n" | ||
2094 | " UPRB = used packet receive buffers\n" | ||
2095 | " PUPRB = percent (of max) used packet receive buffers\n" | ||
2096 | " SAPENTRIES = number of entries in the SAP table\n" | ||
2097 | " SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>\n" | ||
2098 | msgstr "" | ||
2099 | |||
2100 | #: plugins/check_nwstat.c:949 | ||
2101 | msgid "" | ||
2102 | " TSYNC = timesync status \n" | ||
2103 | " LOGINS = check to see if logins are enabled\n" | ||
2104 | " CONNS = number of currently licensed connections\n" | ||
2105 | " NLM:<nlm> = check if NLM is loaded and report version\n" | ||
2106 | " (e.g. \"NLM:TSANDS.NLM\")\n" | ||
2107 | msgstr "" | ||
2108 | |||
2109 | #: plugins/check_nwstat.c:956 | ||
2110 | msgid "" | ||
2111 | " -w, --warning=INTEGER\n" | ||
2112 | " Threshold which will result in a warning status\n" | ||
2113 | " -c, --critical=INTEGER\n" | ||
2114 | " Threshold which will result in a critical status\n" | ||
2115 | " -o, --osversion\n" | ||
2116 | " Include server version string in results\n" | ||
2117 | msgstr "" | ||
2118 | |||
2119 | #: plugins/check_nwstat.c:966 | ||
2120 | msgid "" | ||
2121 | "\n" | ||
2122 | "Notes:\n" | ||
2123 | "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG\n" | ||
2124 | " extension for NetWare be loaded on the Novell servers you wish to check.\n" | ||
2125 | " (available from http://www.engr.wisc.edu/~drews/mrtg/)\n" | ||
2126 | "- Values for critical thresholds should be lower than warning thresholds\n" | ||
2127 | " when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, \n" | ||
2128 | " TCB, LRUS and LRUM.\n" | ||
2129 | msgstr "" | ||
2130 | |||
2131 | #: plugins/check_nwstat.c:983 | ||
2132 | #, c-format | ||
2133 | msgid "" | ||
2134 | "Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n" | ||
2135 | " [-t timeout].\n" | ||
2136 | msgstr "" | ||
2137 | |||
2138 | #: plugins/check_overcr.c:104 | ||
2139 | msgid "Unknown error fetching load data\n" | ||
2140 | msgstr "" | ||
2141 | |||
2142 | #: plugins/check_overcr.c:108 | ||
2143 | msgid "Invalid response from server - no load information\n" | ||
2144 | msgstr "" | ||
2145 | |||
2146 | #: plugins/check_overcr.c:114 | ||
2147 | msgid "Invalid response from server after load 1\n" | ||
2148 | msgstr "" | ||
2149 | |||
2150 | #: plugins/check_overcr.c:120 | ||
2151 | msgid "Invalid response from server after load 5\n" | ||
2152 | msgstr "" | ||
2153 | |||
2154 | #: plugins/check_overcr.c:145 | ||
2155 | #, c-format | ||
2156 | msgid "Load %s - %s-min load average = %0.2f" | ||
2157 | msgstr "" | ||
2158 | |||
2159 | #: plugins/check_overcr.c:155 | ||
2160 | msgid "Unknown error fetching disk data\n" | ||
2161 | msgstr "" | ||
2162 | |||
2163 | #: plugins/check_overcr.c:165 plugins/check_overcr.c:217 | ||
2164 | #: plugins/check_overcr.c:221 | ||
2165 | msgid "Invalid response from server\n" | ||
2166 | msgstr "" | ||
2167 | |||
2168 | #: plugins/check_overcr.c:192 | ||
2169 | msgid "Unknown error fetching network status\n" | ||
2170 | msgstr "" | ||
2171 | |||
2172 | #: plugins/check_overcr.c:202 | ||
2173 | #, c-format | ||
2174 | msgid "Net %s - %d connection%s on port %d" | ||
2175 | msgstr "" | ||
2176 | |||
2177 | #: plugins/check_overcr.c:213 | ||
2178 | msgid "Unknown error fetching process status\n" | ||
2179 | msgstr "" | ||
2180 | |||
2181 | #: plugins/check_overcr.c:231 | ||
2182 | #, c-format | ||
2183 | msgid "Process %s - %d instance%s of %s running" | ||
2184 | msgstr "" | ||
2185 | |||
2186 | #: plugins/check_overcr.c:258 | ||
2187 | #, c-format | ||
2188 | msgid "Uptime %s - Up %d days %d hours %d minutes" | ||
2189 | msgstr "" | ||
2190 | |||
2191 | #: plugins/check_overcr.c:404 | ||
2192 | #, c-format | ||
2193 | msgid "" | ||
2194 | "Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n" | ||
2195 | " [-t timeout]\n" | ||
2196 | msgstr "" | ||
2197 | |||
2198 | #: plugins/check_overcr.c:422 | ||
2199 | msgid "" | ||
2200 | "This plugin attempts to contact the Over-CR collector daemon running on the\n" | ||
2201 | "remote UNIX server in order to gather the requested system information.\n" | ||
2202 | "\n" | ||
2203 | msgstr "" | ||
2204 | |||
2205 | #: plugins/check_overcr.c:432 | ||
2206 | msgid "" | ||
2207 | "-v, --variable=STRING\n" | ||
2208 | " Variable to check. Valid variables include:\n" | ||
2209 | " LOAD1 = 1 minute average CPU load\n" | ||
2210 | " LOAD5 = 5 minute average CPU load\n" | ||
2211 | " LOAD15 = 15 minute average CPU load\n" | ||
2212 | " DPU<filesys> = percent used disk space on filesystem <filesys>\n" | ||
2213 | " PROC<process> = number of running processes with name <process>\n" | ||
2214 | " NET<port> = number of active connections on TCP port <port>\n" | ||
2215 | " UPTIME = system uptime in seconds\n" | ||
2216 | msgstr "" | ||
2217 | |||
2218 | #: plugins/check_overcr.c:443 | ||
2219 | msgid "" | ||
2220 | " -w, --warning=INTEGER\n" | ||
2221 | " Threshold which will result in a warning status\n" | ||
2222 | " -c, --critical=INTEGER\n" | ||
2223 | " Threshold which will result in a critical status\n" | ||
2224 | msgstr "" | ||
2225 | |||
2226 | #: plugins/check_overcr.c:451 | ||
2227 | msgid "" | ||
2228 | "Notes:\n" | ||
2229 | " - For the available options, the critical threshold value should always be\n" | ||
2230 | " higher than the warning threshold value, EXCEPT with the uptime variable\n" | ||
2231 | "\n" | ||
2232 | msgstr "" | ||
2233 | |||
2234 | #: plugins/check_overcr.c:456 | ||
2235 | msgid "" | ||
2236 | " - This plugin requres that Eric Molitors' Over-CR collector daemon be\n" | ||
2237 | " running on the remote server. Over-CR can be downloaded from\n" | ||
2238 | " http://www.molitor.org/overcr (This plugin was tested with version\n" | ||
2239 | " 0.99.53 of the Over-CR collector)\n" | ||
2240 | "\n" | ||
2241 | msgstr "" | ||
2242 | |||
2243 | #: plugins/check_pgsql.c:150 | ||
2244 | #, c-format | ||
2245 | msgid "PGSQL: CRITICAL - no connection to '%s' (%s).\n" | ||
2246 | msgstr "" | ||
2247 | |||
2248 | #: plugins/check_pgsql.c:157 | ||
2249 | #, c-format | ||
2250 | msgid "PGSQL: CRITICAL - database %s (%d sec.)\n" | ||
2251 | msgstr "" | ||
2252 | |||
2253 | #: plugins/check_pgsql.c:163 | ||
2254 | #, c-format | ||
2255 | msgid "PGSQL: WARNING - database %s (%d sec.)\n" | ||
2256 | msgstr "" | ||
2257 | |||
2258 | #: plugins/check_pgsql.c:168 | ||
2259 | #, c-format | ||
2260 | msgid "PGSQL: ok - database %s (%d sec.)\n" | ||
2261 | msgstr "" | ||
2262 | |||
2263 | #: plugins/check_pgsql.c:216 plugins/check_snmp.c:445 plugins/negate.c:179 | ||
2264 | msgid "Timeout Interval must be an integer" | ||
2265 | msgstr "" | ||
2266 | |||
2267 | #: plugins/check_pgsql.c:222 plugins/check_pgsql.c:228 | ||
2268 | msgid "Invalid critical threshold" | ||
2269 | msgstr "" | ||
2270 | |||
2271 | #: plugins/check_pgsql.c:234 | ||
2272 | msgid "You gave an invalid host name" | ||
2273 | msgstr "" | ||
2274 | |||
2275 | #: plugins/check_pgsql.c:240 | ||
2276 | msgid "Port must be an integer" | ||
2277 | msgstr "" | ||
2278 | |||
2279 | #: plugins/check_pgsql.c:246 | ||
2280 | msgid "Database name is not valid" | ||
2281 | msgstr "" | ||
2282 | |||
2283 | #: plugins/check_pgsql.c:252 | ||
2284 | msgid "user name is not valid" | ||
2285 | msgstr "" | ||
2286 | |||
2287 | #: plugins/check_pgsql.c:386 | ||
2288 | msgid "" | ||
2289 | "Test whether a PostgreSQL DBMS is accepting connections.\n" | ||
2290 | "\n" | ||
2291 | msgstr "" | ||
2292 | |||
2293 | #: plugins/check_ping.c:75 | ||
2294 | msgid "Could not parse arguments" | ||
2295 | msgstr "" | ||
2296 | |||
2297 | #: plugins/check_ping.c:118 | ||
2298 | msgid "Error: Could not interpret output from ping command\n" | ||
2299 | msgstr "" | ||
2300 | |||
2301 | #: plugins/check_ping.c:134 | ||
2302 | #, c-format | ||
2303 | msgid "PING %s - %sPacket loss = %d%%" | ||
2304 | msgstr "" | ||
2305 | |||
2306 | #: plugins/check_ping.c:137 | ||
2307 | #, c-format | ||
2308 | msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms" | ||
2309 | msgstr "" | ||
2310 | |||
2311 | #: plugins/check_ping.c:228 | ||
2312 | msgid "Could not realloc() addresses\n" | ||
2313 | msgstr "" | ||
2314 | |||
2315 | #: plugins/check_ping.c:243 plugins/check_ping.c:323 | ||
2316 | #, c-format | ||
2317 | msgid "<max_packets> (%s) must be a non-negative number\n" | ||
2318 | msgstr "" | ||
2319 | |||
2320 | #: plugins/check_ping.c:266 | ||
2321 | #, c-format | ||
2322 | msgid "" | ||
2323 | "Invalid host name/address: %s\n" | ||
2324 | "\n" | ||
2325 | msgstr "" | ||
2326 | |||
2327 | #: plugins/check_ping.c:277 | ||
2328 | #, c-format | ||
2329 | msgid "<wpl> (%s) must be an integer percentage\n" | ||
2330 | msgstr "" | ||
2331 | |||
2332 | #: plugins/check_ping.c:288 | ||
2333 | #, c-format | ||
2334 | msgid "<cpl> (%s) must be an integer percentage\n" | ||
2335 | msgstr "" | ||
2336 | |||
2337 | #: plugins/check_ping.c:299 | ||
2338 | #, c-format | ||
2339 | msgid "<wrta> (%s) must be a non-negative number\n" | ||
2340 | msgstr "" | ||
2341 | |||
2342 | #: plugins/check_ping.c:310 | ||
2343 | #, c-format | ||
2344 | msgid "<crta> (%s) must be a non-negative number\n" | ||
2345 | msgstr "" | ||
2346 | |||
2347 | #: plugins/check_ping.c:341 | ||
2348 | #, c-format | ||
2349 | msgid "" | ||
2350 | "%s: Warning threshold must be integer or percentage!\n" | ||
2351 | "\n" | ||
2352 | msgstr "" | ||
2353 | |||
2354 | #: plugins/check_ping.c:352 | ||
2355 | msgid "<wrta> was not set\n" | ||
2356 | msgstr "" | ||
2357 | |||
2358 | #: plugins/check_ping.c:356 | ||
2359 | msgid "<crta> was not set\n" | ||
2360 | msgstr "" | ||
2361 | |||
2362 | #: plugins/check_ping.c:360 | ||
2363 | msgid "<wpl> was not set\n" | ||
2364 | msgstr "" | ||
2365 | |||
2366 | #: plugins/check_ping.c:364 | ||
2367 | msgid "<cpl> was not set\n" | ||
2368 | msgstr "" | ||
2369 | |||
2370 | #: plugins/check_ping.c:368 | ||
2371 | #, c-format | ||
2372 | msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n" | ||
2373 | msgstr "" | ||
2374 | |||
2375 | #: plugins/check_ping.c:372 | ||
2376 | #, c-format | ||
2377 | msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n" | ||
2378 | msgstr "" | ||
2379 | |||
2380 | #: plugins/check_ping.c:385 | ||
2381 | msgid "Invalid host name/address" | ||
2382 | msgstr "" | ||
2383 | |||
2384 | #: plugins/check_ping.c:403 | ||
2385 | #, c-format | ||
2386 | msgid "Cannot open pipe: %s" | ||
2387 | msgstr "" | ||
2388 | |||
2389 | #: plugins/check_ping.c:407 | ||
2390 | #, c-format | ||
2391 | msgid "Cannot open stderr for %s\n" | ||
2392 | msgstr "" | ||
2393 | |||
2394 | #: plugins/check_ping.c:411 | ||
2395 | msgid "(DUP!)" | ||
2396 | msgstr "" | ||
2397 | |||
2398 | #: plugins/check_ping.c:415 plugins/check_ping.c:462 | ||
2399 | msgid "unable to realloc warn_text" | ||
2400 | msgstr "" | ||
2401 | |||
2402 | #: plugins/check_ping.c:448 | ||
2403 | #, c-format | ||
2404 | msgid "PING CRITICAL - Network unreachable (%s)" | ||
2405 | msgstr "" | ||
2406 | |||
2407 | #: plugins/check_ping.c:452 | ||
2408 | #, c-format | ||
2409 | msgid "PING CRITICAL - Host Unreachable (%s)" | ||
2410 | msgstr "" | ||
2411 | |||
2412 | #: plugins/check_ping.c:456 | ||
2413 | #, c-format | ||
2414 | msgid "PING CRITICAL - Host not found (%s)" | ||
2415 | msgstr "" | ||
2416 | |||
2417 | #: plugins/check_ping.c:501 plugins/check_procs.c:581 | ||
2418 | msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>" | ||
2419 | msgstr "" | ||
2420 | |||
2421 | #: plugins/check_ping.c:504 | ||
2422 | msgid "" | ||
2423 | "Use ping to check connection statistics for a remote host.\n" | ||
2424 | "\n" | ||
2425 | msgstr "" | ||
2426 | |||
2427 | #: plugins/check_ping.c:512 | ||
2428 | #, c-format | ||
2429 | msgid "" | ||
2430 | "-H, --hostname=HOST\n" | ||
2431 | " host to ping\n" | ||
2432 | "-w, --warning=THRESHOLD\n" | ||
2433 | " warning threshold pair\n" | ||
2434 | "-c, --critical=THRESHOLD\n" | ||
2435 | " critical threshold pair\n" | ||
2436 | "-p, --packets=INTEGER\n" | ||
2437 | " number of ICMP ECHO packets to send (Default: %d)\n" | ||
2438 | "-L, --link\n" | ||
2439 | " show HTML in the plugin output (obsoleted by urlize)\n" | ||
2440 | msgstr "" | ||
2441 | |||
2442 | #: plugins/check_ping.c:527 | ||
2443 | #, c-format | ||
2444 | msgid "" | ||
2445 | "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n" | ||
2446 | "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n" | ||
2447 | "percentage of packet loss to trigger an alarm state.\n" | ||
2448 | "\n" | ||
2449 | msgstr "" | ||
2450 | |||
2451 | #: plugins/check_ping.c:532 | ||
2452 | msgid "" | ||
2453 | "This plugin uses the ping command to probe the specified host for packet " | ||
2454 | "loss\n" | ||
2455 | "(percentage) and round trip average (milliseconds). It can produce HTML " | ||
2456 | "output\n" | ||
2457 | "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found " | ||
2458 | "in\n" | ||
2459 | "the contrib area of the downloads section at http://www.nagios.org\n" | ||
2460 | "\n" | ||
2461 | msgstr "" | ||
2462 | |||
2463 | #: plugins/check_procs.c:110 | ||
2464 | msgid "Unable to parse command line\n" | ||
2465 | msgstr "" | ||
2466 | |||
2467 | #: plugins/check_procs.c:113 | ||
2468 | #, c-format | ||
2469 | msgid "CMD: %s\n" | ||
2470 | msgstr "" | ||
2471 | |||
2472 | #: plugins/check_procs.c:202 | ||
2473 | #, c-format | ||
2474 | msgid "Not parseable: %s" | ||
2475 | msgstr "" | ||
2476 | |||
2477 | #: plugins/check_procs.c:209 | ||
2478 | #, c-format | ||
2479 | msgid "STDERR: %s" | ||
2480 | msgstr "" | ||
2481 | |||
2482 | #: plugins/check_procs.c:211 | ||
2483 | msgid "System call sent warnings to stderr\n" | ||
2484 | msgstr "" | ||
2485 | |||
2486 | #: plugins/check_procs.c:218 | ||
2487 | msgid "System call returned nonzero status\n" | ||
2488 | msgstr "" | ||
2489 | |||
2490 | #: plugins/check_procs.c:223 plugins/check_users.c:92 | ||
2491 | msgid "Unable to read output\n" | ||
2492 | msgstr "" | ||
2493 | |||
2494 | #: plugins/check_procs.c:236 | ||
2495 | #, c-format | ||
2496 | msgid "%s OK: %d process%s" | ||
2497 | msgstr "" | ||
2498 | |||
2499 | #: plugins/check_procs.c:240 | ||
2500 | #, c-format | ||
2501 | msgid "PROCS WARNING: %d process%s" | ||
2502 | msgstr "" | ||
2503 | |||
2504 | #: plugins/check_procs.c:243 | ||
2505 | #, c-format | ||
2506 | msgid "%s WARNING: %d warn out of %d process%s" | ||
2507 | msgstr "" | ||
2508 | |||
2509 | #: plugins/check_procs.c:249 | ||
2510 | #, c-format | ||
2511 | msgid "PROCS CRITICAL: %d process%s" | ||
2512 | msgstr "" | ||
2513 | |||
2514 | #: plugins/check_procs.c:252 | ||
2515 | #, c-format | ||
2516 | msgid "%s CRITICAL: %d crit, %d warn out of %d process%s" | ||
2517 | msgstr "" | ||
2518 | |||
2519 | #: plugins/check_procs.c:323 plugins/check_ssh.c:113 | ||
2520 | msgid "" | ||
2521 | "Timeout Interval must be an integer!\n" | ||
2522 | "\n" | ||
2523 | msgstr "" | ||
2524 | |||
2525 | #: plugins/check_procs.c:337 | ||
2526 | msgid "" | ||
2527 | "Critical Process Count must be an integer!\n" | ||
2528 | "\n" | ||
2529 | msgstr "" | ||
2530 | |||
2531 | #: plugins/check_procs.c:349 | ||
2532 | #, c-format | ||
2533 | msgid "" | ||
2534 | "%s: Warning Process Count must be an integer!\n" | ||
2535 | "\n" | ||
2536 | msgstr "" | ||
2537 | |||
2538 | #: plugins/check_procs.c:357 | ||
2539 | #, c-format | ||
2540 | msgid "" | ||
2541 | "%s: Parent Process ID must be an integer!\n" | ||
2542 | "\n" | ||
2543 | msgstr "" | ||
2544 | |||
2545 | #: plugins/check_procs.c:366 plugins/check_procs.c:479 | ||
2546 | #, c-format | ||
2547 | msgid "%s%sSTATE = %s" | ||
2548 | msgstr "" | ||
2549 | |||
2550 | #: plugins/check_procs.c:375 | ||
2551 | #, c-format | ||
2552 | msgid "UID %d was not found\n" | ||
2553 | msgstr "" | ||
2554 | |||
2555 | #: plugins/check_procs.c:384 | ||
2556 | #, c-format | ||
2557 | msgid "User name %s was not found\n" | ||
2558 | msgstr "" | ||
2559 | |||
2560 | #: plugins/check_procs.c:392 | ||
2561 | #, c-format | ||
2562 | msgid "%s%sUID = %d (%s)" | ||
2563 | msgstr "" | ||
2564 | |||
2565 | #: plugins/check_procs.c:401 | ||
2566 | #, c-format | ||
2567 | msgid "%s%scommand name '%s'" | ||
2568 | msgstr "" | ||
2569 | |||
2570 | #: plugins/check_procs.c:410 | ||
2571 | #, c-format | ||
2572 | msgid "%s%sargs '%s'" | ||
2573 | msgstr "" | ||
2574 | |||
2575 | #: plugins/check_procs.c:415 | ||
2576 | #, c-format | ||
2577 | msgid "%s%sRSS >= %d" | ||
2578 | msgstr "" | ||
2579 | |||
2580 | #: plugins/check_procs.c:419 | ||
2581 | #, c-format | ||
2582 | msgid "" | ||
2583 | "%s: RSS must be an integer!\n" | ||
2584 | "\n" | ||
2585 | msgstr "" | ||
2586 | |||
2587 | #: plugins/check_procs.c:425 | ||
2588 | #, c-format | ||
2589 | msgid "%s%sVSZ >= %d" | ||
2590 | msgstr "" | ||
2591 | |||
2592 | #: plugins/check_procs.c:429 | ||
2593 | #, c-format | ||
2594 | msgid "" | ||
2595 | "%s: VSZ must be an integer!\n" | ||
2596 | "\n" | ||
2597 | msgstr "" | ||
2598 | |||
2599 | #: plugins/check_procs.c:436 | ||
2600 | #, c-format | ||
2601 | msgid "%s%sPCPU >= %.2f" | ||
2602 | msgstr "" | ||
2603 | |||
2604 | #: plugins/check_procs.c:440 | ||
2605 | #, c-format | ||
2606 | msgid "" | ||
2607 | "%s: PCPU must be a float!\n" | ||
2608 | "\n" | ||
2609 | msgstr "" | ||
2610 | |||
2611 | #: plugins/check_procs.c:462 | ||
2612 | #, c-format | ||
2613 | msgid "" | ||
2614 | "%s: metric must be one of PROCS, VSZ, RSS, CPU!\n" | ||
2615 | "\n" | ||
2616 | msgstr "" | ||
2617 | |||
2618 | #: plugins/check_procs.c:499 | ||
2619 | #, c-format | ||
2620 | msgid "wmax (%d) cannot be greater than cmax (%d)\n" | ||
2621 | msgstr "" | ||
2622 | |||
2623 | #: plugins/check_procs.c:503 | ||
2624 | #, c-format | ||
2625 | msgid "wmin (%d) cannot be less than cmin (%d)\n" | ||
2626 | msgstr "" | ||
2627 | |||
2628 | #: plugins/check_procs.c:584 | ||
2629 | msgid "" | ||
2630 | "Checks all processes and generates WARNING or CRITICAL states if the " | ||
2631 | "specified\n" | ||
2632 | "metric is outside the required threshold ranges. The metric defaults to " | ||
2633 | "number\n" | ||
2634 | "of processes. Search filters can be applied to limit the processes to " | ||
2635 | "check.\n" | ||
2636 | "\n" | ||
2637 | msgstr "" | ||
2638 | |||
2639 | #: plugins/check_procs.c:591 | ||
2640 | msgid "" | ||
2641 | "\n" | ||
2642 | "Required Arguments:\n" | ||
2643 | " -w, --warning=RANGE\n" | ||
2644 | " Generate warning state if metric is outside this range\n" | ||
2645 | " -c, --critical=RANGE\n" | ||
2646 | " Generate critical state if metric is outside this range\n" | ||
2647 | msgstr "" | ||
2648 | |||
2649 | #: plugins/check_procs.c:598 | ||
2650 | msgid "" | ||
2651 | "\n" | ||
2652 | "Optional Arguments:\n" | ||
2653 | " -m, --metric=TYPE\n" | ||
2654 | " Check thresholds against metric. Valid types:\n" | ||
2655 | " PROCS - number of processes (default)\n" | ||
2656 | " VSZ - virtual memory size\n" | ||
2657 | " RSS - resident set memory size\n" | ||
2658 | " CPU - percentage cpu\n" | ||
2659 | " -v, --verbose\n" | ||
2660 | " Extra information. Up to 3 verbosity levels\n" | ||
2661 | msgstr "" | ||
2662 | |||
2663 | #: plugins/check_procs.c:609 | ||
2664 | msgid "" | ||
2665 | "\n" | ||
2666 | "Optional Filters:\n" | ||
2667 | " -s, --state=STATUSFLAGS\n" | ||
2668 | " Only scan for processes that have, in the output of `ps`, one or\n" | ||
2669 | " more of the status flags you specify (for example R, Z, S, RS,\n" | ||
2670 | " RSZDT, plus others based on the output of your 'ps' command).\n" | ||
2671 | " -p, --ppid=PPID\n" | ||
2672 | " Only scan for children of the parent process ID indicated.\n" | ||
2673 | " -z, --vsz=VSZ\n" | ||
2674 | " Only scan for processes with vsz higher than indicated.\n" | ||
2675 | " -r, --rss=RSS\n" | ||
2676 | " Only scan for processes with rss higher than indicated.\n" | ||
2677 | msgstr "" | ||
2678 | |||
2679 | #: plugins/check_procs.c:622 | ||
2680 | msgid "" | ||
2681 | " -P, --pcpu=PCPU\n" | ||
2682 | " Only scan for processes with pcpu higher than indicated.\n" | ||
2683 | " -u, --user=USER\n" | ||
2684 | " Only scan for processes with user name or ID indicated.\n" | ||
2685 | " -a, --argument-array=STRING\n" | ||
2686 | " Only scan for processes with args that contain STRING.\n" | ||
2687 | " -C, --command=COMMAND\n" | ||
2688 | " Only scan for exact matches to the named COMMAND.\n" | ||
2689 | msgstr "" | ||
2690 | |||
2691 | #: plugins/check_procs.c:632 | ||
2692 | msgid "" | ||
2693 | "\n" | ||
2694 | "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n" | ||
2695 | "specified 'max:min', a warning status will be generated if the\n" | ||
2696 | "count is inside the specified range\n" | ||
2697 | "\n" | ||
2698 | msgstr "" | ||
2699 | |||
2700 | #: plugins/check_procs.c:637 | ||
2701 | msgid "" | ||
2702 | "This plugin checks the number of currently running processes and\n" | ||
2703 | "generates WARNING or CRITICAL states if the process count is outside\n" | ||
2704 | "the specified threshold ranges. The process count can be filtered by\n" | ||
2705 | "process owner, parent process PID, current state (e.g., 'Z'), or may\n" | ||
2706 | "be the total number of running processes\n" | ||
2707 | "\n" | ||
2708 | msgstr "" | ||
2709 | |||
2710 | #: plugins/check_procs.c:644 | ||
2711 | msgid "" | ||
2712 | "Examples:\n" | ||
2713 | " check_procs -w 2:2 -c 2:1024 -C portsentry\n" | ||
2714 | " Warning if not two processes with command name portsentry. Critical\n" | ||
2715 | " if < 2 or > 1024 processes\n" | ||
2716 | "\n" | ||
2717 | " check_procs -w 10 -a '/usr/local/bin/perl' -u root\n" | ||
2718 | " Warning alert if > 10 processes with command arguments containing \n" | ||
2719 | " '/usr/local/bin/perl' and owned by root\n" | ||
2720 | "\n" | ||
2721 | " check_procs -w 50000 -c 100000 --metric=VSZ\n" | ||
2722 | " Alert if vsz of any processes over 50K or 100K\n" | ||
2723 | "\n" | ||
2724 | msgstr "" | ||
2725 | |||
2726 | #: plugins/check_radius.c:112 | ||
2727 | msgid "Config file error" | ||
2728 | msgstr "" | ||
2729 | |||
2730 | #: plugins/check_radius.c:119 | ||
2731 | msgid "Out of Memory?" | ||
2732 | msgstr "" | ||
2733 | |||
2734 | #: plugins/check_radius.c:140 | ||
2735 | msgid "Timeout" | ||
2736 | msgstr "" | ||
2737 | |||
2738 | #: plugins/check_radius.c:142 | ||
2739 | msgid "Auth Error" | ||
2740 | msgstr "" | ||
2741 | |||
2742 | #: plugins/check_radius.c:144 | ||
2743 | msgid "Auth Failed" | ||
2744 | msgstr "" | ||
2745 | |||
2746 | #: plugins/check_radius.c:148 | ||
2747 | msgid "Auth OK" | ||
2748 | msgstr "" | ||
2749 | |||
2750 | #: plugins/check_radius.c:186 plugins/check_radius.c:257 | ||
2751 | msgid "Timeout interval must be a positive integer" | ||
2752 | msgstr "" | ||
2753 | |||
2754 | #: plugins/check_radius.c:190 plugins/check_radius.c:251 | ||
2755 | msgid "Number of retries must be a positive integer" | ||
2756 | msgstr "" | ||
2757 | |||
2758 | #: plugins/check_radius.c:195 plugins/check_radius.c:233 | ||
2759 | msgid "Server port must be a positive integer" | ||
2760 | msgstr "" | ||
2761 | |||
2762 | #: plugins/check_radius.c:277 | ||
2763 | msgid "Copyright (c) 1999 Robert August Vincent II\n" | ||
2764 | msgstr "" | ||
2765 | |||
2766 | #: plugins/check_radius.c:280 | ||
2767 | msgid "" | ||
2768 | "Tests to see if a radius server is accepting connections.\n" | ||
2769 | "\n" | ||
2770 | msgstr "" | ||
2771 | |||
2772 | #: plugins/check_radius.c:288 | ||
2773 | msgid "" | ||
2774 | " -u, --username=STRING\n" | ||
2775 | " The user to authenticate\n" | ||
2776 | " -p, --password=STRING\n" | ||
2777 | " Password for autentication (SECURITY RISK)\n" | ||
2778 | " -F, --filename=STRING\n" | ||
2779 | " Configuration file\n" | ||
2780 | " -e, --expect=STRING\n" | ||
2781 | " Response string to expect from the server\n" | ||
2782 | " -r, --retries=INTEGER\n" | ||
2783 | " Number of times to retry a failed connection\n" | ||
2784 | msgstr "" | ||
2785 | |||
2786 | #: plugins/check_radius.c:302 | ||
2787 | msgid "" | ||
2788 | "\n" | ||
2789 | "This plugin tests a radius server to see if it is accepting connections.\n" | ||
2790 | "\n" | ||
2791 | "The server to test must be specified in the invocation, as well as a user\n" | ||
2792 | "name and password. A configuration file may also be present. The format of\n" | ||
2793 | "the configuration file is described in the radiusclient library sources.\n" | ||
2794 | "\n" | ||
2795 | msgstr "" | ||
2796 | |||
2797 | #: plugins/check_radius.c:309 | ||
2798 | msgid "" | ||
2799 | "The password option presents a substantial security issue because the\n" | ||
2800 | "password can be determined by careful watching of the command line in\n" | ||
2801 | "a process listing. This risk is exacerbated because nagios will\n" | ||
2802 | "run the plugin at regular prdictable intervals. Please be sure that\n" | ||
2803 | "the password used does not allow access to sensitive system resources,\n" | ||
2804 | "otherwise compormise could occur.\n" | ||
2805 | msgstr "" | ||
2806 | |||
2807 | #: plugins/check_real.c:76 | ||
2808 | #, c-format | ||
2809 | msgid "Unable to connect to %s on port %d\n" | ||
2810 | msgstr "" | ||
2811 | |||
2812 | #: plugins/check_real.c:98 | ||
2813 | #, c-format | ||
2814 | msgid "No data received from %s\n" | ||
2815 | msgstr "" | ||
2816 | |||
2817 | #: plugins/check_real.c:103 plugins/check_real.c:176 | ||
2818 | msgid "Invalid REAL response received from host\n" | ||
2819 | msgstr "" | ||
2820 | |||
2821 | #: plugins/check_real.c:105 plugins/check_real.c:178 | ||
2822 | #, c-format | ||
2823 | msgid "Invalid REAL response received from host on port %d\n" | ||
2824 | msgstr "" | ||
2825 | |||
2826 | #: plugins/check_real.c:169 plugins/check_tcp.c:274 | ||
2827 | msgid "No data received from host\n" | ||
2828 | msgstr "" | ||
2829 | |||
2830 | #: plugins/check_real.c:232 | ||
2831 | #, c-format | ||
2832 | msgid "REAL %s - %d second response time\n" | ||
2833 | msgstr "" | ||
2834 | |||
2835 | #: plugins/check_real.c:315 plugins/check_smtp.c:237 plugins/check_tcp.c:458 | ||
2836 | msgid "Server port must be a positive integer\n" | ||
2837 | msgstr "" | ||
2838 | |||
2839 | #: plugins/check_real.c:324 plugins/check_smtp.c:267 | ||
2840 | msgid "Warning time must be a nonnegative integer\n" | ||
2841 | msgstr "" | ||
2842 | |||
2843 | #: plugins/check_real.c:333 plugins/check_smtp.c:258 | ||
2844 | msgid "Critical time must be a nonnegative integer\n" | ||
2845 | msgstr "" | ||
2846 | |||
2847 | #: plugins/check_real.c:369 | ||
2848 | msgid "You must provide a server to check\n" | ||
2849 | msgstr "" | ||
2850 | |||
2851 | #: plugins/check_real.c:402 | ||
2852 | msgid "Copyright (c) 1999 Pedro Leite <leite@cic.ua.pt>\n" | ||
2853 | msgstr "" | ||
2854 | |||
2855 | #: plugins/check_real.c:405 | ||
2856 | msgid "" | ||
2857 | "This plugin tests the REAL service on the specified host.\n" | ||
2858 | "\n" | ||
2859 | msgstr "" | ||
2860 | |||
2861 | #: plugins/check_real.c:413 | ||
2862 | #, c-format | ||
2863 | msgid "" | ||
2864 | " -u, --url=STRING\n" | ||
2865 | " Connect to this url\n" | ||
2866 | " -e, --expect=STRING\n" | ||
2867 | " String to expect in first line of server response (default: %s)\n" | ||
2868 | msgstr "" | ||
2869 | |||
2870 | #: plugins/check_real.c:426 | ||
2871 | msgid "" | ||
2872 | "This plugin will attempt to open an RTSP connection with the host.\n" | ||
2873 | "Successul connects return STATE_OK, refusals and timeouts return\n" | ||
2874 | "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects,\n" | ||
2875 | "but incorrect reponse messages from the host result in STATE_WARNING return\n" | ||
2876 | "values." | ||
2877 | msgstr "" | ||
2878 | |||
2879 | #: plugins/check_smtp.c:103 | ||
2880 | msgid "recv() failed\n" | ||
2881 | msgstr "" | ||
2882 | |||
2883 | #: plugins/check_smtp.c:112 | ||
2884 | msgid "Invalid SMTP response received from host\n" | ||
2885 | msgstr "" | ||
2886 | |||
2887 | #: plugins/check_smtp.c:114 | ||
2888 | #, c-format | ||
2889 | msgid "Invalid SMTP response received from host on port %d\n" | ||
2890 | msgstr "" | ||
2891 | |||
2892 | #: plugins/check_smtp.c:144 | ||
2893 | #, c-format | ||
2894 | msgid "" | ||
2895 | "DUMMYCMD: %s\n" | ||
2896 | "%s\n" | ||
2897 | msgstr "" | ||
2898 | |||
2899 | #: plugins/check_smtp.c:166 | ||
2900 | #, c-format | ||
2901 | msgid "SMTP %s - %.3f sec. response time, %s|time=%.3f\n" | ||
2902 | msgstr "" | ||
2903 | |||
2904 | #: plugins/check_smtp.c:169 | ||
2905 | #, c-format | ||
2906 | msgid "SMTP %s - %.3f second response time|time=%.3f\n" | ||
2907 | msgstr "" | ||
2908 | |||
2909 | #: plugins/check_smtp.c:350 | ||
2910 | msgid "Copyright (c) 1999-2001 Ethan Galstad <nagios@nagios.org>\n" | ||
2911 | msgstr "" | ||
2912 | |||
2913 | #: plugins/check_smtp.c:353 | ||
2914 | msgid "" | ||
2915 | "This plugin will attempt to open an SMTP connection with the host.\n" | ||
2916 | "\n" | ||
2917 | msgstr "" | ||
2918 | |||
2919 | #: plugins/check_smtp.c:364 | ||
2920 | #, c-format | ||
2921 | msgid "" | ||
2922 | " -e, --expect=STRING\n" | ||
2923 | " String to expect in first line of server response (default: '%s')\n" | ||
2924 | " -n, nocommand\n" | ||
2925 | " Suppress SMTP command\n" | ||
2926 | " -C, --command=STRING\n" | ||
2927 | " SMTP command (default: '%s')\n" | ||
2928 | " -f, --from=STRING\n" | ||
2929 | " FROM-address to include in MAIL command, required by Exchange 2000\n" | ||
2930 | " (default: '%s')\n" | ||
2931 | msgstr "" | ||
2932 | |||
2933 | #: plugins/check_smtp.c:381 | ||
2934 | msgid "" | ||
2935 | "\n" | ||
2936 | "Successul connects return STATE_OK, refusals and timeouts return\n" | ||
2937 | "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful\n" | ||
2938 | "connects, but incorrect reponse messages from the host result in\n" | ||
2939 | "STATE_WARNING return values.\n" | ||
2940 | msgstr "" | ||
2941 | |||
2942 | #: plugins/check_snmp.c:274 | ||
2943 | #, c-format | ||
2944 | msgid "Execute Error: %s\n" | ||
2945 | msgstr "" | ||
2946 | |||
2947 | #: plugins/check_snmp.c:281 plugins/check_snmp.c:519 | ||
2948 | #, c-format | ||
2949 | msgid "%s UNKNOWN: call for regex which was not a compiled option" | ||
2950 | msgstr "" | ||
2951 | |||
2952 | #: plugins/check_snmp.c:318 plugins/negate.c:104 | ||
2953 | #, c-format | ||
2954 | msgid "" | ||
2955 | "%s problem - No data recieved from host\n" | ||
2956 | "CMD: %s\n" | ||
2957 | msgstr "" | ||
2958 | |||
2959 | #: plugins/check_snmp.c:452 | ||
2960 | #, c-format | ||
2961 | msgid "Invalid critical threshold: %s\n" | ||
2962 | msgstr "" | ||
2963 | |||
2964 | #: plugins/check_snmp.c:466 | ||
2965 | #, c-format | ||
2966 | msgid "Invalid warning threshold: %s\n" | ||
2967 | msgstr "" | ||
2968 | |||
2969 | #: plugins/check_snmp.c:513 | ||
2970 | msgid "Could Not Compile Regular Expression" | ||
2971 | msgstr "" | ||
2972 | |||
2973 | #: plugins/check_snmp.c:539 | ||
2974 | #, c-format | ||
2975 | msgid "Could not realloc() labels[%d]" | ||
2976 | msgstr "" | ||
2977 | |||
2978 | #: plugins/check_snmp.c:552 | ||
2979 | msgid "Could not realloc() labels\n" | ||
2980 | msgstr "" | ||
2981 | |||
2982 | #: plugins/check_snmp.c:570 | ||
2983 | #, c-format | ||
2984 | msgid "Could not realloc() units [%d]\n" | ||
2985 | msgstr "" | ||
2986 | |||
2987 | #: plugins/check_snmp.c:583 | ||
2988 | msgid "Could not realloc() units\n" | ||
2989 | msgstr "" | ||
2990 | |||
2991 | #: plugins/check_snmp.c:656 | ||
2992 | #, c-format | ||
2993 | msgid "" | ||
2994 | "Missing secname (%s) or authpassword (%s) ! \n" | ||
2995 | ")" | ||
2996 | msgstr "" | ||
2997 | |||
2998 | #: plugins/check_snmp.c:674 | ||
2999 | #, c-format | ||
3000 | msgid "Invalid SNMP version: %s\n" | ||
3001 | msgstr "" | ||
3002 | |||
3003 | #: plugins/check_snmp.c:869 | ||
3004 | msgid "" | ||
3005 | "Check status of remote machines and obtain sustem information via SNMP\n" | ||
3006 | "\n" | ||
3007 | msgstr "" | ||
3008 | |||
3009 | #: plugins/check_snmp.c:879 | ||
3010 | msgid "" | ||
3011 | " -P, --protocol=[1|3]\n" | ||
3012 | " SNMP protocol version\n" | ||
3013 | " -L, --seclevel=[noAuthNoPriv|authNoPriv|authPriv]\n" | ||
3014 | " SNMPv3 securityLevel\n" | ||
3015 | " -a, --authproto=[MD5|SHA]\n" | ||
3016 | " SNMPv3 auth proto\n" | ||
3017 | msgstr "" | ||
3018 | |||
3019 | #: plugins/check_snmp.c:888 | ||
3020 | #, c-format | ||
3021 | msgid "" | ||
3022 | " -C, --community=STRING\n" | ||
3023 | " Optional community string for SNMP communication\n" | ||
3024 | " (default is \"%s\")\n" | ||
3025 | " -U, --secname=USERNAME\n" | ||
3026 | " SNMPv3 username\n" | ||
3027 | " -A, --authpassword=PASSWORD\n" | ||
3028 | " SNMPv3 authentication password\n" | ||
3029 | " -X, --privpasswd=PASSWORD\n" | ||
3030 | " SNMPv3 crypt passwd (DES)\n" | ||
3031 | msgstr "" | ||
3032 | |||
3033 | #: plugins/check_snmp.c:900 | ||
3034 | #, c-format | ||
3035 | msgid "" | ||
3036 | " -o, --oid=OID(s)\n" | ||
3037 | " Object identifier(s) whose value you wish to query\n" | ||
3038 | " -m, --miblist=STRING\n" | ||
3039 | " List of MIBS to be loaded (default = ALL)\n" | ||
3040 | " -d, --delimiter=STRING\n" | ||
3041 | " Delimiter to use when parsing returned data. Default is \"%s\"\n" | ||
3042 | " Any data on the right hand side of the delimiter is considered\n" | ||
3043 | " to be the data that should be used in the evaluation.\n" | ||
3044 | msgstr "" | ||
3045 | |||
3046 | #: plugins/check_snmp.c:910 | ||
3047 | msgid "" | ||
3048 | " -w, --warning=INTEGER_RANGE(s)\n" | ||
3049 | " Range(s) which will not result in a WARNING status\n" | ||
3050 | " -c, --critical=INTEGER_RANGE(s)\n" | ||
3051 | " Range(s) which will not result in a CRITICAL status\n" | ||
3052 | msgstr "" | ||
3053 | |||
3054 | #: plugins/check_snmp.c:917 | ||
3055 | msgid "" | ||
3056 | " -s, --string=STRING\n" | ||
3057 | " Return OK state (for that OID) if STRING is an exact match\n" | ||
3058 | " -r, --ereg=REGEX\n" | ||
3059 | " Return OK state (for that OID) if extended regular expression REGEX " | ||
3060 | "matches\n" | ||
3061 | " -R, --eregi=REGEX\n" | ||
3062 | " Return OK state (for that OID) if case-insensitive extended REGEX " | ||
3063 | "matches\n" | ||
3064 | " -l, --label=STRING\n" | ||
3065 | " Prefix label for output from plugin (default -s 'SNMP')\n" | ||
3066 | msgstr "" | ||
3067 | |||
3068 | #: plugins/check_snmp.c:928 | ||
3069 | msgid "" | ||
3070 | " -u, --units=STRING\n" | ||
3071 | " Units label(s) for output data (e.g., 'sec.').\n" | ||
3072 | " -D, --output-delimiter=STRING\n" | ||
3073 | " Separates output on multiple OID requests\n" | ||
3074 | msgstr "" | ||
3075 | |||
3076 | #: plugins/check_snmp.c:938 | ||
3077 | msgid "" | ||
3078 | "\n" | ||
3079 | "- This plugin uses the 'snmpget' command included with the NET-SNMP " | ||
3080 | "package.\n" | ||
3081 | " If you don't have the package installed, you will need to download it " | ||
3082 | "from\n" | ||
3083 | " http://net-snmp.sourceforge.net before you can use this plugin.\n" | ||
3084 | msgstr "" | ||
3085 | |||
3086 | #: plugins/check_snmp.c:943 | ||
3087 | msgid "" | ||
3088 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | ||
3089 | "with\n" | ||
3090 | " internal spaces must be quoted) [max 8 OIDs]\n" | ||
3091 | msgstr "" | ||
3092 | |||
3093 | #: plugins/check_snmp.c:947 | ||
3094 | msgid "" | ||
3095 | "- Ranges are inclusive and are indicated with colons. When specified as\n" | ||
3096 | " 'min:max' a STATE_OK will be returned if the result is within the " | ||
3097 | "indicated\n" | ||
3098 | " range or is equal to the upper or lower bound. A non-OK state will be\n" | ||
3099 | " returned if the result is outside the specified range.\n" | ||
3100 | msgstr "" | ||
3101 | |||
3102 | #: plugins/check_snmp.c:953 | ||
3103 | msgid "" | ||
3104 | "- If specified in the order 'max:min' a non-OK state will be returned if " | ||
3105 | "the\n" | ||
3106 | " result is within the (inclusive) range.\n" | ||
3107 | msgstr "" | ||
3108 | |||
3109 | #: plugins/check_snmp.c:957 | ||
3110 | msgid "" | ||
3111 | "- Upper or lower bounds may be omitted to skip checking the respective " | ||
3112 | "limit.\n" | ||
3113 | "- Bare integers are interpreted as upper limits.\n" | ||
3114 | "- When checking multiple OIDs, separate ranges by commas like '-w " | ||
3115 | "1:10,1:,:20'\n" | ||
3116 | "- Note that only one string and one regex may be checked at present\n" | ||
3117 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the " | ||
3118 | "value\n" | ||
3119 | " returned from the SNMP query is an unsigned integer.\n" | ||
3120 | msgstr "" | ||
3121 | |||
3122 | #: plugins/check_snmp.c:971 | ||
3123 | #, c-format | ||
3124 | msgid "" | ||
3125 | "Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n" | ||
3126 | " [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n" | ||
3127 | " [-l label] [-u units] [-p port-number] [-d delimiter]\n" | ||
3128 | " [-D output-delimiter] [-m miblist] [-P snmp version]\n" | ||
3129 | " [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n" | ||
3130 | " [-X privpasswd]\n" | ||
3131 | msgstr "" | ||
3132 | |||
3133 | #: plugins/check_ssh.c:203 | ||
3134 | #, c-format | ||
3135 | msgid "Server answer: %s" | ||
3136 | msgstr "" | ||
3137 | |||
3138 | #: plugins/check_ssh.c:214 | ||
3139 | #, c-format | ||
3140 | msgid "SSH OK - %s (protocol %s)\n" | ||
3141 | msgstr "" | ||
3142 | |||
3143 | #: plugins/check_ssh.c:232 | ||
3144 | msgid "Copyright (c) 1999 Remi Paulmier <remi@sinfomic.fr>\n" | ||
3145 | msgstr "" | ||
3146 | |||
3147 | #: plugins/check_ssh.c:235 | ||
3148 | msgid "" | ||
3149 | "Try to connect to SSH server at specified server and port\n" | ||
3150 | "\n" | ||
3151 | msgstr "" | ||
3152 | |||
3153 | #: plugins/check_ssh.c:255 | ||
3154 | #, c-format | ||
3155 | msgid "Usage: %s [-46] [-t <timeout>] [-p <port>] <host>\n" | ||
3156 | msgstr "" | ||
3157 | |||
3158 | #: plugins/check_swap.c:100 | ||
3159 | #, c-format | ||
3160 | msgid "Command: %s\n" | ||
3161 | msgstr "" | ||
3162 | |||
3163 | #: plugins/check_swap.c:142 | ||
3164 | #, c-format | ||
3165 | msgid "total=%d, free=%d\n" | ||
3166 | msgstr "" | ||
3167 | |||
3168 | #: plugins/check_swap.c:159 | ||
3169 | #, c-format | ||
3170 | msgid " %d%% free (%lu MB out of %lu MB)%s" | ||
3171 | msgstr "" | ||
3172 | |||
3173 | #: plugins/check_swap.c:320 | ||
3174 | msgid "Warning percentage should be more than critical percentage\n" | ||
3175 | msgstr "" | ||
3176 | |||
3177 | #: plugins/check_swap.c:324 | ||
3178 | msgid "Warning free space should be more than critical free space\n" | ||
3179 | msgstr "" | ||
3180 | |||
3181 | #: plugins/check_swap.c:341 | ||
3182 | msgid "" | ||
3183 | "Check swap space on local server.\n" | ||
3184 | "\n" | ||
3185 | msgstr "" | ||
3186 | |||
3187 | #: plugins/check_swap.c:347 | ||
3188 | #, c-format | ||
3189 | msgid "" | ||
3190 | "\n" | ||
3191 | " -w, --warning=INTEGER\n" | ||
3192 | " Exit with WARNING status if less than INTEGER bytes of swap space are " | ||
3193 | "free\n" | ||
3194 | " -w, --warning=PERCENT%%\n" | ||
3195 | " Exit with WARNING status if less than PERCENT of swap space has been " | ||
3196 | "used\n" | ||
3197 | " -c, --critical=INTEGER\n" | ||
3198 | " Exit with CRITICAL status if less than INTEGER bytes of swap space are " | ||
3199 | "free\n" | ||
3200 | " -c, --critical=PERCENT%%\n" | ||
3201 | " Exit with CRITCAL status if less than PERCENT of swap space has been " | ||
3202 | "used\n" | ||
3203 | " -a, --allswaps\n" | ||
3204 | " Conduct comparisons for all swap partitions, one by one\n" | ||
3205 | msgstr "" | ||
3206 | |||
3207 | #: plugins/check_swap.c:360 | ||
3208 | msgid "" | ||
3209 | "\n" | ||
3210 | "On Solaris, if -a specified, uses swap -l, otherwise uses swap -s.\n" | ||
3211 | "Will be discrepencies because swap -s counts allocated swap and includes\n" | ||
3212 | "real memory\n" | ||
3213 | msgstr "" | ||
3214 | |||
3215 | #: plugins/check_swap.c:375 | ||
3216 | #, c-format | ||
3217 | msgid "" | ||
3218 | "Usage:\n" | ||
3219 | " %s [-a] -w <used_percentage>%% -c <used_percentage>%%\n" | ||
3220 | " %s [-a] -w <bytes_free> -c <bytes_free>\n" | ||
3221 | " %s (-h | --help) for detailed help\n" | ||
3222 | " %s (-V | --version) for version information\n" | ||
3223 | msgstr "" | ||
3224 | |||
3225 | #: plugins/check_tcp.c:201 | ||
3226 | msgid "ERROR: Generic check_tcp called with unknown service\n" | ||
3227 | msgstr "" | ||
3228 | |||
3229 | #: plugins/check_tcp.c:286 | ||
3230 | msgid "Invalid response from host\n" | ||
3231 | msgstr "" | ||
3232 | |||
3233 | #: plugins/check_tcp.c:325 | ||
3234 | #, c-format | ||
3235 | msgid "%s %s%s - %.3f second response time on port %d" | ||
3236 | msgstr "" | ||
3237 | |||
3238 | #: plugins/check_tcp.c:425 | ||
3239 | msgid "invalid host name or address" | ||
3240 | msgstr "" | ||
3241 | |||
3242 | #: plugins/check_tcp.c:430 plugins/check_time.c:226 plugins/check_time.c:238 | ||
3243 | #: plugins/check_udp.c:162 plugins/check_users.c:141 | ||
3244 | msgid "Critical threshold must be a nonnegative integer\n" | ||
3245 | msgstr "" | ||
3246 | |||
3247 | #: plugins/check_tcp.c:437 plugins/check_time.c:207 plugins/check_time.c:231 | ||
3248 | #: plugins/check_udp.c:169 plugins/check_users.c:147 plugins/check_users.c:157 | ||
3249 | #: plugins/check_users.c:164 | ||
3250 | msgid "Warning threshold must be a nonnegative integer\n" | ||
3251 | msgstr "" | ||
3252 | |||
3253 | #: plugins/check_tcp.c:452 | ||
3254 | msgid "Timeout interval must be a positive integer\n" | ||
3255 | msgstr "" | ||
3256 | |||
3257 | #: plugins/check_tcp.c:475 | ||
3258 | msgid "Maxbytes must be a positive integer\n" | ||
3259 | msgstr "" | ||
3260 | |||
3261 | #: plugins/check_tcp.c:489 | ||
3262 | msgid "Refuse mut be one of ok, warn, crit\n" | ||
3263 | msgstr "" | ||
3264 | |||
3265 | #: plugins/check_tcp.c:495 | ||
3266 | msgid "Delay must be a positive integer\n" | ||
3267 | msgstr "" | ||
3268 | |||
3269 | #: plugins/check_tcp.c:500 | ||
3270 | msgid "SSL support not available. Install OpenSSL and recompile." | ||
3271 | msgstr "" | ||
3272 | |||
3273 | #: plugins/check_tcp.c:508 | ||
3274 | msgid "You must provide a server address\n" | ||
3275 | msgstr "" | ||
3276 | |||
3277 | #: plugins/check_tcp.c:526 | ||
3278 | msgid "ERROR: Cannot create SSL context.\n" | ||
3279 | msgstr "" | ||
3280 | |||
3281 | #: plugins/check_tcp.c:552 | ||
3282 | msgid "ERROR: Cannot initiate SSL handshake.\n" | ||
3283 | msgstr "" | ||
3284 | |||
3285 | #: plugins/check_tcp.c:597 | ||
29 | #, c-format | 3286 | #, c-format |
30 | msgid "" | 3287 | msgid "" |
31 | "This plugin tests %s connections with the specified host.\n" | 3288 | "This plugin tests %s connections with the specified host.\n" |
32 | "\n" | 3289 | "\n" |
33 | msgstr "" | 3290 | msgstr "" |
34 | 3291 | ||
35 | #: plugins/check_tcp.c:125 | 3292 | #: plugins/check_tcp.c:608 |
36 | msgid "" | 3293 | msgid "" |
37 | " -s, --send=STRING\n" | 3294 | " -s, --send=STRING\n" |
38 | " String to send to the server\n" | 3295 | " String to send to the server\n" |
@@ -42,7 +3299,7 @@ msgid "" | |||
42 | " String to send server to initiate a clean close of the connection\n" | 3299 | " String to send server to initiate a clean close of the connection\n" |
43 | msgstr "" | 3300 | msgstr "" |
44 | 3301 | ||
45 | #: plugins/check_tcp.c:133 | 3302 | #: plugins/check_tcp.c:616 |
46 | msgid "" | 3303 | msgid "" |
47 | " -r, --refuse=ok|warn|crit\n" | 3304 | " -r, --refuse=ok|warn|crit\n" |
48 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" | 3305 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" |
@@ -52,82 +3309,304 @@ msgid "" | |||
52 | " Seconds to wait between sending string and polling for response\n" | 3309 | " Seconds to wait between sending string and polling for response\n" |
53 | msgstr "" | 3310 | msgstr "" |
54 | 3311 | ||
55 | #: plugins/check_tcp.c:254 | 3312 | #: plugins/check_tcp.c:639 |
56 | msgid "ERROR: Generic check_tcp called with unknown service\n" | 3313 | #, c-format |
3314 | msgid "" | ||
3315 | "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n" | ||
3316 | " [-s <send string>] [-e <expect string>] [-q <quit string>]\n" | ||
3317 | " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n" | ||
3318 | " [-r <refuse state>] [-v] [-4|-6]\n" | ||
57 | msgstr "" | 3319 | msgstr "" |
58 | 3320 | ||
59 | #: plugins/check_tcp.c:263 | 3321 | #: plugins/check_time.c:76 |
60 | msgid "Could not parse arguments\n" | 3322 | #, c-format |
3323 | msgid "TIME UNKNOWN - could not connect to server %s, port %d\n" | ||
61 | msgstr "" | 3324 | msgstr "" |
62 | 3325 | ||
63 | #: plugins/check_tcp.c:326 | 3326 | #: plugins/check_time.c:99 |
64 | msgid "No data received from host\n" | 3327 | #, c-format |
3328 | msgid "TIME UNKNOWN - no data on recv() from server %s, port %d\n" | ||
65 | msgstr "" | 3329 | msgstr "" |
66 | 3330 | ||
67 | #: plugins/check_tcp.c:338 | 3331 | #: plugins/check_time.c:111 |
68 | msgid "Invalid response from host\n" | 3332 | #, c-format |
3333 | msgid "TIME %s - %d second response time\n" | ||
69 | msgstr "" | 3334 | msgstr "" |
70 | 3335 | ||
71 | #: plugins/check_tcp.c:376 | 3336 | #: plugins/check_time.c:125 |
72 | #, c-format | 3337 | #, c-format |
73 | msgid "%s %s%s - %.3f second response time on port %d" | 3338 | msgid "TIME %s - %lu second time difference\n" |
74 | msgstr "" | 3339 | msgstr "" |
75 | 3340 | ||
76 | #: plugins/check_tcp.c:452 | 3341 | #: plugins/check_time.c:189 plugins/check_time.c:262 plugins/check_udp.c:157 |
3342 | #: plugins/check_udp.c:198 | ||
3343 | msgid "Invalid host name/address\n" | ||
3344 | msgstr "" | ||
3345 | |||
3346 | #: plugins/check_time.c:203 | ||
3347 | msgid "Warning thresholds must be a nonnegative integer\n" | ||
3348 | msgstr "" | ||
3349 | |||
3350 | #: plugins/check_time.c:222 | ||
3351 | msgid "Critical thresholds must be a nonnegative integer\n" | ||
3352 | msgstr "" | ||
3353 | |||
3354 | #: plugins/check_time.c:251 plugins/check_udp.c:176 | ||
3355 | msgid "Timeout interval must be a nonnegative integer\n" | ||
3356 | msgstr "" | ||
3357 | |||
3358 | #: plugins/check_time.c:266 plugins/check_udp.c:203 | ||
3359 | msgid "Host name was not supplied\n" | ||
3360 | msgstr "" | ||
3361 | |||
3362 | #: plugins/check_time.c:286 plugins/check_udp.c:221 plugins/check_users.c:182 | ||
3363 | msgid "Copyright (c) 1999 Ethan Galstad\n" | ||
3364 | msgstr "" | ||
3365 | |||
3366 | #: plugins/check_time.c:289 | ||
3367 | msgid "" | ||
3368 | "This plugin will check the time on the specified host.\n" | ||
3369 | "\n" | ||
3370 | msgstr "" | ||
3371 | |||
3372 | #: plugins/check_time.c:298 | ||
3373 | msgid "" | ||
3374 | " -w, --warning-variance=INTEGER\n" | ||
3375 | " Time difference (sec.) necessary to result in a warning status\n" | ||
3376 | " -c, --critical-variance=INTEGER\n" | ||
3377 | " Time difference (sec.) necessary to result in a critical status\n" | ||
3378 | " -W, --warning-connect=INTEGER\n" | ||
3379 | " Response time (sec.) necessary to result in warning status\n" | ||
3380 | " -C, --critical-connect=INTEGER\n" | ||
3381 | " Response time (sec.) necessary to result in critical status\n" | ||
3382 | msgstr "" | ||
3383 | |||
3384 | #: plugins/check_time.c:319 | ||
77 | #, c-format | 3385 | #, c-format |
78 | msgid "" | 3386 | msgid "" |
79 | "%s: Unknown argument: %s\n" | 3387 | "Usage: %s -H <host_address> [-p port] [-w variance] [-c variance]\n" |
3388 | " [-W connect_time] [-C connect_time] [-t timeout]\n" | ||
3389 | msgstr "" | ||
3390 | |||
3391 | #: plugins/check_udp.c:88 | ||
3392 | #, c-format | ||
3393 | msgid "Connection %s on port %d - %d second response time\n" | ||
3394 | msgstr "" | ||
3395 | |||
3396 | #: plugins/check_udp.c:89 | ||
3397 | msgid "accepted" | ||
3398 | msgstr "" | ||
3399 | |||
3400 | #: plugins/check_udp.c:89 | ||
3401 | msgid "problem" | ||
3402 | msgstr "" | ||
3403 | |||
3404 | #: plugins/check_udp.c:224 | ||
3405 | msgid "" | ||
3406 | "This plugin tests an UDP connection with the specified host.\n" | ||
80 | "\n" | 3407 | "\n" |
81 | msgstr "" | 3408 | msgstr "" |
82 | 3409 | ||
83 | #: plugins/check_tcp.c:471 | 3410 | #: plugins/check_udp.c:233 |
84 | msgid "IPv6 support not available\n" | 3411 | msgid "" |
3412 | " -e, --expect=STRING <optional>\n" | ||
3413 | " String to expect in first line of server response\n" | ||
3414 | " -s, --send=STRING <optional>\n" | ||
3415 | " String to send to the server when initiating the connection\n" | ||
85 | msgstr "" | 3416 | msgstr "" |
86 | 3417 | ||
87 | #: plugins/check_tcp.c:476 | 3418 | #: plugins/check_udp.c:245 |
88 | msgid "invalid host name or address" | 3419 | msgid "" |
3420 | "This plugin will attempt to connect to the specified port on the host.\n" | ||
3421 | "Successful connects return STATE_OK, refusals and timeouts return\n" | ||
3422 | "STATE_CRITICAL, other errors return STATE_UNKNOWN.\n" | ||
3423 | "\n" | ||
89 | msgstr "" | 3424 | msgstr "" |
90 | 3425 | ||
91 | #: plugins/check_tcp.c:481 | 3426 | #: plugins/check_udp.c:262 |
92 | msgid "Critical threshold must be a nonnegative integer\n" | 3427 | #, c-format |
3428 | msgid "" | ||
3429 | "Usage: %s -H <host_address> [-p port] [-w warn_time] [-c crit_time]\n" | ||
3430 | " [-e expect] [-s send] [-t to_sec] [-v]\n" | ||
93 | msgstr "" | 3431 | msgstr "" |
94 | 3432 | ||
95 | #: plugins/check_tcp.c:487 | 3433 | #: plugins/check_ups.c:542 |
96 | msgid "Warning threshold must be a nonnegative integer\n" | 3434 | msgid "Copyright (c) 2000 Tom Shields" |
97 | msgstr "" | 3435 | msgstr "" |
98 | 3436 | ||
99 | #: plugins/check_tcp.c:501 | 3437 | #: plugins/check_ups.c:545 |
100 | msgid "Timeout interval must be a positive integer\n" | 3438 | msgid "" |
3439 | "This plugin tests the UPS service on the specified host.\n" | ||
3440 | "Network UPS Tools from www.exploits.org must be running for this plugin to\n" | ||
3441 | "work.\n" | ||
3442 | "\n" | ||
101 | msgstr "" | 3443 | msgstr "" |
102 | 3444 | ||
103 | #: plugins/check_tcp.c:506 | 3445 | #: plugins/check_ups.c:555 |
104 | msgid "Server port must be a positive integer\n" | 3446 | msgid "" |
3447 | " -u, --ups=STRING\n" | ||
3448 | " Name of UPS\n" | ||
105 | msgstr "" | 3449 | msgstr "" |
106 | 3450 | ||
107 | #: plugins/check_tcp.c:522 | 3451 | #: plugins/check_ups.c:565 |
108 | msgid "Maxbytes must be a positive integer\n" | 3452 | msgid "" |
3453 | "This plugin attempts to determine the status of a UPS (Uninterruptible " | ||
3454 | "Power\n" | ||
3455 | "Supply) on a local or remote host. If the UPS is online or calibrating, the\n" | ||
3456 | "plugin will return an OK state. If the battery is on it will return a " | ||
3457 | "WARNING\n" | ||
3458 | "state. If the UPS is off or has a low battery the plugin will return a " | ||
3459 | "CRITICAL\n" | ||
3460 | "state.\n" | ||
3461 | "\n" | ||
109 | msgstr "" | 3462 | msgstr "" |
110 | 3463 | ||
111 | #: plugins/check_tcp.c:535 | 3464 | #: plugins/check_ups.c:572 |
112 | msgid "Refuse mut be one of ok, warn, crit\n" | 3465 | msgid "" |
3466 | "You may also specify a variable to check [such as temperature, utility " | ||
3467 | "voltage,\n" | ||
3468 | "battery load, etc.] as well as warning and critical thresholds for the " | ||
3469 | "value of\n" | ||
3470 | "that variable. If the remote host has multiple UPS that are being monitored " | ||
3471 | "you\n" | ||
3472 | "will have to use the [ups] option to specify which UPS to check.\n" | ||
3473 | "\n" | ||
113 | msgstr "" | 3474 | msgstr "" |
114 | 3475 | ||
115 | #: plugins/check_tcp.c:541 | 3476 | #: plugins/check_ups.c:578 |
116 | msgid "Delay must be a positive integer\n" | 3477 | msgid "" |
3478 | "Notes:\n" | ||
3479 | "\n" | ||
3480 | "This plugin requires that the UPSD daemon distributed with Russel Kroll's\n" | ||
3481 | "Smart UPS Tools be installed on the remote host. If you do not have the\n" | ||
3482 | "package installed on your system, you can download it from\n" | ||
3483 | "http://www.exploits.org/nut\n" | ||
3484 | "\n" | ||
117 | msgstr "" | 3485 | msgstr "" |
118 | 3486 | ||
119 | #: plugins/check_tcp.c:546 | 3487 | #: plugins/check_ups.c:593 |
120 | msgid "SSL support not available. Install OpenSSL and recompile." | 3488 | #, c-format |
3489 | msgid "" | ||
3490 | "Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n" | ||
3491 | " [-t timeout] [-v]\n" | ||
121 | msgstr "" | 3492 | msgstr "" |
122 | 3493 | ||
123 | #: plugins/check_tcp.c:554 | 3494 | #: plugins/check_users.c:69 |
124 | msgid "You must provide a server address\n" | 3495 | #, c-format |
3496 | msgid "# users=%d" | ||
125 | msgstr "" | 3497 | msgstr "" |
126 | 3498 | ||
127 | #: plugins/check_tcp.c:572 | 3499 | #: plugins/check_users.c:94 |
128 | msgid "ERROR: Cannot create SSL context.\n" | 3500 | #, c-format |
3501 | msgid "USERS %s - %d users currently logged in\n" | ||
129 | msgstr "" | 3502 | msgstr "" |
130 | 3503 | ||
131 | #: plugins/check_tcp.c:598 | 3504 | #: plugins/check_users.c:185 |
132 | msgid "ERROR: Cannot initiate SSL handshake.\n" | 3505 | msgid "" |
3506 | "This plugin checks the number of users currently logged in on the local\n" | ||
3507 | "system and generates an error if the number exceeds the thresholds " | ||
3508 | "specified.\n" | ||
3509 | msgstr "" | ||
3510 | |||
3511 | #: plugins/check_users.c:193 | ||
3512 | msgid "" | ||
3513 | " -w, --warning=INTEGER\n" | ||
3514 | " Set WARNING status if more than INTEGER users are logged in\n" | ||
3515 | " -c, --critical=INTEGER\n" | ||
3516 | " Set CRITICAL status if more than INTEGER users are logged in\n" | ||
3517 | msgstr "" | ||
3518 | |||
3519 | #: plugins/negate.c:234 | ||
3520 | msgid "" | ||
3521 | "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa).\n" | ||
3522 | "\n" | ||
3523 | msgstr "" | ||
3524 | |||
3525 | #: plugins/negate.c:244 | ||
3526 | msgid " [keep timeout than the plugin timeout to retain CRITICAL status]\n" | ||
3527 | msgstr "" | ||
3528 | |||
3529 | #: plugins/negate.c:247 | ||
3530 | msgid "" | ||
3531 | " negate \"/usr/local/nagios/libexec/check_ping -H host\"\n" | ||
3532 | " Run check_ping and invert result. Must use full path to plugin\n" | ||
3533 | " negate \"/usr/local/nagios/libexec/check_procs -a 'vi negate.c'\"\n" | ||
3534 | " Use single quotes if you need to retain spaces\n" | ||
3535 | msgstr "" | ||
3536 | |||
3537 | #: plugins/negate.c:253 | ||
3538 | msgid "" | ||
3539 | "This plugin is a wrapper to take the output of another plugin and invert " | ||
3540 | "it.\n" | ||
3541 | "If the wrapped plugin returns STATE_OK, the wrapper will return " | ||
3542 | "STATE_CRITICAL.\n" | ||
3543 | "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return " | ||
3544 | "STATE_OK.\n" | ||
3545 | "Otherwise, the output state of the wrapped plugin is unchanged.\n" | ||
3546 | msgstr "" | ||
3547 | |||
3548 | #: plugins/negate.c:269 | ||
3549 | #, c-format | ||
3550 | msgid "Usage: %s [-t timeout] <definition of wrapped plugin>\n" | ||
3551 | msgstr "" | ||
3552 | |||
3553 | #: plugins/urlize.c:101 | ||
3554 | #, c-format | ||
3555 | msgid "" | ||
3556 | "%s problem - No data recieved from host\n" | ||
3557 | "CMD: %s</A>\n" | ||
3558 | msgstr "" | ||
3559 | |||
3560 | #: plugins/urlize.c:128 | ||
3561 | msgid "" | ||
3562 | "Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n" | ||
3563 | msgstr "" | ||
3564 | |||
3565 | #: plugins/urlize.c:131 | ||
3566 | msgid "" | ||
3567 | "\n" | ||
3568 | "This plugin wraps the text output of another command (plugin) in HTML\n" | ||
3569 | "<A> tags, thus displaying the plugin output in as a clickable link in\n" | ||
3570 | "the Nagios status screen. The return status is the same as the invoked\n" | ||
3571 | "plugin.\n" | ||
3572 | "\n" | ||
3573 | msgstr "" | ||
3574 | |||
3575 | #: plugins/urlize.c:139 | ||
3576 | msgid "" | ||
3577 | "\n" | ||
3578 | "Pay close attention to quoting to ensure that the shell passes the expected\n" | ||
3579 | "data to the plugin. For example, in:\n" | ||
3580 | "\n" | ||
3581 | " urlize http://example.com/ check_http -H example.com -r 'two words'\n" | ||
3582 | "\n" | ||
3583 | "the shell will remove the single quotes and urlize will see:\n" | ||
3584 | "\n" | ||
3585 | " urlize http://example.com/ check_http -H example.com -r two words\n" | ||
3586 | "\n" | ||
3587 | "You probably want:\n" | ||
3588 | "\n" | ||
3589 | " urlize http://example.com/ \"check_http -H example.com -r 'two words'\"\n" | ||
3590 | msgstr "" | ||
3591 | |||
3592 | #: plugins/urlize.c:162 | ||
3593 | #, c-format | ||
3594 | msgid "" | ||
3595 | "Usage:\n" | ||
3596 | " %s <url> <plugin> <arg1> ... <argN>\n" | ||
3597 | msgstr "" | ||
3598 | |||
3599 | #: plugins/utils.c:81 | ||
3600 | msgid "" | ||
3601 | "\n" | ||
3602 | "Send email to nagios-users@lists.sourceforge.net if you have questions\n" | ||
3603 | "regarding use of this software. To submit patches or suggest improvements,\n" | ||
3604 | "send email to nagiosplug-devel@lists.sourceforge.net\n" | ||
3605 | msgstr "" | ||
3606 | |||
3607 | #: plugins/utils.c:107 | ||
3608 | msgid "" | ||
3609 | "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" | ||
3610 | "copies of the plugins under the terms of the GNU General Public License.\n" | ||
3611 | "For more information about these matters, see the file named COPYING.\n" | ||
133 | msgstr "" | 3612 | msgstr "" |
@@ -3,38 +3,3304 @@ | |||
3 | # This file is distributed under the same license as the PACKAGE package. | 3 | # This file is distributed under the same license as the PACKAGE package. |
4 | # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. | 4 | # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. |
5 | # | 5 | # |
6 | #: plugins/check_nt.c:311 | ||
6 | msgid "" | 7 | msgid "" |
7 | msgstr "" | 8 | msgstr "" |
8 | "Project-Id-Version: nagios-plugins 1.3.99\n" | 9 | "Project-Id-Version: nagios-plugins 1.3.99\n" |
9 | "Report-Msgid-Bugs-To: \n" | 10 | "POT-Creation-Date: 2003-08-10 07:52-0400\n" |
10 | "POT-Creation-Date: 2003-08-08 21:40-0700\n" | ||
11 | "PO-Revision-Date: 2003-07-25 06:55-0400\n" | 11 | "PO-Revision-Date: 2003-07-25 06:55-0400\n" |
12 | "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n" | 12 | "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n" |
13 | "Language-Team: French <traduc@traduc.org>\n" | 13 | "Language-Team: French <traduc@traduc.org>\n" |
14 | "MIME-Version: 1.0\n" | 14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=UTF-8\n" | 15 | "Content-Type: text/plain; charset=UTF-8\n" |
16 | "Content-Transfer-Encoding: 8bit\n" | 16 | "Content-Transfer-Encoding: 8bit\n" |
17 | "Report-Msgid-Bugs-To: \n" | ||
18 | |||
19 | #: plugins/check_by_ssh.c:69 plugins/check_dig.c:65 plugins/check_disk.c:157 | ||
20 | #: plugins/check_fping.c:73 plugins/check_nagios.c:60 plugins/check_nt.c:100 | ||
21 | #: plugins/check_nwstat.c:121 plugins/check_radius.c:107 | ||
22 | #: plugins/check_ssh.c:52 plugins/check_tcp.c:210 plugins/check_users.c:45 | ||
23 | #: plugins/negate.c:79 | ||
24 | msgid "Could not parse arguments\n" | ||
25 | msgstr "" | ||
26 | |||
27 | #: plugins/check_by_ssh.c:88 | ||
28 | #, c-format | ||
29 | msgid "Unable to open pipe: %s" | ||
30 | msgstr "" | ||
31 | |||
32 | #: plugins/check_by_ssh.c:96 plugins/check_dig.c:85 plugins/check_dns.c:112 | ||
33 | #: plugins/check_fping.c:93 plugins/check_hpjd.c:114 plugins/check_load.c:112 | ||
34 | #: plugins/check_nagios.c:97 plugins/check_procs.c:123 | ||
35 | #: plugins/check_snmp.c:175 plugins/check_swap.c:112 plugins/check_users.c:56 | ||
36 | #: plugins/negate.c:93 plugins/urlize.c:89 | ||
37 | #, c-format | ||
38 | msgid "Could not open stderr for %s\n" | ||
39 | msgstr "" | ||
40 | |||
41 | #: plugins/check_by_ssh.c:121 | ||
42 | #, c-format | ||
43 | msgid "SSH WARNING: could not open %s\n" | ||
44 | msgstr "" | ||
45 | |||
46 | #: plugins/check_by_ssh.c:128 | ||
47 | msgid "STATUS CODE: " | ||
48 | msgstr "" | ||
49 | |||
50 | #: plugins/check_by_ssh.c:139 | ||
51 | #, c-format | ||
52 | msgid "STATUS CODE: %d" | ||
53 | msgstr "" | ||
54 | |||
55 | #: plugins/check_by_ssh.c:140 | ||
56 | #, c-format | ||
57 | msgid "[%d] PROCESS_SERVICE_CHECK_RESULT;%s;%s;%d;%s\n" | ||
58 | msgstr "" | ||
59 | |||
60 | #: plugins/check_by_ssh.c:224 | ||
61 | msgid "timeout interval must be an integer" | ||
62 | msgstr "" | ||
63 | |||
64 | #: plugins/check_by_ssh.c:229 | ||
65 | msgid "invalid host name" | ||
66 | msgstr "" | ||
67 | |||
68 | #: plugins/check_by_ssh.c:234 | ||
69 | msgid "port must be an integer" | ||
70 | msgstr "" | ||
71 | |||
72 | #: plugins/check_by_ssh.c:279 | ||
73 | #, c-format | ||
74 | msgid "%s: You must provide a host name\n" | ||
75 | msgstr "" | ||
76 | |||
77 | #: plugins/check_by_ssh.c:281 | ||
78 | #, c-format | ||
79 | msgid "%s: Invalid host name %s\n" | ||
80 | msgstr "" | ||
81 | |||
82 | #: plugins/check_by_ssh.c:297 | ||
83 | msgid "No remotecmd\n" | ||
84 | msgstr "" | ||
85 | |||
86 | #: plugins/check_by_ssh.c:315 | ||
87 | #, c-format | ||
88 | msgid "" | ||
89 | "%s: In passive mode, you must provide a service name for each command.\n" | ||
90 | msgstr "" | ||
91 | |||
92 | #: plugins/check_by_ssh.c:318 | ||
93 | #, c-format | ||
94 | msgid "" | ||
95 | "%s: In passive mode, you must provide the host short name from the nagios " | ||
96 | "configs.\n" | ||
97 | msgstr "" | ||
98 | |||
99 | #: plugins/check_by_ssh.c:333 | ||
100 | msgid "" | ||
101 | "Copyright (c) 1999 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n" | ||
102 | msgstr "" | ||
103 | |||
104 | #: plugins/check_by_ssh.c:336 | ||
105 | msgid "" | ||
106 | "This plugin uses SSH to execute commands on a remote host\n" | ||
107 | "\n" | ||
108 | msgstr "" | ||
109 | |||
110 | #: plugins/check_by_ssh.c:346 | ||
111 | msgid "" | ||
112 | " -1, --proto1\n" | ||
113 | " tell ssh to use Protocol 1\n" | ||
114 | " -2, --proto2\n" | ||
115 | " tell ssh to use Protocol 2\n" | ||
116 | " -f\n" | ||
117 | " tells ssh to fork rather than create a tty\n" | ||
118 | msgstr "" | ||
119 | |||
120 | #: plugins/check_by_ssh.c:354 | ||
121 | msgid "" | ||
122 | " -C, --command='COMMAND STRING'\n" | ||
123 | " command to execute on the remote machine\n" | ||
124 | " -l, --logname=USERNAME\n" | ||
125 | " SSH user name on remote host [optional]\n" | ||
126 | " -i, --identity=KEYFILE\n" | ||
127 | " identity of an authorized key [optional]\n" | ||
128 | " -O, --output=FILE\n" | ||
129 | " external command file for nagios [optional]\n" | ||
130 | " -s, --services=LIST\n" | ||
131 | " list of nagios service names, separated by ':' [optional]\n" | ||
132 | " -n, --name=NAME\n" | ||
133 | " short name of host in nagios configuration [optional]\n" | ||
134 | msgstr "" | ||
135 | |||
136 | #: plugins/check_by_ssh.c:372 | ||
137 | msgid "" | ||
138 | "\n" | ||
139 | "The most common mode of use is to refer to a local identity file with\n" | ||
140 | "the '-i' option. In this mode, the identity pair should have a null\n" | ||
141 | "passphrase and the public key should be listed in the authorized_keys\n" | ||
142 | "file of the remote host. Usually the key will be restricted to running\n" | ||
143 | "only one command on the remote server. If the remote SSH server tracks\n" | ||
144 | "invocation agruments, the one remote program may be an agent that can\n" | ||
145 | "execute additional commands as proxy\n" | ||
146 | msgstr "" | ||
147 | |||
148 | #: plugins/check_by_ssh.c:381 | ||
149 | msgid "" | ||
150 | "\n" | ||
151 | "To use passive mode, provide multiple '-C' options, and provide\n" | ||
152 | "all of -O, -s, and -n options (servicelist order must match '-C'\n" | ||
153 | "options)\n" | ||
154 | msgstr "" | ||
155 | |||
156 | #: plugins/check_by_ssh.c:394 | ||
157 | #, c-format | ||
158 | msgid "" | ||
159 | "\n" | ||
160 | "Usage: %s [-f46] [-t timeout] [-i identity] [-l user] -H <host> \n" | ||
161 | " -C <command> [-n name] [-s servicelist] [-O outputfile] [-p port]\n" | ||
162 | msgstr "" | ||
163 | |||
164 | #: plugins/check_dig.c:62 | ||
165 | msgid "Cannot catch SIGALRM\n" | ||
166 | msgstr "" | ||
167 | |||
168 | #: plugins/check_dig.c:79 plugins/check_dns.c:106 plugins/check_hpjd.c:108 | ||
169 | #: plugins/check_nagios.c:91 plugins/check_procs.c:117 | ||
170 | #: plugins/check_snmp.c:169 plugins/check_swap.c:106 plugins/check_users.c:50 | ||
171 | #: plugins/negate.c:89 plugins/urlize.c:83 | ||
172 | #, c-format | ||
173 | msgid "Could not open pipe: %s\n" | ||
174 | msgstr "" | ||
175 | |||
176 | #: plugins/check_dig.c:104 | ||
177 | msgid "Server not found in ANSWER SECTION" | ||
178 | msgstr "" | ||
179 | |||
180 | #: plugins/check_dig.c:114 | ||
181 | msgid "No ANSWER SECTION found" | ||
182 | msgstr "" | ||
183 | |||
184 | #: plugins/check_dig.c:131 | ||
185 | msgid "dig returned error status" | ||
186 | msgstr "" | ||
187 | |||
188 | #: plugins/check_dig.c:137 plugins/check_dns.c:214 plugins/check_dns.c:217 | ||
189 | #: plugins/check_dns.c:220 | ||
190 | msgid " Probably a non-existent host/domain" | ||
191 | msgstr "" | ||
17 | 192 | ||
18 | #: plugins/check_tcp.c:99 | 193 | #: plugins/check_dig.c:140 |
194 | #, c-format | ||
195 | msgid "DNS OK - %d seconds response time (%s)\n" | ||
196 | msgstr "" | ||
197 | |||
198 | #: plugins/check_dig.c:143 plugins/check_dns.c:213 | ||
199 | #, c-format | ||
200 | msgid "DNS WARNING - %s\n" | ||
201 | msgstr "" | ||
202 | |||
203 | #: plugins/check_dig.c:145 plugins/check_dns.c:216 | ||
204 | #, c-format | ||
205 | msgid "DNS CRITICAL - %s\n" | ||
206 | msgstr "" | ||
207 | |||
208 | #: plugins/check_dig.c:147 plugins/check_dns.c:219 | ||
209 | #, c-format | ||
210 | msgid "DNS problem - %s\n" | ||
211 | msgstr "" | ||
212 | |||
213 | #: plugins/check_dig.c:184 plugins/check_pgsql.c:206 plugins/check_ping.c:194 | ||
214 | #: plugins/check_time.c:180 plugins/negate.c:168 plugins/urlize.c:68 | ||
215 | msgid "Unknown argument" | ||
216 | msgstr "" | ||
217 | |||
218 | #: plugins/check_dig.c:196 plugins/check_dig.c:247 plugins/check_hpjd.c:343 | ||
219 | #: plugins/check_real.c:364 plugins/check_smtp.c:308 | ||
220 | msgid "Invalid host name" | ||
221 | msgstr "" | ||
222 | |||
223 | #: plugins/check_dig.c:204 plugins/check_time.c:245 plugins/check_udp.c:182 | ||
224 | msgid "Server port must be a nonnegative integer\n" | ||
225 | msgstr "" | ||
226 | |||
227 | #: plugins/check_dig.c:215 | ||
228 | msgid "Warning interval must be a nonnegative integer\n" | ||
229 | msgstr "" | ||
230 | |||
231 | #: plugins/check_dig.c:223 | ||
232 | msgid "Critical interval must be a nonnegative integer\n" | ||
233 | msgstr "" | ||
234 | |||
235 | #: plugins/check_dig.c:231 plugins/check_real.c:344 plugins/check_smtp.c:278 | ||
236 | msgid "Time interval must be a nonnegative integer\n" | ||
237 | msgstr "" | ||
238 | |||
239 | #: plugins/check_dig.c:285 | ||
240 | msgid "" | ||
241 | "Test the DNS service on the specified host using dig\n" | ||
242 | "\n" | ||
243 | msgstr "" | ||
244 | |||
245 | #: plugins/check_dig.c:293 | ||
246 | msgid "" | ||
247 | " -l, --lookup=STRING\n" | ||
248 | " machine name to lookup\n" | ||
249 | msgstr "" | ||
250 | |||
251 | #: plugins/check_dig.c:312 | ||
252 | #, c-format | ||
253 | msgid "" | ||
254 | "Usage: %s -H host -l lookup [-p <server port>] [-w <warning interval>]\n" | ||
255 | " [-c <critical interval>] [-t <timeout>] [-v]\n" | ||
256 | msgstr "" | ||
257 | |||
258 | #: plugins/check_disk.c:197 | ||
259 | #, c-format | ||
260 | msgid "" | ||
261 | "%s\n" | ||
262 | "%.0f of %.0f %s (%.0f%%) free on %s (type %s mounted on %s) warn:%lu crit:%" | ||
263 | "lu warn%%:%.0f%% crit%%:%.0f%%" | ||
264 | msgstr "" | ||
265 | |||
266 | #: plugins/check_disk.c:213 | ||
267 | #, c-format | ||
268 | msgid "%s [%s not found]" | ||
269 | msgstr "" | ||
270 | |||
271 | #: plugins/check_disk.c:289 | ||
272 | msgid "Timeout Interval must be an integer!\n" | ||
273 | msgstr "" | ||
274 | |||
275 | #: plugins/check_disk.c:306 plugins/check_swap.c:247 | ||
276 | msgid "Warning threshold must be integer or percentage!\n" | ||
277 | msgstr "" | ||
278 | |||
279 | #: plugins/check_disk.c:323 plugins/check_swap.c:264 | ||
280 | msgid "Critical threshold must be integer or percentage!\n" | ||
281 | msgstr "" | ||
282 | |||
283 | #: plugins/check_disk.c:344 | ||
284 | #, c-format | ||
285 | msgid "unit type %s not known\n" | ||
286 | msgstr "" | ||
287 | |||
288 | #: plugins/check_disk.c:347 | ||
289 | #, c-format | ||
290 | msgid "failed allocating storage for '%s'\n" | ||
291 | msgstr "" | ||
292 | |||
293 | #: plugins/check_disk.c:414 | ||
294 | msgid "check_disk: unrecognized option\n" | ||
295 | msgstr "" | ||
296 | |||
297 | #: plugins/check_disk.c:471 | ||
298 | msgid "INPUT ERROR: No thresholds specified" | ||
299 | msgstr "" | ||
300 | |||
301 | #: plugins/check_disk.c:477 | ||
302 | #, c-format | ||
303 | msgid "" | ||
304 | "INPUT ERROR: C_DFP (%f) should be less than W_DFP (%.1f) and both should be " | ||
305 | "between zero and 100 percent, inclusive" | ||
306 | msgstr "" | ||
307 | |||
308 | #: plugins/check_disk.c:484 | ||
309 | #, c-format | ||
310 | msgid "" | ||
311 | "INPUT ERROR: C_DF (%lu) should be less than W_DF (%lu) and both should be " | ||
312 | "greater than zero" | ||
313 | msgstr "" | ||
314 | |||
315 | #: plugins/check_disk.c:549 plugins/check_dummy.c:80 plugins/check_http.c:995 | ||
316 | #: plugins/check_mrtg.c:303 plugins/check_mrtgtraf.c:325 | ||
317 | #: plugins/check_nwstat.c:899 plugins/check_overcr.c:419 | ||
318 | msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n" | ||
319 | msgstr "" | ||
320 | |||
321 | #: plugins/check_disk.c:552 | ||
322 | msgid "" | ||
323 | "This plugin checks the amount of used disk space on a mounted file system\n" | ||
324 | "and generates an alert if free space is less than one of the threshold " | ||
325 | "values." | ||
326 | msgstr "" | ||
327 | |||
328 | #: plugins/check_disk.c:560 | ||
329 | #, c-format | ||
330 | msgid "" | ||
331 | " -w, --warning=INTEGER\n" | ||
332 | " Exit with WARNING status if less than INTEGER kilobytes of disk are free\n" | ||
333 | " -w, --warning=PERCENT%%\n" | ||
334 | " Exit with WARNING status if less than PERCENT of disk space is free\n" | ||
335 | " -c, --critical=INTEGER\n" | ||
336 | " Exit with CRITICAL status if less than INTEGER kilobytes of disk are " | ||
337 | "free\n" | ||
338 | " -c, --critical=PERCENT%%\n" | ||
339 | " Exit with CRITCAL status if less than PERCENT of disk space is free\n" | ||
340 | " -C, --clear\n" | ||
341 | " Clear thresholds\n" | ||
342 | msgstr "" | ||
343 | |||
344 | #: plugins/check_disk.c:572 | ||
345 | msgid "" | ||
346 | " -u, --units=STRING\n" | ||
347 | " Choose bytes, kB, MB, GB, TB (default: MB)\n" | ||
348 | " -k, --kilobytes\n" | ||
349 | " Same as '--units kB'\n" | ||
350 | " -m, --megabytes\n" | ||
351 | " Same as '--units MB'\n" | ||
352 | msgstr "" | ||
353 | |||
354 | #: plugins/check_disk.c:580 | ||
355 | msgid "" | ||
356 | " -l, --local\n" | ||
357 | " Only check local filesystems\n" | ||
358 | " -p, --path=PATH, --partition=PARTITION\n" | ||
359 | " Path or partition (may be repeated)\n" | ||
360 | " -x, --exclude_device=PATH <STRING>\n" | ||
361 | " Ignore device (only works if -p unspecified)\n" | ||
362 | " -X, --exclude-type=TYPE <STRING>\n" | ||
363 | " Ignore all filesystems of indicated type (may be repeated)\n" | ||
364 | " -M, --mountpoint\n" | ||
365 | " Display the mountpoint instead of the partition\n" | ||
366 | " -e, --errors-only\n" | ||
367 | " Display only devices/mountpoints with errors\n" | ||
368 | msgstr "" | ||
369 | |||
370 | #: plugins/check_disk.c:600 | ||
371 | msgid "" | ||
372 | "Examples:\n" | ||
373 | " check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 -p /\n" | ||
374 | " Checks /tmp and /var at 10%,5% and / at 100MB, 50MB\n" | ||
375 | msgstr "" | ||
376 | |||
377 | #: plugins/check_disk.c:613 | ||
378 | #, c-format | ||
379 | msgid "" | ||
380 | "Usage: %s -w limit -c limit [-p path | -x device] [-t timeout] [-m] [-e]\n" | ||
381 | " [-v] [-q]\n" | ||
382 | " %s (-h|--help)\n" | ||
383 | " %s (-V|--version)\n" | ||
384 | msgstr "" | ||
385 | |||
386 | #: plugins/check_dns.c:86 plugins/check_nagios.c:64 plugins/check_pgsql.c:136 | ||
387 | #: plugins/check_ping.c:79 plugins/negate.c:83 | ||
388 | msgid "Cannot catch SIGALRM" | ||
389 | msgstr "" | ||
390 | |||
391 | #: plugins/check_dns.c:124 plugins/check_dns.c:153 | ||
392 | msgid "Unknown error (plugin)" | ||
393 | msgstr "" | ||
394 | |||
395 | #: plugins/check_dns.c:148 | ||
396 | #, c-format | ||
397 | msgid "DNS CRITICAL - '%s' returned empty host name string\n" | ||
398 | msgstr "" | ||
399 | |||
400 | #: plugins/check_dns.c:185 | ||
401 | msgid "nslookup returned error status" | ||
402 | msgstr "" | ||
403 | |||
404 | #: plugins/check_dns.c:192 | ||
405 | #, c-format | ||
406 | msgid "DNS CRITICAL - '%s' output parsing exited with no address\n" | ||
407 | msgstr "" | ||
408 | |||
409 | #: plugins/check_dns.c:198 | ||
410 | #, c-format | ||
411 | msgid "expected %s but got %s" | ||
412 | msgstr "" | ||
413 | |||
414 | #: plugins/check_dns.c:209 | ||
415 | #, c-format | ||
416 | msgid "DNS ok - %.3f seconds response time, address%s %s|time=%.3f\n" | ||
417 | msgstr "" | ||
418 | |||
419 | #: plugins/check_dns.c:237 | ||
420 | #, c-format | ||
421 | msgid "No response from name server %s\n" | ||
422 | msgstr "" | ||
423 | |||
424 | #: plugins/check_dns.c:241 | ||
425 | #, c-format | ||
426 | msgid "Name server %s has no records\n" | ||
427 | msgstr "" | ||
428 | |||
429 | #: plugins/check_dns.c:248 | ||
430 | #, c-format | ||
431 | msgid "Connection to name server %s was refused\n" | ||
432 | msgstr "" | ||
433 | |||
434 | #: plugins/check_dns.c:254 | ||
435 | #, c-format | ||
436 | msgid "Domain %s was not found by the server\n" | ||
437 | msgstr "" | ||
438 | |||
439 | #: plugins/check_dns.c:258 | ||
440 | msgid "Network is unreachable\n" | ||
441 | msgstr "" | ||
442 | |||
443 | #: plugins/check_dns.c:262 | ||
444 | #, c-format | ||
445 | msgid "Server failure for %s\n" | ||
446 | msgstr "" | ||
447 | |||
448 | #: plugins/check_dns.c:307 plugins/check_fping.c:243 plugins/check_game.c:200 | ||
449 | #: plugins/check_overcr.c:331 plugins/check_radius.c:209 | ||
450 | #: plugins/check_tcp.c:401 plugins/check_udp.c:143 plugins/check_users.c:130 | ||
451 | #, c-format | ||
452 | msgid "" | ||
453 | "%s: Unknown argument: %s\n" | ||
454 | "\n" | ||
455 | msgstr "" | ||
456 | |||
457 | #: plugins/check_dns.c:324 plugins/check_dns.c:336 plugins/check_dns.c:347 | ||
458 | #: plugins/check_dns.c:352 plugins/check_dns.c:362 plugins/check_dns.c:373 | ||
459 | #: plugins/check_game.c:217 plugins/check_game.c:225 | ||
460 | msgid "Input buffer overflow\n" | ||
461 | msgstr "" | ||
462 | |||
463 | #: plugins/check_dns.c:331 | ||
464 | msgid "" | ||
465 | "Invalid server name/address\n" | ||
466 | "\n" | ||
467 | msgstr "" | ||
468 | |||
469 | #: plugins/check_dns.c:342 plugins/check_fping.c:257 | ||
470 | #: plugins/check_radius.c:223 | ||
471 | msgid "" | ||
472 | "Invalid host name/address\n" | ||
473 | "\n" | ||
474 | msgstr "" | ||
475 | |||
476 | #: plugins/check_dns.c:369 | ||
477 | #, c-format | ||
478 | msgid "" | ||
479 | "Invalid name/address: %s\n" | ||
480 | "\n" | ||
481 | msgstr "" | ||
482 | |||
483 | #: plugins/check_dns.c:405 | ||
484 | msgid "" | ||
485 | "-H, --hostname=HOST\n" | ||
486 | " The name or address you want to query\n" | ||
487 | "-s, --server=HOST\n" | ||
488 | " Optional DNS server you want to use for the lookup\n" | ||
489 | "-a, --expected-address=IP-ADDRESS\n" | ||
490 | " Optional IP address you expect the DNS server to return\n" | ||
491 | msgstr "" | ||
492 | |||
493 | #: plugins/check_dns.c:415 | ||
494 | msgid "" | ||
495 | "\n" | ||
496 | "This plugin uses the nslookup program to obtain the IP address\n" | ||
497 | "for the given host/domain query. A optional DNS server to use may\n" | ||
498 | "be specified. If no DNS server is specified, the default server(s)\n" | ||
499 | "specified in /etc/resolv.conf will be used.\n" | ||
500 | msgstr "" | ||
501 | |||
502 | #: plugins/check_dns.c:430 | ||
503 | #, c-format | ||
504 | msgid "" | ||
505 | "Usage: %s -H host [-s server] [-a expected-address] [-t timeout]\n" | ||
506 | " %s --help\n" | ||
507 | " %s --version\n" | ||
508 | msgstr "" | ||
509 | |||
510 | #: plugins/check_dummy.c:38 | ||
511 | msgid "Incorrect number of arguments supplied\n" | ||
512 | msgstr "" | ||
513 | |||
514 | #: plugins/check_dummy.c:48 | ||
515 | msgid "Arguments to check_dummy must be an integer\n" | ||
516 | msgstr "" | ||
517 | |||
518 | #: plugins/check_dummy.c:87 | ||
519 | msgid "" | ||
520 | "\n" | ||
521 | "This plugin will simply return the state corresponding to the numeric value\n" | ||
522 | "of the <state> argument.\n" | ||
523 | msgstr "" | ||
524 | |||
525 | #: plugins/check_dummy.c:99 | ||
526 | #, c-format | ||
527 | msgid "Usage: %s <integer state>\n" | ||
528 | msgstr "" | ||
529 | |||
530 | #: plugins/check_fping.c:87 | ||
531 | #, c-format | ||
532 | msgid "Unable to open pipe: %s\n" | ||
533 | msgstr "" | ||
534 | |||
535 | #: plugins/check_fping.c:134 | ||
536 | #, c-format | ||
537 | msgid "FPING unknown - %s not found\n" | ||
538 | msgstr "" | ||
539 | |||
540 | #: plugins/check_fping.c:138 | ||
541 | #, c-format | ||
542 | msgid "FPING critical - %s is unreachable\n" | ||
543 | msgstr "" | ||
544 | |||
545 | #: plugins/check_fping.c:143 | ||
546 | #, c-format | ||
547 | msgid "FPING critical - %s is down\n" | ||
548 | msgstr "" | ||
549 | |||
550 | #: plugins/check_fping.c:169 | ||
551 | #, c-format | ||
552 | msgid "FPING %s - %s (loss=%f%%, rta=%f ms)\n" | ||
553 | msgstr "" | ||
554 | |||
555 | #: plugins/check_fping.c:188 | ||
556 | #, c-format | ||
557 | msgid "FPING %s - %s (loss=%f%% )\n" | ||
558 | msgstr "" | ||
559 | |||
560 | #: plugins/check_fping.c:289 | ||
561 | msgid "Packet size must be a positive integer" | ||
562 | msgstr "" | ||
563 | |||
564 | #: plugins/check_fping.c:295 | ||
565 | msgid "Packet count must be a positive integer" | ||
566 | msgstr "" | ||
567 | |||
568 | #: plugins/check_fping.c:302 | ||
569 | msgid "" | ||
570 | "Host name was not supplied\n" | ||
571 | "\n" | ||
572 | msgstr "" | ||
573 | |||
574 | #: plugins/check_fping.c:325 | ||
575 | #, c-format | ||
576 | msgid "%s: Only one threshold may be packet loss (%s)\n" | ||
577 | msgstr "" | ||
578 | |||
579 | #: plugins/check_fping.c:329 | ||
580 | #, c-format | ||
581 | msgid "%s: Only one threshold must be packet loss (%s)\n" | ||
582 | msgstr "" | ||
583 | |||
584 | #: plugins/check_fping.c:362 | ||
585 | msgid "" | ||
586 | "Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n" | ||
587 | "\n" | ||
588 | "This plugin will use the /bin/fping command (from saint) to ping the\n" | ||
589 | "specified host for a fast check if the host is alive. Note that it is\n" | ||
590 | "necessary to set the suid flag on fping.\n" | ||
591 | "\n" | ||
592 | msgstr "" | ||
593 | |||
594 | #: plugins/check_fping.c:372 | ||
595 | #, c-format | ||
596 | msgid "" | ||
597 | " -H, --hostname=HOST\n" | ||
598 | " Name or IP Address of host to ping (IP Address bypasses name lookup,\n" | ||
599 | " reducing system load)\n" | ||
600 | " -w, --warning=THRESHOLD\n" | ||
601 | " warning threshold pair\n" | ||
602 | " -c, --critical=THRESHOLD\n" | ||
603 | " critical threshold pair\n" | ||
604 | " -b, --bytes=INTEGER\n" | ||
605 | " Size of ICMP packet (default: %d)\n" | ||
606 | " -n, --number=INTEGER\n" | ||
607 | " Number of ICMP packets to send (default: %d)\n" | ||
608 | msgstr "" | ||
609 | |||
610 | #: plugins/check_fping.c:388 | ||
611 | #, c-format | ||
612 | msgid "" | ||
613 | "\n" | ||
614 | "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n" | ||
615 | "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n" | ||
616 | "percentage of packet loss to trigger an alarm state.\n" | ||
617 | msgstr "" | ||
618 | |||
619 | #: plugins/check_fping.c:402 | ||
620 | #, c-format | ||
621 | msgid "Usage: %s <host_address>\n" | ||
622 | msgstr "" | ||
623 | |||
624 | #: plugins/check_game.c:66 plugins/check_snmp.c:157 | ||
625 | msgid "Incorrect arguments supplied\n" | ||
626 | msgstr "" | ||
627 | |||
628 | #: plugins/check_game.c:69 | ||
629 | msgid "Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n" | ||
630 | msgstr "" | ||
631 | |||
632 | #: plugins/check_game.c:70 | ||
633 | msgid "License: GPL\n" | ||
634 | msgstr "" | ||
635 | |||
636 | #: plugins/check_game.c:90 | ||
637 | #, c-format | ||
638 | msgid "Error - Could not open pipe: %s\n" | ||
639 | msgstr "" | ||
640 | |||
641 | #: plugins/check_game.c:110 | ||
642 | msgid "ERROR: Host type parameter incorrect!\n" | ||
643 | msgstr "" | ||
644 | |||
645 | #: plugins/check_game.c:286 | ||
19 | #, fuzzy, c-format | 646 | #, fuzzy, c-format |
647 | msgid "This plugin tests %s connections with the specified host." | ||
648 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
649 | |||
650 | #: plugins/check_game.c:292 | ||
20 | msgid "" | 651 | msgid "" |
21 | "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n" | 652 | "<game> = Game type that is recognised by qstat (without the leading " |
22 | " [-s <send string>] [-e <expect string>] [-q <quit string>]\n" | 653 | "dash)\n" |
23 | " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n" | 654 | "<ip_address> = The IP address of the device you wish to query\n" |
24 | " [-r <refuse state>] [-v] [-4|-6]\n" | 655 | " [port] = Optional port of which to connect\n" |
656 | " [game_field] = Field number in raw qstat output that contains game name\n" | ||
657 | " [map_field] = Field number in raw qstat output that contains map name\n" | ||
658 | " [ping_field] = Field number in raw qstat output that contains ping time\n" | ||
659 | msgstr "" | ||
660 | |||
661 | #: plugins/check_game.c:302 | ||
662 | msgid "" | ||
663 | "\n" | ||
664 | "Notes:\n" | ||
665 | "- This plugin uses the 'qstat' command, the popular game server status query " | ||
666 | "tool .\n" | ||
667 | " If you don't have the package installed, you will need to download it " | ||
668 | "from\n" | ||
669 | " http://www.activesw.com/people/steve/qstat.html before you can use this " | ||
670 | "plugin.\n" | ||
671 | msgstr "" | ||
672 | |||
673 | #: plugins/check_game.c:317 | ||
674 | #, c-format | ||
675 | msgid "" | ||
676 | "Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n" | ||
677 | " [-pf ping_field]\n" | ||
678 | msgstr "" | ||
679 | |||
680 | #: plugins/check_hpjd.c:83 plugins/check_mrtg.c:57 plugins/check_mrtgtraf.c:67 | ||
681 | #: plugins/check_mysql.c:47 plugins/check_real.c:65 plugins/check_smtp.c:69 | ||
682 | #: plugins/check_swap.c:77 plugins/check_time.c:58 | ||
683 | msgid "Invalid command arguments supplied\n" | ||
684 | msgstr "" | ||
685 | |||
686 | #: plugins/check_hpjd.c:218 | ||
687 | msgid "Paper Jam" | ||
688 | msgstr "" | ||
689 | |||
690 | #: plugins/check_hpjd.c:222 | ||
691 | msgid "Out of Paper" | ||
692 | msgstr "" | ||
693 | |||
694 | #: plugins/check_hpjd.c:227 | ||
695 | msgid "Printer Offline" | ||
696 | msgstr "" | ||
697 | |||
698 | #: plugins/check_hpjd.c:232 | ||
699 | msgid "Peripheral Error" | ||
700 | msgstr "" | ||
701 | |||
702 | #: plugins/check_hpjd.c:236 | ||
703 | msgid "Intervention Required" | ||
704 | msgstr "" | ||
705 | |||
706 | #: plugins/check_hpjd.c:240 | ||
707 | msgid "Toner Low" | ||
708 | msgstr "" | ||
709 | |||
710 | #: plugins/check_hpjd.c:244 | ||
711 | msgid "Insufficient Memory" | ||
712 | msgstr "" | ||
713 | |||
714 | #: plugins/check_hpjd.c:248 | ||
715 | msgid "A Door is Open" | ||
716 | msgstr "" | ||
717 | |||
718 | #: plugins/check_hpjd.c:252 | ||
719 | msgid "Output Tray is Full" | ||
720 | msgstr "" | ||
721 | |||
722 | #: plugins/check_hpjd.c:256 | ||
723 | msgid "Data too Slow for Engine" | ||
724 | msgstr "" | ||
725 | |||
726 | #: plugins/check_hpjd.c:260 | ||
727 | msgid "Unknown Paper Error" | ||
728 | msgstr "" | ||
729 | |||
730 | #: plugins/check_hpjd.c:265 | ||
731 | #, c-format | ||
732 | msgid "Printer ok - (%s)\n" | ||
733 | msgstr "" | ||
734 | |||
735 | #: plugins/check_hpjd.c:320 plugins/check_mysql.c:128 plugins/check_real.c:302 | ||
736 | #: plugins/check_smtp.c:230 | ||
737 | msgid "Invalid host name\n" | ||
738 | msgstr "" | ||
739 | |||
740 | #: plugins/check_hpjd.c:333 plugins/check_load.c:219 plugins/check_mrtg.c:224 | ||
741 | #: plugins/check_mrtgtraf.c:264 plugins/check_mysql.c:150 | ||
742 | #: plugins/check_real.c:354 plugins/check_smtp.c:298 plugins/check_swap.c:279 | ||
743 | msgid "Invalid argument\n" | ||
744 | msgstr "" | ||
745 | |||
746 | #: plugins/check_hpjd.c:379 | ||
747 | msgid "" | ||
748 | "This plugin tests the STATUS of an HP printer with a JetDirect card.\n" | ||
749 | "Net-snmp must be installed on the computer running the plugin.\n" | ||
750 | "\n" | ||
751 | msgstr "" | ||
752 | |||
753 | #: plugins/check_hpjd.c:387 | ||
754 | #, c-format | ||
755 | msgid "" | ||
756 | " -C, --community=STRING\n" | ||
757 | " The SNMP community name (default=%s)\n" | ||
758 | msgstr "" | ||
759 | |||
760 | #: plugins/check_hpjd.c:400 | ||
761 | #, c-format | ||
762 | msgid "Usage: %s -H host [-C community]\n" | ||
763 | msgstr "" | ||
764 | |||
765 | #: plugins/check_http.c:135 | ||
766 | msgid "check_http: could not parse arguments\n" | ||
767 | msgstr "" | ||
768 | |||
769 | #: plugins/check_http.c:156 | ||
770 | msgid "HTTP CRITICAL - Could not make SSL connection\n" | ||
771 | msgstr "" | ||
772 | |||
773 | #: plugins/check_http.c:162 plugins/check_http.c:499 | ||
774 | msgid "ERROR: Cannot retrieve server certificate.\n" | ||
775 | msgstr "" | ||
776 | |||
777 | #: plugins/check_http.c:233 | ||
778 | msgid "unknown argument" | ||
779 | msgstr "" | ||
780 | |||
781 | #: plugins/check_http.c:245 | ||
782 | msgid "timeout interval must be a non-negative integer" | ||
783 | msgstr "" | ||
784 | |||
785 | #: plugins/check_http.c:251 | ||
786 | msgid "invalid critical threshold" | ||
787 | msgstr "" | ||
788 | |||
789 | #: plugins/check_http.c:259 | ||
790 | msgid "invalid warning threshold" | ||
791 | msgstr "" | ||
792 | |||
793 | #: plugins/check_http.c:273 plugins/check_http.c:288 | ||
794 | msgid "check_http: invalid option - SSL is not available\n" | ||
795 | msgstr "" | ||
796 | |||
797 | #: plugins/check_http.c:282 | ||
798 | msgid "invalid certificate expiration period" | ||
799 | msgstr "" | ||
800 | |||
801 | #: plugins/check_http.c:303 | ||
802 | #, c-format | ||
803 | msgid "option f:%d \n" | ||
804 | msgstr "" | ||
805 | |||
806 | #: plugins/check_http.c:318 | ||
807 | msgid "invalid port number" | ||
808 | msgstr "" | ||
809 | |||
810 | #: plugins/check_http.c:346 | ||
811 | msgid "check_http: call for regex which was not a compiled option\n" | ||
812 | msgstr "" | ||
813 | |||
814 | #: plugins/check_http.c:360 | ||
815 | #, c-format | ||
816 | msgid "Could Not Compile Regular Expression: %s" | ||
817 | msgstr "" | ||
818 | |||
819 | #: plugins/check_http.c:372 plugins/check_ldap.c:233 plugins/check_ping.c:217 | ||
820 | #: plugins/check_smtp.c:288 plugins/check_ssh.c:124 plugins/check_tcp.c:420 | ||
821 | msgid "IPv6 support not available\n" | ||
822 | msgstr "" | ||
823 | |||
824 | #: plugins/check_http.c:394 | ||
825 | msgid "check_http: you must specify a server address or host name\n" | ||
826 | msgstr "" | ||
827 | |||
828 | #: plugins/check_http.c:492 plugins/check_http.c:507 | ||
829 | msgid "Unable to open TCP socket" | ||
830 | msgstr "" | ||
831 | |||
832 | #: plugins/check_http.c:566 | ||
833 | msgid "Client Certificate Required\n" | ||
834 | msgstr "" | ||
835 | |||
836 | #: plugins/check_http.c:568 plugins/check_http.c:573 | ||
837 | msgid "Error in recv()" | ||
838 | msgstr "" | ||
839 | |||
840 | #: plugins/check_http.c:581 | ||
841 | #, c-format | ||
842 | msgid "No data received %s" | ||
843 | msgstr "" | ||
844 | |||
845 | #: plugins/check_http.c:624 | ||
846 | msgid "Invalid HTTP response received from host\n" | ||
847 | msgstr "" | ||
848 | |||
849 | #: plugins/check_http.c:627 | ||
850 | #, c-format | ||
851 | msgid "Invalid HTTP response received from host on port %d\n" | ||
852 | msgstr "" | ||
853 | |||
854 | #: plugins/check_http.c:635 | ||
855 | #, c-format | ||
856 | msgid "HTTP OK: Status line output matched \"%s\"\n" | ||
857 | msgstr "" | ||
858 | |||
859 | #: plugins/check_http.c:650 | ||
860 | #, c-format | ||
861 | msgid "HTTP CRITICAL: %s\n" | ||
862 | msgstr "" | ||
863 | |||
864 | #: plugins/check_http.c:659 | ||
865 | #, c-format | ||
866 | msgid "HTTP WARNING: %s\n" | ||
867 | msgstr "" | ||
868 | |||
869 | #: plugins/check_http.c:675 | ||
870 | msgid "ERROR: could not allocate server_address" | ||
871 | msgstr "" | ||
872 | |||
873 | #: plugins/check_http.c:679 | ||
874 | msgid "ERROR: could not allocate server_url" | ||
875 | msgstr "" | ||
876 | |||
877 | #: plugins/check_http.c:727 | ||
878 | #, c-format | ||
879 | msgid "UNKNOWN - Could not find redirect location - %s%s" | ||
880 | msgstr "" | ||
881 | |||
882 | #: plugins/check_http.c:733 | ||
883 | msgid "UNKNOWN" | ||
884 | msgstr "" | ||
885 | |||
886 | #: plugins/check_http.c:735 plugins/check_http.c:828 | ||
887 | msgid "OK" | ||
888 | msgstr "" | ||
889 | |||
890 | #: plugins/check_http.c:737 | ||
891 | msgid "WARNING" | ||
892 | msgstr "" | ||
893 | |||
894 | #: plugins/check_http.c:739 | ||
895 | msgid "CRITICAL" | ||
896 | msgstr "" | ||
897 | |||
898 | #: plugins/check_http.c:742 | ||
899 | #, c-format | ||
900 | msgid " - %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
901 | msgstr "" | ||
902 | |||
903 | #: plugins/check_http.c:755 | ||
904 | #, c-format | ||
905 | msgid "HTTP problem: %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
906 | msgstr "" | ||
907 | |||
908 | #: plugins/check_http.c:768 plugins/check_http.c:783 plugins/check_http.c:811 | ||
909 | #, c-format | ||
910 | msgid "HTTP OK %s - %.3f second response time %s%s|time=%ldus size=%dB\n" | ||
911 | msgstr "" | ||
912 | |||
913 | #: plugins/check_http.c:774 | ||
914 | #, c-format | ||
915 | msgid "" | ||
916 | "CRITICAL - string not found%s|time=%ldus\n" | ||
917 | " size=%dB" | ||
918 | msgstr "" | ||
919 | |||
920 | #: plugins/check_http.c:790 | ||
921 | #, c-format | ||
922 | msgid "CRITICAL - pattern not found%s|time=%ldus size=%dB\n" | ||
923 | msgstr "" | ||
924 | |||
925 | #: plugins/check_http.c:796 | ||
926 | #, c-format | ||
927 | msgid "CRITICAL - Execute Error: %s\n" | ||
928 | msgstr "" | ||
929 | |||
930 | #: plugins/check_http.c:806 | ||
931 | #, c-format | ||
932 | msgid "HTTP WARNING: page size too small%s|size=%i\n" | ||
933 | msgstr "" | ||
934 | |||
935 | #: plugins/check_http.c:828 | ||
936 | #, c-format | ||
937 | msgid "SSL seeding: %s\n" | ||
938 | msgstr "" | ||
939 | |||
940 | #: plugins/check_http.c:828 | ||
941 | msgid "Failed" | ||
942 | msgstr "" | ||
943 | |||
944 | #: plugins/check_http.c:835 | ||
945 | msgid "CRITICAL - Cannot create SSL context.\n" | ||
946 | msgstr "" | ||
947 | |||
948 | #: plugins/check_http.c:859 | ||
949 | msgid "CRITICAL - Cannot initiate SSL handshake.\n" | ||
950 | msgstr "" | ||
951 | |||
952 | #: plugins/check_http.c:887 plugins/check_http.c:899 | ||
953 | msgid "CRITICAL - Wrong time format in certificate.\n" | ||
954 | msgstr "" | ||
955 | |||
956 | #: plugins/check_http.c:928 | ||
957 | #, c-format | ||
958 | msgid "WARNING - Certificate expires in %d day(s) (%s).\n" | ||
959 | msgstr "" | ||
960 | |||
961 | #: plugins/check_http.c:932 | ||
962 | #, c-format | ||
963 | msgid "CRITICAL - Certificate expired on %s.\n" | ||
964 | msgstr "" | ||
965 | |||
966 | #: plugins/check_http.c:937 | ||
967 | #, c-format | ||
968 | msgid "WARNING - Certificate expires today (%s).\n" | ||
969 | msgstr "" | ||
970 | |||
971 | #: plugins/check_http.c:941 | ||
972 | #, c-format | ||
973 | msgid "OK - Certificate will expire on %s.\n" | ||
974 | msgstr "" | ||
975 | |||
976 | #: plugins/check_http.c:998 | ||
977 | msgid "" | ||
978 | "This plugin tests the HTTP service on the specified host. It can test\n" | ||
979 | "normal (http) and secure (https) servers, follow redirects, search for\n" | ||
980 | "strings and regular expressions, check connection times, and report on\n" | ||
981 | "certificate expiration times.\n" | ||
982 | msgstr "" | ||
983 | |||
984 | #: plugins/check_http.c:1006 | ||
985 | msgid "NOTE: One or both of -H and -I must be specified\n" | ||
986 | msgstr "" | ||
987 | |||
988 | #: plugins/check_http.c:1010 | ||
989 | #, fuzzy, c-format | ||
990 | msgid "" | ||
991 | " -H, --hostname=ADDRESS\n" | ||
992 | " Host name argument for servers using host headers (virtual host)\n" | ||
993 | " -I, --IP-address=ADDRESS\n" | ||
994 | " IP address or name (use numeric address if possible to bypass DNS " | ||
995 | "lookup).\n" | ||
996 | " -p, --port=INTEGER\n" | ||
997 | " Port number (default: %d)\n" | ||
998 | msgstr "" | ||
999 | " -H, --hostname=ADDRESS\n" | ||
1000 | " Host name argument for servers using host headers (use numeric\n" | ||
1001 | " address if possible to bypass DNS lookup).\n" | ||
1002 | " -p, --port=INTEGER\n" | ||
1003 | " Port number\n" | ||
1004 | " -4, --use-ipv4\n" | ||
1005 | " Use IPv4 connection\n" | ||
1006 | " -6, --use-ipv6\n" | ||
1007 | " Use IPv6 connection\n" | ||
1008 | |||
1009 | #: plugins/check_http.c:1021 | ||
1010 | msgid "" | ||
1011 | " -S, --ssl\n" | ||
1012 | " Connect via SSL\n" | ||
1013 | " -C, --certificate=INTEGER\n" | ||
1014 | " Minimum number of days a certificate has to be valid.\n" | ||
1015 | " (when this option is used the url is not checked.)\n" | ||
1016 | msgstr "" | ||
1017 | |||
1018 | #: plugins/check_http.c:1029 | ||
1019 | #, c-format | ||
1020 | msgid "" | ||
1021 | " -e, --expect=STRING\n" | ||
1022 | " String to expect in first (status) line of server response (default: %s)\n" | ||
1023 | " If specified skips all other status line logic (ex: 3xx, 4xx, 5xx " | ||
1024 | "processing)\n" | ||
1025 | " -s, --string=STRING\n" | ||
1026 | " String to expect in the content\n" | ||
1027 | " -u, --url=PATH\n" | ||
1028 | " URL to GET or POST (default: /)\n" | ||
1029 | " -P, --post=STRING\n" | ||
1030 | " URL encoded http POST data\n" | ||
1031 | msgstr "" | ||
1032 | |||
1033 | #: plugins/check_http.c:1041 | ||
1034 | msgid "" | ||
1035 | " -l, --linespan\n" | ||
1036 | " Allow regex to span newlines (must precede -r or -R)\n" | ||
1037 | " -r, --regex, --ereg=STRING\n" | ||
1038 | " Search page for regex STRING\n" | ||
1039 | " -R, --eregi=STRING\n" | ||
1040 | " Search page for case-insensitive regex STRING\n" | ||
1041 | msgstr "" | ||
1042 | |||
1043 | #: plugins/check_http.c:1050 | ||
1044 | msgid "" | ||
1045 | " -a, --authorization=AUTH_PAIR\n" | ||
1046 | " Username:password on sites with basic authentication\n" | ||
1047 | " -L, --link=URL\n" | ||
1048 | " Wrap output in HTML link (obsoleted by urlize)\n" | ||
1049 | " -f, --onredirect=<ok|warning|critical|follow>\n" | ||
1050 | " How to handle redirected pages\n" | ||
1051 | " -m, --min=INTEGER\n" | ||
1052 | " Minimum page size required (bytes)\n" | ||
1053 | msgstr "" | ||
1054 | |||
1055 | #: plugins/check_http.c:1066 | ||
1056 | msgid "" | ||
1057 | "This plugin will attempt to open an HTTP connection with the host. " | ||
1058 | "Successful\n" | ||
1059 | "connects return STATE_OK, refusals and timeouts return STATE_CRITICAL, " | ||
1060 | "other\n" | ||
1061 | "errors return STATE_UNKNOWN. Successful connects, but incorrect reponse\n" | ||
1062 | "messages from the host result in STATE_WARNING return values. If you are\n" | ||
1063 | "checking a virtual server that uses 'host headers' you must supply the FQDN\n" | ||
1064 | "(fully qualified domain name) as the [host_name] argument.\n" | ||
1065 | msgstr "" | ||
1066 | |||
1067 | #: plugins/check_http.c:1075 | ||
1068 | msgid "" | ||
1069 | "\n" | ||
1070 | "This plugin can also check whether an SSL enabled web server is able to\n" | ||
1071 | "serve content (optionally within a specified time) or whether the X509 \n" | ||
1072 | "certificate is still valid for the specified number of days.\n" | ||
1073 | msgstr "" | ||
1074 | |||
1075 | #: plugins/check_http.c:1079 | ||
1076 | msgid "" | ||
1077 | "\n" | ||
1078 | "CHECK CONTENT: check_http -w 5 -c 10 --ssl www.verisign.com\n" | ||
1079 | "\n" | ||
1080 | "When the 'www.verisign.com' server returns its content within 5 seconds, a\n" | ||
1081 | "STATE_OK will be returned. When the server returns its content but exceeds\n" | ||
1082 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | ||
1083 | "occurs,\n" | ||
1084 | "a STATE_CRITICAL will be returned.\n" | ||
1085 | "\n" | ||
1086 | msgstr "" | ||
1087 | |||
1088 | #: plugins/check_http.c:1086 | ||
1089 | msgid "" | ||
1090 | "CHECK CERTIFICATE: check_http www.verisign.com -C 14\n" | ||
1091 | "\n" | ||
1092 | "When the certificate of 'www.verisign.com' is valid for more than 14 days, " | ||
1093 | "a\n" | ||
1094 | "STATE_OK is returned. When the certificate is still valid, but for less " | ||
1095 | "than\n" | ||
1096 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned " | ||
1097 | "when\n" | ||
1098 | "the certificate is expired.\n" | ||
1099 | msgstr "" | ||
1100 | |||
1101 | #: plugins/check_http.c:1104 | ||
1102 | #, c-format | ||
1103 | msgid "" | ||
1104 | "Usage: %s (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n" | ||
1105 | " [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n" | ||
1106 | " [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n" | ||
1107 | " [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n" | ||
1108 | " [-P string] [-m min_pg_size] [-4|-6]\n" | ||
1109 | msgstr "" | ||
1110 | |||
1111 | #: plugins/check_ide-smart.c:163 | ||
1112 | #, c-format | ||
1113 | msgid "Critical: SMART_READ_VALUES: %s\n" | ||
1114 | msgstr "" | ||
1115 | |||
1116 | #: plugins/check_ide-smart.c:228 | ||
1117 | #, c-format | ||
1118 | msgid "Critical: %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n" | ||
1119 | msgstr "" | ||
1120 | |||
1121 | #: plugins/check_ide-smart.c:235 | ||
1122 | #, c-format | ||
1123 | msgid "Warning: %d Harddrive Advisor%s Detected. %d/%d tests failed.\n" | ||
1124 | msgstr "" | ||
1125 | |||
1126 | #: plugins/check_ide-smart.c:242 | ||
1127 | #, c-format | ||
1128 | msgid "Status: Operational (%d/%d tests passed)\n" | ||
1129 | msgstr "" | ||
1130 | |||
1131 | #: plugins/check_ide-smart.c:245 | ||
1132 | #, c-format | ||
1133 | msgid "Error: Status '%d' uknown. %d/%d tests passed\n" | ||
1134 | msgstr "" | ||
1135 | |||
1136 | #: plugins/check_ide-smart.c:274 | ||
1137 | #, c-format | ||
1138 | msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n" | ||
1139 | msgstr "" | ||
1140 | |||
1141 | #: plugins/check_ide-smart.c:280 | ||
1142 | #, c-format | ||
1143 | msgid "OffLineCapability=%d {%s %s %s}\n" | ||
1144 | msgstr "" | ||
1145 | |||
1146 | #: plugins/check_ide-smart.c:286 | ||
1147 | #, c-format | ||
1148 | msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n" | ||
1149 | msgstr "" | ||
1150 | |||
1151 | #: plugins/check_ide-smart.c:323 | ||
1152 | #, c-format | ||
1153 | msgid "Critical: %s: %s\n" | ||
1154 | msgstr "" | ||
1155 | |||
1156 | #: plugins/check_ide-smart.c:340 | ||
1157 | #, c-format | ||
1158 | msgid "Critical: SMART_READ_THRESHOLDS: %s\n" | ||
1159 | msgstr "" | ||
1160 | |||
1161 | #: plugins/check_ide-smart.c:358 | ||
1162 | msgid "" | ||
1163 | "Usage: check_ide-smart [DEVICE] [OPTION]\n" | ||
1164 | " -d, --device=DEVICE\n" | ||
1165 | " Select device DEVICE\n" | ||
1166 | " -i, --immediate\n" | ||
1167 | " Perform immediately offline tests\n" | ||
1168 | " -q, --quiet-check\n" | ||
1169 | " Returns the number of failed tests\n" | ||
1170 | " -1, --auto-on\n" | ||
1171 | " Turn on automatic offline tests\n" | ||
1172 | " -0, --auto-off\n" | ||
1173 | " Turn off automatic offline tests\n" | ||
1174 | " -n, --net-saint\n" | ||
1175 | " Output suitable for Net Saint\n" | ||
1176 | " -h, --help\n" | ||
1177 | " -V, --version\n" | ||
1178 | msgstr "" | ||
1179 | |||
1180 | #: plugins/check_ide-smart.c:432 | ||
1181 | #, c-format | ||
1182 | msgid "Try `%s --help' for more information.\n" | ||
1183 | msgstr "" | ||
1184 | |||
1185 | #: plugins/check_ide-smart.c:449 | ||
1186 | #, c-format | ||
1187 | msgid "Critical: Couldn't open device: %s\n" | ||
1188 | msgstr "" | ||
1189 | |||
1190 | #: plugins/check_ide-smart.c:454 | ||
1191 | msgid "Critical: SMART_CMD_ENABLE\n" | ||
1192 | msgstr "" | ||
1193 | |||
1194 | #: plugins/check_ldap.c:68 | ||
1195 | msgid "check_ldap: could not parse arguments\n" | ||
1196 | msgstr "" | ||
1197 | |||
1198 | #: plugins/check_ldap.c:82 | ||
1199 | #, c-format | ||
1200 | msgid "Could not connect to the server at port %i\n" | ||
1201 | msgstr "" | ||
1202 | |||
1203 | #: plugins/check_ldap.c:90 | ||
1204 | #, c-format | ||
1205 | msgid "Could not set protocol version %d\n" | ||
1206 | msgstr "" | ||
1207 | |||
1208 | #: plugins/check_ldap.c:98 | ||
1209 | msgid "Could not bind to the ldap-server\n" | ||
1210 | msgstr "" | ||
1211 | |||
1212 | #: plugins/check_ldap.c:106 | ||
1213 | #, c-format | ||
1214 | msgid "Could not search/find objectclasses in %s\n" | ||
1215 | msgstr "" | ||
1216 | |||
1217 | #: plugins/check_ldap.c:123 | ||
1218 | #, c-format | ||
1219 | msgid "LDAP CRITICAL - %i seconds response time\n" | ||
1220 | msgstr "" | ||
1221 | |||
1222 | #: plugins/check_ldap.c:128 | ||
1223 | #, c-format | ||
1224 | msgid "LDAP WARNING - %i seconds response time\n" | ||
1225 | msgstr "" | ||
1226 | |||
1227 | #: plugins/check_ldap.c:133 | ||
1228 | #, c-format | ||
1229 | msgid "LDAP OK - %i seconds response time\n" | ||
1230 | msgstr "" | ||
1231 | |||
1232 | #: plugins/check_ldap.c:190 | ||
1233 | msgid "timeout interval must be a positive integer" | ||
1234 | msgstr "" | ||
1235 | |||
1236 | #: plugins/check_ldap.c:237 | ||
1237 | msgid "check_ldap: could not parse unknown arguments\n" | ||
1238 | msgstr "" | ||
1239 | |||
1240 | #: plugins/check_ldap.c:256 | ||
1241 | msgid "please specify the host name\n" | ||
1242 | msgstr "" | ||
1243 | |||
1244 | #: plugins/check_ldap.c:259 | ||
1245 | msgid "please specify the LDAP base\n" | ||
1246 | msgstr "" | ||
1247 | |||
1248 | #: plugins/check_ldap.c:278 | ||
1249 | msgid "Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n" | ||
1250 | msgstr "" | ||
1251 | |||
1252 | #: plugins/check_ldap.c:289 | ||
1253 | msgid "" | ||
1254 | " -a [--attr]\n" | ||
1255 | " ldap attribute to search (default: \"(objectclass=*)\"\n" | ||
1256 | " -b [--base]\n" | ||
1257 | " ldap base (eg. ou=my unit, o=my org, c=at)\n" | ||
1258 | " -D [--bind]\n" | ||
1259 | " ldap bind DN (if required)\n" | ||
1260 | " -P [--pass]\n" | ||
1261 | " ldap password (if required)\n" | ||
1262 | msgstr "" | ||
1263 | |||
1264 | #: plugins/check_ldap.c:300 | ||
1265 | #, c-format | ||
1266 | msgid "" | ||
1267 | " -2 [--ver2]\n" | ||
1268 | " use ldap protocol version 2\n" | ||
1269 | " -3 [--ver3]\n" | ||
1270 | " use ldap protocol version 3\n" | ||
1271 | " (default protocol version: %d)\n" | ||
1272 | msgstr "" | ||
1273 | |||
1274 | #: plugins/check_ldap.c:324 | ||
1275 | #, c-format | ||
1276 | msgid "" | ||
1277 | "Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n" | ||
1278 | " [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n" | ||
1279 | "(Note: all times are in seconds.)\n" | ||
1280 | msgstr "" | ||
1281 | |||
1282 | #: plugins/check_load.c:88 plugins/check_load.c:107 | ||
1283 | #, c-format | ||
1284 | msgid "Error opening %s\n" | ||
1285 | msgstr "" | ||
1286 | |||
1287 | #: plugins/check_load.c:119 | ||
1288 | #, c-format | ||
1289 | msgid "Error code %d returned in %s\n" | ||
1290 | msgstr "" | ||
1291 | |||
1292 | #: plugins/check_load.c:127 | ||
1293 | msgid "Error in getloadavg()\n" | ||
1294 | msgstr "" | ||
1295 | |||
1296 | #: plugins/check_load.c:130 plugins/check_load.c:132 | ||
1297 | #, c-format | ||
1298 | msgid "Error processing %s\n" | ||
1299 | msgstr "" | ||
1300 | |||
1301 | #: plugins/check_load.c:137 | ||
1302 | #, c-format | ||
1303 | msgid "load average: %.2f, %.2f, %.2f" | ||
1304 | msgstr "" | ||
1305 | |||
1306 | #: plugins/check_load.c:139 | ||
1307 | #, c-format | ||
1308 | msgid "CRITICAL - %s\n" | ||
1309 | msgstr "" | ||
1310 | |||
1311 | #: plugins/check_load.c:143 | ||
1312 | #, c-format | ||
1313 | msgid "WARNING - %s\n" | ||
1314 | msgstr "" | ||
1315 | |||
1316 | #: plugins/check_load.c:146 | ||
1317 | #, c-format | ||
1318 | msgid "OK - %s\n" | ||
1319 | msgstr "" | ||
1320 | |||
1321 | #: plugins/check_load.c:194 | ||
1322 | msgid "Warning threshold must be float or float triplet!\n" | ||
1323 | msgstr "" | ||
1324 | |||
1325 | #: plugins/check_load.c:210 | ||
1326 | msgid "Critical threshold must be float or float triplet!\n" | ||
1327 | msgstr "" | ||
1328 | |||
1329 | #: plugins/check_load.c:265 | ||
1330 | msgid "Warning threshold for 1-minute load average is not specified\n" | ||
1331 | msgstr "" | ||
1332 | |||
1333 | #: plugins/check_load.c:267 | ||
1334 | msgid "Warning threshold for 5-minute load average is not specified\n" | ||
1335 | msgstr "" | ||
1336 | |||
1337 | #: plugins/check_load.c:269 | ||
1338 | msgid "Warning threshold for 15-minute load average is not specified\n" | ||
1339 | msgstr "" | ||
1340 | |||
1341 | #: plugins/check_load.c:271 | ||
1342 | msgid "Critical threshold for 1-minute load average is not specified\n" | ||
1343 | msgstr "" | ||
1344 | |||
1345 | #: plugins/check_load.c:273 | ||
1346 | msgid "Critical threshold for 5-minute load average is not specified\n" | ||
1347 | msgstr "" | ||
1348 | |||
1349 | #: plugins/check_load.c:275 | ||
1350 | msgid "Critical threshold for 15-minute load average is not specified\n" | ||
1351 | msgstr "" | ||
1352 | |||
1353 | #: plugins/check_load.c:277 | ||
1354 | msgid "" | ||
1355 | "Parameter inconsistency: 1-minute \"warning load\" greater than \"critical " | ||
1356 | "load\".\n" | ||
1357 | msgstr "" | ||
1358 | |||
1359 | #: plugins/check_load.c:279 | ||
1360 | msgid "" | ||
1361 | "Parameter inconsistency: 5-minute \"warning load\" greater than \"critical " | ||
1362 | "load\".\n" | ||
1363 | msgstr "" | ||
1364 | |||
1365 | #: plugins/check_load.c:281 | ||
1366 | msgid "" | ||
1367 | "Parameter inconsistency: 15-minute \"warning load\" greater than \"critical " | ||
1368 | "load\".\n" | ||
1369 | msgstr "" | ||
1370 | |||
1371 | #: plugins/check_load.c:295 | ||
1372 | msgid "" | ||
1373 | "Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>\n" | ||
1374 | msgstr "" | ||
1375 | |||
1376 | #: plugins/check_load.c:298 | ||
1377 | msgid "" | ||
1378 | "This plugin tests the current system load average.\n" | ||
1379 | "\n" | ||
1380 | msgstr "" | ||
1381 | |||
1382 | #: plugins/check_load.c:304 | ||
1383 | msgid "" | ||
1384 | " -w, --warning=WLOAD1,WLOAD5,WLOAD15\n" | ||
1385 | " Exit with WARNING status if load average exceeds WLOADn\n" | ||
1386 | " -c, --critical=CLOAD1,CLOAD5,CLOAD15\n" | ||
1387 | " Exit with CRITICAL status if load average exceed CLOADn\n" | ||
1388 | "\n" | ||
1389 | "the load average format is the same used by \"uptime\" and \"w\"\n" | ||
1390 | "\n" | ||
1391 | msgstr "" | ||
1392 | |||
1393 | #: plugins/check_load.c:317 | ||
1394 | #, c-format | ||
1395 | msgid "Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n" | ||
1396 | msgstr "" | ||
1397 | |||
1398 | #: plugins/check_mrtg.c:62 plugins/check_mrtgtraf.c:72 | ||
1399 | msgid "Unable to open MRTG log file\n" | ||
1400 | msgstr "" | ||
1401 | |||
1402 | #: plugins/check_mrtg.c:110 plugins/check_mrtgtraf.c:114 | ||
1403 | msgid "Unable to process MRTG log file\n" | ||
1404 | msgstr "" | ||
1405 | |||
1406 | #: plugins/check_mrtg.c:119 plugins/check_mrtgtraf.c:121 | ||
1407 | #, c-format | ||
1408 | msgid "MRTG data has expired (%d minutes old)\n" | ||
1409 | msgstr "" | ||
1410 | |||
1411 | #: plugins/check_mrtg.c:139 | ||
1412 | msgid "Ave" | ||
1413 | msgstr "" | ||
1414 | |||
1415 | #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:175 | ||
1416 | #: plugins/check_mrtgtraf.c:183 plugins/check_mrtgtraf.c:184 | ||
1417 | #: plugins/check_mrtgtraf.c:189 plugins/check_mrtgtraf.c:190 | ||
1418 | msgid "Max" | ||
1419 | msgstr "" | ||
1420 | |||
1421 | #: plugins/check_mrtg.c:203 plugins/check_mrtg.c:255 | ||
1422 | msgid "Invalid variable number\n" | ||
1423 | msgstr "" | ||
1424 | |||
1425 | #: plugins/check_mrtg.c:238 | ||
1426 | #, c-format | ||
1427 | msgid "" | ||
1428 | "%s is not a valid expiration time\n" | ||
1429 | "Use '%s -h' for additional help\n" | ||
1430 | msgstr "" | ||
1431 | |||
1432 | #: plugins/check_mrtg.c:282 | ||
1433 | msgid "You must supply the variable number\n" | ||
1434 | msgstr "" | ||
1435 | |||
1436 | #: plugins/check_mrtg.c:306 | ||
1437 | msgid "" | ||
1438 | "This plugin will check either the average or maximum value of one of the\n" | ||
1439 | "two variables recorded in an MRTG log file.\n" | ||
1440 | msgstr "" | ||
1441 | |||
1442 | #: plugins/check_mrtg.c:314 | ||
1443 | msgid "" | ||
1444 | " -F, --logfile=FILE\n" | ||
1445 | " The MRTG log file containing the data you want to monitor\n" | ||
1446 | " -e, --expires=MINUTES\n" | ||
1447 | " Minutes before MRTG data is considered to be too old\n" | ||
1448 | " -a, --aggregation=AVG|MAX\n" | ||
1449 | " Should we check average or maximum values?\n" | ||
1450 | " -v, --variable=INTEGER\n" | ||
1451 | " Which variable set should we inspect? (1 or 2)\n" | ||
1452 | " -w, --warning=INTEGER\n" | ||
1453 | " Threshold value for data to result in WARNING status\n" | ||
1454 | " -c, --critical=INTEGER\n" | ||
1455 | " Threshold value for data to result in CRITICAL status\n" | ||
1456 | msgstr "" | ||
1457 | |||
1458 | #: plugins/check_mrtg.c:328 | ||
1459 | #, c-format | ||
1460 | msgid "" | ||
1461 | " -l, --label=STRING\n" | ||
1462 | " Type label for data (Examples: Conns, \"Processor Load\", In, Out)\n" | ||
1463 | " -u, --units=STRING\n" | ||
1464 | " Option units label for data (Example: Packets/Sec, Errors/Sec, \n" | ||
1465 | " \"Bytes Per Second\", \"%% Utilization\")\n" | ||
1466 | msgstr "" | ||
1467 | |||
1468 | #: plugins/check_mrtg.c:335 | ||
1469 | msgid "" | ||
1470 | "If the value exceeds the <vwl> threshold, a WARNING status is returned. If\n" | ||
1471 | "the value exceeds the <vcl> threshold, a CRITICAL status is returned. If\n" | ||
1472 | "the data in the log file is older than <expire_minutes> old, a WARNING\n" | ||
1473 | "status is returned and a warning message is printed.\n" | ||
1474 | "\n" | ||
1475 | msgstr "" | ||
1476 | |||
1477 | #: plugins/check_mrtg.c:341 | ||
1478 | msgid "" | ||
1479 | "This plugin is useful for monitoring MRTG data that does not correspond to\n" | ||
1480 | "bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth).\n" | ||
1481 | "It can be used to monitor any kind of data that MRTG is monitoring - " | ||
1482 | "errors,\n" | ||
1483 | "packets/sec, etc. I use MRTG in conjuction with the Novell NLM that allows\n" | ||
1484 | "me to track processor utilization, user connections, drive space, etc and\n" | ||
1485 | "this plugin works well for monitoring that kind of data as well.\n" | ||
1486 | "\n" | ||
1487 | msgstr "" | ||
1488 | |||
1489 | #: plugins/check_mrtg.c:348 | ||
1490 | msgid "" | ||
1491 | "Notes:\n" | ||
1492 | "- This plugin only monitors one of the two variables stored in the MRTG log\n" | ||
1493 | " file. If you want to monitor both values you will have to define two\n" | ||
1494 | " commands with different values for the <variable> argument. Of course,\n" | ||
1495 | " you can always hack the code to make this plugin work for you...\n" | ||
1496 | "- MRTG stands for the Multi Router Traffic Grapher. It can be downloaded " | ||
1497 | "from\n" | ||
1498 | " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n" | ||
1499 | msgstr "" | ||
1500 | |||
1501 | #: plugins/check_mrtg.c:368 | ||
1502 | #, c-format | ||
1503 | msgid "" | ||
1504 | "Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n" | ||
1505 | " [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n" | ||
1506 | msgstr "" | ||
1507 | |||
1508 | #: plugins/check_mrtgtraf.c:174 | ||
1509 | #, c-format | ||
1510 | msgid "Traffic CRITICAL %s. In = %0.1f %s, %s. Out = %0.1f %s" | ||
1511 | msgstr "" | ||
1512 | |||
1513 | #: plugins/check_mrtgtraf.c:175 plugins/check_mrtgtraf.c:183 | ||
1514 | #: plugins/check_mrtgtraf.c:184 plugins/check_mrtgtraf.c:189 | ||
1515 | #: plugins/check_mrtgtraf.c:190 | ||
1516 | msgid "Avg" | ||
1517 | msgstr "" | ||
1518 | |||
1519 | #: plugins/check_mrtgtraf.c:182 | ||
1520 | #, c-format | ||
1521 | msgid "Traffic WARNING %s. In = %0.1f %s, %s. Out = %0.1f %s" | ||
1522 | msgstr "" | ||
1523 | |||
1524 | #: plugins/check_mrtgtraf.c:188 | ||
1525 | #, c-format | ||
1526 | msgid "Traffic OK - %s. In = %0.1f %s, %s. Out = %0.1f %s\n" | ||
1527 | msgstr "" | ||
1528 | |||
1529 | #: plugins/check_mrtgtraf.c:193 | ||
1530 | #, c-format | ||
1531 | msgid "UNKNOWN %s\n" | ||
1532 | msgstr "" | ||
1533 | |||
1534 | #: plugins/check_mrtgtraf.c:332 | ||
1535 | msgid "" | ||
1536 | " -F, --filename=STRING\n" | ||
1537 | " File to read log from\n" | ||
1538 | " -e, --expires=INTEGER\n" | ||
1539 | " Minutes after which log expires\n" | ||
1540 | " -a, --aggregation=(AVG|MAX)\n" | ||
1541 | " Test average or maximum\n" | ||
1542 | " -w, --warning\n" | ||
1543 | " Warning threshold pair \"<incoming>,<outgoing>\"\n" | ||
1544 | " -c, --critical\n" | ||
1545 | " Critical threshold pair \"<incoming>,<outgoing>\"\n" | ||
1546 | msgstr "" | ||
1547 | |||
1548 | #: plugins/check_mrtgtraf.c:344 | ||
1549 | msgid "" | ||
1550 | "\n" | ||
1551 | "This plugin will check the incoming/outgoing transfer rates of a router,\n" | ||
1552 | "switch, etc recorded in an MRTG log. If the newest log entry is older\n" | ||
1553 | "than <expire_minutes>, a WARNING status is returned. If either the\n" | ||
1554 | "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n" | ||
1555 | "Bytes/sec), a CRITICAL status results. If either of the rates exceed\n" | ||
1556 | "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n" | ||
1557 | "\n" | ||
1558 | msgstr "" | ||
1559 | |||
1560 | #: plugins/check_mrtgtraf.c:352 | ||
1561 | msgid "" | ||
1562 | "Notes:\n" | ||
1563 | "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n" | ||
1564 | " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n" | ||
1565 | "- While MRTG can monitor things other than traffic rates, this\n" | ||
1566 | " plugin probably won't work with much else without modification.\n" | ||
1567 | "- The calculated i/o rates are a little off from what MRTG actually\n" | ||
1568 | " reports. I'm not sure why this is right now, but will look into it\n" | ||
1569 | " for future enhancements of this plugin.\n" | ||
1570 | msgstr "" | ||
1571 | |||
1572 | #: plugins/check_mrtgtraf.c:370 | ||
1573 | #, c-format | ||
1574 | msgid "" | ||
1575 | "Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c " | ||
1576 | "<critical_pair>\n" | ||
1577 | " [-e expire_minutes] [-t timeout] [-v]\n" | ||
1578 | msgstr "" | ||
1579 | |||
1580 | #: plugins/check_mysql.c:217 | ||
1581 | #, fuzzy | ||
1582 | msgid "This program tests connections to a mysql server\n" | ||
1583 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
1584 | |||
1585 | #: plugins/check_mysql.c:225 | ||
1586 | msgid "" | ||
1587 | " -d, --database=STRING\n" | ||
1588 | " Check database with indicated name\n" | ||
1589 | " -u, --username=STRING\n" | ||
1590 | " Connect using the indicated username\n" | ||
1591 | " -p, --password=STRING\n" | ||
1592 | " Use the indicated password to authenticate the connection\n" | ||
1593 | " ==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <==\n" | ||
1594 | " Your clear-text password will be visible as a process table entry\n" | ||
1595 | msgstr "" | ||
1596 | |||
1597 | #: plugins/check_mysql.c:235 | ||
1598 | #, c-format | ||
1599 | msgid "" | ||
1600 | "\n" | ||
1601 | "There are no required arguments. By default, the local database with\n" | ||
1602 | "a server listening on MySQL standard port %d will be checked\n" | ||
1603 | msgstr "" | ||
1604 | |||
1605 | #: plugins/check_mysql.c:248 | ||
1606 | #, c-format | ||
1607 | msgid "Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password]\n" | ||
1608 | msgstr "" | ||
1609 | |||
1610 | #: plugins/check_nagios.c:74 | ||
1611 | msgid "Error: Cannot open status log for reading!\n" | ||
1612 | msgstr "" | ||
1613 | |||
1614 | #: plugins/check_nagios.c:112 | ||
1615 | #, c-format | ||
1616 | msgid "Found process: %s\n" | ||
1617 | msgstr "" | ||
1618 | |||
1619 | #: plugins/check_nagios.c:132 | ||
1620 | msgid "Could not locate a running Nagios process!\n" | ||
1621 | msgstr "" | ||
1622 | |||
1623 | #: plugins/check_nagios.c:143 | ||
1624 | #, c-format | ||
1625 | msgid "Nagios %s: located %d process%s, status log updated %d second%s ago\n" | ||
1626 | msgstr "" | ||
1627 | |||
1628 | #: plugins/check_nagios.c:182 plugins/check_nagios.c:216 | ||
1629 | #, c-format | ||
1630 | msgid "" | ||
1631 | "Expiration time must be an integer (seconds)\n" | ||
1632 | "Type '%s -h' for additional help\n" | ||
1633 | msgstr "" | ||
1634 | |||
1635 | #: plugins/check_nagios.c:196 | ||
1636 | #, c-format | ||
1637 | msgid "" | ||
1638 | "%s: Unknown argument: %c\n" | ||
1639 | "\n" | ||
1640 | msgstr "" | ||
1641 | |||
1642 | #: plugins/check_nagios.c:228 | ||
1643 | #, c-format | ||
1644 | msgid "" | ||
1645 | "You must provide the status_log\n" | ||
1646 | "Type '%s -h' for additional help\n" | ||
1647 | msgstr "" | ||
1648 | |||
1649 | #: plugins/check_nagios.c:232 | ||
1650 | #, c-format | ||
1651 | msgid "" | ||
1652 | "You must provide a process string\n" | ||
1653 | "Type '%s -h' for additional help\n" | ||
1654 | msgstr "" | ||
1655 | |||
1656 | #: plugins/check_nagios.c:250 | ||
1657 | msgid "" | ||
1658 | "This plugin attempts to check the status of the Nagios process on the local\n" | ||
1659 | "machine. The plugin will check to make sure the Nagios status log is no " | ||
1660 | "older\n" | ||
1661 | "than the number of minutes specified by the <expire_minutes> option. It " | ||
1662 | "also\n" | ||
1663 | "uses the /bin/ps command to check for a process matching whatever you " | ||
1664 | "specify\n" | ||
1665 | "by the <process_string> argument.\n" | ||
1666 | msgstr "" | ||
1667 | |||
1668 | #: plugins/check_nagios.c:261 | ||
1669 | msgid "" | ||
1670 | "-F, --filename=FILE\n" | ||
1671 | " Name of the log file to check\n" | ||
1672 | "-e, --expires=INTEGER\n" | ||
1673 | " Seconds aging afterwhich logfile is condsidered stale\n" | ||
1674 | "-C, --command=STRING\n" | ||
1675 | " Command to search for in process table\n" | ||
1676 | msgstr "" | ||
1677 | |||
1678 | #: plugins/check_nagios.c:269 | ||
1679 | msgid "" | ||
1680 | "Example:\n" | ||
1681 | " ./check_nagios -e 5 \\ -F /usr/local/nagios/var/status.log \\ -C /usr/" | ||
1682 | "local/nagios/bin/nagios\n" | ||
1683 | msgstr "" | ||
1684 | |||
1685 | #: plugins/check_nagios.c:282 | ||
1686 | #, c-format | ||
1687 | msgid "" | ||
1688 | "Usage: %s -F <status log file> -e <expire_minutes> -C <process_string>\n" | ||
1689 | msgstr "" | ||
1690 | |||
1691 | #: plugins/check_nt.c:121 plugins/check_nt.c:174 | ||
1692 | msgid "missing -l parameters" | ||
1693 | msgstr "" | ||
1694 | |||
1695 | #: plugins/check_nt.c:123 | ||
1696 | msgid "wrong -l parameter." | ||
1697 | msgstr "" | ||
1698 | |||
1699 | #: plugins/check_nt.c:127 | ||
1700 | msgid "CPU Load" | ||
1701 | msgstr "" | ||
1702 | |||
1703 | #: plugins/check_nt.c:148 | ||
1704 | #, c-format | ||
1705 | msgid " %lu%% (%lu min average)" | ||
1706 | msgstr "" | ||
1707 | |||
1708 | #: plugins/check_nt.c:155 | ||
1709 | msgid "not enough values for -l parameters" | ||
1710 | msgstr "" | ||
1711 | |||
1712 | #: plugins/check_nt.c:167 | ||
1713 | #, c-format | ||
1714 | msgid "System Uptime : %u day(s) %u hour(s) %u minute(s)" | ||
1715 | msgstr "" | ||
1716 | |||
1717 | #: plugins/check_nt.c:176 | ||
1718 | msgid "wrong -l argument" | ||
1719 | msgstr "" | ||
1720 | |||
1721 | #: plugins/check_nt.c:185 | ||
1722 | #, c-format | ||
1723 | msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)" | ||
1724 | msgstr "" | ||
1725 | |||
1726 | #: plugins/check_nt.c:200 | ||
1727 | msgid "Free disk space : Invalid drive " | ||
1728 | msgstr "" | ||
1729 | |||
1730 | #: plugins/check_nt.c:210 | ||
1731 | msgid "No service/process specified" | ||
1732 | msgstr "" | ||
1733 | |||
1734 | #: plugins/check_nt.c:214 | ||
1735 | msgid "ShowAll" | ||
1736 | msgstr "" | ||
1737 | |||
1738 | #: plugins/check_nt.c:214 | ||
1739 | msgid "ShowFail" | ||
1740 | msgstr "" | ||
1741 | |||
1742 | #: plugins/check_nt.c:229 | ||
1743 | #, c-format | ||
1744 | msgid "" | ||
1745 | "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)" | ||
1746 | msgstr "" | ||
1747 | |||
1748 | #: plugins/check_nt.c:245 plugins/check_nt.c:281 | ||
1749 | msgid "No counter specified" | ||
1750 | msgstr "" | ||
1751 | |||
1752 | #: plugins/check_nt.c:396 plugins/check_nwstat.c:771 | ||
1753 | #: plugins/check_overcr.c:348 | ||
1754 | #, c-format | ||
1755 | msgid "" | ||
1756 | "Server port an integer (seconds)\n" | ||
1757 | "Type '%s -h' for additional help\n" | ||
1758 | msgstr "" | ||
1759 | |||
1760 | #: plugins/check_nt.c:449 | ||
1761 | msgid "None" | ||
1762 | msgstr "" | ||
1763 | |||
1764 | #: plugins/check_nt.c:508 | ||
1765 | msgid "" | ||
1766 | "Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n" | ||
1767 | "\n" | ||
1768 | "This plugin collects data from the NSClient service running on a\n" | ||
1769 | "Windows NT/2000/XP server.\n" | ||
1770 | "\n" | ||
1771 | msgstr "" | ||
1772 | |||
1773 | #: plugins/check_nt.c:513 | ||
1774 | #, c-format | ||
1775 | msgid "" | ||
1776 | "\n" | ||
1777 | "Options:\n" | ||
1778 | "-H, --hostname=HOST\n" | ||
1779 | " Name of the host to check\n" | ||
1780 | "-p, --port=INTEGER\n" | ||
1781 | " Optional port number (default: %d)\n" | ||
1782 | "-s <password>\n" | ||
1783 | " Password needed for the request\n" | ||
1784 | "-w, --warning=INTEGER\n" | ||
1785 | " Threshold which will result in a warning status\n" | ||
1786 | "-c, --critical=INTEGER\n" | ||
1787 | " Threshold which will result in a critical status\n" | ||
1788 | "-t, --timeout=INTEGER\n" | ||
1789 | " Seconds before connection attempt times out (default: %d)\n" | ||
1790 | "-h, --help\n" | ||
1791 | " Print this help screen\n" | ||
1792 | "-V, --version\n" | ||
1793 | " Print version information\n" | ||
1794 | msgstr "" | ||
1795 | |||
1796 | #: plugins/check_nt.c:531 | ||
1797 | msgid "" | ||
1798 | "-v, --variable=STRING\n" | ||
1799 | " Variable to check. Valid variables are:\n" | ||
1800 | msgstr "" | ||
1801 | |||
1802 | #: plugins/check_nt.c:534 | ||
1803 | msgid " CLIENTVERSION = Get the NSClient version\n" | ||
1804 | msgstr "" | ||
1805 | |||
1806 | #: plugins/check_nt.c:536 | ||
1807 | msgid "" | ||
1808 | " CPULOAD = Average CPU load on last x minutes.\n" | ||
1809 | " Request a -l parameter with the following syntax:\n" | ||
1810 | " -l <minutes range>,<warning threshold>,<critical threshold>.\n" | ||
1811 | " <minute range> should be less than 24*60.\n" | ||
1812 | " Thresholds are percentage and up to 10 requests can be done in one " | ||
1813 | "shot.\n" | ||
1814 | " ie: -l 60,90,95,120,90,95\n" | ||
1815 | msgstr "" | ||
1816 | |||
1817 | #: plugins/check_nt.c:543 | ||
1818 | msgid "" | ||
1819 | " UPTIME = Get the uptime of the machine.\n" | ||
1820 | " No specific parameters. No warning or critical threshold\n" | ||
1821 | msgstr "" | ||
1822 | |||
1823 | #: plugins/check_nt.c:546 | ||
1824 | msgid "" | ||
1825 | " USEDDISKSPACE = Size and percentage of disk use.\n" | ||
1826 | " Request a -l parameter containing the drive letter only.\n" | ||
1827 | " Warning and critical thresholds can be specified with -w and -c.\n" | ||
1828 | msgstr "" | ||
1829 | |||
1830 | #: plugins/check_nt.c:550 | ||
1831 | msgid "" | ||
1832 | " MEMUSE = Memory use.\n" | ||
1833 | " Warning and critical thresholds can be specified with -w and -c.\n" | ||
1834 | msgstr "" | ||
1835 | |||
1836 | #: plugins/check_nt.c:553 | ||
1837 | msgid "" | ||
1838 | " SERVICESTATE = Check the state of one or several services.\n" | ||
1839 | " Request a -l parameters with the following syntax:\n" | ||
1840 | " -l <service1>,<service2>,<service3>,...\n" | ||
1841 | " You can specify -d SHOWALL in case you want to see working services\n" | ||
1842 | "\t\t in the returned string.\n" | ||
1843 | msgstr "" | ||
1844 | |||
1845 | #: plugins/check_nt.c:559 | ||
1846 | msgid "" | ||
1847 | " PROCSTATE = Check if one or several process are running.\n" | ||
1848 | " Same syntax as SERVICESTATE.\n" | ||
1849 | msgstr "" | ||
1850 | |||
1851 | #: plugins/check_nt.c:562 | ||
1852 | #, c-format | ||
1853 | msgid "" | ||
1854 | " COUNTER = Check any performance counter of Windows NT/2000.\n" | ||
1855 | " Request a -l parameters with the following syntax:\n" | ||
1856 | "\t\t -l \"\\\\<performance object>\\\\counter\",\"<description>\n" | ||
1857 | " The <description> parameter is optional and \n" | ||
1858 | " is given to a printf output command which require a float parameters.\n" | ||
1859 | " Some examples:\n" | ||
1860 | " \"Paging file usage is %%.2f %%%%\"\n" | ||
1861 | " \"%%.f %%%% paging file used.\"\n" | ||
1862 | msgstr "" | ||
1863 | |||
1864 | #: plugins/check_nt.c:571 | ||
1865 | msgid "" | ||
1866 | "Notes:\n" | ||
1867 | " - The NSClient service should be running on the server to get any " | ||
1868 | "information\n" | ||
1869 | " (http://nsclient.ready2run.nl).\n" | ||
1870 | " - Critical thresholds should be lower than warning thresholds\n" | ||
1871 | msgstr "" | ||
1872 | |||
1873 | #: plugins/check_nt.c:582 | ||
1874 | #, c-format | ||
1875 | msgid "" | ||
1876 | "Usage: %s -H host -v variable [-p port] [-w warning] [-c critical]\n" | ||
1877 | " [-l params] [-d SHOWALL] [-t timeout]\n" | ||
1878 | msgstr "" | ||
1879 | |||
1880 | #: plugins/check_nwstat.c:139 | ||
1881 | #, c-format | ||
1882 | msgid "NetWare %s: " | ||
1883 | msgstr "" | ||
1884 | |||
1885 | #: plugins/check_nwstat.c:170 | ||
1886 | #, c-format | ||
1887 | msgid "Up %s," | ||
1888 | msgstr "" | ||
1889 | |||
1890 | #: plugins/check_nwstat.c:178 | ||
1891 | #, c-format | ||
1892 | msgid "Load %s - %s %s-min load average = %lu%%" | ||
1893 | msgstr "" | ||
1894 | |||
1895 | #: plugins/check_nwstat.c:199 | ||
1896 | #, c-format | ||
1897 | msgid "Conns %s - %lu current connections" | ||
1898 | msgstr "" | ||
1899 | |||
1900 | #: plugins/check_nwstat.c:218 | ||
1901 | #, c-format | ||
1902 | msgid "%s: Long term cache hits = %lu%%" | ||
1903 | msgstr "" | ||
1904 | |||
1905 | #: plugins/check_nwstat.c:237 | ||
1906 | #, c-format | ||
1907 | msgid "%s: Total cache buffers = %lu" | ||
1908 | msgstr "" | ||
1909 | |||
1910 | #: plugins/check_nwstat.c:256 | ||
1911 | #, c-format | ||
1912 | msgid "%s: Dirty cache buffers = %lu" | ||
1913 | msgstr "" | ||
1914 | |||
1915 | #: plugins/check_nwstat.c:275 | ||
1916 | #, c-format | ||
1917 | msgid "%s: LRU sitting time = %lu minutes" | ||
1918 | msgstr "" | ||
1919 | |||
1920 | #: plugins/check_nwstat.c:289 plugins/check_nwstat.c:314 | ||
1921 | #: plugins/check_nwstat.c:434 plugins/check_nwstat.c:455 | ||
1922 | #: plugins/check_nwstat.c:487 plugins/check_nwstat.c:508 | ||
1923 | #, c-format | ||
1924 | msgid "Error: Volume '%s' does not exist!" | ||
1925 | msgstr "" | ||
1926 | |||
1927 | #: plugins/check_nwstat.c:298 | ||
1928 | #, c-format | ||
1929 | msgid "%s%lu KB free on volume %s" | ||
1930 | msgstr "" | ||
1931 | |||
1932 | #: plugins/check_nwstat.c:299 plugins/check_nwstat.c:442 | ||
1933 | #: plugins/check_nwstat.c:495 | ||
1934 | msgid "Only " | ||
1935 | msgstr "" | ||
1936 | |||
1937 | #: plugins/check_nwstat.c:334 | ||
1938 | #, c-format | ||
1939 | msgid "%lu MB (%lu%%) free on volume %s" | ||
1940 | msgstr "" | ||
1941 | |||
1942 | #: plugins/check_nwstat.c:353 | ||
1943 | #, c-format | ||
1944 | msgid "Directory Services Database is %s (DS version %s)" | ||
1945 | msgstr "" | ||
1946 | |||
1947 | #: plugins/check_nwstat.c:367 | ||
1948 | #, c-format | ||
1949 | msgid "Logins are %s" | ||
1950 | msgstr "" | ||
1951 | |||
1952 | #: plugins/check_nwstat.c:367 | ||
1953 | msgid "enabled" | ||
1954 | msgstr "" | ||
1955 | |||
1956 | #: plugins/check_nwstat.c:367 | ||
1957 | msgid "disabled" | ||
1958 | msgstr "" | ||
1959 | |||
1960 | #: plugins/check_nwstat.c:400 | ||
1961 | #, c-format | ||
1962 | msgid "%lu of %lu (%lu%%) packet receive buffers used" | ||
1963 | msgstr "" | ||
1964 | |||
1965 | #: plugins/check_nwstat.c:421 | ||
1966 | #, c-format | ||
1967 | msgid "%lu entries in SAP table" | ||
1968 | msgstr "" | ||
1969 | |||
1970 | #: plugins/check_nwstat.c:423 | ||
1971 | #, c-format | ||
1972 | msgid "%lu entries in SAP table for SAP type %d" | ||
1973 | msgstr "" | ||
1974 | |||
1975 | #: plugins/check_nwstat.c:442 | ||
1976 | #, c-format | ||
1977 | msgid "%s%lu KB purgeable on volume %s" | ||
1978 | msgstr "" | ||
1979 | |||
1980 | #: plugins/check_nwstat.c:475 | ||
1981 | #, c-format | ||
1982 | msgid "%lu MB (%lu%%) purgeable on volume %s" | ||
1983 | msgstr "" | ||
1984 | |||
1985 | #: plugins/check_nwstat.c:495 | ||
1986 | #, c-format | ||
1987 | msgid "%s%lu KB not yet purgeable on volume %s" | ||
1988 | msgstr "" | ||
1989 | |||
1990 | #: plugins/check_nwstat.c:528 | ||
1991 | #, c-format | ||
1992 | msgid "%lu MB (%lu%%) not yet purgeable on volume %s" | ||
1993 | msgstr "" | ||
1994 | |||
1995 | #: plugins/check_nwstat.c:546 | ||
1996 | #, c-format | ||
1997 | msgid "%lu open files" | ||
1998 | msgstr "" | ||
1999 | |||
2000 | #: plugins/check_nwstat.c:563 | ||
2001 | #, c-format | ||
2002 | msgid "%lu abended threads" | ||
2003 | msgstr "" | ||
2004 | |||
2005 | #: plugins/check_nwstat.c:588 | ||
2006 | #, c-format | ||
2007 | msgid "%lu current service processes (%lu max)" | ||
2008 | msgstr "" | ||
2009 | |||
2010 | #: plugins/check_nwstat.c:604 | ||
2011 | msgid "Critical: Time not in sync with network!" | ||
2012 | msgstr "" | ||
2013 | |||
2014 | #: plugins/check_nwstat.c:607 | ||
2015 | msgid "OK! Time in sync with network!" | ||
2016 | msgstr "" | ||
2017 | |||
2018 | #: plugins/check_nwstat.c:623 | ||
2019 | #, c-format | ||
2020 | msgid "LRU sitting time = %lu seconds" | ||
2021 | msgstr "" | ||
2022 | |||
2023 | #: plugins/check_nwstat.c:639 | ||
2024 | #, c-format | ||
2025 | msgid "dirty cache buffers = %lu%% of the total" | ||
2026 | msgstr "" | ||
2027 | |||
2028 | #: plugins/check_nwstat.c:654 | ||
2029 | #, c-format | ||
2030 | msgid "total cache buffers = %lu%% of the original" | ||
2031 | msgstr "" | ||
2032 | |||
2033 | #: plugins/check_nwstat.c:664 | ||
2034 | #, c-format | ||
2035 | msgid "NDS Version %s" | ||
2036 | msgstr "" | ||
2037 | |||
2038 | #: plugins/check_nwstat.c:673 | ||
2039 | #, c-format | ||
2040 | msgid "Up %s" | ||
2041 | msgstr "" | ||
2042 | |||
2043 | #: plugins/check_nwstat.c:683 | ||
2044 | #, c-format | ||
2045 | msgid "Module %s version %s is loaded" | ||
2046 | msgstr "" | ||
2047 | |||
2048 | #: plugins/check_nwstat.c:686 | ||
2049 | #, c-format | ||
2050 | msgid "Module %s is not loaded" | ||
2051 | msgstr "" | ||
2052 | |||
2053 | #: plugins/check_nwstat.c:691 plugins/check_overcr.c:266 | ||
2054 | msgid "Nothing to check!\n" | ||
2055 | msgstr "" | ||
2056 | |||
2057 | #: plugins/check_nwstat.c:902 | ||
2058 | #, c-format | ||
2059 | msgid "" | ||
2060 | "Usage: %s This plugin attempts to contact the MRTGEXT NLM running\n" | ||
2061 | "on a Novell server to gather the requested system information.\n" | ||
2062 | "\n" | ||
2063 | msgstr "" | ||
2064 | |||
2065 | #: plugins/check_nwstat.c:913 | ||
2066 | msgid "" | ||
2067 | " -v, --variable=STRING\n" | ||
2068 | " Variable to check. Valid variables include:\n" | ||
2069 | " LOAD1 = 1 minute average CPU load\n" | ||
2070 | " LOAD5 = 5 minute average CPU load\n" | ||
2071 | " LOAD15 = 15 minute average CPU load\n" | ||
2072 | " CSPROCS = number of current service processes (NW 5.x only)\n" | ||
2073 | " ABENDS = number of abended threads (NW 5.x only)\n" | ||
2074 | " UPTIME = server uptime\n" | ||
2075 | msgstr "" | ||
2076 | |||
2077 | #: plugins/check_nwstat.c:923 | ||
2078 | msgid "" | ||
2079 | " LTCH = percent long term cache hits\n" | ||
2080 | " CBUFF = current number of cache buffers\n" | ||
2081 | " CDBUFF = current number of dirty cache buffers\n" | ||
2082 | " DCB = dirty cache buffers as a percentage of the total\n" | ||
2083 | " TCB = dirty cache buffers as a percentage of the original\n" | ||
2084 | msgstr "" | ||
2085 | |||
2086 | #: plugins/check_nwstat.c:930 | ||
2087 | msgid "" | ||
2088 | " OFILES = number of open files\n" | ||
2089 | " VPF<vol> = percent free space on volume <vol>\n" | ||
2090 | " VKF<vol> = KB of free space on volume <vol>\n" | ||
2091 | " VPP<vol> = percent purgeable space on volume <vol>\n" | ||
2092 | " VKP<vol> = KB of purgeable space on volume <vol>\n" | ||
2093 | " VPNP<vol> = percent not yet purgeable space on volume <vol>\n" | ||
2094 | " VKNP<vol> = KB of not yet purgeable space on volume <vol>\n" | ||
2095 | msgstr "" | ||
2096 | |||
2097 | #: plugins/check_nwstat.c:939 | ||
2098 | msgid "" | ||
2099 | " LRUM = LRU sitting time in minutes\n" | ||
2100 | " LRUS = LRU sitting time in seconds\n" | ||
2101 | " DSDB = check to see if DS Database is open\n" | ||
2102 | " DSVER = NDS version\n" | ||
2103 | " UPRB = used packet receive buffers\n" | ||
2104 | " PUPRB = percent (of max) used packet receive buffers\n" | ||
2105 | " SAPENTRIES = number of entries in the SAP table\n" | ||
2106 | " SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>\n" | ||
2107 | msgstr "" | ||
2108 | |||
2109 | #: plugins/check_nwstat.c:949 | ||
2110 | msgid "" | ||
2111 | " TSYNC = timesync status \n" | ||
2112 | " LOGINS = check to see if logins are enabled\n" | ||
2113 | " CONNS = number of currently licensed connections\n" | ||
2114 | " NLM:<nlm> = check if NLM is loaded and report version\n" | ||
2115 | " (e.g. \"NLM:TSANDS.NLM\")\n" | ||
2116 | msgstr "" | ||
2117 | |||
2118 | #: plugins/check_nwstat.c:956 | ||
2119 | msgid "" | ||
2120 | " -w, --warning=INTEGER\n" | ||
2121 | " Threshold which will result in a warning status\n" | ||
2122 | " -c, --critical=INTEGER\n" | ||
2123 | " Threshold which will result in a critical status\n" | ||
2124 | " -o, --osversion\n" | ||
2125 | " Include server version string in results\n" | ||
2126 | msgstr "" | ||
2127 | |||
2128 | #: plugins/check_nwstat.c:966 | ||
2129 | msgid "" | ||
2130 | "\n" | ||
2131 | "Notes:\n" | ||
2132 | "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG\n" | ||
2133 | " extension for NetWare be loaded on the Novell servers you wish to check.\n" | ||
2134 | " (available from http://www.engr.wisc.edu/~drews/mrtg/)\n" | ||
2135 | "- Values for critical thresholds should be lower than warning thresholds\n" | ||
2136 | " when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, \n" | ||
2137 | " TCB, LRUS and LRUM.\n" | ||
2138 | msgstr "" | ||
2139 | |||
2140 | #: plugins/check_nwstat.c:983 | ||
2141 | #, c-format | ||
2142 | msgid "" | ||
2143 | "Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n" | ||
2144 | " [-t timeout].\n" | ||
2145 | msgstr "" | ||
2146 | |||
2147 | #: plugins/check_overcr.c:104 | ||
2148 | msgid "Unknown error fetching load data\n" | ||
2149 | msgstr "" | ||
2150 | |||
2151 | #: plugins/check_overcr.c:108 | ||
2152 | msgid "Invalid response from server - no load information\n" | ||
2153 | msgstr "" | ||
2154 | |||
2155 | #: plugins/check_overcr.c:114 | ||
2156 | msgid "Invalid response from server after load 1\n" | ||
2157 | msgstr "" | ||
2158 | |||
2159 | #: plugins/check_overcr.c:120 | ||
2160 | msgid "Invalid response from server after load 5\n" | ||
2161 | msgstr "" | ||
2162 | |||
2163 | #: plugins/check_overcr.c:145 | ||
2164 | #, c-format | ||
2165 | msgid "Load %s - %s-min load average = %0.2f" | ||
2166 | msgstr "" | ||
2167 | |||
2168 | #: plugins/check_overcr.c:155 | ||
2169 | msgid "Unknown error fetching disk data\n" | ||
2170 | msgstr "" | ||
2171 | |||
2172 | #: plugins/check_overcr.c:165 plugins/check_overcr.c:217 | ||
2173 | #: plugins/check_overcr.c:221 | ||
2174 | msgid "Invalid response from server\n" | ||
2175 | msgstr "" | ||
2176 | |||
2177 | #: plugins/check_overcr.c:192 | ||
2178 | msgid "Unknown error fetching network status\n" | ||
2179 | msgstr "" | ||
2180 | |||
2181 | #: plugins/check_overcr.c:202 | ||
2182 | #, c-format | ||
2183 | msgid "Net %s - %d connection%s on port %d" | ||
2184 | msgstr "" | ||
2185 | |||
2186 | #: plugins/check_overcr.c:213 | ||
2187 | msgid "Unknown error fetching process status\n" | ||
2188 | msgstr "" | ||
2189 | |||
2190 | #: plugins/check_overcr.c:231 | ||
2191 | #, c-format | ||
2192 | msgid "Process %s - %d instance%s of %s running" | ||
2193 | msgstr "" | ||
2194 | |||
2195 | #: plugins/check_overcr.c:258 | ||
2196 | #, c-format | ||
2197 | msgid "Uptime %s - Up %d days %d hours %d minutes" | ||
2198 | msgstr "" | ||
2199 | |||
2200 | #: plugins/check_overcr.c:404 | ||
2201 | #, c-format | ||
2202 | msgid "" | ||
2203 | "Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n" | ||
2204 | " [-t timeout]\n" | ||
2205 | msgstr "" | ||
2206 | |||
2207 | #: plugins/check_overcr.c:422 | ||
2208 | msgid "" | ||
2209 | "This plugin attempts to contact the Over-CR collector daemon running on the\n" | ||
2210 | "remote UNIX server in order to gather the requested system information.\n" | ||
2211 | "\n" | ||
2212 | msgstr "" | ||
2213 | |||
2214 | #: plugins/check_overcr.c:432 | ||
2215 | msgid "" | ||
2216 | "-v, --variable=STRING\n" | ||
2217 | " Variable to check. Valid variables include:\n" | ||
2218 | " LOAD1 = 1 minute average CPU load\n" | ||
2219 | " LOAD5 = 5 minute average CPU load\n" | ||
2220 | " LOAD15 = 15 minute average CPU load\n" | ||
2221 | " DPU<filesys> = percent used disk space on filesystem <filesys>\n" | ||
2222 | " PROC<process> = number of running processes with name <process>\n" | ||
2223 | " NET<port> = number of active connections on TCP port <port>\n" | ||
2224 | " UPTIME = system uptime in seconds\n" | ||
2225 | msgstr "" | ||
2226 | |||
2227 | #: plugins/check_overcr.c:443 | ||
2228 | msgid "" | ||
2229 | " -w, --warning=INTEGER\n" | ||
2230 | " Threshold which will result in a warning status\n" | ||
2231 | " -c, --critical=INTEGER\n" | ||
2232 | " Threshold which will result in a critical status\n" | ||
2233 | msgstr "" | ||
2234 | |||
2235 | #: plugins/check_overcr.c:451 | ||
2236 | msgid "" | ||
2237 | "Notes:\n" | ||
2238 | " - For the available options, the critical threshold value should always be\n" | ||
2239 | " higher than the warning threshold value, EXCEPT with the uptime variable\n" | ||
2240 | "\n" | ||
2241 | msgstr "" | ||
2242 | |||
2243 | #: plugins/check_overcr.c:456 | ||
2244 | msgid "" | ||
2245 | " - This plugin requres that Eric Molitors' Over-CR collector daemon be\n" | ||
2246 | " running on the remote server. Over-CR can be downloaded from\n" | ||
2247 | " http://www.molitor.org/overcr (This plugin was tested with version\n" | ||
2248 | " 0.99.53 of the Over-CR collector)\n" | ||
2249 | "\n" | ||
2250 | msgstr "" | ||
2251 | |||
2252 | #: plugins/check_pgsql.c:150 | ||
2253 | #, c-format | ||
2254 | msgid "PGSQL: CRITICAL - no connection to '%s' (%s).\n" | ||
2255 | msgstr "" | ||
2256 | |||
2257 | #: plugins/check_pgsql.c:157 | ||
2258 | #, c-format | ||
2259 | msgid "PGSQL: CRITICAL - database %s (%d sec.)\n" | ||
2260 | msgstr "" | ||
2261 | |||
2262 | #: plugins/check_pgsql.c:163 | ||
2263 | #, c-format | ||
2264 | msgid "PGSQL: WARNING - database %s (%d sec.)\n" | ||
2265 | msgstr "" | ||
2266 | |||
2267 | #: plugins/check_pgsql.c:168 | ||
2268 | #, c-format | ||
2269 | msgid "PGSQL: ok - database %s (%d sec.)\n" | ||
2270 | msgstr "" | ||
2271 | |||
2272 | #: plugins/check_pgsql.c:216 plugins/check_snmp.c:445 plugins/negate.c:179 | ||
2273 | msgid "Timeout Interval must be an integer" | ||
2274 | msgstr "" | ||
2275 | |||
2276 | #: plugins/check_pgsql.c:222 plugins/check_pgsql.c:228 | ||
2277 | msgid "Invalid critical threshold" | ||
2278 | msgstr "" | ||
2279 | |||
2280 | #: plugins/check_pgsql.c:234 | ||
2281 | msgid "You gave an invalid host name" | ||
2282 | msgstr "" | ||
2283 | |||
2284 | #: plugins/check_pgsql.c:240 | ||
2285 | msgid "Port must be an integer" | ||
2286 | msgstr "" | ||
2287 | |||
2288 | #: plugins/check_pgsql.c:246 | ||
2289 | msgid "Database name is not valid" | ||
2290 | msgstr "" | ||
2291 | |||
2292 | #: plugins/check_pgsql.c:252 | ||
2293 | msgid "user name is not valid" | ||
25 | msgstr "" | 2294 | msgstr "" |
26 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
27 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
28 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||
29 | 2295 | ||
30 | #: plugins/check_tcp.c:114 | 2296 | #: plugins/check_pgsql.c:386 |
2297 | msgid "" | ||
2298 | "Test whether a PostgreSQL DBMS is accepting connections.\n" | ||
2299 | "\n" | ||
2300 | msgstr "" | ||
2301 | |||
2302 | #: plugins/check_ping.c:75 | ||
2303 | msgid "Could not parse arguments" | ||
2304 | msgstr "" | ||
2305 | |||
2306 | #: plugins/check_ping.c:118 | ||
2307 | msgid "Error: Could not interpret output from ping command\n" | ||
2308 | msgstr "" | ||
2309 | |||
2310 | #: plugins/check_ping.c:134 | ||
2311 | #, c-format | ||
2312 | msgid "PING %s - %sPacket loss = %d%%" | ||
2313 | msgstr "" | ||
2314 | |||
2315 | #: plugins/check_ping.c:137 | ||
2316 | #, c-format | ||
2317 | msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms" | ||
2318 | msgstr "" | ||
2319 | |||
2320 | #: plugins/check_ping.c:228 | ||
2321 | msgid "Could not realloc() addresses\n" | ||
2322 | msgstr "" | ||
2323 | |||
2324 | #: plugins/check_ping.c:243 plugins/check_ping.c:323 | ||
2325 | #, c-format | ||
2326 | msgid "<max_packets> (%s) must be a non-negative number\n" | ||
2327 | msgstr "" | ||
2328 | |||
2329 | #: plugins/check_ping.c:266 | ||
2330 | #, c-format | ||
2331 | msgid "" | ||
2332 | "Invalid host name/address: %s\n" | ||
2333 | "\n" | ||
2334 | msgstr "" | ||
2335 | |||
2336 | #: plugins/check_ping.c:277 | ||
2337 | #, c-format | ||
2338 | msgid "<wpl> (%s) must be an integer percentage\n" | ||
2339 | msgstr "" | ||
2340 | |||
2341 | #: plugins/check_ping.c:288 | ||
2342 | #, c-format | ||
2343 | msgid "<cpl> (%s) must be an integer percentage\n" | ||
2344 | msgstr "" | ||
2345 | |||
2346 | #: plugins/check_ping.c:299 | ||
2347 | #, c-format | ||
2348 | msgid "<wrta> (%s) must be a non-negative number\n" | ||
2349 | msgstr "" | ||
2350 | |||
2351 | #: plugins/check_ping.c:310 | ||
2352 | #, c-format | ||
2353 | msgid "<crta> (%s) must be a non-negative number\n" | ||
2354 | msgstr "" | ||
2355 | |||
2356 | #: plugins/check_ping.c:341 | ||
2357 | #, c-format | ||
2358 | msgid "" | ||
2359 | "%s: Warning threshold must be integer or percentage!\n" | ||
2360 | "\n" | ||
2361 | msgstr "" | ||
2362 | |||
2363 | #: plugins/check_ping.c:352 | ||
2364 | msgid "<wrta> was not set\n" | ||
2365 | msgstr "" | ||
2366 | |||
2367 | #: plugins/check_ping.c:356 | ||
2368 | msgid "<crta> was not set\n" | ||
2369 | msgstr "" | ||
2370 | |||
2371 | #: plugins/check_ping.c:360 | ||
2372 | msgid "<wpl> was not set\n" | ||
2373 | msgstr "" | ||
2374 | |||
2375 | #: plugins/check_ping.c:364 | ||
2376 | msgid "<cpl> was not set\n" | ||
2377 | msgstr "" | ||
2378 | |||
2379 | #: plugins/check_ping.c:368 | ||
2380 | #, c-format | ||
2381 | msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n" | ||
2382 | msgstr "" | ||
2383 | |||
2384 | #: plugins/check_ping.c:372 | ||
2385 | #, c-format | ||
2386 | msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n" | ||
2387 | msgstr "" | ||
2388 | |||
2389 | #: plugins/check_ping.c:385 | ||
2390 | msgid "Invalid host name/address" | ||
2391 | msgstr "" | ||
2392 | |||
2393 | #: plugins/check_ping.c:403 | ||
2394 | #, c-format | ||
2395 | msgid "Cannot open pipe: %s" | ||
2396 | msgstr "" | ||
2397 | |||
2398 | #: plugins/check_ping.c:407 | ||
2399 | #, c-format | ||
2400 | msgid "Cannot open stderr for %s\n" | ||
2401 | msgstr "" | ||
2402 | |||
2403 | #: plugins/check_ping.c:411 | ||
2404 | msgid "(DUP!)" | ||
2405 | msgstr "" | ||
2406 | |||
2407 | #: plugins/check_ping.c:415 plugins/check_ping.c:462 | ||
2408 | msgid "unable to realloc warn_text" | ||
2409 | msgstr "" | ||
2410 | |||
2411 | #: plugins/check_ping.c:448 | ||
2412 | #, c-format | ||
2413 | msgid "PING CRITICAL - Network unreachable (%s)" | ||
2414 | msgstr "" | ||
2415 | |||
2416 | #: plugins/check_ping.c:452 | ||
2417 | #, c-format | ||
2418 | msgid "PING CRITICAL - Host Unreachable (%s)" | ||
2419 | msgstr "" | ||
2420 | |||
2421 | #: plugins/check_ping.c:456 | ||
2422 | #, c-format | ||
2423 | msgid "PING CRITICAL - Host not found (%s)" | ||
2424 | msgstr "" | ||
2425 | |||
2426 | #: plugins/check_ping.c:501 plugins/check_procs.c:581 | ||
2427 | msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>" | ||
2428 | msgstr "" | ||
2429 | |||
2430 | #: plugins/check_ping.c:504 | ||
2431 | msgid "" | ||
2432 | "Use ping to check connection statistics for a remote host.\n" | ||
2433 | "\n" | ||
2434 | msgstr "" | ||
2435 | |||
2436 | #: plugins/check_ping.c:512 | ||
2437 | #, c-format | ||
2438 | msgid "" | ||
2439 | "-H, --hostname=HOST\n" | ||
2440 | " host to ping\n" | ||
2441 | "-w, --warning=THRESHOLD\n" | ||
2442 | " warning threshold pair\n" | ||
2443 | "-c, --critical=THRESHOLD\n" | ||
2444 | " critical threshold pair\n" | ||
2445 | "-p, --packets=INTEGER\n" | ||
2446 | " number of ICMP ECHO packets to send (Default: %d)\n" | ||
2447 | "-L, --link\n" | ||
2448 | " show HTML in the plugin output (obsoleted by urlize)\n" | ||
2449 | msgstr "" | ||
2450 | |||
2451 | #: plugins/check_ping.c:527 | ||
2452 | #, c-format | ||
2453 | msgid "" | ||
2454 | "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n" | ||
2455 | "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n" | ||
2456 | "percentage of packet loss to trigger an alarm state.\n" | ||
2457 | "\n" | ||
2458 | msgstr "" | ||
2459 | |||
2460 | #: plugins/check_ping.c:532 | ||
2461 | msgid "" | ||
2462 | "This plugin uses the ping command to probe the specified host for packet " | ||
2463 | "loss\n" | ||
2464 | "(percentage) and round trip average (milliseconds). It can produce HTML " | ||
2465 | "output\n" | ||
2466 | "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found " | ||
2467 | "in\n" | ||
2468 | "the contrib area of the downloads section at http://www.nagios.org\n" | ||
2469 | "\n" | ||
2470 | msgstr "" | ||
2471 | |||
2472 | #: plugins/check_procs.c:110 | ||
2473 | msgid "Unable to parse command line\n" | ||
2474 | msgstr "" | ||
2475 | |||
2476 | #: plugins/check_procs.c:113 | ||
2477 | #, c-format | ||
2478 | msgid "CMD: %s\n" | ||
2479 | msgstr "" | ||
2480 | |||
2481 | #: plugins/check_procs.c:202 | ||
2482 | #, c-format | ||
2483 | msgid "Not parseable: %s" | ||
2484 | msgstr "" | ||
2485 | |||
2486 | #: plugins/check_procs.c:209 | ||
2487 | #, c-format | ||
2488 | msgid "STDERR: %s" | ||
2489 | msgstr "" | ||
2490 | |||
2491 | #: plugins/check_procs.c:211 | ||
2492 | msgid "System call sent warnings to stderr\n" | ||
2493 | msgstr "" | ||
2494 | |||
2495 | #: plugins/check_procs.c:218 | ||
2496 | msgid "System call returned nonzero status\n" | ||
2497 | msgstr "" | ||
2498 | |||
2499 | #: plugins/check_procs.c:223 plugins/check_users.c:92 | ||
2500 | msgid "Unable to read output\n" | ||
2501 | msgstr "" | ||
2502 | |||
2503 | #: plugins/check_procs.c:236 | ||
2504 | #, c-format | ||
2505 | msgid "%s OK: %d process%s" | ||
2506 | msgstr "" | ||
2507 | |||
2508 | #: plugins/check_procs.c:240 | ||
2509 | #, c-format | ||
2510 | msgid "PROCS WARNING: %d process%s" | ||
2511 | msgstr "" | ||
2512 | |||
2513 | #: plugins/check_procs.c:243 | ||
2514 | #, c-format | ||
2515 | msgid "%s WARNING: %d warn out of %d process%s" | ||
2516 | msgstr "" | ||
2517 | |||
2518 | #: plugins/check_procs.c:249 | ||
2519 | #, c-format | ||
2520 | msgid "PROCS CRITICAL: %d process%s" | ||
2521 | msgstr "" | ||
2522 | |||
2523 | #: plugins/check_procs.c:252 | ||
2524 | #, c-format | ||
2525 | msgid "%s CRITICAL: %d crit, %d warn out of %d process%s" | ||
2526 | msgstr "" | ||
2527 | |||
2528 | #: plugins/check_procs.c:323 plugins/check_ssh.c:113 | ||
2529 | msgid "" | ||
2530 | "Timeout Interval must be an integer!\n" | ||
2531 | "\n" | ||
2532 | msgstr "" | ||
2533 | |||
2534 | #: plugins/check_procs.c:337 | ||
2535 | msgid "" | ||
2536 | "Critical Process Count must be an integer!\n" | ||
2537 | "\n" | ||
2538 | msgstr "" | ||
2539 | |||
2540 | #: plugins/check_procs.c:349 | ||
2541 | #, c-format | ||
2542 | msgid "" | ||
2543 | "%s: Warning Process Count must be an integer!\n" | ||
2544 | "\n" | ||
2545 | msgstr "" | ||
2546 | |||
2547 | #: plugins/check_procs.c:357 | ||
2548 | #, c-format | ||
2549 | msgid "" | ||
2550 | "%s: Parent Process ID must be an integer!\n" | ||
2551 | "\n" | ||
2552 | msgstr "" | ||
2553 | |||
2554 | #: plugins/check_procs.c:366 plugins/check_procs.c:479 | ||
2555 | #, c-format | ||
2556 | msgid "%s%sSTATE = %s" | ||
2557 | msgstr "" | ||
2558 | |||
2559 | #: plugins/check_procs.c:375 | ||
2560 | #, c-format | ||
2561 | msgid "UID %d was not found\n" | ||
2562 | msgstr "" | ||
2563 | |||
2564 | #: plugins/check_procs.c:384 | ||
2565 | #, c-format | ||
2566 | msgid "User name %s was not found\n" | ||
2567 | msgstr "" | ||
2568 | |||
2569 | #: plugins/check_procs.c:392 | ||
2570 | #, c-format | ||
2571 | msgid "%s%sUID = %d (%s)" | ||
2572 | msgstr "" | ||
2573 | |||
2574 | #: plugins/check_procs.c:401 | ||
2575 | #, c-format | ||
2576 | msgid "%s%scommand name '%s'" | ||
2577 | msgstr "" | ||
2578 | |||
2579 | #: plugins/check_procs.c:410 | ||
2580 | #, c-format | ||
2581 | msgid "%s%sargs '%s'" | ||
2582 | msgstr "" | ||
2583 | |||
2584 | #: plugins/check_procs.c:415 | ||
2585 | #, c-format | ||
2586 | msgid "%s%sRSS >= %d" | ||
2587 | msgstr "" | ||
2588 | |||
2589 | #: plugins/check_procs.c:419 | ||
2590 | #, c-format | ||
2591 | msgid "" | ||
2592 | "%s: RSS must be an integer!\n" | ||
2593 | "\n" | ||
2594 | msgstr "" | ||
2595 | |||
2596 | #: plugins/check_procs.c:425 | ||
2597 | #, c-format | ||
2598 | msgid "%s%sVSZ >= %d" | ||
2599 | msgstr "" | ||
2600 | |||
2601 | #: plugins/check_procs.c:429 | ||
2602 | #, c-format | ||
2603 | msgid "" | ||
2604 | "%s: VSZ must be an integer!\n" | ||
2605 | "\n" | ||
2606 | msgstr "" | ||
2607 | |||
2608 | #: plugins/check_procs.c:436 | ||
2609 | #, c-format | ||
2610 | msgid "%s%sPCPU >= %.2f" | ||
2611 | msgstr "" | ||
2612 | |||
2613 | #: plugins/check_procs.c:440 | ||
2614 | #, c-format | ||
2615 | msgid "" | ||
2616 | "%s: PCPU must be a float!\n" | ||
2617 | "\n" | ||
2618 | msgstr "" | ||
2619 | |||
2620 | #: plugins/check_procs.c:462 | ||
2621 | #, c-format | ||
2622 | msgid "" | ||
2623 | "%s: metric must be one of PROCS, VSZ, RSS, CPU!\n" | ||
2624 | "\n" | ||
2625 | msgstr "" | ||
2626 | |||
2627 | #: plugins/check_procs.c:499 | ||
2628 | #, c-format | ||
2629 | msgid "wmax (%d) cannot be greater than cmax (%d)\n" | ||
2630 | msgstr "" | ||
2631 | |||
2632 | #: plugins/check_procs.c:503 | ||
2633 | #, c-format | ||
2634 | msgid "wmin (%d) cannot be less than cmin (%d)\n" | ||
2635 | msgstr "" | ||
2636 | |||
2637 | #: plugins/check_procs.c:584 | ||
2638 | msgid "" | ||
2639 | "Checks all processes and generates WARNING or CRITICAL states if the " | ||
2640 | "specified\n" | ||
2641 | "metric is outside the required threshold ranges. The metric defaults to " | ||
2642 | "number\n" | ||
2643 | "of processes. Search filters can be applied to limit the processes to " | ||
2644 | "check.\n" | ||
2645 | "\n" | ||
2646 | msgstr "" | ||
2647 | |||
2648 | #: plugins/check_procs.c:591 | ||
2649 | msgid "" | ||
2650 | "\n" | ||
2651 | "Required Arguments:\n" | ||
2652 | " -w, --warning=RANGE\n" | ||
2653 | " Generate warning state if metric is outside this range\n" | ||
2654 | " -c, --critical=RANGE\n" | ||
2655 | " Generate critical state if metric is outside this range\n" | ||
2656 | msgstr "" | ||
2657 | |||
2658 | #: plugins/check_procs.c:598 | ||
2659 | msgid "" | ||
2660 | "\n" | ||
2661 | "Optional Arguments:\n" | ||
2662 | " -m, --metric=TYPE\n" | ||
2663 | " Check thresholds against metric. Valid types:\n" | ||
2664 | " PROCS - number of processes (default)\n" | ||
2665 | " VSZ - virtual memory size\n" | ||
2666 | " RSS - resident set memory size\n" | ||
2667 | " CPU - percentage cpu\n" | ||
2668 | " -v, --verbose\n" | ||
2669 | " Extra information. Up to 3 verbosity levels\n" | ||
2670 | msgstr "" | ||
2671 | |||
2672 | #: plugins/check_procs.c:609 | ||
2673 | msgid "" | ||
2674 | "\n" | ||
2675 | "Optional Filters:\n" | ||
2676 | " -s, --state=STATUSFLAGS\n" | ||
2677 | " Only scan for processes that have, in the output of `ps`, one or\n" | ||
2678 | " more of the status flags you specify (for example R, Z, S, RS,\n" | ||
2679 | " RSZDT, plus others based on the output of your 'ps' command).\n" | ||
2680 | " -p, --ppid=PPID\n" | ||
2681 | " Only scan for children of the parent process ID indicated.\n" | ||
2682 | " -z, --vsz=VSZ\n" | ||
2683 | " Only scan for processes with vsz higher than indicated.\n" | ||
2684 | " -r, --rss=RSS\n" | ||
2685 | " Only scan for processes with rss higher than indicated.\n" | ||
2686 | msgstr "" | ||
2687 | |||
2688 | #: plugins/check_procs.c:622 | ||
2689 | msgid "" | ||
2690 | " -P, --pcpu=PCPU\n" | ||
2691 | " Only scan for processes with pcpu higher than indicated.\n" | ||
2692 | " -u, --user=USER\n" | ||
2693 | " Only scan for processes with user name or ID indicated.\n" | ||
2694 | " -a, --argument-array=STRING\n" | ||
2695 | " Only scan for processes with args that contain STRING.\n" | ||
2696 | " -C, --command=COMMAND\n" | ||
2697 | " Only scan for exact matches to the named COMMAND.\n" | ||
2698 | msgstr "" | ||
2699 | |||
2700 | #: plugins/check_procs.c:632 | ||
2701 | msgid "" | ||
2702 | "\n" | ||
2703 | "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n" | ||
2704 | "specified 'max:min', a warning status will be generated if the\n" | ||
2705 | "count is inside the specified range\n" | ||
2706 | "\n" | ||
2707 | msgstr "" | ||
2708 | |||
2709 | #: plugins/check_procs.c:637 | ||
2710 | msgid "" | ||
2711 | "This plugin checks the number of currently running processes and\n" | ||
2712 | "generates WARNING or CRITICAL states if the process count is outside\n" | ||
2713 | "the specified threshold ranges. The process count can be filtered by\n" | ||
2714 | "process owner, parent process PID, current state (e.g., 'Z'), or may\n" | ||
2715 | "be the total number of running processes\n" | ||
2716 | "\n" | ||
2717 | msgstr "" | ||
2718 | |||
2719 | #: plugins/check_procs.c:644 | ||
2720 | msgid "" | ||
2721 | "Examples:\n" | ||
2722 | " check_procs -w 2:2 -c 2:1024 -C portsentry\n" | ||
2723 | " Warning if not two processes with command name portsentry. Critical\n" | ||
2724 | " if < 2 or > 1024 processes\n" | ||
2725 | "\n" | ||
2726 | " check_procs -w 10 -a '/usr/local/bin/perl' -u root\n" | ||
2727 | " Warning alert if > 10 processes with command arguments containing \n" | ||
2728 | " '/usr/local/bin/perl' and owned by root\n" | ||
2729 | "\n" | ||
2730 | " check_procs -w 50000 -c 100000 --metric=VSZ\n" | ||
2731 | " Alert if vsz of any processes over 50K or 100K\n" | ||
2732 | "\n" | ||
2733 | msgstr "" | ||
2734 | |||
2735 | #: plugins/check_radius.c:112 | ||
2736 | msgid "Config file error" | ||
2737 | msgstr "" | ||
2738 | |||
2739 | #: plugins/check_radius.c:119 | ||
2740 | msgid "Out of Memory?" | ||
2741 | msgstr "" | ||
2742 | |||
2743 | #: plugins/check_radius.c:140 | ||
2744 | msgid "Timeout" | ||
2745 | msgstr "" | ||
2746 | |||
2747 | #: plugins/check_radius.c:142 | ||
2748 | msgid "Auth Error" | ||
2749 | msgstr "" | ||
2750 | |||
2751 | #: plugins/check_radius.c:144 | ||
2752 | msgid "Auth Failed" | ||
2753 | msgstr "" | ||
2754 | |||
2755 | #: plugins/check_radius.c:148 | ||
2756 | msgid "Auth OK" | ||
2757 | msgstr "" | ||
2758 | |||
2759 | #: plugins/check_radius.c:186 plugins/check_radius.c:257 | ||
2760 | msgid "Timeout interval must be a positive integer" | ||
2761 | msgstr "" | ||
2762 | |||
2763 | #: plugins/check_radius.c:190 plugins/check_radius.c:251 | ||
2764 | msgid "Number of retries must be a positive integer" | ||
2765 | msgstr "" | ||
2766 | |||
2767 | #: plugins/check_radius.c:195 plugins/check_radius.c:233 | ||
2768 | msgid "Server port must be a positive integer" | ||
2769 | msgstr "" | ||
2770 | |||
2771 | #: plugins/check_radius.c:277 | ||
2772 | msgid "Copyright (c) 1999 Robert August Vincent II\n" | ||
2773 | msgstr "" | ||
2774 | |||
2775 | #: plugins/check_radius.c:280 | ||
2776 | msgid "" | ||
2777 | "Tests to see if a radius server is accepting connections.\n" | ||
2778 | "\n" | ||
2779 | msgstr "" | ||
2780 | |||
2781 | #: plugins/check_radius.c:288 | ||
2782 | msgid "" | ||
2783 | " -u, --username=STRING\n" | ||
2784 | " The user to authenticate\n" | ||
2785 | " -p, --password=STRING\n" | ||
2786 | " Password for autentication (SECURITY RISK)\n" | ||
2787 | " -F, --filename=STRING\n" | ||
2788 | " Configuration file\n" | ||
2789 | " -e, --expect=STRING\n" | ||
2790 | " Response string to expect from the server\n" | ||
2791 | " -r, --retries=INTEGER\n" | ||
2792 | " Number of times to retry a failed connection\n" | ||
2793 | msgstr "" | ||
2794 | |||
2795 | #: plugins/check_radius.c:302 | ||
2796 | msgid "" | ||
2797 | "\n" | ||
2798 | "This plugin tests a radius server to see if it is accepting connections.\n" | ||
2799 | "\n" | ||
2800 | "The server to test must be specified in the invocation, as well as a user\n" | ||
2801 | "name and password. A configuration file may also be present. The format of\n" | ||
2802 | "the configuration file is described in the radiusclient library sources.\n" | ||
2803 | "\n" | ||
2804 | msgstr "" | ||
2805 | |||
2806 | #: plugins/check_radius.c:309 | ||
2807 | msgid "" | ||
2808 | "The password option presents a substantial security issue because the\n" | ||
2809 | "password can be determined by careful watching of the command line in\n" | ||
2810 | "a process listing. This risk is exacerbated because nagios will\n" | ||
2811 | "run the plugin at regular prdictable intervals. Please be sure that\n" | ||
2812 | "the password used does not allow access to sensitive system resources,\n" | ||
2813 | "otherwise compormise could occur.\n" | ||
2814 | msgstr "" | ||
2815 | |||
2816 | #: plugins/check_real.c:76 | ||
2817 | #, c-format | ||
2818 | msgid "Unable to connect to %s on port %d\n" | ||
2819 | msgstr "" | ||
2820 | |||
2821 | #: plugins/check_real.c:98 | ||
2822 | #, c-format | ||
2823 | msgid "No data received from %s\n" | ||
2824 | msgstr "" | ||
2825 | |||
2826 | #: plugins/check_real.c:103 plugins/check_real.c:176 | ||
2827 | msgid "Invalid REAL response received from host\n" | ||
2828 | msgstr "" | ||
2829 | |||
2830 | #: plugins/check_real.c:105 plugins/check_real.c:178 | ||
2831 | #, c-format | ||
2832 | msgid "Invalid REAL response received from host on port %d\n" | ||
2833 | msgstr "" | ||
2834 | |||
2835 | #: plugins/check_real.c:169 plugins/check_tcp.c:274 | ||
2836 | msgid "No data received from host\n" | ||
2837 | msgstr "" | ||
2838 | |||
2839 | #: plugins/check_real.c:232 | ||
2840 | #, c-format | ||
2841 | msgid "REAL %s - %d second response time\n" | ||
2842 | msgstr "" | ||
2843 | |||
2844 | #: plugins/check_real.c:315 plugins/check_smtp.c:237 plugins/check_tcp.c:458 | ||
2845 | msgid "Server port must be a positive integer\n" | ||
2846 | msgstr "" | ||
2847 | |||
2848 | #: plugins/check_real.c:324 plugins/check_smtp.c:267 | ||
2849 | msgid "Warning time must be a nonnegative integer\n" | ||
2850 | msgstr "" | ||
2851 | |||
2852 | #: plugins/check_real.c:333 plugins/check_smtp.c:258 | ||
2853 | msgid "Critical time must be a nonnegative integer\n" | ||
2854 | msgstr "" | ||
2855 | |||
2856 | #: plugins/check_real.c:369 | ||
2857 | msgid "You must provide a server to check\n" | ||
2858 | msgstr "" | ||
2859 | |||
2860 | #: plugins/check_real.c:402 | ||
2861 | msgid "Copyright (c) 1999 Pedro Leite <leite@cic.ua.pt>\n" | ||
2862 | msgstr "" | ||
2863 | |||
2864 | #: plugins/check_real.c:405 | ||
2865 | #, fuzzy | ||
2866 | msgid "" | ||
2867 | "This plugin tests the REAL service on the specified host.\n" | ||
2868 | "\n" | ||
2869 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
2870 | |||
2871 | #: plugins/check_real.c:413 | ||
2872 | #, c-format | ||
2873 | msgid "" | ||
2874 | " -u, --url=STRING\n" | ||
2875 | " Connect to this url\n" | ||
2876 | " -e, --expect=STRING\n" | ||
2877 | " String to expect in first line of server response (default: %s)\n" | ||
2878 | msgstr "" | ||
2879 | |||
2880 | #: plugins/check_real.c:426 | ||
2881 | msgid "" | ||
2882 | "This plugin will attempt to open an RTSP connection with the host.\n" | ||
2883 | "Successul connects return STATE_OK, refusals and timeouts return\n" | ||
2884 | "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects,\n" | ||
2885 | "but incorrect reponse messages from the host result in STATE_WARNING return\n" | ||
2886 | "values." | ||
2887 | msgstr "" | ||
2888 | |||
2889 | #: plugins/check_smtp.c:103 | ||
2890 | msgid "recv() failed\n" | ||
2891 | msgstr "" | ||
2892 | |||
2893 | #: plugins/check_smtp.c:112 | ||
2894 | msgid "Invalid SMTP response received from host\n" | ||
2895 | msgstr "" | ||
2896 | |||
2897 | #: plugins/check_smtp.c:114 | ||
2898 | #, c-format | ||
2899 | msgid "Invalid SMTP response received from host on port %d\n" | ||
2900 | msgstr "" | ||
2901 | |||
2902 | #: plugins/check_smtp.c:144 | ||
2903 | #, c-format | ||
2904 | msgid "" | ||
2905 | "DUMMYCMD: %s\n" | ||
2906 | "%s\n" | ||
2907 | msgstr "" | ||
2908 | |||
2909 | #: plugins/check_smtp.c:166 | ||
2910 | #, c-format | ||
2911 | msgid "SMTP %s - %.3f sec. response time, %s|time=%.3f\n" | ||
2912 | msgstr "" | ||
2913 | |||
2914 | #: plugins/check_smtp.c:169 | ||
2915 | #, c-format | ||
2916 | msgid "SMTP %s - %.3f second response time|time=%.3f\n" | ||
2917 | msgstr "" | ||
2918 | |||
2919 | #: plugins/check_smtp.c:350 | ||
2920 | msgid "Copyright (c) 1999-2001 Ethan Galstad <nagios@nagios.org>\n" | ||
2921 | msgstr "" | ||
2922 | |||
2923 | #: plugins/check_smtp.c:353 | ||
2924 | #, fuzzy | ||
2925 | msgid "" | ||
2926 | "This plugin will attempt to open an SMTP connection with the host.\n" | ||
2927 | "\n" | ||
2928 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
2929 | |||
2930 | #: plugins/check_smtp.c:364 | ||
2931 | #, c-format | ||
2932 | msgid "" | ||
2933 | " -e, --expect=STRING\n" | ||
2934 | " String to expect in first line of server response (default: '%s')\n" | ||
2935 | " -n, nocommand\n" | ||
2936 | " Suppress SMTP command\n" | ||
2937 | " -C, --command=STRING\n" | ||
2938 | " SMTP command (default: '%s')\n" | ||
2939 | " -f, --from=STRING\n" | ||
2940 | " FROM-address to include in MAIL command, required by Exchange 2000\n" | ||
2941 | " (default: '%s')\n" | ||
2942 | msgstr "" | ||
2943 | |||
2944 | #: plugins/check_smtp.c:381 | ||
2945 | msgid "" | ||
2946 | "\n" | ||
2947 | "Successul connects return STATE_OK, refusals and timeouts return\n" | ||
2948 | "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful\n" | ||
2949 | "connects, but incorrect reponse messages from the host result in\n" | ||
2950 | "STATE_WARNING return values.\n" | ||
2951 | msgstr "" | ||
2952 | |||
2953 | #: plugins/check_snmp.c:274 | ||
2954 | #, c-format | ||
2955 | msgid "Execute Error: %s\n" | ||
2956 | msgstr "" | ||
2957 | |||
2958 | #: plugins/check_snmp.c:281 plugins/check_snmp.c:519 | ||
2959 | #, c-format | ||
2960 | msgid "%s UNKNOWN: call for regex which was not a compiled option" | ||
2961 | msgstr "" | ||
2962 | |||
2963 | #: plugins/check_snmp.c:318 plugins/negate.c:104 | ||
2964 | #, c-format | ||
2965 | msgid "" | ||
2966 | "%s problem - No data recieved from host\n" | ||
2967 | "CMD: %s\n" | ||
2968 | msgstr "" | ||
2969 | |||
2970 | #: plugins/check_snmp.c:452 | ||
2971 | #, c-format | ||
2972 | msgid "Invalid critical threshold: %s\n" | ||
2973 | msgstr "" | ||
2974 | |||
2975 | #: plugins/check_snmp.c:466 | ||
2976 | #, c-format | ||
2977 | msgid "Invalid warning threshold: %s\n" | ||
2978 | msgstr "" | ||
2979 | |||
2980 | #: plugins/check_snmp.c:513 | ||
2981 | msgid "Could Not Compile Regular Expression" | ||
2982 | msgstr "" | ||
2983 | |||
2984 | #: plugins/check_snmp.c:539 | ||
2985 | #, c-format | ||
2986 | msgid "Could not realloc() labels[%d]" | ||
2987 | msgstr "" | ||
2988 | |||
2989 | #: plugins/check_snmp.c:552 | ||
2990 | msgid "Could not realloc() labels\n" | ||
2991 | msgstr "" | ||
2992 | |||
2993 | #: plugins/check_snmp.c:570 | ||
2994 | #, c-format | ||
2995 | msgid "Could not realloc() units [%d]\n" | ||
2996 | msgstr "" | ||
2997 | |||
2998 | #: plugins/check_snmp.c:583 | ||
2999 | msgid "Could not realloc() units\n" | ||
3000 | msgstr "" | ||
3001 | |||
3002 | #: plugins/check_snmp.c:656 | ||
3003 | #, c-format | ||
3004 | msgid "" | ||
3005 | "Missing secname (%s) or authpassword (%s) ! \n" | ||
3006 | ")" | ||
3007 | msgstr "" | ||
3008 | |||
3009 | #: plugins/check_snmp.c:674 | ||
3010 | #, c-format | ||
3011 | msgid "Invalid SNMP version: %s\n" | ||
3012 | msgstr "" | ||
3013 | |||
3014 | #: plugins/check_snmp.c:869 | ||
3015 | msgid "" | ||
3016 | "Check status of remote machines and obtain sustem information via SNMP\n" | ||
3017 | "\n" | ||
3018 | msgstr "" | ||
3019 | |||
3020 | #: plugins/check_snmp.c:879 | ||
3021 | msgid "" | ||
3022 | " -P, --protocol=[1|3]\n" | ||
3023 | " SNMP protocol version\n" | ||
3024 | " -L, --seclevel=[noAuthNoPriv|authNoPriv|authPriv]\n" | ||
3025 | " SNMPv3 securityLevel\n" | ||
3026 | " -a, --authproto=[MD5|SHA]\n" | ||
3027 | " SNMPv3 auth proto\n" | ||
3028 | msgstr "" | ||
3029 | |||
3030 | #: plugins/check_snmp.c:888 | ||
3031 | #, c-format | ||
3032 | msgid "" | ||
3033 | " -C, --community=STRING\n" | ||
3034 | " Optional community string for SNMP communication\n" | ||
3035 | " (default is \"%s\")\n" | ||
3036 | " -U, --secname=USERNAME\n" | ||
3037 | " SNMPv3 username\n" | ||
3038 | " -A, --authpassword=PASSWORD\n" | ||
3039 | " SNMPv3 authentication password\n" | ||
3040 | " -X, --privpasswd=PASSWORD\n" | ||
3041 | " SNMPv3 crypt passwd (DES)\n" | ||
3042 | msgstr "" | ||
3043 | |||
3044 | #: plugins/check_snmp.c:900 | ||
3045 | #, c-format | ||
3046 | msgid "" | ||
3047 | " -o, --oid=OID(s)\n" | ||
3048 | " Object identifier(s) whose value you wish to query\n" | ||
3049 | " -m, --miblist=STRING\n" | ||
3050 | " List of MIBS to be loaded (default = ALL)\n" | ||
3051 | " -d, --delimiter=STRING\n" | ||
3052 | " Delimiter to use when parsing returned data. Default is \"%s\"\n" | ||
3053 | " Any data on the right hand side of the delimiter is considered\n" | ||
3054 | " to be the data that should be used in the evaluation.\n" | ||
3055 | msgstr "" | ||
3056 | |||
3057 | #: plugins/check_snmp.c:910 | ||
3058 | msgid "" | ||
3059 | " -w, --warning=INTEGER_RANGE(s)\n" | ||
3060 | " Range(s) which will not result in a WARNING status\n" | ||
3061 | " -c, --critical=INTEGER_RANGE(s)\n" | ||
3062 | " Range(s) which will not result in a CRITICAL status\n" | ||
3063 | msgstr "" | ||
3064 | |||
3065 | #: plugins/check_snmp.c:917 | ||
3066 | msgid "" | ||
3067 | " -s, --string=STRING\n" | ||
3068 | " Return OK state (for that OID) if STRING is an exact match\n" | ||
3069 | " -r, --ereg=REGEX\n" | ||
3070 | " Return OK state (for that OID) if extended regular expression REGEX " | ||
3071 | "matches\n" | ||
3072 | " -R, --eregi=REGEX\n" | ||
3073 | " Return OK state (for that OID) if case-insensitive extended REGEX " | ||
3074 | "matches\n" | ||
3075 | " -l, --label=STRING\n" | ||
3076 | " Prefix label for output from plugin (default -s 'SNMP')\n" | ||
3077 | msgstr "" | ||
3078 | |||
3079 | #: plugins/check_snmp.c:928 | ||
3080 | msgid "" | ||
3081 | " -u, --units=STRING\n" | ||
3082 | " Units label(s) for output data (e.g., 'sec.').\n" | ||
3083 | " -D, --output-delimiter=STRING\n" | ||
3084 | " Separates output on multiple OID requests\n" | ||
3085 | msgstr "" | ||
3086 | |||
3087 | #: plugins/check_snmp.c:938 | ||
3088 | msgid "" | ||
3089 | "\n" | ||
3090 | "- This plugin uses the 'snmpget' command included with the NET-SNMP " | ||
3091 | "package.\n" | ||
3092 | " If you don't have the package installed, you will need to download it " | ||
3093 | "from\n" | ||
3094 | " http://net-snmp.sourceforge.net before you can use this plugin.\n" | ||
3095 | msgstr "" | ||
3096 | |||
3097 | #: plugins/check_snmp.c:943 | ||
3098 | msgid "" | ||
3099 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | ||
3100 | "with\n" | ||
3101 | " internal spaces must be quoted) [max 8 OIDs]\n" | ||
3102 | msgstr "" | ||
3103 | |||
3104 | #: plugins/check_snmp.c:947 | ||
3105 | msgid "" | ||
3106 | "- Ranges are inclusive and are indicated with colons. When specified as\n" | ||
3107 | " 'min:max' a STATE_OK will be returned if the result is within the " | ||
3108 | "indicated\n" | ||
3109 | " range or is equal to the upper or lower bound. A non-OK state will be\n" | ||
3110 | " returned if the result is outside the specified range.\n" | ||
3111 | msgstr "" | ||
3112 | |||
3113 | #: plugins/check_snmp.c:953 | ||
3114 | msgid "" | ||
3115 | "- If specified in the order 'max:min' a non-OK state will be returned if " | ||
3116 | "the\n" | ||
3117 | " result is within the (inclusive) range.\n" | ||
3118 | msgstr "" | ||
3119 | |||
3120 | #: plugins/check_snmp.c:957 | ||
3121 | msgid "" | ||
3122 | "- Upper or lower bounds may be omitted to skip checking the respective " | ||
3123 | "limit.\n" | ||
3124 | "- Bare integers are interpreted as upper limits.\n" | ||
3125 | "- When checking multiple OIDs, separate ranges by commas like '-w " | ||
3126 | "1:10,1:,:20'\n" | ||
3127 | "- Note that only one string and one regex may be checked at present\n" | ||
3128 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the " | ||
3129 | "value\n" | ||
3130 | " returned from the SNMP query is an unsigned integer.\n" | ||
3131 | msgstr "" | ||
3132 | |||
3133 | #: plugins/check_snmp.c:971 | ||
3134 | #, c-format | ||
3135 | msgid "" | ||
3136 | "Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n" | ||
3137 | " [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n" | ||
3138 | " [-l label] [-u units] [-p port-number] [-d delimiter]\n" | ||
3139 | " [-D output-delimiter] [-m miblist] [-P snmp version]\n" | ||
3140 | " [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n" | ||
3141 | " [-X privpasswd]\n" | ||
3142 | msgstr "" | ||
3143 | |||
3144 | #: plugins/check_ssh.c:203 | ||
3145 | #, c-format | ||
3146 | msgid "Server answer: %s" | ||
3147 | msgstr "" | ||
3148 | |||
3149 | #: plugins/check_ssh.c:214 | ||
3150 | #, c-format | ||
3151 | msgid "SSH OK - %s (protocol %s)\n" | ||
3152 | msgstr "" | ||
3153 | |||
3154 | #: plugins/check_ssh.c:232 | ||
3155 | msgid "Copyright (c) 1999 Remi Paulmier <remi@sinfomic.fr>\n" | ||
3156 | msgstr "" | ||
3157 | |||
3158 | #: plugins/check_ssh.c:235 | ||
3159 | msgid "" | ||
3160 | "Try to connect to SSH server at specified server and port\n" | ||
3161 | "\n" | ||
3162 | msgstr "" | ||
3163 | |||
3164 | #: plugins/check_ssh.c:255 | ||
3165 | #, c-format | ||
3166 | msgid "Usage: %s [-46] [-t <timeout>] [-p <port>] <host>\n" | ||
3167 | msgstr "" | ||
3168 | |||
3169 | #: plugins/check_swap.c:100 | ||
3170 | #, c-format | ||
3171 | msgid "Command: %s\n" | ||
3172 | msgstr "" | ||
3173 | |||
3174 | #: plugins/check_swap.c:142 | ||
3175 | #, c-format | ||
3176 | msgid "total=%d, free=%d\n" | ||
3177 | msgstr "" | ||
3178 | |||
3179 | #: plugins/check_swap.c:159 | ||
3180 | #, c-format | ||
3181 | msgid " %d%% free (%lu MB out of %lu MB)%s" | ||
3182 | msgstr "" | ||
3183 | |||
3184 | #: plugins/check_swap.c:320 | ||
3185 | msgid "Warning percentage should be more than critical percentage\n" | ||
3186 | msgstr "" | ||
3187 | |||
3188 | #: plugins/check_swap.c:324 | ||
3189 | msgid "Warning free space should be more than critical free space\n" | ||
3190 | msgstr "" | ||
3191 | |||
3192 | #: plugins/check_swap.c:341 | ||
3193 | msgid "" | ||
3194 | "Check swap space on local server.\n" | ||
3195 | "\n" | ||
3196 | msgstr "" | ||
3197 | |||
3198 | #: plugins/check_swap.c:347 | ||
3199 | #, c-format | ||
3200 | msgid "" | ||
3201 | "\n" | ||
3202 | " -w, --warning=INTEGER\n" | ||
3203 | " Exit with WARNING status if less than INTEGER bytes of swap space are " | ||
3204 | "free\n" | ||
3205 | " -w, --warning=PERCENT%%\n" | ||
3206 | " Exit with WARNING status if less than PERCENT of swap space has been " | ||
3207 | "used\n" | ||
3208 | " -c, --critical=INTEGER\n" | ||
3209 | " Exit with CRITICAL status if less than INTEGER bytes of swap space are " | ||
3210 | "free\n" | ||
3211 | " -c, --critical=PERCENT%%\n" | ||
3212 | " Exit with CRITCAL status if less than PERCENT of swap space has been " | ||
3213 | "used\n" | ||
3214 | " -a, --allswaps\n" | ||
3215 | " Conduct comparisons for all swap partitions, one by one\n" | ||
3216 | msgstr "" | ||
3217 | |||
3218 | #: plugins/check_swap.c:360 | ||
3219 | msgid "" | ||
3220 | "\n" | ||
3221 | "On Solaris, if -a specified, uses swap -l, otherwise uses swap -s.\n" | ||
3222 | "Will be discrepencies because swap -s counts allocated swap and includes\n" | ||
3223 | "real memory\n" | ||
3224 | msgstr "" | ||
3225 | |||
3226 | #: plugins/check_swap.c:375 | ||
3227 | #, c-format | ||
3228 | msgid "" | ||
3229 | "Usage:\n" | ||
3230 | " %s [-a] -w <used_percentage>%% -c <used_percentage>%%\n" | ||
3231 | " %s [-a] -w <bytes_free> -c <bytes_free>\n" | ||
3232 | " %s (-h | --help) for detailed help\n" | ||
3233 | " %s (-V | --version) for version information\n" | ||
3234 | msgstr "" | ||
3235 | |||
3236 | #: plugins/check_tcp.c:201 | ||
3237 | msgid "ERROR: Generic check_tcp called with unknown service\n" | ||
3238 | msgstr "" | ||
3239 | |||
3240 | #: plugins/check_tcp.c:286 | ||
3241 | msgid "Invalid response from host\n" | ||
3242 | msgstr "" | ||
3243 | |||
3244 | #: plugins/check_tcp.c:325 | ||
3245 | #, c-format | ||
3246 | msgid "%s %s%s - %.3f second response time on port %d" | ||
3247 | msgstr "" | ||
3248 | |||
3249 | #: plugins/check_tcp.c:425 | ||
3250 | msgid "invalid host name or address" | ||
3251 | msgstr "" | ||
3252 | |||
3253 | #: plugins/check_tcp.c:430 plugins/check_time.c:226 plugins/check_time.c:238 | ||
3254 | #: plugins/check_udp.c:162 plugins/check_users.c:141 | ||
3255 | msgid "Critical threshold must be a nonnegative integer\n" | ||
3256 | msgstr "" | ||
3257 | |||
3258 | #: plugins/check_tcp.c:437 plugins/check_time.c:207 plugins/check_time.c:231 | ||
3259 | #: plugins/check_udp.c:169 plugins/check_users.c:147 plugins/check_users.c:157 | ||
3260 | #: plugins/check_users.c:164 | ||
3261 | msgid "Warning threshold must be a nonnegative integer\n" | ||
3262 | msgstr "" | ||
3263 | |||
3264 | #: plugins/check_tcp.c:452 | ||
3265 | msgid "Timeout interval must be a positive integer\n" | ||
3266 | msgstr "" | ||
3267 | |||
3268 | #: plugins/check_tcp.c:475 | ||
3269 | msgid "Maxbytes must be a positive integer\n" | ||
3270 | msgstr "" | ||
3271 | |||
3272 | #: plugins/check_tcp.c:489 | ||
3273 | msgid "Refuse mut be one of ok, warn, crit\n" | ||
3274 | msgstr "" | ||
3275 | |||
3276 | #: plugins/check_tcp.c:495 | ||
3277 | msgid "Delay must be a positive integer\n" | ||
3278 | msgstr "" | ||
3279 | |||
3280 | #: plugins/check_tcp.c:500 | ||
3281 | msgid "SSL support not available. Install OpenSSL and recompile." | ||
3282 | msgstr "" | ||
3283 | |||
3284 | #: plugins/check_tcp.c:508 | ||
3285 | msgid "You must provide a server address\n" | ||
3286 | msgstr "" | ||
3287 | |||
3288 | #: plugins/check_tcp.c:526 | ||
3289 | msgid "ERROR: Cannot create SSL context.\n" | ||
3290 | msgstr "" | ||
3291 | |||
3292 | #: plugins/check_tcp.c:552 | ||
3293 | msgid "ERROR: Cannot initiate SSL handshake.\n" | ||
3294 | msgstr "" | ||
3295 | |||
3296 | #: plugins/check_tcp.c:597 | ||
31 | #, fuzzy, c-format | 3297 | #, fuzzy, c-format |
32 | msgid "" | 3298 | msgid "" |
33 | "This plugin tests %s connections with the specified host.\n" | 3299 | "This plugin tests %s connections with the specified host.\n" |
34 | "\n" | 3300 | "\n" |
35 | msgstr "Le plugin tests a %s connection with l'host specified\n" | 3301 | msgstr "Le plugin tests a %s connection with l'host specified\n" |
36 | 3302 | ||
37 | #: plugins/check_tcp.c:125 | 3303 | #: plugins/check_tcp.c:608 |
38 | msgid "" | 3304 | msgid "" |
39 | " -s, --send=STRING\n" | 3305 | " -s, --send=STRING\n" |
40 | " String to send to the server\n" | 3306 | " String to send to the server\n" |
@@ -50,7 +3316,7 @@ msgstr "" | |||
50 | " -q, --quit=STRING\n" | 3316 | " -q, --quit=STRING\n" |
51 | " String to send server to initiate a clean close of the connection\n" | 3317 | " String to send server to initiate a clean close of the connection\n" |
52 | 3318 | ||
53 | #: plugins/check_tcp.c:133 | 3319 | #: plugins/check_tcp.c:616 |
54 | #, fuzzy | 3320 | #, fuzzy |
55 | msgid "" | 3321 | msgid "" |
56 | " -r, --refuse=ok|warn|crit\n" | 3322 | " -r, --refuse=ok|warn|crit\n" |
@@ -71,109 +3337,319 @@ msgstr "" | |||
71 | " -c, --critical=DOUBLE\n" | 3337 | " -c, --critical=DOUBLE\n" |
72 | " Response time to result in critical status (seconds)\n" | 3338 | " Response time to result in critical status (seconds)\n" |
73 | 3339 | ||
74 | #: plugins/check_tcp.c:254 | 3340 | #: plugins/check_tcp.c:639 |
75 | msgid "ERROR: Generic check_tcp called with unknown service\n" | 3341 | #, fuzzy, c-format |
3342 | msgid "" | ||
3343 | "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n" | ||
3344 | " [-s <send string>] [-e <expect string>] [-q <quit string>]\n" | ||
3345 | " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n" | ||
3346 | " [-r <refuse state>] [-v] [-4|-6]\n" | ||
76 | msgstr "" | 3347 | msgstr "" |
3348 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
3349 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
3350 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||
77 | 3351 | ||
78 | #: plugins/check_tcp.c:263 | 3352 | #: plugins/check_time.c:76 |
79 | msgid "Could not parse arguments\n" | 3353 | #, c-format |
3354 | msgid "TIME UNKNOWN - could not connect to server %s, port %d\n" | ||
80 | msgstr "" | 3355 | msgstr "" |
81 | 3356 | ||
82 | #: plugins/check_tcp.c:326 | 3357 | #: plugins/check_time.c:99 |
83 | msgid "No data received from host\n" | 3358 | #, c-format |
3359 | msgid "TIME UNKNOWN - no data on recv() from server %s, port %d\n" | ||
84 | msgstr "" | 3360 | msgstr "" |
85 | 3361 | ||
86 | #: plugins/check_tcp.c:338 | 3362 | #: plugins/check_time.c:111 |
87 | msgid "Invalid response from host\n" | 3363 | #, c-format |
3364 | msgid "TIME %s - %d second response time\n" | ||
88 | msgstr "" | 3365 | msgstr "" |
89 | 3366 | ||
90 | #: plugins/check_tcp.c:376 | 3367 | #: plugins/check_time.c:125 |
91 | #, c-format | 3368 | #, c-format |
92 | msgid "%s %s%s - %.3f second response time on port %d" | 3369 | msgid "TIME %s - %lu second time difference\n" |
93 | msgstr "" | 3370 | msgstr "" |
94 | 3371 | ||
95 | #: plugins/check_tcp.c:452 | 3372 | #: plugins/check_time.c:189 plugins/check_time.c:262 plugins/check_udp.c:157 |
3373 | #: plugins/check_udp.c:198 | ||
3374 | msgid "Invalid host name/address\n" | ||
3375 | msgstr "" | ||
3376 | |||
3377 | #: plugins/check_time.c:203 | ||
3378 | msgid "Warning thresholds must be a nonnegative integer\n" | ||
3379 | msgstr "" | ||
3380 | |||
3381 | #: plugins/check_time.c:222 | ||
3382 | msgid "Critical thresholds must be a nonnegative integer\n" | ||
3383 | msgstr "" | ||
3384 | |||
3385 | #: plugins/check_time.c:251 plugins/check_udp.c:176 | ||
3386 | msgid "Timeout interval must be a nonnegative integer\n" | ||
3387 | msgstr "" | ||
3388 | |||
3389 | #: plugins/check_time.c:266 plugins/check_udp.c:203 | ||
3390 | msgid "Host name was not supplied\n" | ||
3391 | msgstr "" | ||
3392 | |||
3393 | #: plugins/check_time.c:286 plugins/check_udp.c:221 plugins/check_users.c:182 | ||
3394 | msgid "Copyright (c) 1999 Ethan Galstad\n" | ||
3395 | msgstr "" | ||
3396 | |||
3397 | #: plugins/check_time.c:289 | ||
3398 | #, fuzzy | ||
3399 | msgid "" | ||
3400 | "This plugin will check the time on the specified host.\n" | ||
3401 | "\n" | ||
3402 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
3403 | |||
3404 | #: plugins/check_time.c:298 | ||
3405 | msgid "" | ||
3406 | " -w, --warning-variance=INTEGER\n" | ||
3407 | " Time difference (sec.) necessary to result in a warning status\n" | ||
3408 | " -c, --critical-variance=INTEGER\n" | ||
3409 | " Time difference (sec.) necessary to result in a critical status\n" | ||
3410 | " -W, --warning-connect=INTEGER\n" | ||
3411 | " Response time (sec.) necessary to result in warning status\n" | ||
3412 | " -C, --critical-connect=INTEGER\n" | ||
3413 | " Response time (sec.) necessary to result in critical status\n" | ||
3414 | msgstr "" | ||
3415 | |||
3416 | #: plugins/check_time.c:319 | ||
96 | #, c-format | 3417 | #, c-format |
97 | msgid "" | 3418 | msgid "" |
98 | "%s: Unknown argument: %s\n" | 3419 | "Usage: %s -H <host_address> [-p port] [-w variance] [-c variance]\n" |
3420 | " [-W connect_time] [-C connect_time] [-t timeout]\n" | ||
3421 | msgstr "" | ||
3422 | |||
3423 | #: plugins/check_udp.c:88 | ||
3424 | #, c-format | ||
3425 | msgid "Connection %s on port %d - %d second response time\n" | ||
3426 | msgstr "" | ||
3427 | |||
3428 | #: plugins/check_udp.c:89 | ||
3429 | msgid "accepted" | ||
3430 | msgstr "" | ||
3431 | |||
3432 | #: plugins/check_udp.c:89 | ||
3433 | msgid "problem" | ||
3434 | msgstr "" | ||
3435 | |||
3436 | #: plugins/check_udp.c:224 | ||
3437 | #, fuzzy | ||
3438 | msgid "" | ||
3439 | "This plugin tests an UDP connection with the specified host.\n" | ||
99 | "\n" | 3440 | "\n" |
3441 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
3442 | |||
3443 | #: plugins/check_udp.c:233 | ||
3444 | #, fuzzy | ||
3445 | msgid "" | ||
3446 | " -e, --expect=STRING <optional>\n" | ||
3447 | " String to expect in first line of server response\n" | ||
3448 | " -s, --send=STRING <optional>\n" | ||
3449 | " String to send to the server when initiating the connection\n" | ||
100 | msgstr "" | 3450 | msgstr "" |
3451 | " -s, --send=STRING\n" | ||
3452 | " String to send to the server\n" | ||
3453 | " -e, --expect=STRING\n" | ||
3454 | " String to expect in server response\n" | ||
3455 | " -q, --quit=STRING\n" | ||
3456 | " String to send server to initiate a clean close of the connection\n" | ||
101 | 3457 | ||
102 | #: plugins/check_tcp.c:471 | 3458 | #: plugins/check_udp.c:245 |
103 | msgid "IPv6 support not available\n" | 3459 | msgid "" |
3460 | "This plugin will attempt to connect to the specified port on the host.\n" | ||
3461 | "Successful connects return STATE_OK, refusals and timeouts return\n" | ||
3462 | "STATE_CRITICAL, other errors return STATE_UNKNOWN.\n" | ||
3463 | "\n" | ||
104 | msgstr "" | 3464 | msgstr "" |
105 | 3465 | ||
106 | #: plugins/check_tcp.c:476 | 3466 | #: plugins/check_udp.c:262 |
107 | msgid "invalid host name or address" | 3467 | #, c-format |
3468 | msgid "" | ||
3469 | "Usage: %s -H <host_address> [-p port] [-w warn_time] [-c crit_time]\n" | ||
3470 | " [-e expect] [-s send] [-t to_sec] [-v]\n" | ||
108 | msgstr "" | 3471 | msgstr "" |
109 | 3472 | ||
110 | #: plugins/check_tcp.c:481 | 3473 | #: plugins/check_ups.c:542 |
111 | msgid "Critical threshold must be a nonnegative integer\n" | 3474 | msgid "Copyright (c) 2000 Tom Shields" |
112 | msgstr "" | 3475 | msgstr "" |
113 | 3476 | ||
114 | #: plugins/check_tcp.c:487 | 3477 | #: plugins/check_ups.c:545 |
115 | msgid "Warning threshold must be a nonnegative integer\n" | 3478 | msgid "" |
3479 | "This plugin tests the UPS service on the specified host.\n" | ||
3480 | "Network UPS Tools from www.exploits.org must be running for this plugin to\n" | ||
3481 | "work.\n" | ||
3482 | "\n" | ||
116 | msgstr "" | 3483 | msgstr "" |
117 | 3484 | ||
118 | #: plugins/check_tcp.c:501 | 3485 | #: plugins/check_ups.c:555 |
119 | msgid "Timeout interval must be a positive integer\n" | 3486 | msgid "" |
3487 | " -u, --ups=STRING\n" | ||
3488 | " Name of UPS\n" | ||
120 | msgstr "" | 3489 | msgstr "" |
121 | 3490 | ||
122 | #: plugins/check_tcp.c:506 | 3491 | #: plugins/check_ups.c:565 |
123 | msgid "Server port must be a positive integer\n" | 3492 | msgid "" |
3493 | "This plugin attempts to determine the status of a UPS (Uninterruptible " | ||
3494 | "Power\n" | ||
3495 | "Supply) on a local or remote host. If the UPS is online or calibrating, the\n" | ||
3496 | "plugin will return an OK state. If the battery is on it will return a " | ||
3497 | "WARNING\n" | ||
3498 | "state. If the UPS is off or has a low battery the plugin will return a " | ||
3499 | "CRITICAL\n" | ||
3500 | "state.\n" | ||
3501 | "\n" | ||
124 | msgstr "" | 3502 | msgstr "" |
125 | 3503 | ||
126 | #: plugins/check_tcp.c:522 | 3504 | #: plugins/check_ups.c:572 |
127 | msgid "Maxbytes must be a positive integer\n" | 3505 | msgid "" |
3506 | "You may also specify a variable to check [such as temperature, utility " | ||
3507 | "voltage,\n" | ||
3508 | "battery load, etc.] as well as warning and critical thresholds for the " | ||
3509 | "value of\n" | ||
3510 | "that variable. If the remote host has multiple UPS that are being monitored " | ||
3511 | "you\n" | ||
3512 | "will have to use the [ups] option to specify which UPS to check.\n" | ||
3513 | "\n" | ||
128 | msgstr "" | 3514 | msgstr "" |
129 | 3515 | ||
130 | #: plugins/check_tcp.c:535 | 3516 | #: plugins/check_ups.c:578 |
131 | msgid "Refuse mut be one of ok, warn, crit\n" | 3517 | msgid "" |
3518 | "Notes:\n" | ||
3519 | "\n" | ||
3520 | "This plugin requires that the UPSD daemon distributed with Russel Kroll's\n" | ||
3521 | "Smart UPS Tools be installed on the remote host. If you do not have the\n" | ||
3522 | "package installed on your system, you can download it from\n" | ||
3523 | "http://www.exploits.org/nut\n" | ||
3524 | "\n" | ||
132 | msgstr "" | 3525 | msgstr "" |
133 | 3526 | ||
134 | #: plugins/check_tcp.c:541 | 3527 | #: plugins/check_ups.c:593 |
135 | msgid "Delay must be a positive integer\n" | 3528 | #, c-format |
3529 | msgid "" | ||
3530 | "Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n" | ||
3531 | " [-t timeout] [-v]\n" | ||
136 | msgstr "" | 3532 | msgstr "" |
137 | 3533 | ||
138 | #: plugins/check_tcp.c:546 | 3534 | #: plugins/check_users.c:69 |
139 | msgid "SSL support not available. Install OpenSSL and recompile." | 3535 | #, c-format |
3536 | msgid "# users=%d" | ||
140 | msgstr "" | 3537 | msgstr "" |
141 | 3538 | ||
142 | #: plugins/check_tcp.c:554 | 3539 | #: plugins/check_users.c:94 |
143 | msgid "You must provide a server address\n" | 3540 | #, c-format |
3541 | msgid "USERS %s - %d users currently logged in\n" | ||
144 | msgstr "" | 3542 | msgstr "" |
145 | 3543 | ||
146 | #: plugins/check_tcp.c:572 | 3544 | #: plugins/check_users.c:185 |
147 | msgid "ERROR: Cannot create SSL context.\n" | 3545 | msgid "" |
3546 | "This plugin checks the number of users currently logged in on the local\n" | ||
3547 | "system and generates an error if the number exceeds the thresholds " | ||
3548 | "specified.\n" | ||
148 | msgstr "" | 3549 | msgstr "" |
149 | 3550 | ||
150 | #: plugins/check_tcp.c:598 | 3551 | #: plugins/check_users.c:193 |
151 | msgid "ERROR: Cannot initiate SSL handshake.\n" | 3552 | msgid "" |
3553 | " -w, --warning=INTEGER\n" | ||
3554 | " Set WARNING status if more than INTEGER users are logged in\n" | ||
3555 | " -c, --critical=INTEGER\n" | ||
3556 | " Set CRITICAL status if more than INTEGER users are logged in\n" | ||
152 | msgstr "" | 3557 | msgstr "" |
153 | 3558 | ||
154 | #, fuzzy | 3559 | #: plugins/negate.c:234 |
155 | #~ msgid "" | 3560 | msgid "" |
156 | #~ "\n" | 3561 | "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa).\n" |
157 | #~ "Options:\n" | 3562 | "\n" |
158 | #~ " -H, --hostname=ADDRESS\n" | 3563 | msgstr "" |
159 | #~ " Host name argument for servers using host headers (use numeric\n" | 3564 | |
160 | #~ " address if possible to bypass DNS lookup).\n" | 3565 | #: plugins/negate.c:244 |
161 | #~ " -p, --port=INTEGER\n" | 3566 | msgid " [keep timeout than the plugin timeout to retain CRITICAL status]\n" |
162 | #~ " Port number\n" | 3567 | msgstr "" |
163 | #~ " -4, --use-ipv4\n" | 3568 | |
164 | #~ " Use IPv4 connection\n" | 3569 | #: plugins/negate.c:247 |
165 | #~ " -6, --use-ipv6\n" | 3570 | msgid "" |
166 | #~ " Use IPv6 connection\n" | 3571 | " negate \"/usr/local/nagios/libexec/check_ping -H host\"\n" |
167 | #~ msgstr "" | 3572 | " Run check_ping and invert result. Must use full path to plugin\n" |
168 | #~ " -H, --hostname=ADDRESS\n" | 3573 | " negate \"/usr/local/nagios/libexec/check_procs -a 'vi negate.c'\"\n" |
169 | #~ " Host name argument for servers using host headers (use numeric\n" | 3574 | " Use single quotes if you need to retain spaces\n" |
170 | #~ " address if possible to bypass DNS lookup).\n" | 3575 | msgstr "" |
171 | #~ " -p, --port=INTEGER\n" | 3576 | |
172 | #~ " Port number\n" | 3577 | #: plugins/negate.c:253 |
173 | #~ " -4, --use-ipv4\n" | 3578 | msgid "" |
174 | #~ " Use IPv4 connection\n" | 3579 | "This plugin is a wrapper to take the output of another plugin and invert " |
175 | #~ " -6, --use-ipv6\n" | 3580 | "it.\n" |
176 | #~ " Use IPv6 connection\n" | 3581 | "If the wrapped plugin returns STATE_OK, the wrapper will return " |
3582 | "STATE_CRITICAL.\n" | ||
3583 | "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return " | ||
3584 | "STATE_OK.\n" | ||
3585 | "Otherwise, the output state of the wrapped plugin is unchanged.\n" | ||
3586 | msgstr "" | ||
3587 | |||
3588 | #: plugins/negate.c:269 | ||
3589 | #, c-format | ||
3590 | msgid "Usage: %s [-t timeout] <definition of wrapped plugin>\n" | ||
3591 | msgstr "" | ||
3592 | |||
3593 | #: plugins/urlize.c:101 | ||
3594 | #, c-format | ||
3595 | msgid "" | ||
3596 | "%s problem - No data recieved from host\n" | ||
3597 | "CMD: %s</A>\n" | ||
3598 | msgstr "" | ||
3599 | |||
3600 | #: plugins/urlize.c:128 | ||
3601 | msgid "" | ||
3602 | "Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n" | ||
3603 | msgstr "" | ||
3604 | |||
3605 | #: plugins/urlize.c:131 | ||
3606 | msgid "" | ||
3607 | "\n" | ||
3608 | "This plugin wraps the text output of another command (plugin) in HTML\n" | ||
3609 | "<A> tags, thus displaying the plugin output in as a clickable link in\n" | ||
3610 | "the Nagios status screen. The return status is the same as the invoked\n" | ||
3611 | "plugin.\n" | ||
3612 | "\n" | ||
3613 | msgstr "" | ||
3614 | |||
3615 | #: plugins/urlize.c:139 | ||
3616 | msgid "" | ||
3617 | "\n" | ||
3618 | "Pay close attention to quoting to ensure that the shell passes the expected\n" | ||
3619 | "data to the plugin. For example, in:\n" | ||
3620 | "\n" | ||
3621 | " urlize http://example.com/ check_http -H example.com -r 'two words'\n" | ||
3622 | "\n" | ||
3623 | "the shell will remove the single quotes and urlize will see:\n" | ||
3624 | "\n" | ||
3625 | " urlize http://example.com/ check_http -H example.com -r two words\n" | ||
3626 | "\n" | ||
3627 | "You probably want:\n" | ||
3628 | "\n" | ||
3629 | " urlize http://example.com/ \"check_http -H example.com -r 'two words'\"\n" | ||
3630 | msgstr "" | ||
3631 | |||
3632 | #: plugins/urlize.c:162 | ||
3633 | #, c-format | ||
3634 | msgid "" | ||
3635 | "Usage:\n" | ||
3636 | " %s <url> <plugin> <arg1> ... <argN>\n" | ||
3637 | msgstr "" | ||
3638 | |||
3639 | #: plugins/utils.c:81 | ||
3640 | msgid "" | ||
3641 | "\n" | ||
3642 | "Send email to nagios-users@lists.sourceforge.net if you have questions\n" | ||
3643 | "regarding use of this software. To submit patches or suggest improvements,\n" | ||
3644 | "send email to nagiosplug-devel@lists.sourceforge.net\n" | ||
3645 | msgstr "" | ||
3646 | |||
3647 | #: plugins/utils.c:107 | ||
3648 | msgid "" | ||
3649 | "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" | ||
3650 | "copies of the plugins under the terms of the GNU General Public License.\n" | ||
3651 | "For more information about these matters, see the file named COPYING.\n" | ||
3652 | msgstr "" | ||
177 | 3653 | ||
178 | #~ msgid "" | 3654 | #~ msgid "" |
179 | #~ " -t, --timeout=INTEGER\n" | 3655 | #~ " -t, --timeout=INTEGER\n" |