Code

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