Code

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