Code

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