Code

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