Code

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