Code

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