Code

correcting some translation problems
[nagiosplug.git] / po / nagios-plugins.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Nagios Plugin Development Group
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n"
11 "POT-Creation-Date: 2007-02-06 21:11+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20 #: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:188
21 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89
22 #: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147
23 #: plugins/check_ldap.c:105 plugins/check_load.c:122
24 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88
25 #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_nwstat.c:177
26 #: plugins/check_overcr.c:106 plugins/check_pgsql.c:156
27 #: plugins/check_ping.c:99 plugins/check_procs.c:143
28 #: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:180
29 #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113
30 #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125
31 #: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:256
32 msgid "Could not parse arguments"
33 msgstr ""
35 #: plugins/check_by_ssh.c:86 plugins/check_dig.c:86 plugins/check_dns.c:89
36 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160
37 #: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:106
38 msgid "Cannot catch SIGALRM"
39 msgstr ""
41 #: plugins/check_by_ssh.c:97
42 #, c-format
43 msgid "Remote command execution failed: %s\n"
44 msgstr ""
46 #: plugins/check_by_ssh.c:98
47 msgid "Unknown error"
48 msgstr ""
50 #: plugins/check_by_ssh.c:116
51 #, c-format
52 msgid "SSH WARNING: could not open %s\n"
53 msgstr ""
55 #: plugins/check_by_ssh.c:200 plugins/check_disk.c:450
56 #: plugins/check_http.c:240 plugins/check_ldap.c:281 plugins/check_pgsql.c:237
57 #: plugins/check_procs.c:371 plugins/check_radius.c:215
58 #: plugins/check_radius.c:285 plugins/check_real.c:361
59 #: plugins/check_smtp.c:631 plugins/check_snmp.c:494 plugins/check_ssh.c:143
60 #: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555
61 #: plugins/negate.c:203
62 msgid "Timeout interval must be a positive integer"
63 msgstr ""
65 #: plugins/check_by_ssh.c:210 plugins/check_pgsql.c:261
66 #: plugins/check_radius.c:224 plugins/check_radius.c:258
67 #: plugins/check_real.c:332 plugins/check_smtp.c:563 plugins/check_tcp.c:506
68 #: plugins/check_time.c:300 plugins/check_ups.c:517
69 msgid "Port must be a positive integer"
70 msgstr ""
72 #: plugins/check_by_ssh.c:254
73 msgid "skip lines must be an integer"
74 msgstr ""
76 #: plugins/check_by_ssh.c:272
77 #, c-format
78 msgid "%s: You must provide a host name\n"
79 msgstr ""
81 #: plugins/check_by_ssh.c:290
82 msgid "No remotecmd"
83 msgstr ""
85 #: plugins/check_by_ssh.c:306
86 #, c-format
87 msgid ""
88 "%s: In passive mode, you must provide a service name for each command.\n"
89 msgstr ""
91 #: plugins/check_by_ssh.c:309
92 #, c-format
93 msgid ""
94 "%s: In passive mode, you must provide the host short name from the nagios "
95 "configs.\n"
96 msgstr ""
98 #: plugins/check_by_ssh.c:323
99 #, c-format
100 msgid "This plugin uses SSH to execute commands on a remote host"
101 msgstr ""
103 #: plugins/check_by_ssh.c:336
104 msgid "tell ssh to use Protocol 1"
105 msgstr ""
107 #: plugins/check_by_ssh.c:338
108 msgid "tell ssh to use Protocol 2"
109 msgstr ""
111 #: plugins/check_by_ssh.c:340
112 msgid "Ignore first n lines on STDERR (to suppress a logon banner)"
113 msgstr ""
115 #: plugins/check_by_ssh.c:342
116 msgid "tells ssh to fork rather than create a tty"
117 msgstr ""
119 #: plugins/check_by_ssh.c:344
120 msgid "command to execute on the remote machine"
121 msgstr ""
123 #: plugins/check_by_ssh.c:346
124 msgid "SSH user name on remote host [optional]"
125 msgstr ""
127 #: plugins/check_by_ssh.c:348
128 msgid "identity of an authorized key [optional]"
129 msgstr ""
131 #: plugins/check_by_ssh.c:350
132 msgid "external command file for nagios [optional]"
133 msgstr ""
135 #: plugins/check_by_ssh.c:352
136 msgid "list of nagios service names, separated by ':' [optional]"
137 msgstr ""
139 #: plugins/check_by_ssh.c:354
140 msgid "short name of host in nagios configuration [optional]"
141 msgstr ""
143 #: plugins/check_by_ssh.c:356
144 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
145 msgstr ""
147 #: plugins/check_by_ssh.c:358
148 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
149 msgstr ""
151 #: plugins/check_by_ssh.c:361
152 msgid "The most common mode of use is to refer to a local identity file with"
153 msgstr ""
155 #: plugins/check_by_ssh.c:362
156 msgid "the '-i' option. In this mode, the identity pair should have a null"
157 msgstr ""
159 #: plugins/check_by_ssh.c:363
160 msgid "passphrase and the public key should be listed in the authorized_keys"
161 msgstr ""
163 #: plugins/check_by_ssh.c:364
164 msgid "file of the remote host. Usually the key will be restricted to running"
165 msgstr ""
167 #: plugins/check_by_ssh.c:365
168 msgid "only one command on the remote server. If the remote SSH server tracks"
169 msgstr ""
171 #: plugins/check_by_ssh.c:366
172 msgid "invocation arguments, the one remote program may be an agent that can"
173 msgstr ""
175 #: plugins/check_by_ssh.c:367
176 msgid "execute additional commands as proxy"
177 msgstr ""
179 #: plugins/check_by_ssh.c:368
180 msgid "To use passive mode, provide multiple '-C' options, and provide"
181 msgstr ""
183 #: plugins/check_by_ssh.c:369
184 msgid ""
185 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
186 msgstr ""
188 #: plugins/check_by_ssh.c:371 plugins/check_disk.c:768
189 #: plugins/check_http.c:1323 plugins/check_nagios.c:303
190 #: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187
191 #, c-format
192 msgid "Examples:"
193 msgstr ""
195 #: plugins/check_by_ssh.c:385 plugins/check_dig.c:336 plugins/check_disk.c:779
196 #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407
197 #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1346
198 #: plugins/check_ldap.c:411 plugins/check_load.c:311 plugins/check_mrtg.c:383
199 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707
200 #: plugins/check_nwstat.c:1688 plugins/check_overcr.c:469
201 #: plugins/check_pgsql.c:458 plugins/check_ping.c:592
202 #: plugins/check_procs.c:753 plugins/check_radius.c:349
203 #: plugins/check_real.c:454 plugins/check_smtp.c:782 plugins/check_snmp.c:1007
204 #: plugins/check_ssh.c:306 plugins/check_swap.c:560 plugins/check_tcp.c:656
205 #: plugins/check_time.c:373 plugins/check_ups.c:653 plugins/check_users.c:230
206 #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204
207 #: plugins-root/check_dhcp.c:1283 plugins-root/check_icmp.c:1248
208 #, c-format
209 msgid "Usage:"
210 msgstr ""
212 #: plugins/check_dig.c:101 plugins/check_dig.c:103
213 #, c-format
214 msgid "Looking for: '%s'\n"
215 msgstr ""
217 #: plugins/check_dig.c:110
218 msgid "dig returned an error status"
219 msgstr ""
221 #: plugins/check_dig.c:135
222 msgid "Server not found in ANSWER SECTION"
223 msgstr ""
225 #: plugins/check_dig.c:145
226 msgid "No ANSWER SECTION found"
227 msgstr ""
229 #: plugins/check_dig.c:170
230 msgid "Probably a non-existent host/domain"
231 msgstr ""
233 #: plugins/check_dig.c:229
234 #, c-format
235 msgid "Port must be a positive integer - %s"
236 msgstr ""
238 #: plugins/check_dig.c:240
239 #, c-format
240 msgid "Warning interval must be a positive integer - %s"
241 msgstr ""
243 #: plugins/check_dig.c:248
244 #, c-format
245 msgid "Critical interval must be a positive integer - %s"
246 msgstr ""
248 #: plugins/check_dig.c:256
249 #, c-format
250 msgid "Timeout interval must be a positive integer - %s"
251 msgstr ""
253 #: plugins/check_dig.c:309
254 #, c-format
255 msgid "This plugin test the DNS service on the specified host using dig"
256 msgstr ""
258 #: plugins/check_dig.c:320
259 msgid "machine name to lookup"
260 msgstr ""
262 #: plugins/check_dig.c:322
263 msgid "record type to lookup (default: A)"
264 msgstr ""
266 #: plugins/check_dig.c:324
267 msgid ""
268 "an address expected to be in the answer section.if not set, uses whatever "
269 "was in -l"
270 msgstr ""
272 #: plugins/check_disk.c:211
273 #, c-format
274 msgid "DISK %s: %s not found\n"
275 msgstr ""
277 #: plugins/check_disk.c:211 plugins/check_disk.c:634 plugins/check_dns.c:208
278 #: plugins/check_dummy.c:81 plugins/check_http.c:958 plugins/check_http.c:1021
279 #: plugins/check_mysql.c:214 plugins/check_nagios.c:107
280 #: plugins/check_nagios.c:171 plugins/check_nagios.c:175
281 #: plugins/check_procs.c:302
282 #, c-format
283 msgid "CRITICAL"
284 msgstr ""
286 #: plugins/check_disk.c:524
287 #, c-format
288 msgid "unit type %s not known\n"
289 msgstr ""
291 #: plugins/check_disk.c:527
292 #, c-format
293 msgid "failed allocating storage for '%s'\n"
294 msgstr ""
296 #: plugins/check_disk.c:549 plugins/check_dummy.c:84 plugins/check_http.c:952
297 #, c-format
298 msgid "UNKNOWN"
299 msgstr ""
301 #: plugins/check_disk.c:549
302 msgid "Must set a threshold value before using -p\n"
303 msgstr ""
305 #: plugins/check_disk.c:601
306 msgid "Unknown argument"
307 msgstr ""
309 #: plugins/check_disk.c:635
310 #, c-format
311 msgid "%s does not exist\n"
312 msgstr ""
314 #: plugins/check_disk.c:664
315 #, c-format
316 msgid " for %s\n"
317 msgstr ""
319 #: plugins/check_disk.c:722
320 msgid ""
321 "This plugin checks the amount of used disk space on a mounted file system"
322 msgstr ""
324 #: plugins/check_disk.c:723
325 msgid ""
326 "and generates an alert if free space is less than one of the threshold values"
327 msgstr ""
329 #: plugins/check_disk.c:732
330 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
331 msgstr ""
333 #: plugins/check_disk.c:734
334 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
335 msgstr ""
337 #: plugins/check_disk.c:736
338 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
339 msgstr ""
341 #: plugins/check_disk.c:738
342 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
343 msgstr ""
345 #: plugins/check_disk.c:740
346 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
347 msgstr ""
349 #: plugins/check_disk.c:742
350 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
351 msgstr ""
353 #: plugins/check_disk.c:744
354 msgid "Clear thresholds"
355 msgstr ""
357 #: plugins/check_disk.c:746
358 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
359 msgstr ""
361 #: plugins/check_disk.c:748
362 msgid "Same as '--units kB'"
363 msgstr ""
365 #: plugins/check_disk.c:750
366 msgid "Same as '--units MB'"
367 msgstr ""
369 #: plugins/check_disk.c:752
370 msgid "Only check local filesystems"
371 msgstr ""
373 #: plugins/check_disk.c:754
374 msgid "Path or partition (may be repeated)"
375 msgstr ""
377 #: plugins/check_disk.c:756
378 msgid "Ignore device (only works if -p unspecified)"
379 msgstr ""
381 #: plugins/check_disk.c:758
382 msgid "Ignore all filesystems of indicated type (may be repeated)"
383 msgstr ""
385 #: plugins/check_disk.c:760
386 msgid "Display the mountpoint instead of the partition"
387 msgstr ""
389 #: plugins/check_disk.c:762
390 msgid "For paths or partitions specified with -p, only check for exact paths"
391 msgstr ""
393 #: plugins/check_disk.c:764
394 msgid "Display only devices/mountpoints with errors"
395 msgstr ""
397 #: plugins/check_disk.c:770
398 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
399 msgstr ""
401 #: plugins/check_dns.c:107
402 msgid "nslookup returned an error status"
403 msgstr ""
405 #: plugins/check_dns.c:120
406 msgid "Warning plugin error"
407 msgstr ""
409 #: plugins/check_dns.c:140
410 #, c-format
411 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
412 msgstr ""
414 #: plugins/check_dns.c:150
415 msgid "Non-authoritative answer:"
416 msgstr ""
418 #: plugins/check_dns.c:178
419 #, c-format
420 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
421 msgstr ""
423 #: plugins/check_dns.c:184
424 #, c-format
425 msgid "expected '%s' but got '%s'"
426 msgstr ""
428 #: plugins/check_dns.c:190
429 #, c-format
430 msgid "server %s is not authoritative for %s"
431 msgstr ""
433 #: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:954
434 #: plugins/check_nagios.c:185 plugins/check_procs.c:295
435 #, c-format
436 msgid "OK"
437 msgstr ""
439 #: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:956
440 #: plugins/check_mysql.c:211 plugins/check_nagios.c:185
441 #: plugins/check_procs.c:297
442 #, c-format
443 msgid "WARNING"
444 msgstr ""
446 #: plugins/check_dns.c:210
447 #, c-format
448 msgid "%.3f second response time"
449 msgid_plural "%.3f seconds response time"
450 msgstr[0] ""
451 msgstr[1] ""
453 #: plugins/check_dns.c:211
454 #, c-format
455 msgid ". %s returns %s"
456 msgstr ""
458 #: plugins/check_dns.c:215
459 #, c-format
460 msgid "DNS WARNING - %s\n"
461 msgstr ""
463 #: plugins/check_dns.c:216 plugins/check_dns.c:219 plugins/check_dns.c:222
464 msgid " Probably a non-existent host/domain"
465 msgstr ""
467 #: plugins/check_dns.c:218
468 #, c-format
469 msgid "DNS CRITICAL - %s\n"
470 msgstr ""
472 #: plugins/check_dns.c:221
473 #, c-format
474 msgid "DNS UNKNOW - %s\n"
475 msgstr ""
477 #: plugins/check_dns.c:234
478 msgid "Note: nslookup is deprecated and may be removed from future releases."
479 msgstr ""
481 #: plugins/check_dns.c:235
482 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
483 msgstr ""
485 #: plugins/check_dns.c:236
486 msgid "the `-sil[ent]' option to prevent this message from appearing."
487 msgstr ""
489 #: plugins/check_dns.c:241
490 #, c-format
491 msgid "No response from DNS %s\n"
492 msgstr ""
494 #: plugins/check_dns.c:245
495 #, c-format
496 msgid "DNS %s has no records\n"
497 msgstr ""
499 #: plugins/check_dns.c:253
500 #, c-format
501 msgid "Connection to DNS %s was refused\n"
502 msgstr ""
504 #: plugins/check_dns.c:257
505 #, c-format
506 msgid "Query was refused by DNS server at %s\n"
507 msgstr ""
509 #: plugins/check_dns.c:261
510 #, c-format
511 msgid "No information returned by DNS server at %s\n"
512 msgstr ""
514 #: plugins/check_dns.c:267
515 #, c-format
516 msgid "Domain %s was not found by the server\n"
517 msgstr ""
519 #: plugins/check_dns.c:271
520 msgid "Network is unreachable\n"
521 msgstr ""
523 #: plugins/check_dns.c:275
524 #, c-format
525 msgid "DNS failure for %s\n"
526 msgstr ""
528 #: plugins/check_dns.c:339 plugins/check_dns.c:347 plugins/check_dns.c:354
529 #: plugins/check_dns.c:359 plugins/check_dns.c:380 plugins/check_dns.c:388
530 #: plugins/check_game.c:213 plugins/check_game.c:221
531 msgid "Input buffer overflow\n"
532 msgstr ""
534 #: plugins/check_dns.c:416
535 msgid ""
536 "This plugin uses the nslookup program to obtain the IP address for the given "
537 "host/domain query."
538 msgstr ""
540 #: plugins/check_dns.c:417
541 msgid "An optional DNS server to use may be specified."
542 msgstr ""
544 #: plugins/check_dns.c:418
545 msgid ""
546 "If no DNS server is specified, the default server(s) specified in /etc/"
547 "resolv.conf will be used."
548 msgstr ""
550 #: plugins/check_dns.c:427
551 msgid "The name or address you want to query"
552 msgstr ""
554 #: plugins/check_dns.c:429
555 msgid "Optional DNS server you want to use for the lookup"
556 msgstr ""
558 #: plugins/check_dns.c:431
559 msgid ""
560 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ."
561 msgstr ""
563 #: plugins/check_dns.c:433
564 msgid "Optionally expect the DNS server to be authoritative for the lookup"
565 msgstr ""
567 #: plugins/check_dns.c:435
568 msgid "Return warning if elapsed time exceeds value. Default off"
569 msgstr ""
571 #: plugins/check_dns.c:437
572 msgid "Return critical if elapsed time exceeds value. Default off"
573 msgstr ""
575 #: plugins/check_dummy.c:69
576 msgid "Arguments to check_dummy must be an integer"
577 msgstr ""
579 #: plugins/check_dummy.c:87
580 #, c-format
581 msgid "Status %d is not a supported error state\n"
582 msgstr ""
584 #: plugins/check_dummy.c:109
585 msgid ""
586 "This plugin will simply return the state corresponding to the numeric value"
587 msgstr ""
589 #: plugins/check_dummy.c:111
590 msgid "of the <state> argument with optional text"
591 msgstr ""
593 #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:427
594 #: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178
595 #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117
596 #, c-format
597 msgid "Could not open pipe: %s\n"
598 msgstr ""
600 #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:153
601 #: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184
602 #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123
603 #, c-format
604 msgid "Could not open stderr for %s\n"
605 msgstr ""
607 #: plugins/check_fping.c:149
608 #, c-format
609 msgid "FPING UNKNOW - %s not found\n"
610 msgstr ""
612 #: plugins/check_fping.c:153
613 #, c-format
614 msgid "FPING CRITICAL - %s is unreachable\n"
615 msgstr ""
617 #: plugins/check_fping.c:158
618 #, c-format
619 msgid "FPING CRITICAL - %s is down\n"
620 msgstr ""
622 #: plugins/check_fping.c:185
623 #, c-format
624 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
625 msgstr ""
627 #: plugins/check_fping.c:206
628 #, c-format
629 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
630 msgstr ""
632 #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364
633 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326
634 #: plugins/check_pgsql.c:255 plugins/check_ping.c:285 plugins/check_ping.c:408
635 #: plugins/check_radius.c:250 plugins/check_real.c:319
636 #: plugins/check_real.c:381 plugins/check_smtp.c:556 plugins/check_smtp.c:677
637 #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319
638 #: plugins/check_ups.c:503 plugins/check_ups.c:572
639 msgid "Invalid hostname/address"
640 msgstr ""
642 #: plugins/check_fping.c:307
643 msgid "Packet size must be a positive integer"
644 msgstr ""
646 #: plugins/check_fping.c:313
647 msgid "Packet count must be a positive integer"
648 msgstr ""
650 #: plugins/check_fping.c:319 plugins/check_time.c:323
651 msgid "Hostname was not supplied"
652 msgstr ""
654 #: plugins/check_fping.c:339
655 #, c-format
656 msgid "%s: Only one threshold may be packet loss (%s)\n"
657 msgstr ""
659 #: plugins/check_fping.c:343
660 #, c-format
661 msgid "%s: Only one threshold must be packet loss (%s)\n"
662 msgstr ""
664 #: plugins/check_fping.c:375
665 msgid ""
666 "This plugin will use the fping command to ping the specified host for a fast "
667 "check"
668 msgstr ""
670 #: plugins/check_fping.c:377
671 msgid "Note that it is necessary to set the suid flag on fping."
672 msgstr ""
674 #: plugins/check_fping.c:386
675 msgid ""
676 "name or IP Address of host to ping (IP Address bypasses name lookup, "
677 "reducing system load)"
678 msgstr ""
680 #: plugins/check_fping.c:388 plugins/check_ping.c:562
681 msgid "warning threshold pair"
682 msgstr ""
684 #: plugins/check_fping.c:390 plugins/check_ping.c:564
685 msgid "critical threshold pair"
686 msgstr ""
688 #: plugins/check_fping.c:392
689 #, c-format
690 msgid "size of ICMP packet (default: %d)"
691 msgstr ""
693 #: plugins/check_fping.c:394
694 #, c-format
695 msgid "number of ICMP packets to send (default: %d)"
696 msgstr ""
698 #: plugins/check_fping.c:397
699 #, c-format
700 msgid ""
701 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
702 "(ms)"
703 msgstr ""
705 #: plugins/check_fping.c:398
706 msgid ""
707 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
708 msgstr ""
710 #: plugins/check_fping.c:399
711 msgid "packet loss to trigger an alarm state."
712 msgstr ""
714 #: plugins/check_game.c:113
715 #, c-format
716 msgid "CRITICAL - Host type parameter incorrect!\n"
717 msgstr ""
719 #: plugins/check_game.c:128
720 #, c-format
721 msgid "CRITICAL - Host not found\n"
722 msgstr ""
724 #: plugins/check_game.c:132
725 #, c-format
726 msgid "CRITICAL - Game server down or unavailable\n"
727 msgstr ""
729 #: plugins/check_game.c:136
730 #, c-format
731 msgid "CRITICAL - Game server timeout\n"
732 msgstr ""
734 #: plugins/check_game.c:299
735 #, c-format
736 msgid "This plugin tests game server connections with the specified host."
737 msgstr ""
739 #: plugins/check_game.c:308
740 msgid "Optional port of which to connect"
741 msgstr ""
743 #: plugins/check_game.c:310
744 msgid "Field number in raw qstat output that contains game name"
745 msgstr ""
747 #: plugins/check_game.c:312
748 msgid "Field number in raw qstat output that contains map name"
749 msgstr ""
751 #: plugins/check_game.c:314
752 msgid "Field number in raw qstat output that contains ping time"
753 msgstr ""
755 #: plugins/check_game.c:318 plugins/check_http.c:1311 plugins/check_mrtg.c:364
756 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693
757 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452
758 #: plugins/check_swap.c:549 plugins/check_ups.c:629 plugins/negate.c:276
759 #, c-format
760 msgid "Notes:"
761 msgstr ""
763 #: plugins/check_game.c:320
764 msgid ""
765 "This plugin uses the 'qstat' command, the popular game server status query "
766 "tool ."
767 msgstr ""
769 #: plugins/check_game.c:322
770 msgid ""
771 "If you don't have the package installed, you will need to download it from"
772 msgstr ""
774 #: plugins/check_game.c:324
775 msgid ""
776 "http://www.activesw.com/people/steve/qstat.html before you can use this "
777 "plugin."
778 msgstr ""
780 #: plugins/check_hpjd.c:242
781 msgid "Paper Jam"
782 msgstr ""
784 #: plugins/check_hpjd.c:246
785 msgid "Out of Paper"
786 msgstr ""
788 #: plugins/check_hpjd.c:251
789 msgid "Printer Offline"
790 msgstr ""
792 #: plugins/check_hpjd.c:256
793 msgid "Peripheral Error"
794 msgstr ""
796 #: plugins/check_hpjd.c:260
797 msgid "Intervention Required"
798 msgstr ""
800 #: plugins/check_hpjd.c:264
801 msgid "Toner Low"
802 msgstr ""
804 #: plugins/check_hpjd.c:268
805 msgid "Insufficient Memory"
806 msgstr ""
808 #: plugins/check_hpjd.c:272
809 msgid "A Door is Open"
810 msgstr ""
812 #: plugins/check_hpjd.c:276
813 msgid "Output Tray is Full"
814 msgstr ""
816 #: plugins/check_hpjd.c:280
817 msgid "Data too Slow for Engine"
818 msgstr ""
820 #: plugins/check_hpjd.c:284
821 msgid "Unknown Paper Error"
822 msgstr ""
824 #: plugins/check_hpjd.c:289
825 #, c-format
826 msgid "Printer ok - (%s)\n"
827 msgstr ""
829 #: plugins/check_hpjd.c:394
830 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
831 msgstr ""
833 #: plugins/check_hpjd.c:395
834 msgid "Net-snmp must be installed on the computer running the plugin."
835 msgstr ""
837 #: plugins/check_hpjd.c:404
838 msgid "The SNMP community name "
839 msgstr ""
841 #: plugins/check_hpjd.c:405
842 #, c-format
843 msgid "(default=%s)"
844 msgstr ""
846 #: plugins/check_http.c:246
847 msgid "Critical threshold must be integer"
848 msgstr ""
850 #: plugins/check_http.c:254
851 msgid "Warning threshold must be integer"
852 msgstr ""
854 #: plugins/check_http.c:280 plugins/check_tcp.c:570
855 msgid "Invalid certificate expiration period"
856 msgstr ""
858 #: plugins/check_http.c:289 plugins/check_tcp.c:582
859 msgid "Invalid option - SSL is not available"
860 msgstr ""
862 #: plugins/check_http.c:307
863 #, c-format
864 msgid "option f:%d \n"
865 msgstr ""
867 #: plugins/check_http.c:324
868 msgid "Invalid port number"
869 msgstr ""
871 #: plugins/check_http.c:362
872 #, c-format
873 msgid "Could Not Compile Regular Expression: %s"
874 msgstr ""
876 #: plugins/check_http.c:376 plugins/check_smtp.c:657 plugins/check_ssh.c:154
877 #: plugins/check_tcp.c:473
878 msgid "IPv6 support not available"
879 msgstr ""
881 #: plugins/check_http.c:438 plugins/check_ping.c:412
882 msgid "You must specify a server address or host name"
883 msgstr ""
885 #: plugins/check_http.c:664
886 msgid "Server date unknown\n"
887 msgstr ""
889 #: plugins/check_http.c:666
890 msgid "Document modification date unknown\n"
891 msgstr ""
893 #: plugins/check_http.c:672
894 #, c-format
895 msgid "CRITICAL - Server date \"%100s\" unparsable"
896 msgstr ""
898 #: plugins/check_http.c:674
899 #, c-format
900 msgid "CRITICAL - Document date \"%100s\" unparsable"
901 msgstr ""
903 #: plugins/check_http.c:676
904 #, c-format
905 msgid "CRITICAL - Document is %d seconds in the future\n"
906 msgstr ""
908 #: plugins/check_http.c:681
909 #, c-format
910 msgid "CRITICAL - Last modified %.1f days ago\n"
911 msgstr ""
913 #: plugins/check_http.c:685
914 #, c-format
915 msgid "CRITICAL - Last modified %d:%02d:%02d ago\n"
916 msgstr ""
918 #: plugins/check_http.c:766
919 msgid "Unable to open TCP socket\n"
920 msgstr ""
922 #: plugins/check_http.c:846
923 msgid "Error on receive\n"
924 msgstr ""
926 #: plugins/check_http.c:856 plugins/check_real.c:189 plugins/check_tcp.c:291
927 #, c-format
928 msgid "No data received from host\n"
929 msgstr ""
931 #: plugins/check_http.c:906
932 msgid "Invalid HTTP response received from host\n"
933 msgstr ""
935 #: plugins/check_http.c:909
936 #, c-format
937 msgid "Invalid HTTP response received from host on port %d\n"
938 msgstr ""
940 #: plugins/check_http.c:917
941 #, c-format
942 msgid "HTTP OK: Status line output matched \"%s\"\n"
943 msgstr ""
945 #: plugins/check_http.c:929
946 #, c-format
947 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
948 msgstr ""
950 #: plugins/check_http.c:936
951 #, c-format
952 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
953 msgstr ""
955 #: plugins/check_http.c:940
956 #, c-format
957 msgid "HTTP CRITICAL: %s\n"
958 msgstr ""
960 #: plugins/check_http.c:944
961 #, c-format
962 msgid "HTTP WARNING: %s\n"
963 msgstr ""
965 #: plugins/check_http.c:962
966 #, c-format
967 msgid " - %s - %.3f second response time %s|%s %s\n"
968 msgstr ""
970 #: plugins/check_http.c:978
971 #, c-format
972 msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n"
973 msgstr ""
975 #: plugins/check_http.c:992 plugins/check_http.c:1009
976 #, c-format
977 msgid "HTTP OK %s - %.3f second response time %s|%s %s\n"
978 msgstr ""
980 #: plugins/check_http.c:999
981 #, c-format
982 msgid "CRITICAL - string not found%s|%s %s\n"
983 msgstr ""
985 #: plugins/check_http.c:1017
986 msgid "pattern not found"
987 msgstr ""
989 #: plugins/check_http.c:1019
990 msgid "pattern found"
991 msgstr ""
993 #: plugins/check_http.c:1029
994 #, c-format
995 msgid "CRITICAL - Execute Error: %s\n"
996 msgstr ""
998 #: plugins/check_http.c:1038
999 #, c-format
1000 msgid "HTTP WARNING: page size %d too large%s|%s\n"
1001 msgstr ""
1003 #: plugins/check_http.c:1042
1004 #, c-format
1005 msgid "HTTP WARNING: page size %d too small%s|%s\n"
1006 msgstr ""
1008 #: plugins/check_http.c:1047
1009 #, c-format
1010 msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n"
1011 msgstr ""
1013 #: plugins/check_http.c:1082
1014 msgid "Could not allocate addr\n"
1015 msgstr ""
1017 #: plugins/check_http.c:1086
1018 msgid "Could not allocate url\n"
1019 msgstr ""
1021 #: plugins/check_http.c:1095
1022 #, c-format
1023 msgid "UNKNOWN - Could not find redirect location - %s%s\n"
1024 msgstr ""
1026 #: plugins/check_http.c:1105
1027 msgid "could not allocate url\n"
1028 msgstr ""
1030 #: plugins/check_http.c:1148
1031 #, c-format
1032 msgid "UNKNOWN - Could not parse redirect location - %s%s\n"
1033 msgstr ""
1035 #: plugins/check_http.c:1158
1036 #, c-format
1037 msgid "WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1038 msgstr ""
1040 #: plugins/check_http.c:1166
1041 #, c-format
1042 msgid "WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1043 msgstr ""
1045 #: plugins/check_http.c:1230
1046 msgid "This plugin tests the HTTP service on the specified host. It can test"
1047 msgstr ""
1049 #: plugins/check_http.c:1231
1050 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1051 msgstr ""
1053 #: plugins/check_http.c:1232
1054 msgid "strings and regular expressions, check connection times, and report on"
1055 msgstr ""
1057 #: plugins/check_http.c:1233
1058 msgid "certificate expiration times."
1059 msgstr ""
1061 #: plugins/check_http.c:1239
1062 #, c-format
1063 msgid "NOTE: One or both of -H and -I must be specified"
1064 msgstr ""
1066 #: plugins/check_http.c:1246
1067 msgid "Host name argument for servers using host headers (virtual host)"
1068 msgstr ""
1070 #: plugins/check_http.c:1247
1071 msgid "Append a port to include it in the header (eg: example.com:5000)"
1072 msgstr ""
1074 #: plugins/check_http.c:1249
1075 msgid ""
1076 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1077 msgstr ""
1079 #: plugins/check_http.c:1251
1080 msgid "Port number (default: "
1081 msgstr ""
1083 #: plugins/check_http.c:1258
1084 msgid "Connect via SSL. Port defaults to 443"
1085 msgstr ""
1087 #: plugins/check_http.c:1260
1088 msgid ""
1089 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1090 msgstr ""
1092 #: plugins/check_http.c:1261
1093 msgid "(when this option is used the url is not checked.)\n"
1094 msgstr ""
1096 #: plugins/check_http.c:1265
1097 msgid "String to expect in first (status) line of server response (default: "
1098 msgstr ""
1100 #: plugins/check_http.c:1267
1101 msgid ""
1102 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1103 msgstr ""
1105 #: plugins/check_http.c:1269
1106 msgid "String to expect in the content"
1107 msgstr ""
1109 #: plugins/check_http.c:1271
1110 msgid "URL to GET or POST (default: /)"
1111 msgstr ""
1113 #: plugins/check_http.c:1273
1114 msgid "URL encoded http POST data"
1115 msgstr ""
1117 #: plugins/check_http.c:1275
1118 msgid "Don't wait for document body: stop reading after headers."
1119 msgstr ""
1121 #: plugins/check_http.c:1276
1122 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1123 msgstr ""
1125 #: plugins/check_http.c:1278
1126 msgid "Warn if document is more than SECONDS old. the number can also be of"
1127 msgstr ""
1129 #: plugins/check_http.c:1279
1130 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1131 msgstr ""
1133 #: plugins/check_http.c:1281
1134 msgid "specify Content-Type header media type when POSTing\n"
1135 msgstr ""
1137 #: plugins/check_http.c:1284
1138 msgid "Allow regex to span newlines (must precede -r or -R)"
1139 msgstr ""
1141 #: plugins/check_http.c:1286
1142 msgid "Search page for regex STRING"
1143 msgstr ""
1145 #: plugins/check_http.c:1288
1146 msgid "Search page for case-insensitive regex STRING"
1147 msgstr ""
1149 #: plugins/check_http.c:1290
1150 msgid "Return CRITICAL if found, OK if not\n"
1151 msgstr ""
1153 #: plugins/check_http.c:1293
1154 msgid "Username:password on sites with basic authentication"
1155 msgstr ""
1157 #: plugins/check_http.c:1295
1158 msgid "String to be sent in http header as \"User Agent\""
1159 msgstr ""
1161 #: plugins/check_http.c:1297
1162 msgid ""
1163 " Any other tags to be sent in http header. Use multiple times for additional "
1164 "headers"
1165 msgstr ""
1167 #: plugins/check_http.c:1299
1168 msgid "Wrap output in HTML link (obsoleted by urlize)"
1169 msgstr ""
1171 #: plugins/check_http.c:1301
1172 msgid "How to handle redirected pages"
1173 msgstr ""
1175 #: plugins/check_http.c:1303
1176 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1177 msgstr ""
1179 #: plugins/check_http.c:1312
1180 msgid "This plugin will attempt to open an HTTP connection with the host."
1181 msgstr ""
1183 #: plugins/check_http.c:1313
1184 msgid ""
1185 "Successful connects return STATE_OK, refusals and timeouts return "
1186 "STATE_CRITICAL"
1187 msgstr ""
1189 #: plugins/check_http.c:1314
1190 msgid ""
1191 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1192 "reponse"
1193 msgstr ""
1195 #: plugins/check_http.c:1315
1196 msgid ""
1197 "messages from the host result in STATE_WARNING return values.  If you are"
1198 msgstr ""
1200 #: plugins/check_http.c:1316
1201 msgid ""
1202 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1203 msgstr ""
1205 #: plugins/check_http.c:1317
1206 msgid "(fully qualified domain name) as the [host_name] argument."
1207 msgstr ""
1209 #: plugins/check_http.c:1320
1210 msgid "This plugin can also check whether an SSL enabled web server is able to"
1211 msgstr ""
1213 #: plugins/check_http.c:1321
1214 msgid "serve content (optionally within a specified time) or whether the X509 "
1215 msgstr ""
1217 #: plugins/check_http.c:1322
1218 msgid "certificate is still valid for the specified number of days."
1219 msgstr ""
1221 #: plugins/check_http.c:1325
1222 msgid ""
1223 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1224 msgstr ""
1226 #: plugins/check_http.c:1326
1227 msgid ""
1228 "a STATE_OK will be returned. When the server returns its content but exceeds"
1229 msgstr ""
1231 #: plugins/check_http.c:1327
1232 msgid ""
1233 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1234 "occurs,"
1235 msgstr ""
1237 #: plugins/check_http.c:1328
1238 msgid "a STATE_CRITICAL will be returned."
1239 msgstr ""
1241 #: plugins/check_http.c:1331
1242 msgid ""
1243 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1244 msgstr ""
1246 #: plugins/check_http.c:1332
1247 msgid ""
1248 "a STATE_OK is returned. When the certificate is still valid, but for less "
1249 "than"
1250 msgstr ""
1252 #: plugins/check_http.c:1333
1253 msgid ""
1254 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1255 msgstr ""
1257 #: plugins/check_http.c:1334
1258 msgid "the certificate is expired."
1259 msgstr ""
1261 #: plugins/check_ldap.c:125
1262 #, c-format
1263 msgid "Could not connect to the server at port %i\n"
1264 msgstr ""
1266 #: plugins/check_ldap.c:134
1267 #, c-format
1268 msgid "Could not set protocol version %d\n"
1269 msgstr ""
1271 #: plugins/check_ldap.c:150
1272 #, c-format
1273 msgid "Could not init TLS at port %i!\n"
1274 msgstr ""
1276 #: plugins/check_ldap.c:154
1277 #, c-format
1278 msgid "TLS not supported by the libraries!\n"
1279 msgstr ""
1281 #: plugins/check_ldap.c:173
1282 #, c-format
1283 msgid "Could not init startTLS at port %i!\n"
1284 msgstr ""
1286 #: plugins/check_ldap.c:177
1287 #, c-format
1288 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1289 msgstr ""
1291 #: plugins/check_ldap.c:187
1292 #, c-format
1293 msgid "Could not bind to the ldap-server\n"
1294 msgstr ""
1296 #: plugins/check_ldap.c:195
1297 #, c-format
1298 msgid "Could not search/find objectclasses in %s\n"
1299 msgstr ""
1301 #: plugins/check_ldap.c:218
1302 #, c-format
1303 msgid "LDAP %s - %.3f seconds response time|%s\n"
1304 msgstr ""
1306 #: plugins/check_ldap.c:324 plugins/check_ping.c:236
1307 msgid "IPv6 support not available\n"
1308 msgstr ""
1310 #: plugins/check_ldap.c:347
1311 msgid "Please specify the host name\n"
1312 msgstr ""
1314 #: plugins/check_ldap.c:350
1315 msgid "Please specify the LDAP base\n"
1316 msgstr ""
1318 #: plugins/check_ldap.c:378
1319 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1320 msgstr ""
1322 #: plugins/check_ldap.c:380
1323 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1324 msgstr ""
1326 #: plugins/check_ldap.c:382
1327 msgid "ldap bind DN (if required)"
1328 msgstr ""
1330 #: plugins/check_ldap.c:384
1331 msgid "ldap password (if required)"
1332 msgstr ""
1334 #: plugins/check_ldap.c:388
1335 msgid "use ldap protocol version 2"
1336 msgstr ""
1338 #: plugins/check_ldap.c:390
1339 msgid "use ldap protocol version 3"
1340 msgstr ""
1342 #: plugins/check_load.c:91
1343 msgid "Warning threshold must be float or float triplet!\n"
1344 msgstr ""
1346 #: plugins/check_load.c:132 plugins/check_load.c:148
1347 #, c-format
1348 msgid "Error opening %s\n"
1349 msgstr ""
1351 #: plugins/check_load.c:160
1352 #, c-format
1353 msgid "Error code %d returned in %s\n"
1354 msgstr ""
1356 #: plugins/check_load.c:168
1357 #, c-format
1358 msgid "Error in getloadavg()\n"
1359 msgstr ""
1361 #: plugins/check_load.c:171 plugins/check_load.c:173
1362 #, c-format
1363 msgid "Error processing %s\n"
1364 msgstr ""
1366 #: plugins/check_load.c:182
1367 #, c-format
1368 msgid "load average: %.2f, %.2f, %.2f"
1369 msgstr ""
1371 #: plugins/check_load.c:271
1372 #, c-format
1373 msgid "Critical threshold for %d-minute load average is not specified\n"
1374 msgstr ""
1376 #: plugins/check_load.c:273
1377 #, c-format
1378 msgid "Warning threshold for %d-minute load average is not specified\n"
1379 msgstr ""
1381 #: plugins/check_load.c:275
1382 #, c-format
1383 msgid ""
1384 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1385 "\"critical load\"\n"
1386 msgstr ""
1388 #: plugins/check_load.c:291
1389 #, c-format
1390 msgid "This plugin tests the current system load average."
1391 msgstr ""
1393 #: plugins/check_load.c:300
1394 msgid "Exit with WARNING status if load average exceeds WLOADn"
1395 msgstr ""
1397 #: plugins/check_load.c:302
1398 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1399 msgstr ""
1401 #: plugins/check_load.c:303
1402 msgid "the load average format is the same used by \"uptime\" and \"w\""
1403 msgstr ""
1405 #: plugins/check_mrtg.c:79
1406 msgid "Could not parse arguments\n"
1407 msgstr ""
1409 #: plugins/check_mrtg.c:84
1410 #, c-format
1411 msgid "Unable to open MRTG log file\n"
1412 msgstr ""
1414 #: plugins/check_mrtg.c:131
1415 #, c-format
1416 msgid "Unable to process MRTG log file\n"
1417 msgstr ""
1419 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:136
1420 #, c-format
1421 msgid "MRTG data has expired (%d minutes old)\n"
1422 msgstr ""
1424 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1425 #: plugins/check_mrtgtraf.c:196
1426 msgid "Avg"
1427 msgstr ""
1429 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1430 #: plugins/check_mrtgtraf.c:196
1431 msgid "Max"
1432 msgstr ""
1434 #: plugins/check_mrtg.c:225
1435 msgid "Invalid variable number"
1436 msgstr ""
1438 #: plugins/check_mrtg.c:260
1439 #, c-format
1440 msgid ""
1441 "%s is not a valid expiration time\n"
1442 "Use '%s -h' for additional help\n"
1443 msgstr ""
1445 #: plugins/check_mrtg.c:277
1446 msgid "Invalid variable number\n"
1447 msgstr ""
1449 #: plugins/check_mrtg.c:304
1450 msgid "You must supply the variable number"
1451 msgstr ""
1453 #: plugins/check_mrtg.c:325
1454 msgid ""
1455 "This plugin will check either the average or maximum value of one of the"
1456 msgstr ""
1458 #: plugins/check_mrtg.c:326
1459 msgid "two variables recorded in an MRTG log file."
1460 msgstr ""
1462 #: plugins/check_mrtg.c:335
1463 msgid "The MRTG log file containing the data you want to monitor"
1464 msgstr ""
1466 #: plugins/check_mrtg.c:337
1467 msgid "Minutes before MRTG data is considered to be too old"
1468 msgstr ""
1470 #: plugins/check_mrtg.c:339
1471 msgid "Should we check average or maximum values?"
1472 msgstr ""
1474 #: plugins/check_mrtg.c:341
1475 msgid "Which variable set should we inspect? (1 or 2)"
1476 msgstr ""
1478 #: plugins/check_mrtg.c:343
1479 msgid "Threshold value for data to result in WARNING status"
1480 msgstr ""
1482 #: plugins/check_mrtg.c:345
1483 msgid "Threshold value for data to result in CRITICAL status"
1484 msgstr ""
1486 #: plugins/check_mrtg.c:347
1487 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1488 msgstr ""
1490 #: plugins/check_mrtg.c:349
1491 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1492 msgstr ""
1494 #: plugins/check_mrtg.c:350
1495 #, c-format
1496 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1497 msgstr ""
1499 #: plugins/check_mrtg.c:352
1500 msgid ""
1501 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1502 msgstr ""
1504 #: plugins/check_mrtg.c:353
1505 msgid ""
1506 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1507 msgstr ""
1509 #: plugins/check_mrtg.c:354
1510 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1511 msgstr ""
1513 #: plugins/check_mrtg.c:355
1514 msgid "status is returned and a warning message is printed."
1515 msgstr ""
1517 #: plugins/check_mrtg.c:357
1518 msgid ""
1519 "This plugin is useful for monitoring MRTG data that does not correspond to"
1520 msgstr ""
1522 #: plugins/check_mrtg.c:358
1523 msgid ""
1524 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1525 msgstr ""
1527 #: plugins/check_mrtg.c:359
1528 msgid ""
1529 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1530 msgstr ""
1532 #: plugins/check_mrtg.c:360
1533 msgid ""
1534 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1535 msgstr ""
1537 #: plugins/check_mrtg.c:361
1538 msgid ""
1539 "me to track processor utilization, user connections, drive space, etc and"
1540 msgstr ""
1542 #: plugins/check_mrtg.c:362
1543 msgid "this plugin works well for monitoring that kind of data as well."
1544 msgstr ""
1546 #: plugins/check_mrtg.c:365
1547 msgid ""
1548 "- This plugin only monitors one of the two variables stored in the MRTG log"
1549 msgstr ""
1551 #: plugins/check_mrtg.c:366
1552 msgid "  file.  If you want to monitor both values you will have to define two"
1553 msgstr ""
1555 #: plugins/check_mrtg.c:367
1556 msgid ""
1557 "  commands with different values for the <variable> argument.  Of course,"
1558 msgstr ""
1560 #: plugins/check_mrtg.c:368
1561 msgid "you can always hack the code to make this plugin work for you..."
1562 msgstr ""
1564 #: plugins/check_mrtg.c:369
1565 msgid ""
1566 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1567 "from"
1568 msgstr ""
1570 #: plugins/check_mrtgtraf.c:88
1571 msgid "Unable to open MRTG log file"
1572 msgstr ""
1574 #: plugins/check_mrtgtraf.c:130
1575 msgid "Unable to process MRTG log file"
1576 msgstr ""
1578 #: plugins/check_mrtgtraf.c:194
1579 #, c-format
1580 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1581 msgstr ""
1583 #: plugins/check_mrtgtraf.c:207
1584 #, c-format
1585 msgid "Traffic %s - %s\n"
1586 msgstr ""
1588 #: plugins/check_mrtgtraf.c:337
1589 msgid ""
1590 "This plugin will check the incoming/outgoing transfer rates of a router,"
1591 msgstr ""
1593 #: plugins/check_mrtgtraf.c:338
1594 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1595 msgstr ""
1597 #: plugins/check_mrtgtraf.c:339
1598 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1599 msgstr ""
1601 #: plugins/check_mrtgtraf.c:340
1602 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1603 msgstr ""
1605 #: plugins/check_mrtgtraf.c:341
1606 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1607 msgstr ""
1609 #: plugins/check_mrtgtraf.c:342
1610 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1611 msgstr ""
1613 #: plugins/check_mrtgtraf.c:351
1614 msgid "File to read log from"
1615 msgstr ""
1617 #: plugins/check_mrtgtraf.c:353
1618 msgid "Minutes after which log expires"
1619 msgstr ""
1621 #: plugins/check_mrtgtraf.c:355
1622 msgid "Test average or maximum"
1623 msgstr ""
1625 #: plugins/check_mrtgtraf.c:357
1626 msgid "Warning threshold pair <incoming>,<outgoing>"
1627 msgstr ""
1629 #: plugins/check_mrtgtraf.c:359
1630 msgid "Critical threshold pair <incoming>,<outgoing>"
1631 msgstr ""
1633 #: plugins/check_mrtgtraf.c:362
1634 msgid ""
1635 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1636 msgstr ""
1638 #: plugins/check_mrtgtraf.c:364
1639 msgid "- While MRTG can monitor things other than traffic rates, this"
1640 msgstr ""
1642 #: plugins/check_mrtgtraf.c:365
1643 msgid "  plugin probably won't work with much else without modification."
1644 msgstr ""
1646 #: plugins/check_mrtgtraf.c:366
1647 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1648 msgstr ""
1650 #: plugins/check_mrtgtraf.c:367
1651 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1652 msgstr ""
1654 #: plugins/check_mrtgtraf.c:368
1655 msgid "  for future enhancements of this plugin."
1656 msgstr ""
1658 #: plugins/check_mrtgtraf.c:378
1659 #, c-format
1660 msgid "Usage"
1661 msgstr ""
1663 #: plugins/check_mysql.c:129
1664 #, c-format
1665 msgid "slave query error: %s\n"
1666 msgstr ""
1668 #: plugins/check_mysql.c:136
1669 #, c-format
1670 msgid "slave store_result error: %s\n"
1671 msgstr ""
1673 #: plugins/check_mysql.c:142
1674 msgid "No slaves defined"
1675 msgstr ""
1677 #: plugins/check_mysql.c:150
1678 #, c-format
1679 msgid "slave fetch row error: %s\n"
1680 msgstr ""
1682 #: plugins/check_mysql.c:155
1683 #, c-format
1684 msgid "Slave running: %s"
1685 msgstr ""
1687 #: plugins/check_mysql.c:373
1688 msgid "This program tests connections to a mysql server"
1689 msgstr ""
1691 #: plugins/check_mysql.c:384
1692 msgid "Check database with indicated name"
1693 msgstr ""
1695 #: plugins/check_mysql.c:386
1696 msgid "Connect using the indicated username"
1697 msgstr ""
1699 #: plugins/check_mysql.c:388
1700 msgid "Use the indicated password to authenticate the connection"
1701 msgstr ""
1703 #: plugins/check_mysql.c:389
1704 msgid "==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <=="
1705 msgstr ""
1707 #: plugins/check_mysql.c:390
1708 msgid "Your clear-text password will be visible as a process table entry"
1709 msgstr ""
1711 #: plugins/check_mysql.c:392
1712 msgid "Check if the slave thread is running properly."
1713 msgstr ""
1715 #: plugins/check_mysql.c:394
1716 msgid ""
1717 "Exit with WARNING status if slave server is more then INTEGER seconds behind "
1718 "master"
1719 msgstr ""
1721 #: plugins/check_mysql.c:396
1722 msgid ""
1723 "Exit with CRITICAL status if slave server is more then INTEGER seconds "
1724 "behind master"
1725 msgstr ""
1727 #: plugins/check_mysql.c:397
1728 msgid "There are no required arguments. By default, the local database with"
1729 msgstr ""
1731 #: plugins/check_mysql.c:398
1732 #, c-format
1733 msgid "a server listening on MySQL standard port %d will be checked\n"
1734 msgstr ""
1736 #: plugins/check_nagios.c:107
1737 msgid "Cannot open status log for reading!"
1738 msgstr ""
1740 #: plugins/check_nagios.c:157
1741 #, c-format
1742 msgid "Found process: %s %s\n"
1743 msgstr ""
1745 #: plugins/check_nagios.c:171
1746 msgid "Could not locate a running Nagios process!"
1747 msgstr ""
1749 #: plugins/check_nagios.c:175
1750 msgid "Cannot parse Nagios log file for valid time"
1751 msgstr ""
1753 #: plugins/check_nagios.c:186 plugins/check_procs.c:307
1754 #, c-format
1755 msgid "%d process"
1756 msgid_plural "%d processes"
1757 msgstr[0] ""
1758 msgstr[1] ""
1760 #: plugins/check_nagios.c:189
1761 #, c-format
1762 msgid "status log updated %d second ago"
1763 msgid_plural "status log updated %d seconds ago"
1764 msgstr[0] ""
1765 msgstr[1] ""
1767 #: plugins/check_nagios.c:226 plugins/check_nagios.c:255
1768 msgid "Expiration time must be an integer (seconds)\n"
1769 msgstr ""
1771 #: plugins/check_nagios.c:267
1772 msgid "You must provide the status_log\n"
1773 msgstr ""
1775 #: plugins/check_nagios.c:270
1776 msgid "You must provide a process string\n"
1777 msgstr ""
1779 #: plugins/check_nagios.c:284
1780 msgid ""
1781 "This plugin checks the status of the Nagios process on the local machine"
1782 msgstr ""
1784 #: plugins/check_nagios.c:285
1785 msgid ""
1786 "The plugin will check to make sure the Nagios status log is no older than"
1787 msgstr ""
1789 #: plugins/check_nagios.c:286
1790 msgid "the number of minutes specified by the expires option."
1791 msgstr ""
1793 #: plugins/check_nagios.c:287
1794 msgid ""
1795 "It also checks the process table for a process matching the command argument."
1796 msgstr ""
1798 #: plugins/check_nagios.c:296
1799 msgid "Name of the log file to check"
1800 msgstr ""
1802 #: plugins/check_nagios.c:298
1803 msgid "Minutes aging after which logfile is considered stale"
1804 msgstr ""
1806 #: plugins/check_nagios.c:300
1807 msgid "Substring to search for in process arguments"
1808 msgstr ""
1810 #: plugins/check_nt.c:141
1811 #, c-format
1812 msgid "Wrong client version - running: %s, required: %s"
1813 msgstr ""
1815 #: plugins/check_nt.c:152 plugins/check_nt.c:212
1816 msgid "missing -l parameters"
1817 msgstr ""
1819 #: plugins/check_nt.c:154
1820 msgid "wrong -l parameter."
1821 msgstr ""
1823 #: plugins/check_nt.c:158
1824 msgid "CPU Load"
1825 msgstr ""
1827 #: plugins/check_nt.c:181
1828 #, c-format
1829 msgid " %lu%% (%lu min average)"
1830 msgstr ""
1832 #: plugins/check_nt.c:183
1833 #, c-format
1834 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
1835 msgstr ""
1837 #: plugins/check_nt.c:193
1838 msgid "not enough values for -l parameters"
1839 msgstr ""
1841 #: plugins/check_nt.c:205
1842 #, c-format
1843 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
1844 msgstr ""
1846 #: plugins/check_nt.c:214
1847 msgid "wrong -l argument"
1848 msgstr ""
1850 #: plugins/check_nt.c:225
1851 #, c-format
1852 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
1853 msgstr ""
1855 #: plugins/check_nt.c:228
1856 #, c-format
1857 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
1858 msgstr ""
1860 #: plugins/check_nt.c:242
1861 msgid "Free disk space : Invalid drive "
1862 msgstr ""
1864 #: plugins/check_nt.c:252
1865 msgid "No service/process specified"
1866 msgstr ""
1868 #: plugins/check_nt.c:276
1869 #, c-format
1870 msgid ""
1871 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
1872 msgstr ""
1874 #: plugins/check_nt.c:279
1875 #, c-format
1876 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
1877 msgstr ""
1879 #: plugins/check_nt.c:315 plugins/check_nt.c:401
1880 msgid "No counter specified"
1881 msgstr ""
1883 #: plugins/check_nt.c:348
1884 msgid "Minimum value contains non-numbers"
1885 msgstr ""
1887 #: plugins/check_nt.c:352
1888 msgid "Maximum value contains non-numbers"
1889 msgstr ""
1891 #: plugins/check_nt.c:359
1892 msgid "No unit counter specified"
1893 msgstr ""
1895 #: plugins/check_nt.c:431
1896 msgid "Please specify a variable to check"
1897 msgstr ""
1899 #: plugins/check_nt.c:513
1900 msgid "Server port must be an integer\n"
1901 msgstr ""
1903 #: plugins/check_nt.c:566
1904 msgid "None"
1905 msgstr ""
1907 #: plugins/check_nt.c:579
1908 msgid "could not fetch information from server\n"
1909 msgstr ""
1911 #: plugins/check_nt.c:623
1912 msgid "This plugin collects data from the NSClient service running on a"
1913 msgstr ""
1915 #: plugins/check_nt.c:624
1916 msgid "Windows NT/2000/XP/2003 server."
1917 msgstr ""
1919 #: plugins/check_nt.c:632
1920 msgid "Options:"
1921 msgstr ""
1923 #: plugins/check_nt.c:634
1924 msgid "Name of the host to check"
1925 msgstr ""
1927 #: plugins/check_nt.c:636
1928 msgid "Optional port number (default: "
1929 msgstr ""
1931 #: plugins/check_nt.c:639
1932 msgid "Password needed for the request"
1933 msgstr ""
1935 #: plugins/check_nt.c:641 plugins/check_nwstat.c:1664
1936 #: plugins/check_overcr.c:435
1937 msgid "Threshold which will result in a warning status"
1938 msgstr ""
1940 #: plugins/check_nt.c:643 plugins/check_nwstat.c:1666
1941 #: plugins/check_overcr.c:437
1942 msgid "Threshold which will result in a critical status"
1943 msgstr ""
1945 #: plugins/check_nt.c:645
1946 msgid "Seconds before connection attempt times out (default: "
1947 msgstr ""
1949 #: plugins/check_nt.c:648
1950 msgid "Print this help screen"
1951 msgstr ""
1953 #: plugins/check_nt.c:650
1954 msgid "Print version information"
1955 msgstr ""
1957 #: plugins/check_nt.c:652
1958 msgid "Variable to check"
1959 msgstr ""
1961 #: plugins/check_nt.c:653
1962 msgid "Valid variables are:"
1963 msgstr ""
1965 #: plugins/check_nt.c:655
1966 msgid "Get the NSClient version"
1967 msgstr ""
1969 #: plugins/check_nt.c:656
1970 msgid "If -l <version> is specified, will return warning if versions differ."
1971 msgstr ""
1973 #: plugins/check_nt.c:658
1974 msgid "Average CPU load on last x minutes."
1975 msgstr ""
1977 #: plugins/check_nt.c:659
1978 msgid "Request a -l parameter with the following syntax:"
1979 msgstr ""
1981 #: plugins/check_nt.c:660
1982 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
1983 msgstr ""
1985 #: plugins/check_nt.c:661
1986 msgid "<minute range> should be less than 24*60."
1987 msgstr ""
1989 #: plugins/check_nt.c:662
1990 msgid ""
1991 "Thresholds are percentage and up to 10 requests can be done in one shot."
1992 msgstr ""
1994 #: plugins/check_nt.c:665
1995 msgid "Get the uptime of the machine."
1996 msgstr ""
1998 #: plugins/check_nt.c:666
1999 msgid "No specific parameters. No warning or critical threshold"
2000 msgstr ""
2002 #: plugins/check_nt.c:668
2003 msgid "Size and percentage of disk use."
2004 msgstr ""
2006 #: plugins/check_nt.c:669
2007 msgid "Request a -l parameter containing the drive letter only."
2008 msgstr ""
2010 #: plugins/check_nt.c:670 plugins/check_nt.c:673
2011 msgid "Warning and critical thresholds can be specified with -w and -c."
2012 msgstr ""
2014 #: plugins/check_nt.c:672
2015 msgid "Memory use."
2016 msgstr ""
2018 #: plugins/check_nt.c:675
2019 msgid "Check the state of one or several services."
2020 msgstr ""
2022 #: plugins/check_nt.c:676 plugins/check_nt.c:685
2023 msgid "Request a -l parameters with the following syntax:"
2024 msgstr ""
2026 #: plugins/check_nt.c:677
2027 msgid "-l <service1>,<service2>,<service3>,..."
2028 msgstr ""
2030 #: plugins/check_nt.c:678
2031 msgid "You can specify -d SHOWALL in case you want to see working services"
2032 msgstr ""
2034 #: plugins/check_nt.c:679
2035 msgid "in the returned string."
2036 msgstr ""
2038 #: plugins/check_nt.c:681
2039 msgid "Check if one or several process are running."
2040 msgstr ""
2042 #: plugins/check_nt.c:682
2043 msgid "Same syntax as SERVICESTATE."
2044 msgstr ""
2046 #: plugins/check_nt.c:684
2047 msgid "Check any performance counter of Windows NT/2000."
2048 msgstr ""
2050 #: plugins/check_nt.c:686
2051 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2052 msgstr ""
2054 #: plugins/check_nt.c:687
2055 msgid "The <description> parameter is optional and is given to a printf "
2056 msgstr ""
2058 #: plugins/check_nt.c:688
2059 msgid "output command which requires a float parameter."
2060 msgstr ""
2062 #: plugins/check_nt.c:689
2063 #, c-format
2064 msgid "If <description> does not include \"%%\", it is used as a label."
2065 msgstr ""
2067 #: plugins/check_nt.c:690
2068 msgid "Some examples:"
2069 msgstr ""
2071 #: plugins/check_nt.c:694
2072 msgid ""
2073 "- The NSClient service should be running on the server to get any information"
2074 msgstr ""
2076 #: plugins/check_nt.c:696
2077 msgid "- Critical thresholds should be lower than warning thresholds"
2078 msgstr ""
2080 #: plugins/check_nt.c:697
2081 msgid "- Default port 1248 is sometimes in use by other services. The error"
2082 msgstr ""
2084 #: plugins/check_nt.c:698
2085 msgid ""
2086 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2087 msgstr ""
2089 #: plugins/check_nt.c:699
2090 msgid "One fix for this is to change the port to something else on check_nt "
2091 msgstr ""
2093 #: plugins/check_nt.c:700
2094 msgid "and on the client service it's connecting to."
2095 msgstr ""
2097 #: plugins/check_nwstat.c:198
2098 #, c-format
2099 msgid "NetWare %s: "
2100 msgstr ""
2102 #: plugins/check_nwstat.c:236
2103 #, c-format
2104 msgid "Up %s,"
2105 msgstr ""
2107 #: plugins/check_nwstat.c:244
2108 #, c-format
2109 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2110 msgstr ""
2112 #: plugins/check_nwstat.c:272
2113 #, c-format
2114 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2115 msgstr ""
2117 #: plugins/check_nwstat.c:297
2118 #, c-format
2119 msgid "%s: Long term cache hits = %lu%%"
2120 msgstr ""
2122 #: plugins/check_nwstat.c:319
2123 #, c-format
2124 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2125 msgstr ""
2127 #: plugins/check_nwstat.c:344
2128 #, c-format
2129 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2130 msgstr ""
2132 #: plugins/check_nwstat.c:369
2133 #, c-format
2134 msgid "%s: LRU sitting time = %lu minutes"
2135 msgstr ""
2137 #: plugins/check_nwstat.c:386 plugins/check_nwstat.c:414
2138 #: plugins/check_nwstat.c:441 plugins/check_nwstat.c:474
2139 #: plugins/check_nwstat.c:654 plugins/check_nwstat.c:680
2140 #: plugins/check_nwstat.c:711 plugins/check_nwstat.c:757
2141 #: plugins/check_nwstat.c:781
2142 #, c-format
2143 msgid "CRITICAL - Volume '%s' does not exist!"
2144 msgstr ""
2146 #: plugins/check_nwstat.c:395
2147 #, c-format
2148 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2149 msgstr ""
2151 #: plugins/check_nwstat.c:396 plugins/check_nwstat.c:424
2152 #: plugins/check_nwstat.c:451 plugins/check_nwstat.c:663
2153 #: plugins/check_nwstat.c:689 plugins/check_nwstat.c:765
2154 msgid "Only "
2155 msgstr ""
2157 #: plugins/check_nwstat.c:423
2158 #, c-format
2159 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2160 msgstr ""
2162 #: plugins/check_nwstat.c:450
2163 #, c-format
2164 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2165 msgstr ""
2167 #: plugins/check_nwstat.c:498
2168 #, c-format
2169 msgid ""
2170 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2171 msgstr ""
2173 #: plugins/check_nwstat.c:532
2174 #, c-format
2175 msgid "Directory Services Database is %s (DS version %s)"
2176 msgstr ""
2178 #: plugins/check_nwstat.c:549
2179 #, c-format
2180 msgid "Logins are %s"
2181 msgstr ""
2183 #: plugins/check_nwstat.c:549
2184 msgid "enabled"
2185 msgstr ""
2187 #: plugins/check_nwstat.c:549
2188 msgid "disabled"
2189 msgstr ""
2191 #: plugins/check_nwstat.c:564
2192 msgid "CRITICAL - NRM Status is bad!"
2193 msgstr ""
2195 #: plugins/check_nwstat.c:569
2196 msgid "Warning - NRM Status is suspect!"
2197 msgstr ""
2199 #: plugins/check_nwstat.c:572
2200 msgid "OK - NRM Status is good!"
2201 msgstr ""
2203 #: plugins/check_nwstat.c:614
2204 #, c-format
2205 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2206 msgstr ""
2208 #: plugins/check_nwstat.c:638
2209 #, c-format
2210 msgid "%lu entries in SAP table"
2211 msgstr ""
2213 #: plugins/check_nwstat.c:640
2214 #, c-format
2215 msgid "%lu entries in SAP table for SAP type %d"
2216 msgstr ""
2218 #: plugins/check_nwstat.c:662
2219 #, c-format
2220 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2221 msgstr ""
2223 #: plugins/check_nwstat.c:688
2224 #, c-format
2225 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2226 msgstr ""
2228 #: plugins/check_nwstat.c:734
2229 #, c-format
2230 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2231 msgstr ""
2233 #: plugins/check_nwstat.c:765
2234 #, c-format
2235 msgid "%s%lu KB not yet purgeable on volume %s"
2236 msgstr ""
2238 #: plugins/check_nwstat.c:804
2239 #, c-format
2240 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2241 msgstr ""
2243 #: plugins/check_nwstat.c:825
2244 #, c-format
2245 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2246 msgstr ""
2248 #: plugins/check_nwstat.c:850
2249 #, c-format
2250 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2251 msgstr ""
2253 #: plugins/check_nwstat.c:885
2254 #, c-format
2255 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2256 msgstr ""
2258 #: plugins/check_nwstat.c:908
2259 msgid "CRITICAL - Time not in sync with network!"
2260 msgstr ""
2262 #: plugins/check_nwstat.c:911
2263 msgid "OK - Time in sync with network!"
2264 msgstr ""
2266 #: plugins/check_nwstat.c:934
2267 #, c-format
2268 msgid "LRU sitting time = %lu seconds"
2269 msgstr ""
2271 #: plugins/check_nwstat.c:953
2272 #, c-format
2273 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2274 msgstr ""
2276 #: plugins/check_nwstat.c:975
2277 #, c-format
2278 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2279 msgstr ""
2281 #: plugins/check_nwstat.c:993
2282 #, c-format
2283 msgid "NDS Version %s"
2284 msgstr ""
2286 #: plugins/check_nwstat.c:1009
2287 #, c-format
2288 msgid "Up %s"
2289 msgstr ""
2291 #: plugins/check_nwstat.c:1023
2292 #, c-format
2293 msgid "Module %s version %s is loaded"
2294 msgstr ""
2296 #: plugins/check_nwstat.c:1026
2297 #, c-format
2298 msgid "Module %s is not loaded"
2299 msgstr ""
2301 #: plugins/check_nwstat.c:1037 plugins/check_nwstat.c:1063
2302 #: plugins/check_nwstat.c:1089 plugins/check_nwstat.c:1115
2303 #: plugins/check_nwstat.c:1141 plugins/check_nwstat.c:1167
2304 #: plugins/check_nwstat.c:1193 plugins/check_nwstat.c:1219
2305 #: plugins/check_nwstat.c:1245 plugins/check_nwstat.c:1271
2306 #, c-format
2307 msgid "CRITICAL - Value '%s' does not exist!"
2308 msgstr ""
2310 #: plugins/check_nwstat.c:1046 plugins/check_nwstat.c:1072
2311 #: plugins/check_nwstat.c:1098 plugins/check_nwstat.c:1124
2312 #: plugins/check_nwstat.c:1150 plugins/check_nwstat.c:1176
2313 #: plugins/check_nwstat.c:1202 plugins/check_nwstat.c:1228
2314 #: plugins/check_nwstat.c:1254 plugins/check_nwstat.c:1280
2315 #, c-format
2316 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2317 msgstr ""
2319 #: plugins/check_nwstat.c:1293 plugins/check_overcr.c:289
2320 msgid "Nothing to check!\n"
2321 msgstr ""
2323 #: plugins/check_nwstat.c:1375 plugins/check_overcr.c:359
2324 msgid "Server port an integer\n"
2325 msgstr ""
2327 #: plugins/check_nwstat.c:1605
2328 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2329 msgstr ""
2331 #: plugins/check_nwstat.c:1606
2332 msgid "Novell server to gather the requested system information."
2333 msgstr ""
2335 #: plugins/check_nwstat.c:1617 plugins/check_overcr.c:439
2336 msgid "Variable to check.  Valid variables include:"
2337 msgstr ""
2339 #: plugins/check_nwstat.c:1618
2340 msgid "LOAD1     = 1 minute average CPU load"
2341 msgstr ""
2343 #: plugins/check_nwstat.c:1619
2344 msgid "LOAD5     = 5 minute average CPU load"
2345 msgstr ""
2347 #: plugins/check_nwstat.c:1620
2348 msgid "LOAD15    = 15 minute average CPU load"
2349 msgstr ""
2351 #: plugins/check_nwstat.c:1621
2352 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2353 msgstr ""
2355 #: plugins/check_nwstat.c:1622
2356 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2357 msgstr ""
2359 #: plugins/check_nwstat.c:1623
2360 msgid "UPTIME    = server uptime"
2361 msgstr ""
2363 #: plugins/check_nwstat.c:1624
2364 msgid "LTCH      = percent long term cache hits"
2365 msgstr ""
2367 #: plugins/check_nwstat.c:1625
2368 msgid "CBUFF     = current number of cache buffers"
2369 msgstr ""
2371 #: plugins/check_nwstat.c:1626
2372 msgid "CDBUFF    = current number of dirty cache buffers"
2373 msgstr ""
2375 #: plugins/check_nwstat.c:1627
2376 msgid "DCB       = dirty cache buffers as a percentage of the total"
2377 msgstr ""
2379 #: plugins/check_nwstat.c:1628
2380 msgid "TCB       = dirty cache buffers as a percentage of the original"
2381 msgstr ""
2383 #: plugins/check_nwstat.c:1629
2384 msgid "OFILES    = number of open files"
2385 msgstr ""
2387 #: plugins/check_nwstat.c:1630
2388 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2389 msgstr ""
2391 #: plugins/check_nwstat.c:1631
2392 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2393 msgstr ""
2395 #: plugins/check_nwstat.c:1632
2396 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2397 msgstr ""
2399 #: plugins/check_nwstat.c:1633
2400 msgid "    VPF<vol>  = percent free space on volume <vol>"
2401 msgstr ""
2403 #: plugins/check_nwstat.c:1634
2404 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2405 msgstr ""
2407 #: plugins/check_nwstat.c:1635
2408 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2409 msgstr ""
2411 #: plugins/check_nwstat.c:1636
2412 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2413 msgstr ""
2415 #: plugins/check_nwstat.c:1637
2416 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2417 msgstr ""
2419 #: plugins/check_nwstat.c:1638
2420 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2421 msgstr ""
2423 #: plugins/check_nwstat.c:1639
2424 msgid "    LRUM      = LRU sitting time in minutes"
2425 msgstr ""
2427 #: plugins/check_nwstat.c:1640
2428 msgid "    LRUS      = LRU sitting time in seconds"
2429 msgstr ""
2431 #: plugins/check_nwstat.c:1641
2432 msgid "    DSDB      = check to see if DS Database is open"
2433 msgstr ""
2435 #: plugins/check_nwstat.c:1642
2436 msgid "    DSVER     = NDS version"
2437 msgstr ""
2439 #: plugins/check_nwstat.c:1643
2440 msgid "    UPRB      = used packet receive buffers"
2441 msgstr ""
2443 #: plugins/check_nwstat.c:1644
2444 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2445 msgstr ""
2447 #: plugins/check_nwstat.c:1645
2448 msgid "    SAPENTRIES = number of entries in the SAP table"
2449 msgstr ""
2451 #: plugins/check_nwstat.c:1646
2452 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2453 msgstr ""
2455 #: plugins/check_nwstat.c:1647
2456 msgid "    TSYNC     = timesync status"
2457 msgstr ""
2459 #: plugins/check_nwstat.c:1648
2460 msgid "    LOGINS    = check to see if logins are enabled"
2461 msgstr ""
2463 #: plugins/check_nwstat.c:1649
2464 msgid "    CONNS     = number of currently licensed connections"
2465 msgstr ""
2467 #: plugins/check_nwstat.c:1650
2468 msgid "    NRMH\t= NRM Summary Status"
2469 msgstr ""
2471 #: plugins/check_nwstat.c:1651
2472 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2473 msgstr ""
2475 #: plugins/check_nwstat.c:1652
2476 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
2477 msgstr ""
2479 #: plugins/check_nwstat.c:1653
2480 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
2481 msgstr ""
2483 #: plugins/check_nwstat.c:1654
2484 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
2485 msgstr ""
2487 #: plugins/check_nwstat.c:1655
2488 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
2489 msgstr ""
2491 #: plugins/check_nwstat.c:1656
2492 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
2493 msgstr ""
2495 #: plugins/check_nwstat.c:1657
2496 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
2497 msgstr ""
2499 #: plugins/check_nwstat.c:1658
2500 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
2501 msgstr ""
2503 #: plugins/check_nwstat.c:1659
2504 msgid ""
2505 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
2506 msgstr ""
2508 #: plugins/check_nwstat.c:1660
2509 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
2510 msgstr ""
2512 #: plugins/check_nwstat.c:1661
2513 msgid "                (e.g. NLM:TSANDS.NLM)"
2514 msgstr ""
2516 #: plugins/check_nwstat.c:1668
2517 msgid "Include server version string in results"
2518 msgstr ""
2520 #: plugins/check_nwstat.c:1674
2521 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
2522 msgstr ""
2524 #: plugins/check_nwstat.c:1675
2525 msgid ""
2526 "  extension for NetWare be loaded on the Novell servers you wish to check."
2527 msgstr ""
2529 #: plugins/check_nwstat.c:1676
2530 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
2531 msgstr ""
2533 #: plugins/check_nwstat.c:1677
2534 msgid ""
2535 "- Values for critical thresholds should be lower than warning thresholds"
2536 msgstr ""
2538 #: plugins/check_nwstat.c:1678
2539 msgid ""
2540 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
2541 msgstr ""
2543 #: plugins/check_nwstat.c:1679
2544 msgid "  TCB, LRUS and LRUM.\n"
2545 msgstr ""
2547 #: plugins/check_overcr.c:127
2548 msgid "Unknown error fetching load data\n"
2549 msgstr ""
2551 #: plugins/check_overcr.c:131
2552 msgid "Invalid response from server - no load information\n"
2553 msgstr ""
2555 #: plugins/check_overcr.c:137
2556 msgid "Invalid response from server after load 1\n"
2557 msgstr ""
2559 #: plugins/check_overcr.c:143
2560 msgid "Invalid response from server after load 5\n"
2561 msgstr ""
2563 #: plugins/check_overcr.c:168
2564 #, c-format
2565 msgid "Load %s - %s-min load average = %0.2f"
2566 msgstr ""
2568 #: plugins/check_overcr.c:178
2569 msgid "Unknown error fetching disk data\n"
2570 msgstr ""
2572 #: plugins/check_overcr.c:188 plugins/check_overcr.c:240
2573 #: plugins/check_overcr.c:244
2574 msgid "Invalid response from server\n"
2575 msgstr ""
2577 #: plugins/check_overcr.c:215
2578 msgid "Unknown error fetching network status\n"
2579 msgstr ""
2581 #: plugins/check_overcr.c:225
2582 #, c-format
2583 msgid "Net %s - %d connection%s on port %d"
2584 msgstr ""
2586 #: plugins/check_overcr.c:236
2587 msgid "Unknown error fetching process status\n"
2588 msgstr ""
2590 #: plugins/check_overcr.c:254
2591 #, c-format
2592 msgid "Process %s - %d instance%s of %s running"
2593 msgstr ""
2595 #: plugins/check_overcr.c:281
2596 #, c-format
2597 msgid "Uptime %s - Up %d days %d hours %d minutes"
2598 msgstr ""
2600 #: plugins/check_overcr.c:423
2601 msgid ""
2602 "This plugin attempts to contact the Over-CR collector daemon running on the"
2603 msgstr ""
2605 #: plugins/check_overcr.c:424
2606 msgid "remote UNIX server in order to gather the requested system information."
2607 msgstr ""
2609 #: plugins/check_overcr.c:440
2610 msgid "LOAD1         = 1 minute average CPU load"
2611 msgstr ""
2613 #: plugins/check_overcr.c:441
2614 msgid "LOAD5         = 5 minute average CPU load"
2615 msgstr ""
2617 #: plugins/check_overcr.c:442
2618 msgid "LOAD15        = 15 minute average CPU load"
2619 msgstr ""
2621 #: plugins/check_overcr.c:443
2622 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
2623 msgstr ""
2625 #: plugins/check_overcr.c:444
2626 msgid "PROC<process> = number of running processes with name <process>"
2627 msgstr ""
2629 #: plugins/check_overcr.c:445
2630 msgid "NET<port>     = number of active connections on TCP port <port>"
2631 msgstr ""
2633 #: plugins/check_overcr.c:446
2634 msgid "UPTIME        = system uptime in seconds"
2635 msgstr ""
2637 #: plugins/check_overcr.c:454
2638 msgid ""
2639 "For the available options, the critical threshold value should always be"
2640 msgstr ""
2642 #: plugins/check_overcr.c:455
2643 msgid ""
2644 "higher than the warning threshold value, EXCEPT with the uptime variable"
2645 msgstr ""
2647 #: plugins/check_overcr.c:457
2648 msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be"
2649 msgstr ""
2651 #: plugins/check_overcr.c:458
2652 msgid "running on the remote server."
2653 msgstr ""
2655 #: plugins/check_overcr.c:460
2656 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
2657 msgstr ""
2659 #: plugins/check_pgsql.c:173
2660 #, c-format
2661 msgid "CRITICAL - no connection to '%s' (%s).\n"
2662 msgstr ""
2664 #: plugins/check_pgsql.c:188
2665 #, c-format
2666 msgid " %s - database %s (%d sec.)|%s\n"
2667 msgstr ""
2669 #: plugins/check_pgsql.c:243 plugins/check_time.c:281 plugins/check_time.c:293
2670 #: plugins/check_users.c:168
2671 msgid "Critical threshold must be a positive integer"
2672 msgstr ""
2674 #: plugins/check_pgsql.c:249 plugins/check_time.c:262 plugins/check_time.c:286
2675 #: plugins/check_users.c:174 plugins/check_users.c:184
2676 #: plugins/check_users.c:191
2677 msgid "Warning threshold must be a positive integer"
2678 msgstr ""
2680 #: plugins/check_pgsql.c:267
2681 msgid "Database name is not valid"
2682 msgstr ""
2684 #: plugins/check_pgsql.c:273
2685 msgid "User name is not valid"
2686 msgstr ""
2688 #: plugins/check_pgsql.c:410
2689 #, c-format
2690 msgid "Test whether a PostgreSQL Database is accepting connections."
2691 msgstr ""
2693 #: plugins/check_pgsql.c:423
2694 msgid "Database to check "
2695 msgstr ""
2697 #: plugins/check_pgsql.c:424
2698 #, c-format
2699 msgid "(default: %s)"
2700 msgstr ""
2702 #: plugins/check_pgsql.c:426
2703 msgid "Login name of user"
2704 msgstr ""
2706 #: plugins/check_pgsql.c:428
2707 msgid "Password (BIG SECURITY ISSUE)"
2708 msgstr ""
2710 #: plugins/check_pgsql.c:437
2711 msgid "All parameters are optional."
2712 msgstr ""
2714 #: plugins/check_pgsql.c:438
2715 msgid ""
2716 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
2717 msgstr ""
2719 #: plugins/check_pgsql.c:439
2720 msgid "accepting queries. In its current operation, it simply connects to the"
2721 msgstr ""
2723 #: plugins/check_pgsql.c:440
2724 msgid ""
2725 "specified database, and then disconnects. If no database is specified, it"
2726 msgstr ""
2728 #: plugins/check_pgsql.c:441
2729 msgid ""
2730 "connects to the template1 database, which is present in every functioning"
2731 msgstr ""
2733 #: plugins/check_pgsql.c:442
2734 msgid "PostgreSQL DBMS."
2735 msgstr ""
2737 #: plugins/check_pgsql.c:443
2738 msgid ""
2739 "The plugin will connect to a local postmaster if no host is specified. To"
2740 msgstr ""
2742 #: plugins/check_pgsql.c:444
2743 msgid ""
2744 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
2745 msgstr ""
2747 #: plugins/check_pgsql.c:445
2748 msgid "connections (start the postmaster with the -i option)."
2749 msgstr ""
2751 #: plugins/check_pgsql.c:446
2752 msgid ""
2753 "Typically, the nagios user (unless the --logname option is used) should be"
2754 msgstr ""
2756 #: plugins/check_pgsql.c:447
2757 msgid ""
2758 "able to connect to the database without a password. The plugin can also send"
2759 msgstr ""
2761 #: plugins/check_pgsql.c:448
2762 msgid "a password, but no effort is made to obsure or encrypt the password."
2763 msgstr ""
2765 #: plugins/check_ping.c:140
2766 msgid "CRITICAL - Could not interpret output from ping command\n"
2767 msgstr ""
2769 #: plugins/check_ping.c:156
2770 #, c-format
2771 msgid "PING %s - %sPacket loss = %d%%"
2772 msgstr ""
2774 #: plugins/check_ping.c:159
2775 #, c-format
2776 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
2777 msgstr ""
2779 #: plugins/check_ping.c:247
2780 msgid "Could not realloc() addresses\n"
2781 msgstr ""
2783 #: plugins/check_ping.c:262 plugins/check_ping.c:342
2784 #, c-format
2785 msgid "<max_packets> (%s) must be a non-negative number\n"
2786 msgstr ""
2788 #: plugins/check_ping.c:296
2789 #, c-format
2790 msgid "<wpl> (%s) must be an integer percentage\n"
2791 msgstr ""
2793 #: plugins/check_ping.c:307
2794 #, c-format
2795 msgid "<cpl> (%s) must be an integer percentage\n"
2796 msgstr ""
2798 #: plugins/check_ping.c:318
2799 #, c-format
2800 msgid "<wrta> (%s) must be a non-negative number\n"
2801 msgstr ""
2803 #: plugins/check_ping.c:329
2804 #, c-format
2805 msgid "<crta> (%s) must be a non-negative number\n"
2806 msgstr ""
2808 #: plugins/check_ping.c:362
2809 #, c-format
2810 msgid ""
2811 "%s: Warning threshold must be integer or percentage!\n"
2812 "\n"
2813 msgstr ""
2815 #: plugins/check_ping.c:375
2816 #, c-format
2817 msgid "<wrta> was not set\n"
2818 msgstr ""
2820 #: plugins/check_ping.c:379
2821 #, c-format
2822 msgid "<crta> was not set\n"
2823 msgstr ""
2825 #: plugins/check_ping.c:383
2826 #, c-format
2827 msgid "<wpl> was not set\n"
2828 msgstr ""
2830 #: plugins/check_ping.c:387
2831 #, c-format
2832 msgid "<cpl> was not set\n"
2833 msgstr ""
2835 #: plugins/check_ping.c:391
2836 #, c-format
2837 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
2838 msgstr ""
2840 #: plugins/check_ping.c:395
2841 #, c-format
2842 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
2843 msgstr ""
2845 #: plugins/check_ping.c:431
2846 #, c-format
2847 msgid "Cannot open stderr for %s\n"
2848 msgstr ""
2850 #: plugins/check_ping.c:480 plugins/check_ping.c:482
2851 msgid "System call sent warnings to stderr "
2852 msgstr ""
2854 #: plugins/check_ping.c:509
2855 #, c-format
2856 msgid "CRITICAL - Network Unreachable (%s)"
2857 msgstr ""
2859 #: plugins/check_ping.c:511
2860 #, c-format
2861 msgid "CRITICAL - Host Unreachable (%s)"
2862 msgstr ""
2864 #: plugins/check_ping.c:513
2865 #, c-format
2866 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
2867 msgstr ""
2869 #: plugins/check_ping.c:515
2870 #, c-format
2871 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
2872 msgstr ""
2874 #: plugins/check_ping.c:517
2875 #, c-format
2876 msgid "CRITICAL - Network Prohibited (%s)"
2877 msgstr ""
2879 #: plugins/check_ping.c:519
2880 #, c-format
2881 msgid "CRITICAL - Host Prohibited (%s)"
2882 msgstr ""
2884 #: plugins/check_ping.c:521
2885 #, c-format
2886 msgid "CRITICAL - Packet Filtered (%s)"
2887 msgstr ""
2889 #: plugins/check_ping.c:523
2890 #, c-format
2891 msgid "CRITICAL - Host not found (%s)"
2892 msgstr ""
2894 #: plugins/check_ping.c:525
2895 #, c-format
2896 msgid "CRITICAL - Time to live exceeded (%s)"
2897 msgstr ""
2899 #: plugins/check_ping.c:532
2900 msgid "Unable to realloc warn_text"
2901 msgstr ""
2903 #: plugins/check_ping.c:549
2904 #, c-format
2905 msgid "Use ping to check connection statistics for a remote host."
2906 msgstr ""
2908 #: plugins/check_ping.c:560
2909 msgid "host to ping"
2910 msgstr ""
2912 #: plugins/check_ping.c:566
2913 msgid "number of ICMP ECHO packets to send"
2914 msgstr ""
2916 #: plugins/check_ping.c:567
2917 #, c-format
2918 msgid "(Default: %d)"
2919 msgstr ""
2921 #: plugins/check_ping.c:569
2922 msgid "show HTML in the plugin output (obsoleted by urlize)"
2923 msgstr ""
2925 #: plugins/check_ping.c:573
2926 #, c-format
2927 msgid "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel"
2928 msgstr ""
2930 #: plugins/check_ping.c:574
2931 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
2932 msgstr ""
2934 #: plugins/check_ping.c:575
2935 msgid "percentage of packet loss to trigger an alarm state."
2936 msgstr ""
2938 #: plugins/check_ping.c:579
2939 msgid ""
2940 "This plugin uses the ping command to probe the specified host for packet loss"
2941 msgstr ""
2943 #: plugins/check_ping.c:580
2944 msgid ""
2945 "(percentage) and round trip average (milliseconds). It can produce HTML "
2946 "output"
2947 msgstr ""
2949 #: plugins/check_ping.c:581
2950 msgid ""
2951 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
2952 msgstr ""
2954 #: plugins/check_ping.c:582
2955 msgid "the contrib area of the downloads section at http://www.nagios.org/"
2956 msgstr ""
2958 #: plugins/check_procs.c:155
2959 #, c-format
2960 msgid "CMD: %s\n"
2961 msgstr ""
2963 #: plugins/check_procs.c:261
2964 #, c-format
2965 msgid "Not parseable: %s"
2966 msgstr ""
2968 #: plugins/check_procs.c:270
2969 #, c-format
2970 msgid "System call sent warnings to stderr\n"
2971 msgstr ""
2973 #: plugins/check_procs.c:277
2974 #, c-format
2975 msgid "System call returned nonzero status\n"
2976 msgstr ""
2978 #: plugins/check_procs.c:282
2979 #, c-format
2980 msgid "Unable to read output\n"
2981 msgstr ""
2983 #: plugins/check_procs.c:299
2984 #, c-format
2985 msgid "%d warn out of "
2986 msgstr ""
2988 #: plugins/check_procs.c:304
2989 #, c-format
2990 msgid "%d crit, %d warn out of "
2991 msgstr ""
2993 #: plugins/check_procs.c:310
2994 #, c-format
2995 msgid " with %s"
2996 msgstr ""
2998 #: plugins/check_procs.c:385
2999 msgid "Critical Process Count must be an integer!"
3000 msgstr ""
3002 #: plugins/check_procs.c:397
3003 msgid "Warning Process Count must be an integer!"
3004 msgstr ""
3006 #: plugins/check_procs.c:405
3007 msgid "Parent Process ID must be an integer!"
3008 msgstr ""
3010 #: plugins/check_procs.c:411 plugins/check_procs.c:513
3011 #, c-format
3012 msgid "%s%sSTATE = %s"
3013 msgstr ""
3015 #: plugins/check_procs.c:420
3016 #, c-format
3017 msgid "UID %s was not found"
3018 msgstr ""
3020 #: plugins/check_procs.c:426
3021 #, c-format
3022 msgid "User name %s was not found"
3023 msgstr ""
3025 #: plugins/check_procs.c:441
3026 #, c-format
3027 msgid "%s%scommand name '%s'"
3028 msgstr ""
3030 #: plugins/check_procs.c:460
3031 msgid "RSS must be an integer!"
3032 msgstr ""
3034 #: plugins/check_procs.c:467
3035 msgid "VSZ must be an integer!"
3036 msgstr ""
3038 #: plugins/check_procs.c:475
3039 msgid "PCPU must be a float!"
3040 msgstr ""
3042 #: plugins/check_procs.c:499
3043 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3044 msgstr ""
3046 #: plugins/check_procs.c:532
3047 #, c-format
3048 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3049 msgstr ""
3051 #: plugins/check_procs.c:536
3052 #, c-format
3053 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3054 msgstr ""
3056 #: plugins/check_procs.c:673
3057 msgid ""
3058 "Checks all processes and generates WARNING or CRITICAL states if the "
3059 "specified"
3060 msgstr ""
3062 #: plugins/check_procs.c:674
3063 msgid ""
3064 "metric is outside the required threshold ranges. The metric defaults to "
3065 "number"
3066 msgstr ""
3068 #: plugins/check_procs.c:675
3069 msgid ""
3070 "of processes.  Search filters can be applied to limit the processes to check."
3071 msgstr ""
3073 #: plugins/check_procs.c:681
3074 msgid "Required Arguments:"
3075 msgstr ""
3077 #: plugins/check_procs.c:683
3078 msgid "Generate warning state if metric is outside this range"
3079 msgstr ""
3081 #: plugins/check_procs.c:685
3082 msgid "Generate critical state if metric is outside this range"
3083 msgstr ""
3085 #: plugins/check_procs.c:687
3086 msgid "Optional Arguments:"
3087 msgstr ""
3089 #: plugins/check_procs.c:689
3090 msgid "Check thresholds against metric. Valid types:"
3091 msgstr ""
3093 #: plugins/check_procs.c:690
3094 msgid "PROCS   - number of processes (default)"
3095 msgstr ""
3097 #: plugins/check_procs.c:691
3098 msgid "VSZ     - virtual memory size"
3099 msgstr ""
3101 #: plugins/check_procs.c:692
3102 msgid "RSS     - resident set memory size"
3103 msgstr ""
3105 #: plugins/check_procs.c:693
3106 msgid "CPU     - percentage cpu"
3107 msgstr ""
3109 #: plugins/check_procs.c:696
3110 msgid "ELAPSED - time elapsed in seconds"
3111 msgstr ""
3113 #: plugins/check_procs.c:701
3114 msgid "Extra information. Up to 3 verbosity levels"
3115 msgstr ""
3117 #: plugins/check_procs.c:705
3118 msgid "Only scan for processes that have, in the output of `ps`, one or"
3119 msgstr ""
3121 #: plugins/check_procs.c:706
3122 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3123 msgstr ""
3125 #: plugins/check_procs.c:707
3126 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3127 msgstr ""
3129 #: plugins/check_procs.c:709
3130 msgid "Only scan for children of the parent process ID indicated."
3131 msgstr ""
3133 #: plugins/check_procs.c:711
3134 msgid "Only scan for processes with vsz higher than indicated."
3135 msgstr ""
3137 #: plugins/check_procs.c:713
3138 msgid "Only scan for processes with rss higher than indicated."
3139 msgstr ""
3141 #: plugins/check_procs.c:715
3142 msgid "Only scan for processes with pcpu higher than indicated."
3143 msgstr ""
3145 #: plugins/check_procs.c:717
3146 msgid "Only scan for processes with user name or ID indicated."
3147 msgstr ""
3149 #: plugins/check_procs.c:719
3150 msgid "Only scan for processes with args that contain STRING."
3151 msgstr ""
3153 #: plugins/check_procs.c:721
3154 msgid "Only scan for exact matches of COMMAND (without path)."
3155 msgstr ""
3157 #: plugins/check_procs.c:723
3158 #, c-format
3159 msgid ""
3160 "\n"
3161 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3162 "specified 'max:min', a warning status will be generated if the\n"
3163 "count is inside the specified range\n"
3164 "\n"
3165 msgstr ""
3167 #: plugins/check_procs.c:728
3168 #, c-format
3169 msgid ""
3170 "This plugin checks the number of currently running processes and\n"
3171 "generates WARNING or CRITICAL states if the process count is outside\n"
3172 "the specified threshold ranges. The process count can be filtered by\n"
3173 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3174 "be the total number of running processes\n"
3175 "\n"
3176 msgstr ""
3178 #: plugins/check_procs.c:737
3179 msgid "Warning if not two processes with command name portsentry."
3180 msgstr ""
3182 #: plugins/check_procs.c:738
3183 msgid "Critical if < 2 or > 1024 processes"
3184 msgstr ""
3186 #: plugins/check_procs.c:740
3187 msgid "Warning alert if > 10 processes with command arguments containing"
3188 msgstr ""
3190 #: plugins/check_procs.c:741
3191 msgid "'/usr/local/bin/perl' and owned by root"
3192 msgstr ""
3194 #: plugins/check_procs.c:743
3195 msgid "Alert if vsz of any processes over 50K or 100K"
3196 msgstr ""
3198 #: plugins/check_procs.c:745
3199 #, c-format
3200 msgid "Alert if cpu of any processes over 10%% or 20%%"
3201 msgstr ""
3203 #: plugins/check_radius.c:138
3204 msgid "Config file error"
3205 msgstr ""
3207 #: plugins/check_radius.c:147
3208 msgid "Out of Memory?"
3209 msgstr ""
3211 #: plugins/check_radius.c:168
3212 msgid "Timeout"
3213 msgstr ""
3215 #: plugins/check_radius.c:170
3216 msgid "Auth Error"
3217 msgstr ""
3219 #: plugins/check_radius.c:172
3220 msgid "Auth Failed"
3221 msgstr ""
3223 #: plugins/check_radius.c:176
3224 msgid "Auth OK"
3225 msgstr ""
3227 #: plugins/check_radius.c:219 plugins/check_radius.c:279
3228 msgid "Number of retries must be a positive integer"
3229 msgstr ""
3231 #: plugins/check_radius.c:305
3232 msgid "Tests to see if a radius server is accepting connections."
3233 msgstr ""
3235 #: plugins/check_radius.c:316
3236 msgid "The user to authenticate"
3237 msgstr ""
3239 #: plugins/check_radius.c:318
3240 msgid "Password for autentication (SECURITY RISK)"
3241 msgstr ""
3243 #: plugins/check_radius.c:320
3244 msgid "NAS identifier"
3245 msgstr ""
3247 #: plugins/check_radius.c:322
3248 msgid "Configuration file"
3249 msgstr ""
3251 #: plugins/check_radius.c:324
3252 msgid "Response string to expect from the server"
3253 msgstr ""
3255 #: plugins/check_radius.c:326
3256 msgid "Number of times to retry a failed connection"
3257 msgstr ""
3259 #: plugins/check_radius.c:330
3260 msgid ""
3261 "This plugin tests a radius server to see if it is accepting connections."
3262 msgstr ""
3264 #: plugins/check_radius.c:331
3265 msgid ""
3266 "The server to test must be specified in the invocation, as well as a user"
3267 msgstr ""
3269 #: plugins/check_radius.c:332
3270 msgid ""
3271 "name and password. A configuration file may also be present. The format of"
3272 msgstr ""
3274 #: plugins/check_radius.c:333
3275 msgid ""
3276 "the configuration file is described in the radiusclient library sources."
3277 msgstr ""
3279 #: plugins/check_radius.c:334
3280 msgid "The password option presents a substantial security issue because the"
3281 msgstr ""
3283 #: plugins/check_radius.c:335
3284 msgid "password can be determined by careful watching of the command line in"
3285 msgstr ""
3287 #: plugins/check_radius.c:336
3288 msgid "a process listing.  This risk is exacerbated because nagios will"
3289 msgstr ""
3291 #: plugins/check_radius.c:337
3292 msgid "run the plugin at regular prdictable intervals.  Please be sure that"
3293 msgstr ""
3295 #: plugins/check_radius.c:338
3296 msgid "the password used does not allow access to sensitive system resources,"
3297 msgstr ""
3299 #: plugins/check_radius.c:339
3300 msgid "otherwise compormise could occur."
3301 msgstr ""
3303 #: plugins/check_real.c:96
3304 #, c-format
3305 msgid "Unable to connect to %s on port %d\n"
3306 msgstr ""
3308 #: plugins/check_real.c:118
3309 #, c-format
3310 msgid "No data received from %s\n"
3311 msgstr ""
3313 #: plugins/check_real.c:123 plugins/check_real.c:196
3314 msgid "Invalid REAL response received from host"
3315 msgstr ""
3317 #: plugins/check_real.c:125 plugins/check_real.c:198
3318 #, c-format
3319 msgid "Invalid REAL response received from host on port %d\n"
3320 msgstr ""
3322 #: plugins/check_real.c:252
3323 #, c-format
3324 msgid "REAL %s - %d second response time\n"
3325 msgstr ""
3327 #: plugins/check_real.c:341 plugins/check_smtp.c:620 plugins/check_ups.c:535
3328 msgid "Warning time must be a positive integer"
3329 msgstr ""
3331 #: plugins/check_real.c:350 plugins/check_smtp.c:611 plugins/check_ups.c:526
3332 msgid "Critical time must be a positive integer"
3333 msgstr ""
3335 #: plugins/check_real.c:386
3336 msgid "You must provide a server to check"
3337 msgstr ""
3339 #: plugins/check_real.c:418
3340 msgid "This plugin tests the REAL service on the specified host."
3341 msgstr ""
3343 #: plugins/check_real.c:429
3344 msgid "Connect to this url"
3345 msgstr ""
3347 #: plugins/check_real.c:431
3348 #, c-format
3349 msgid "String to expect in first line of server response (default: %s)\n"
3350 msgstr ""
3352 #: plugins/check_real.c:440
3353 msgid "This plugin will attempt to open an RTSP connection with the host."
3354 msgstr ""
3356 #: plugins/check_real.c:441 plugins/check_smtp.c:769
3357 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3358 msgstr ""
3360 #: plugins/check_real.c:442
3361 msgid ""
3362 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3363 msgstr ""
3365 #: plugins/check_real.c:443
3366 msgid ""
3367 "but incorrect reponse messages from the host result in STATE_WARNING return"
3368 msgstr ""
3370 #: plugins/check_real.c:444
3371 msgid "values."
3372 msgstr ""
3374 #: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274
3375 #, c-format
3376 msgid "malloc() failed!\n"
3377 msgstr ""
3379 #: plugins/check_smtp.c:190
3380 #, c-format
3381 msgid "gethostname() failed!\n"
3382 msgstr ""
3384 #: plugins/check_smtp.c:227 plugins/check_smtp.c:251
3385 #, c-format
3386 msgid "recv() failed\n"
3387 msgstr ""
3389 #: plugins/check_smtp.c:238
3390 #, c-format
3391 msgid "Invalid SMTP response received from host\n"
3392 msgstr ""
3394 #: plugins/check_smtp.c:240
3395 #, c-format
3396 msgid "Invalid SMTP response received from host on port %d\n"
3397 msgstr ""
3399 #: plugins/check_smtp.c:262
3400 #, c-format
3401 msgid "WARNING - TLS not supported by server\n"
3402 msgstr ""
3404 #: plugins/check_smtp.c:274
3405 #, c-format
3406 msgid "Server does not support STARTTLS\n"
3407 msgstr ""
3409 #: plugins/check_smtp.c:280
3410 #, c-format
3411 msgid "CRITICAL - Cannot create SSL context.\n"
3412 msgstr ""
3414 #: plugins/check_smtp.c:300
3415 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3416 msgstr ""
3418 #: plugins/check_smtp.c:305
3419 #, c-format
3420 msgid "sent %s"
3421 msgstr ""
3423 #: plugins/check_smtp.c:307
3424 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3425 msgstr ""
3427 #: plugins/check_smtp.c:320
3428 msgid "CRITICAL - Cannot retrieve server certificate."
3429 msgstr ""
3431 #: plugins/check_smtp.c:358 plugins/check_snmp.c:568
3432 #, c-format
3433 msgid "Could Not Compile Regular Expression"
3434 msgstr ""
3436 #: plugins/check_smtp.c:367
3437 #, c-format
3438 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3439 msgstr ""
3441 #: plugins/check_smtp.c:371 plugins/check_snmp.c:318
3442 #, c-format
3443 msgid "Execute Error: %s\n"
3444 msgstr ""
3446 #: plugins/check_smtp.c:385
3447 msgid "no authuser specified, "
3448 msgstr ""
3450 #: plugins/check_smtp.c:390
3451 msgid "no authpass specified, "
3452 msgstr ""
3454 #: plugins/check_smtp.c:397 plugins/check_smtp.c:419 plugins/check_smtp.c:440
3455 #, c-format
3456 msgid "sent %s\n"
3457 msgstr ""
3459 #: plugins/check_smtp.c:400
3460 msgid "recv() failed after AUTH LOGIN, \n"
3461 msgstr ""
3463 #: plugins/check_smtp.c:406 plugins/check_smtp.c:428 plugins/check_smtp.c:449
3464 #, c-format
3465 msgid "received %s\n"
3466 msgstr ""
3468 #: plugins/check_smtp.c:410
3469 msgid "invalid response received after AUTH LOGIN, "
3470 msgstr ""
3472 #: plugins/check_smtp.c:423
3473 msgid "recv() failed after sending authuser, "
3474 msgstr ""
3476 #: plugins/check_smtp.c:432
3477 msgid "invalid response received after authuser, "
3478 msgstr ""
3480 #: plugins/check_smtp.c:444
3481 msgid "recv() failed after sending authpass, "
3482 msgstr ""
3484 #: plugins/check_smtp.c:453
3485 msgid "invalid response received after authpass, "
3486 msgstr ""
3488 #: plugins/check_smtp.c:460
3489 msgid "only authtype LOGIN is supported, "
3490 msgstr ""
3492 #: plugins/check_smtp.c:484
3493 #, c-format
3494 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
3495 msgstr ""
3497 #: plugins/check_smtp.c:590 plugins/check_smtp.c:600
3498 #, c-format
3499 msgid "Could not realloc() units [%d]\n"
3500 msgstr ""
3502 #: plugins/check_smtp.c:647
3503 msgid "SSL support not available - install OpenSSL and recompile"
3504 msgstr ""
3506 #: plugins/check_smtp.c:726
3507 msgid "This plugin will attempt to open an SMTP connection with the host."
3508 msgstr ""
3510 #: plugins/check_smtp.c:739
3511 #, c-format
3512 msgid "    String to expect in first line of server response (default: '%s')\n"
3513 msgstr ""
3515 #: plugins/check_smtp.c:741
3516 msgid "Suppress SMTP command"
3517 msgstr ""
3519 #: plugins/check_smtp.c:743
3520 msgid "SMTP command (may be used repeatedly)"
3521 msgstr ""
3523 #: plugins/check_smtp.c:745
3524 msgid "Expected response to command (may be used repeatedly)"
3525 msgstr ""
3527 #: plugins/check_smtp.c:747
3528 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
3529 msgstr ""
3531 #: plugins/check_smtp.c:750 plugins/check_tcp.c:638
3532 msgid "Minimum number of days a certificate has to be valid."
3533 msgstr ""
3535 #: plugins/check_smtp.c:752
3536 msgid "Use STARTTLS for the connection."
3537 msgstr ""
3539 #: plugins/check_smtp.c:756
3540 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
3541 msgstr ""
3543 #: plugins/check_smtp.c:758
3544 msgid "SMTP AUTH username"
3545 msgstr ""
3547 #: plugins/check_smtp.c:760
3548 msgid "SMTP AUTH password"
3549 msgstr ""
3551 #: plugins/check_smtp.c:770
3552 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
3553 msgstr ""
3555 #: plugins/check_smtp.c:771
3556 msgid "connects, but incorrect reponse messages from the host result in"
3557 msgstr ""
3559 #: plugins/check_smtp.c:772
3560 msgid "STATE_WARNING return values."
3561 msgstr ""
3563 #: plugins/check_snmp.c:296
3564 msgid "No valid data returned"
3565 msgstr ""
3567 #: plugins/check_snmp.c:364 plugins/negate.c:128
3568 #, c-format
3569 msgid ""
3570 "%s problem - No data received from host\n"
3571 "CMD: %s\n"
3572 msgstr ""
3574 #: plugins/check_snmp.c:502
3575 #, c-format
3576 msgid "Invalid critical threshold: %s\n"
3577 msgstr ""
3579 #: plugins/check_snmp.c:513
3580 #, c-format
3581 msgid "Invalid warning threshold: %s\n"
3582 msgstr ""
3584 #: plugins/check_snmp.c:525
3585 msgid "Retries interval must be a positive integer"
3586 msgstr ""
3588 #: plugins/check_snmp.c:589
3589 #, c-format
3590 msgid "Could not reallocate labels[%d]"
3591 msgstr ""
3593 #: plugins/check_snmp.c:601
3594 msgid "Could not reallocate labels\n"
3595 msgstr ""
3597 #: plugins/check_snmp.c:618
3598 #, c-format
3599 msgid "Could not reallocate units [%d]\n"
3600 msgstr ""
3602 #: plugins/check_snmp.c:630
3603 msgid "Could not realloc() units\n"
3604 msgstr ""
3606 #: plugins/check_snmp.c:715
3607 #, c-format
3608 msgid "Missing secname (%s) or authpassword (%s) ! \n"
3609 msgstr ""
3611 #: plugins/check_snmp.c:723
3612 #, c-format
3613 msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"
3614 msgstr ""
3616 #: plugins/check_snmp.c:732
3617 msgid "Invalid SNMP version"
3618 msgstr ""
3620 #: plugins/check_snmp.c:860
3621 msgid "Unbalanced quotes\n"
3622 msgstr ""
3624 #: plugins/check_snmp.c:909
3625 msgid "Check status of remote machines and obtain sustem information via SNMP"
3626 msgstr ""
3628 #: plugins/check_snmp.c:921
3629 msgid "Use SNMP GETNEXT instead of SNMP GET"
3630 msgstr ""
3632 #: plugins/check_snmp.c:923
3633 msgid "SNMP protocol version"
3634 msgstr ""
3636 #: plugins/check_snmp.c:925
3637 msgid "SNMPv3 securityLevel"
3638 msgstr ""
3640 #: plugins/check_snmp.c:927
3641 msgid "SNMPv3 auth proto"
3642 msgstr ""
3644 #: plugins/check_snmp.c:931
3645 msgid "Optional community string for SNMP communication"
3646 msgstr ""
3648 #: plugins/check_snmp.c:932
3649 #, c-format
3650 msgid "(default is \"%s\")"
3651 msgstr ""
3653 #: plugins/check_snmp.c:934
3654 msgid "SNMPv3 username"
3655 msgstr ""
3657 #: plugins/check_snmp.c:936
3658 msgid "SNMPv3 authentication password"
3659 msgstr ""
3661 #: plugins/check_snmp.c:938
3662 msgid "SNMPv3 crypt passwd (DES)"
3663 msgstr ""
3665 #: plugins/check_snmp.c:942
3666 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
3667 msgstr ""
3669 #: plugins/check_snmp.c:944
3670 msgid ""
3671 "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'"
3672 msgstr ""
3674 #: plugins/check_snmp.c:945
3675 msgid "for symbolic oids.)"
3676 msgstr ""
3678 #: plugins/check_snmp.c:947
3679 #, c-format
3680 msgid "    Delimiter to use when parsing returned data. Default is \"%s\""
3681 msgstr ""
3683 #: plugins/check_snmp.c:948
3684 msgid "Any data on the right hand side of the delimiter is considered"
3685 msgstr ""
3687 #: plugins/check_snmp.c:949
3688 msgid "to be the data that should be used in the evaluation."
3689 msgstr ""
3691 #: plugins/check_snmp.c:953
3692 msgid "Range(s) which will not result in a WARNING status"
3693 msgstr ""
3695 #: plugins/check_snmp.c:955
3696 msgid "Range(s) which will not result in a CRITICAL status"
3697 msgstr ""
3699 #: plugins/check_snmp.c:959
3700 msgid "Return OK state (for that OID) if STRING is an exact match"
3701 msgstr ""
3703 #: plugins/check_snmp.c:961
3704 msgid ""
3705 "Return OK state (for that OID) if extended regular expression REGEX matches"
3706 msgstr ""
3708 #: plugins/check_snmp.c:963
3709 msgid ""
3710 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
3711 msgstr ""
3713 #: plugins/check_snmp.c:965
3714 msgid "Prefix label for output from plugin (default -s 'SNMP')"
3715 msgstr ""
3717 #: plugins/check_snmp.c:969
3718 msgid "Units label(s) for output data (e.g., 'sec.')."
3719 msgstr ""
3721 #: plugins/check_snmp.c:971
3722 msgid "Separates output on multiple OID requests"
3723 msgstr ""
3725 #: plugins/check_snmp.c:977
3726 msgid ""
3727 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
3728 msgstr ""
3730 #: plugins/check_snmp.c:978
3731 msgid ""
3732 "if you don't have the package installed, you will need to download it from"
3733 msgstr ""
3735 #: plugins/check_snmp.c:979
3736 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
3737 msgstr ""
3739 #: plugins/check_snmp.c:981
3740 msgid ""
3741 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
3742 "with"
3743 msgstr ""
3745 #: plugins/check_snmp.c:982
3746 msgid " internal spaces must be quoted) [max 8 OIDs]"
3747 msgstr ""
3749 #: plugins/check_snmp.c:984
3750 msgid "- Ranges are inclusive and are indicated with colons. When specified as"
3751 msgstr ""
3753 #: plugins/check_snmp.c:985
3754 msgid ""
3755 " 'min:max' a STATE_OK will be returned if the result is within the indicated"
3756 msgstr ""
3758 #: plugins/check_snmp.c:986
3759 msgid " range or is equal to the upper or lower bound. A non-OK state will be"
3760 msgstr ""
3762 #: plugins/check_snmp.c:987
3763 msgid " returned if the result is outside the specified range."
3764 msgstr ""
3766 #: plugins/check_snmp.c:989
3767 msgid ""
3768 "- If specified in the order 'max:min' a non-OK state will be returned if the"
3769 msgstr ""
3771 #: plugins/check_snmp.c:990
3772 msgid " result is within the (inclusive) range."
3773 msgstr ""
3775 #: plugins/check_snmp.c:992
3776 msgid ""
3777 "- Upper or lower bounds may be omitted to skip checking the respective limit."
3778 msgstr ""
3780 #: plugins/check_snmp.c:993
3781 msgid "- Bare integers are interpreted as upper limits."
3782 msgstr ""
3784 #: plugins/check_snmp.c:994
3785 msgid ""
3786 "- When checking multiple OIDs, separate ranges by commas like '-w "
3787 "1:10,1:,:20'"
3788 msgstr ""
3790 #: plugins/check_snmp.c:995
3791 msgid "- Note that only one string and one regex may be checked at present"
3792 msgstr ""
3794 #: plugins/check_snmp.c:996
3795 msgid ""
3796 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
3797 msgstr ""
3799 #: plugins/check_snmp.c:997
3800 msgid " returned from the SNMP query is an unsigned integer."
3801 msgstr ""
3803 #: plugins/check_ssh.c:170
3804 msgid "Port number must be a positive integer"
3805 msgstr ""
3807 #: plugins/check_ssh.c:235
3808 #, c-format
3809 msgid "Server answer: %s"
3810 msgstr ""
3812 #: plugins/check_ssh.c:253
3813 #, c-format
3814 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
3815 msgstr ""
3817 #: plugins/check_ssh.c:259
3818 #, c-format
3819 msgid "SSH OK - %s (protocol %s)\n"
3820 msgstr ""
3822 #: plugins/check_ssh.c:279
3823 msgid "Try to connect to an SSH server at specified server and port"
3824 msgstr ""
3826 #: plugins/check_ssh.c:294
3827 msgid ""
3828 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
3829 msgstr ""
3831 #: plugins/check_swap.c:172
3832 #, c-format
3833 msgid "Command: %s\n"
3834 msgstr ""
3836 #: plugins/check_swap.c:174
3837 #, c-format
3838 msgid "Format: %s\n"
3839 msgstr ""
3841 #: plugins/check_swap.c:210
3842 #, c-format
3843 msgid "total=%.0f, used=%.0f, free=%.0f\n"
3844 msgstr ""
3846 #: plugins/check_swap.c:224
3847 #, c-format
3848 msgid "total=%.0f, free=%.0f\n"
3849 msgstr ""
3851 #: plugins/check_swap.c:256
3852 msgid "Error getting swap devices\n"
3853 msgstr ""
3855 #: plugins/check_swap.c:259
3856 msgid "SWAP OK: No swap devices defined\n"
3857 msgstr ""
3859 #: plugins/check_swap.c:280 plugins/check_swap.c:322
3860 msgid "swapctl failed: "
3861 msgstr ""
3863 #: plugins/check_swap.c:281 plugins/check_swap.c:323
3864 msgid "Error in swapctl call\n"
3865 msgstr ""
3867 #: plugins/check_swap.c:360
3868 #, c-format
3869 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
3870 msgstr ""
3872 #: plugins/check_swap.c:438
3873 msgid "Warning threshold must be integer or percentage!"
3874 msgstr ""
3876 #: plugins/check_swap.c:456
3877 msgid "Critical threshold must be integer or percentage!"
3878 msgstr ""
3880 #: plugins/check_swap.c:510
3881 msgid "Warning percentage should be more than critical percentage"
3882 msgstr ""
3884 #: plugins/check_swap.c:514
3885 msgid "Warning free space should be more than critical free space"
3886 msgstr ""
3888 #: plugins/check_swap.c:528
3889 msgid "Check swap space on local machine."
3890 msgstr ""
3892 #: plugins/check_swap.c:537
3893 msgid ""
3894 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
3895 msgstr ""
3897 #: plugins/check_swap.c:539
3898 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
3899 msgstr ""
3901 #: plugins/check_swap.c:541
3902 msgid ""
3903 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
3904 msgstr ""
3906 #: plugins/check_swap.c:543
3907 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
3908 msgstr ""
3910 #: plugins/check_swap.c:545
3911 msgid "Conduct comparisons for all swap partitions, one by one"
3912 msgstr ""
3914 #: plugins/check_swap.c:547
3915 msgid "Verbose output. Up to 3 levels"
3916 msgstr ""
3918 #: plugins/check_swap.c:550
3919 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"
3920 msgstr ""
3922 #: plugins/check_tcp.c:199
3923 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
3924 msgstr ""
3926 #: plugins/check_tcp.c:220
3927 msgid "With UDP checks, a send/expect string must be specified."
3928 msgstr ""
3930 #: plugins/check_tcp.c:239
3931 #, c-format
3932 msgid "CRITICAL - Cannot retrieve server certificate.\n"
3933 msgstr ""
3935 #: plugins/check_tcp.c:428
3936 msgid "No arguments found"
3937 msgstr ""
3939 #: plugins/check_tcp.c:530
3940 msgid "Maxbytes must be a positive integer"
3941 msgstr ""
3943 #: plugins/check_tcp.c:548
3944 msgid "Refuse must be one of ok, warn, crit"
3945 msgstr ""
3947 #: plugins/check_tcp.c:558
3948 msgid "Mismatch must be one of ok, warn, crit"
3949 msgstr ""
3951 #: plugins/check_tcp.c:564
3952 msgid "Delay must be a positive integer"
3953 msgstr ""
3955 #: plugins/check_tcp.c:589
3956 msgid "You must provide a server address"
3957 msgstr ""
3959 #: plugins/check_tcp.c:591
3960 msgid "Invalid hostname, address or socket"
3961 msgstr ""
3963 #: plugins/check_tcp.c:605
3964 #, c-format
3965 msgid ""
3966 "This plugin tests %s connections with the specified host (or unix socket).\n"
3967 "\n"
3968 msgstr ""
3970 #: plugins/check_tcp.c:617
3971 msgid "Can use \\n, \\r, \\t or \\ in send or quit string."
3972 msgstr ""
3974 #: plugins/check_tcp.c:618
3975 msgid "Default: nothing added to send, \\r\\n added to end of quit"
3976 msgstr ""
3978 #: plugins/check_tcp.c:620
3979 msgid "String to send to the server"
3980 msgstr ""
3982 #: plugins/check_tcp.c:622
3983 msgid "String to expect in server response"
3984 msgstr ""
3986 #: plugins/check_tcp.c:624
3987 msgid "String to send server to initiate a clean close of the connection"
3988 msgstr ""
3990 #: plugins/check_tcp.c:626
3991 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)"
3992 msgstr ""
3994 #: plugins/check_tcp.c:628
3995 msgid ""
3996 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
3997 msgstr ""
3999 #: plugins/check_tcp.c:630
4000 msgid "Hide output from TCP socket"
4001 msgstr ""
4003 #: plugins/check_tcp.c:632
4004 msgid "Close connection once more than this number of bytes are received"
4005 msgstr ""
4007 #: plugins/check_tcp.c:634
4008 msgid "Seconds to wait between sending string and polling for response"
4009 msgstr ""
4011 #: plugins/check_tcp.c:640
4012 msgid "Use SSL for the connection."
4013 msgstr ""
4015 #: plugins/check_time.c:106
4016 #, c-format
4017 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4018 msgstr ""
4020 #: plugins/check_time.c:119
4021 #, c-format
4022 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4023 msgstr ""
4025 #: plugins/check_time.c:143
4026 #, c-format
4027 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4028 msgstr ""
4030 #: plugins/check_time.c:156
4031 #, c-format
4032 msgid "TIME %s - %d second response time|%s\n"
4033 msgstr ""
4035 #: plugins/check_time.c:174
4036 #, c-format
4037 msgid "TIME %s - %lu second time difference|%s %s\n"
4038 msgstr ""
4040 #: plugins/check_time.c:258
4041 msgid "Warning thresholds must be a positive integer"
4042 msgstr ""
4044 #: plugins/check_time.c:277
4045 msgid "Critical thresholds must be a positive integer"
4046 msgstr ""
4048 #: plugins/check_time.c:343
4049 msgid "This plugin will check the time on the specified host."
4050 msgstr ""
4052 #: plugins/check_time.c:354
4053 msgid "Use UDP to connect, not TCP"
4054 msgstr ""
4056 #: plugins/check_time.c:356
4057 msgid "Time difference (sec.) necessary to result in a warning status"
4058 msgstr ""
4060 #: plugins/check_time.c:358
4061 msgid "Time difference (sec.) necessary to result in a critical status"
4062 msgstr ""
4064 #: plugins/check_time.c:360
4065 msgid "Response time (sec.) necessary to result in warning status"
4066 msgstr ""
4068 #: plugins/check_time.c:362
4069 msgid "Response time (sec.) necessary to result in critical status"
4070 msgstr ""
4072 #: plugins/check_ups.c:147
4073 msgid "On Battery, Low Battery"
4074 msgstr ""
4076 #: plugins/check_ups.c:152
4077 msgid "Online"
4078 msgstr ""
4080 #: plugins/check_ups.c:155
4081 msgid "On Battery"
4082 msgstr ""
4084 #: plugins/check_ups.c:159
4085 msgid ", Low Battery"
4086 msgstr ""
4088 #: plugins/check_ups.c:163
4089 msgid ", Calibrating"
4090 msgstr ""
4092 #: plugins/check_ups.c:166
4093 msgid ", Replace Battery"
4094 msgstr ""
4096 #: plugins/check_ups.c:170
4097 msgid ", On Bypass"
4098 msgstr ""
4100 #: plugins/check_ups.c:173
4101 msgid ", Overload"
4102 msgstr ""
4104 #: plugins/check_ups.c:176
4105 msgid ", Trimming"
4106 msgstr ""
4108 #: plugins/check_ups.c:179
4109 msgid ", Boosting"
4110 msgstr ""
4112 #: plugins/check_ups.c:182
4113 msgid ", Charging"
4114 msgstr ""
4116 #: plugins/check_ups.c:185
4117 msgid ", Discharging"
4118 msgstr ""
4120 #: plugins/check_ups.c:188
4121 msgid ", Unknown"
4122 msgstr ""
4124 #: plugins/check_ups.c:327
4125 msgid "UPS does not support any available options\n"
4126 msgstr ""
4128 #: plugins/check_ups.c:351 plugins/check_ups.c:411
4129 msgid "Invalid response received from host"
4130 msgstr ""
4132 #: plugins/check_ups.c:419
4133 #, c-format
4134 msgid "CRITICAL - no such ups '%s' on that host\n"
4135 msgstr ""
4137 #: plugins/check_ups.c:429
4138 msgid "CRITICAL - UPS data is stale"
4139 msgstr ""
4141 #: plugins/check_ups.c:434
4142 #, c-format
4143 msgid "Unknown error: %s\n"
4144 msgstr ""
4146 #: plugins/check_ups.c:441
4147 msgid "Error: unable to parse variable"
4148 msgstr ""
4150 #: plugins/check_ups.c:548
4151 msgid "Unrecognized UPS variable"
4152 msgstr ""
4154 #: plugins/check_ups.c:586
4155 msgid "Error : no ups indicated"
4156 msgstr ""
4158 #: plugins/check_ups.c:606
4159 msgid ""
4160 "This plugin tests the UPS service on the specified host.Network UPS Tools "
4161 msgstr ""
4163 #: plugins/check_ups.c:607
4164 msgid "from www.networkupstools.org must be running for thisplugin to work."
4165 msgstr ""
4167 #: plugins/check_ups.c:618
4168 msgid "Name of UPS"
4169 msgstr ""
4171 #: plugins/check_ups.c:620
4172 msgid "Output of temperatures in Celsius"
4173 msgstr ""
4175 #: plugins/check_ups.c:631
4176 msgid ""
4177 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4178 msgstr ""
4180 #: plugins/check_ups.c:632
4181 msgid ""
4182 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4183 msgstr ""
4185 #: plugins/check_ups.c:633
4186 msgid ""
4187 "plugin will return an OK state. If the battery is on it will return a WARNING"
4188 msgstr ""
4190 #: plugins/check_ups.c:634
4191 msgid ""
4192 "state.If the UPS is off or has a low battery the plugin will return a "
4193 "CRITICAL"
4194 msgstr ""
4196 #: plugins/check_ups.c:635
4197 msgid "state."
4198 msgstr ""
4200 #: plugins/check_ups.c:637
4201 msgid ""
4202 "You may also specify a variable to check [such as temperature, utility "
4203 "voltage,"
4204 msgstr ""
4206 #: plugins/check_ups.c:638
4207 msgid ""
4208 "battery load, etc.]  as well as warning and critical thresholds for the "
4209 "value of"
4210 msgstr ""
4212 #: plugins/check_ups.c:639
4213 msgid ""
4214 "that variable.  If the remote host has multiple UPS that are being monitored "
4215 "you"
4216 msgstr ""
4218 #: plugins/check_ups.c:640
4219 msgid "will have to use the [ups] option to specify which UPS to check."
4220 msgstr ""
4222 #: plugins/check_ups.c:642
4223 msgid ""
4224 "This plugin requires that the UPSD daemon distributed with Russel Kroll's"
4225 msgstr ""
4227 #: plugins/check_ups.c:643
4228 msgid ""
4229 "Smart UPS Tools be installed on the remote host.  If you do not have the"
4230 msgstr ""
4232 #: plugins/check_ups.c:644
4233 msgid ""
4234 "package installed on your system, you can download it from http://www."
4235 "networkupstools.org"
4236 msgstr ""
4238 #: plugins/check_users.c:94
4239 #, c-format
4240 msgid "# users=%d"
4241 msgstr ""
4243 #: plugins/check_users.c:117
4244 msgid "Unable to read output"
4245 msgstr ""
4247 #: plugins/check_users.c:124
4248 #, c-format
4249 msgid "USERS %s - %d users currently logged in |%s\n"
4250 msgstr ""
4252 #: plugins/check_users.c:209
4253 msgid "This plugin checks the number of users currently logged in on the local"
4254 msgstr ""
4256 #: plugins/check_users.c:210
4257 msgid ""
4258 "system and generates an error if the number exceeds the thresholds specified."
4259 msgstr ""
4261 #: plugins/check_users.c:219
4262 msgid "Set WARNING status if more than INTEGER users are logged in"
4263 msgstr ""
4265 #: plugins/check_users.c:221
4266 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4267 msgstr ""
4269 #: plugins/check_ide_smart.c:231
4270 #, c-format
4271 msgid "CRITICAL - Couldn't open device %s: %s\n"
4272 msgstr ""
4274 #: plugins/check_ide_smart.c:236
4275 #, c-format
4276 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4277 msgstr ""
4279 #: plugins/check_ide_smart.c:297
4280 #, c-format
4281 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4282 msgstr ""
4284 #: plugins/check_ide_smart.c:366
4285 #, c-format
4286 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4287 msgstr ""
4289 #: plugins/check_ide_smart.c:374
4290 #, c-format
4291 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4292 msgstr ""
4294 #: plugins/check_ide_smart.c:382
4295 #, c-format
4296 msgid "OK - Operational (%d/%d tests passed)\n"
4297 msgstr ""
4299 #: plugins/check_ide_smart.c:386
4300 #, c-format
4301 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4302 msgstr ""
4304 #: plugins/check_ide_smart.c:419
4305 #, c-format
4306 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4307 msgstr ""
4309 #: plugins/check_ide_smart.c:425
4310 #, c-format
4311 msgid "OffLineCapability=%d {%s %s %s}\n"
4312 msgstr ""
4314 #: plugins/check_ide_smart.c:431
4315 #, c-format
4316 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4317 msgstr ""
4319 #: plugins/check_ide_smart.c:469
4320 #, c-format
4321 msgid "CRITICAL - %s: %s\n"
4322 msgstr ""
4324 #: plugins/check_ide_smart.c:488
4325 #, c-format
4326 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4327 msgstr ""
4329 #: plugins/check_ide_smart.c:505
4330 #, c-format
4331 msgid ""
4332 "This plugin checks a local hard drive with the (Linux specific) SMART "
4333 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4334 msgstr ""
4336 #: plugins/check_ide_smart.c:514
4337 msgid "Select device DEVICE"
4338 msgstr ""
4340 #: plugins/check_ide_smart.c:515
4341 msgid ""
4342 "Note: if the device is selected with this option, _no_ other options are "
4343 "accepted"
4344 msgstr ""
4346 #: plugins/check_ide_smart.c:517
4347 msgid "Perform immediately offline tests"
4348 msgstr ""
4350 #: plugins/check_ide_smart.c:519
4351 msgid "Returns the number of failed tests"
4352 msgstr ""
4354 #: plugins/check_ide_smart.c:521
4355 msgid "Turn on automatic offline tests"
4356 msgstr ""
4358 #: plugins/check_ide_smart.c:523
4359 msgid "Turn off automatic offline tests"
4360 msgstr ""
4362 #: plugins/check_ide_smart.c:525
4363 msgid "Output suitable for Nagios"
4364 msgstr ""
4366 #: plugins/negate.c:257
4367 msgid ""
4368 "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa)."
4369 msgstr ""
4371 #: plugins/negate.c:267
4372 msgid "[keep timeout than the plugin timeout to retain CRITICAL status]"
4373 msgstr ""
4375 #: plugins/negate.c:271
4376 msgid "Run check_ping and invert result. Must use full path to plugin"
4377 msgstr ""
4379 #: plugins/negate.c:273
4380 msgid "Use single quotes if you need to retain spaces"
4381 msgstr ""
4383 #: plugins/negate.c:277
4384 msgid ""
4385 "This plugin is a wrapper to take the output of another plugin and invert it."
4386 msgstr ""
4388 #: plugins/negate.c:278
4389 msgid ""
4390 "If the wrapped plugin returns STATE_OK, the wrapper will return "
4391 "STATE_CRITICAL."
4392 msgstr ""
4394 #: plugins/negate.c:279
4395 msgid ""
4396 "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
4397 "STATE_OK."
4398 msgstr ""
4400 #: plugins/negate.c:280
4401 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
4402 msgstr ""
4404 #: plugins/netutils.c:49
4405 #, c-format
4406 msgid "CRITICAL - Socket timeout after %d seconds\n"
4407 msgstr ""
4409 #: plugins/netutils.c:51
4410 #, c-format
4411 msgid "CRITICAL - Abnormal timeout after %d seconds\n"
4412 msgstr ""
4414 #: plugins/netutils.c:79 plugins/netutils.c:270
4415 msgid "Send failed"
4416 msgstr ""
4418 #: plugins/netutils.c:96 plugins/netutils.c:285
4419 msgid "No data was received from host!"
4420 msgstr ""
4422 #: plugins/netutils.c:193 plugins/netutils.c:229
4423 msgid "Socket creation failed"
4424 msgstr ""
4426 #: plugins/netutils.c:222
4427 msgid "Supplied path too long unix domain socket"
4428 msgstr ""
4430 #: plugins/netutils.c:294
4431 msgid "Receive failed"
4432 msgstr ""
4434 #: plugins/netutils.c:320
4435 #, c-format
4436 msgid "Invalid hostname/address - %s"
4437 msgstr ""
4439 #: plugins/popen.c:148
4440 msgid "Could not malloc argv array in popen()"
4441 msgstr ""
4443 #: plugins/popen.c:158
4444 msgid "CRITICAL - You need more args!!!"
4445 msgstr ""
4447 #: plugins/popen.c:207
4448 msgid "Cannot catch SIGCHLD"
4449 msgstr ""
4451 #: plugins/popen.c:302 plugins/utils.c:146
4452 #, c-format
4453 msgid "CRITICAL - Plugin timed out after %d seconds\n"
4454 msgstr ""
4456 #: plugins/popen.c:305
4457 msgid "CRITICAL - popen timeout received, but no child process"
4458 msgstr ""
4460 #: plugins/popen.c:321
4461 msgid "sysconf error for _SC_OPEN_MAX"
4462 msgstr ""
4464 #: plugins/urlize.c:137
4465 #, c-format
4466 msgid ""
4467 "%s UNKNOWN - No data received from host\n"
4468 "CMD: %s</A>\n"
4469 msgstr ""
4471 #: plugins/urlize.c:176
4472 msgid "This plugin wraps the text output of another command (plugin)"
4473 msgstr ""
4475 #: plugins/urlize.c:177
4476 msgid ""
4477 "in HTML <A> tags, thus displaying the plugin output in as a clickable link in"
4478 msgstr ""
4480 #: plugins/urlize.c:178
4481 msgid ""
4482 "the Nagios status screen.  The return status is the same as the invoked "
4483 "plugin."
4484 msgstr ""
4486 #: plugins/urlize.c:188
4487 msgid ""
4488 "Pay close attention to quoting to ensure that the shell passes the expected"
4489 msgstr ""
4491 #: plugins/urlize.c:189
4492 msgid "data to the plugin. For example, in:"
4493 msgstr ""
4495 #: plugins/urlize.c:190
4496 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
4497 msgstr ""
4499 #: plugins/urlize.c:191
4500 msgid "the shell will remove the single quotes and urlize will see:"
4501 msgstr ""
4503 #: plugins/urlize.c:192
4504 msgid "urlize http://example.com/ check_http -H example.com -r two words"
4505 msgstr ""
4507 #: plugins/urlize.c:193
4508 msgid "You probably want:"
4509 msgstr ""
4511 #: plugins/urlize.c:194
4512 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
4513 msgstr ""
4515 #: plugins/utils.c:441
4516 msgid "failed realloc in strpcpy\n"
4517 msgstr ""
4519 #: plugins/utils.c:483
4520 msgid "failed malloc in strscat\n"
4521 msgstr ""
4523 #: plugins-root/check_dhcp.c:298
4524 #, c-format
4525 msgid "Error: Could not get hardware address of interface '%s'\n"
4526 msgstr ""
4528 #: plugins-root/check_dhcp.c:320
4529 #, c-format
4530 msgid "Error: if_nametoindex error - %s.\n"
4531 msgstr ""
4533 #: plugins-root/check_dhcp.c:325
4534 #, c-format
4535 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
4536 msgstr ""
4538 #: plugins-root/check_dhcp.c:330
4539 #, c-format
4540 msgid ""
4541 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
4542 msgstr ""
4544 #: plugins-root/check_dhcp.c:335
4545 #, c-format
4546 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
4547 msgstr ""
4549 #: plugins-root/check_dhcp.c:361
4550 #, c-format
4551 msgid ""
4552 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
4553 "eg lnc0.\n"
4554 msgstr ""
4556 #: plugins-root/check_dhcp.c:366 plugins-root/check_dhcp.c:378
4557 #, c-format
4558 msgid ""
4559 "Error: can't read MAC address from DLPI streams interface for device %s unit "
4560 "%d.\n"
4561 msgstr ""
4563 #: plugins-root/check_dhcp.c:384
4564 #, c-format
4565 msgid "Error: can't get MAC address for this architecture.\n"
4566 msgstr ""
4568 #: plugins-root/check_dhcp.c:389
4569 #, c-format
4570 msgid "Hardware address: "
4571 msgstr ""
4573 #: plugins-root/check_dhcp.c:464
4574 #, c-format
4575 msgid "DHCPDISCOVER to %s port %d\n"
4576 msgstr ""
4578 #: plugins-root/check_dhcp.c:517
4579 #, c-format
4580 msgid "Result=ERROR\n"
4581 msgstr ""
4583 #: plugins-root/check_dhcp.c:523
4584 #, c-format
4585 msgid "Result=OK\n"
4586 msgstr ""
4588 #: plugins-root/check_dhcp.c:538
4589 #, c-format
4590 msgid "DHCPOFFER from IP address %s"
4591 msgstr ""
4593 #: plugins-root/check_dhcp.c:539
4594 #, c-format
4595 msgid " via %s\n"
4596 msgstr ""
4598 #: plugins-root/check_dhcp.c:546
4599 #, c-format
4600 msgid ""
4601 "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n"
4602 msgstr ""
4604 #: plugins-root/check_dhcp.c:568
4605 #, c-format
4606 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
4607 msgstr ""
4609 #: plugins-root/check_dhcp.c:586
4610 #, c-format
4611 msgid "Total responses seen on the wire: %d\n"
4612 msgstr ""
4614 #: plugins-root/check_dhcp.c:587
4615 #, c-format
4616 msgid "Valid responses for this machine: %d\n"
4617 msgstr ""
4619 #: plugins-root/check_dhcp.c:603
4620 #, c-format
4621 msgid "send_dhcp_packet result: %d\n"
4622 msgstr ""
4624 #: plugins-root/check_dhcp.c:632
4625 #, c-format
4626 msgid "No (more) data received\n"
4627 msgstr ""
4629 #: plugins-root/check_dhcp.c:651
4630 #, c-format
4631 msgid "recvfrom() failed, "
4632 msgstr ""
4634 #: plugins-root/check_dhcp.c:658
4635 #, c-format
4636 msgid "receive_dhcp_packet() result: %d\n"
4637 msgstr ""
4639 #: plugins-root/check_dhcp.c:659
4640 #, c-format
4641 msgid "receive_dhcp_packet() source: %s\n"
4642 msgstr ""
4644 #: plugins-root/check_dhcp.c:688
4645 #, c-format
4646 msgid "Error: Could not create socket!\n"
4647 msgstr ""
4649 #: plugins-root/check_dhcp.c:698
4650 #, c-format
4651 msgid "Error: Could not set reuse address option on DHCP socket!\n"
4652 msgstr ""
4654 #: plugins-root/check_dhcp.c:704
4655 #, c-format
4656 msgid "Error: Could not set broadcast option on DHCP socket!\n"
4657 msgstr ""
4659 #: plugins-root/check_dhcp.c:712
4660 #, c-format
4661 msgid ""
4662 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
4663 msgstr ""
4665 #: plugins-root/check_dhcp.c:722
4666 #, c-format
4667 msgid ""
4668 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
4669 msgstr ""
4671 #: plugins-root/check_dhcp.c:756
4672 #, c-format
4673 msgid "Requested server address: %s\n"
4674 msgstr ""
4676 #: plugins-root/check_dhcp.c:812
4677 #, c-format
4678 msgid "Lease Time: Infinite\n"
4679 msgstr ""
4681 #: plugins-root/check_dhcp.c:814
4682 #, c-format
4683 msgid "Lease Time: %lu seconds\n"
4684 msgstr ""
4686 #: plugins-root/check_dhcp.c:816
4687 #, c-format
4688 msgid "Renewal Time: Infinite\n"
4689 msgstr ""
4691 #: plugins-root/check_dhcp.c:818
4692 #, c-format
4693 msgid "Renewal Time: %lu seconds\n"
4694 msgstr ""
4696 #: plugins-root/check_dhcp.c:820
4697 #, c-format
4698 msgid "Rebinding Time: Infinite\n"
4699 msgstr ""
4701 #: plugins-root/check_dhcp.c:821
4702 #, c-format
4703 msgid "Rebinding Time: %lu seconds\n"
4704 msgstr ""
4706 #: plugins-root/check_dhcp.c:837
4707 #, c-format
4708 msgid "Added offer from server @ %s"
4709 msgstr ""
4711 #: plugins-root/check_dhcp.c:838
4712 #, c-format
4713 msgid " of IP address %s\n"
4714 msgstr ""
4716 #: plugins-root/check_dhcp.c:905
4717 #, c-format
4718 msgid "DHCP Server Match: Offerer=%s"
4719 msgstr ""
4721 #: plugins-root/check_dhcp.c:906
4722 #, c-format
4723 msgid " Requested=%s"
4724 msgstr ""
4726 #: plugins-root/check_dhcp.c:908
4727 #, c-format
4728 msgid " (duplicate)"
4729 msgstr ""
4731 #: plugins-root/check_dhcp.c:957
4732 #, c-format
4733 msgid "No DHCPOFFERs were received.\n"
4734 msgstr ""
4736 #: plugins-root/check_dhcp.c:961
4737 #, c-format
4738 msgid "Received %d DHCPOFFER(s)"
4739 msgstr ""
4741 #: plugins-root/check_dhcp.c:964
4742 #, c-format
4743 msgid ", %s%d of %d requested servers responded"
4744 msgstr ""
4746 #: plugins-root/check_dhcp.c:967
4747 #, c-format
4748 msgid ", requested address (%s) was %soffered"
4749 msgstr ""
4751 #: plugins-root/check_dhcp.c:967
4752 msgid "not "
4753 msgstr ""
4755 #: plugins-root/check_dhcp.c:969
4756 #, c-format
4757 msgid ", max lease time = "
4758 msgstr ""
4760 #: plugins-root/check_dhcp.c:971
4761 #, c-format
4762 msgid "Infinity"
4763 msgstr ""
4765 #: plugins-root/check_dhcp.c:1148
4766 #, c-format
4767 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
4768 msgstr ""
4770 #: plugins-root/check_dhcp.c:1160
4771 #, c-format
4772 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
4773 msgstr ""
4775 #: plugins-root/check_dhcp.c:1173
4776 #, c-format
4777 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
4778 msgstr ""
4780 #: plugins-root/check_dhcp.c:1185
4781 #, c-format
4782 msgid ""
4783 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
4784 msgstr ""
4786 #: plugins-root/check_dhcp.c:1209
4787 #, c-format
4788 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
4789 msgstr ""
4791 #: plugins-root/check_dhcp.c:1257
4792 msgid "This plugin tests the availability of DHCP servers on a network."
4793 msgstr ""
4795 #: plugins-root/check_dhcp.c:1268
4796 msgid "IP address of DHCP server that we must hear from"
4797 msgstr ""
4799 #: plugins-root/check_dhcp.c:1270
4800 msgid "IP address that should be offered by at least one DHCP server"
4801 msgstr ""
4803 #: plugins-root/check_dhcp.c:1272
4804 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
4805 msgstr ""
4807 #: plugins-root/check_dhcp.c:1274
4808 msgid "Interface to to use for listening (i.e. eth0)"
4809 msgstr ""
4811 #: plugins-root/check_icmp.c:1198
4812 msgid "specify a target"
4813 msgstr ""
4815 #: plugins-root/check_icmp.c:1200
4816 msgid "warning threshold (currently "
4817 msgstr ""
4819 #: plugins-root/check_icmp.c:1203
4820 msgid "critical threshold (currently "
4821 msgstr ""
4823 #: plugins-root/check_icmp.c:1206
4824 msgid "number of packets to send (currently "
4825 msgstr ""
4827 #: plugins-root/check_icmp.c:1209
4828 msgid "max packet interval (currently "
4829 msgstr ""
4831 #: plugins-root/check_icmp.c:1212
4832 msgid "max target interval (currently "
4833 msgstr ""
4835 #: plugins-root/check_icmp.c:1215
4836 msgid "TTL on outgoing packets (currently "
4837 msgstr ""
4839 #: plugins-root/check_icmp.c:1218
4840 msgid "timeout value (seconds, currently  "
4841 msgstr ""
4843 #: plugins-root/check_icmp.c:1221
4844 msgid "icmp packet size (currenly ignored)"
4845 msgstr ""
4847 #: plugins-root/check_icmp.c:1223
4848 msgid "verbose"
4849 msgstr ""
4851 #: plugins-root/check_icmp.c:1226
4852 msgid "The -H switch is optional. Naming a host (or several) to check is not."
4853 msgstr ""
4855 #: plugins-root/check_icmp.c:1227
4856 msgid ""
4857 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
4858 msgstr ""
4860 #: plugins-root/check_icmp.c:1228
4861 msgid "packet loss.  The default values should work well for most users."
4862 msgstr ""
4864 #: plugins-root/check_icmp.c:1229
4865 msgid ""
4866 "You can specify different RTA factors using the standardized abbreviations"
4867 msgstr ""
4869 #: plugins-root/check_icmp.c:1230
4870 msgid ""
4871 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
4872 msgstr ""
4874 #: plugins-root/check_icmp.c:1231
4875 msgid ""
4876 "Threshold format for -d is warn,crit.  12,14 means WARNING if >= 12 hops"
4877 msgstr ""
4879 #: plugins-root/check_icmp.c:1232
4880 msgid "are spent and CRITICAL if >= 14 hops are spent."
4881 msgstr ""
4883 #: plugins-root/check_icmp.c:1233
4884 msgid ""
4885 "NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do not."
4886 msgstr ""
4888 #: plugins-root/check_icmp.c:1234
4889 msgid "The -v switch can be specified several times for increased verbosity."
4890 msgstr ""