Code

re-update the po files
[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-12-09 21:07-0500\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:83 plugins/check_cluster.c:75 plugins/check_dig.c:89
21 #: plugins/check_disk.c:198 plugins/check_dns.c:93 plugins/check_dummy.c:59
22 #: plugins/check_fping.c:89 plugins/check_game.c:84 plugins/check_hpjd.c:106
23 #: plugins/check_http.c:150 plugins/check_ldap.c:108 plugins/check_load.c:126
24 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88
25 #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_ntp.c:763
26 #: plugins/check_ntp_peer.c:548 plugins/check_ntp_time.c:540
27 #: plugins/check_nwstat.c:177 plugins/check_overcr.c:106
28 #: plugins/check_pgsql.c:156 plugins/check_ping.c:99 plugins/check_procs.c:143
29 #: plugins/check_radius.c:156 plugins/check_real.c:85 plugins/check_smtp.c:145
30 #: plugins/check_snmp.c:183 plugins/check_ssh.c:78 plugins/check_swap.c:113
31 #: plugins/check_tcp.c:211 plugins/check_time.c:82 plugins/check_ups.c:125
32 #: plugins/check_users.c:70 plugins/negate.c:259 plugins-root/check_dhcp.c:277
33 msgid "Could not parse arguments"
34 msgstr ""
36 #: plugins/check_by_ssh.c:87 plugins/check_dig.c:86 plugins/check_dns.c:89
37 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160
38 #: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:113
39 msgid "Cannot catch SIGALRM"
40 msgstr ""
42 #: plugins/check_by_ssh.c:104
43 #, c-format
44 msgid "Remote command execution failed: %s\n"
45 msgstr ""
47 #: plugins/check_by_ssh.c:116
48 #, c-format
49 msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n"
50 msgstr ""
52 #: plugins/check_by_ssh.c:128
53 #, c-format
54 msgid "SSH WARNING: could not open %s\n"
55 msgstr ""
57 #: plugins/check_by_ssh.c:214 plugins/check_disk.c:530
58 #: plugins/check_http.c:244 plugins/check_ldap.c:292 plugins/check_pgsql.c:237
59 #: plugins/check_procs.c:371 plugins/check_radius.c:284
60 #: plugins/check_real.c:361 plugins/check_smtp.c:592 plugins/check_snmp.c:516
61 #: plugins/check_ssh.c:143 plugins/check_tcp.c:494 plugins/check_time.c:306
62 #: plugins/check_ups.c:555 plugins/negate.c:203
63 msgid "Timeout interval must be a positive integer"
64 msgstr ""
66 #: plugins/check_by_ssh.c:224 plugins/check_pgsql.c:261
67 #: plugins/check_radius.c:257 plugins/check_real.c:332
68 #: plugins/check_smtp.c:519 plugins/check_tcp.c:500 plugins/check_time.c:300
69 #: plugins/check_ups.c:517
70 msgid "Port must be a positive integer"
71 msgstr ""
73 #: plugins/check_by_ssh.c:270
74 msgid "skip-stdout argument must be an integer"
75 msgstr ""
77 #: plugins/check_by_ssh.c:278
78 msgid "skip-stderr argument must be an integer"
79 msgstr ""
81 #: plugins/check_by_ssh.c:296
82 #, c-format
83 msgid "%s: You must provide a host name\n"
84 msgstr ""
86 #: plugins/check_by_ssh.c:314
87 msgid "No remotecmd"
88 msgstr ""
90 #: plugins/check_by_ssh.c:330
91 #, c-format
92 msgid ""
93 "%s: In passive mode, you must provide a service name for each command.\n"
94 msgstr ""
96 #: plugins/check_by_ssh.c:333
97 #, c-format
98 msgid ""
99 "%s: In passive mode, you must provide the host short name from the nagios "
100 "configs.\n"
101 msgstr ""
103 #: plugins/check_by_ssh.c:347
104 #, c-format
105 msgid "This plugin uses SSH to execute commands on a remote host"
106 msgstr ""
108 #: plugins/check_by_ssh.c:360
109 msgid "tell ssh to use Protocol 1 [optional]"
110 msgstr ""
112 #: plugins/check_by_ssh.c:362
113 msgid "tell ssh to use Protocol 2 [optional]"
114 msgstr ""
116 #: plugins/check_by_ssh.c:364
117 msgid "Ignore all or (if specified) first n lines on STDOUT [optional]"
118 msgstr ""
120 #: plugins/check_by_ssh.c:366
121 msgid "Ignore all or (if specified) first n lines on STDERR [optional]"
122 msgstr ""
124 #: plugins/check_by_ssh.c:368
125 msgid "tells ssh to fork rather than create a tty [optional]"
126 msgstr ""
128 #: plugins/check_by_ssh.c:370
129 msgid "command to execute on the remote machine"
130 msgstr ""
132 #: plugins/check_by_ssh.c:372
133 msgid "SSH user name on remote host [optional]"
134 msgstr ""
136 #: plugins/check_by_ssh.c:374
137 msgid "identity of an authorized key [optional]"
138 msgstr ""
140 #: plugins/check_by_ssh.c:376
141 msgid "external command file for nagios [optional]"
142 msgstr ""
144 #: plugins/check_by_ssh.c:378
145 msgid "list of nagios service names, separated by ':' [optional]"
146 msgstr ""
148 #: plugins/check_by_ssh.c:380
149 msgid "short name of host in nagios configuration [optional]"
150 msgstr ""
152 #: plugins/check_by_ssh.c:382
153 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
154 msgstr ""
156 #: plugins/check_by_ssh.c:384
157 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
158 msgstr ""
160 #: plugins/check_by_ssh.c:387
161 msgid "The most common mode of use is to refer to a local identity file with"
162 msgstr ""
164 #: plugins/check_by_ssh.c:388
165 msgid "the '-i' option. In this mode, the identity pair should have a null"
166 msgstr ""
168 #: plugins/check_by_ssh.c:389
169 msgid "passphrase and the public key should be listed in the authorized_keys"
170 msgstr ""
172 #: plugins/check_by_ssh.c:390
173 msgid "file of the remote host. Usually the key will be restricted to running"
174 msgstr ""
176 #: plugins/check_by_ssh.c:391
177 msgid "only one command on the remote server. If the remote SSH server tracks"
178 msgstr ""
180 #: plugins/check_by_ssh.c:392
181 msgid "invocation arguments, the one remote program may be an agent that can"
182 msgstr ""
184 #: plugins/check_by_ssh.c:393
185 msgid "execute additional commands as proxy"
186 msgstr ""
188 #: plugins/check_by_ssh.c:394
189 msgid "To use passive mode, provide multiple '-C' options, and provide"
190 msgstr ""
192 #: plugins/check_by_ssh.c:395
193 msgid ""
194 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
195 msgstr ""
197 #: plugins/check_by_ssh.c:397 plugins/check_disk.c:954
198 #: plugins/check_http.c:1308 plugins/check_nagios.c:303
199 #: plugins/check_ntp.c:862 plugins/check_ntp_peer.c:663
200 #: plugins/check_ntp_time.c:619 plugins/check_procs.c:735 plugins/negate.c:319
201 #: plugins/urlize.c:187
202 #, c-format
203 msgid "Examples:"
204 msgstr ""
206 #: plugins/check_by_ssh.c:412 plugins/check_cluster.c:269
207 #: plugins/check_dig.c:336 plugins/check_disk.c:970 plugins/check_dns.c:447
208 #: plugins/check_dummy.c:129 plugins/check_fping.c:407
209 #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1331
210 #: plugins/check_ldap.c:449 plugins/check_load.c:328 plugins/check_mrtg.c:383
211 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707
212 #: plugins/check_ntp.c:875 plugins/check_ntp_peer.c:678
213 #: plugins/check_ntp_time.c:628 plugins/check_nwstat.c:1688
214 #: plugins/check_overcr.c:469 plugins/check_pgsql.c:458
215 #: plugins/check_ping.c:597 plugins/check_procs.c:753
216 #: plugins/check_radius.c:358 plugins/check_real.c:454
217 #: plugins/check_smtp.c:825 plugins/check_snmp.c:1029 plugins/check_ssh.c:308
218 #: plugins/check_swap.c:560 plugins/check_tcp.c:654 plugins/check_time.c:373
219 #: plugins/check_ups.c:657 plugins/check_users.c:230
220 #: plugins/check_ide_smart.c:527 plugins/negate.c:340 plugins/urlize.c:204
221 #: plugins-root/check_dhcp.c:1426 plugins-root/check_icmp.c:1278
222 #, c-format
223 msgid "Usage:"
224 msgstr ""
226 #: plugins/check_cluster.c:229
227 #, c-format
228 msgid "Host/Service Cluster Plugin for Nagios 2"
229 msgstr ""
231 #: plugins/check_cluster.c:235 plugins/check_nt.c:632
232 msgid "Options:"
233 msgstr ""
235 #: plugins/check_cluster.c:237
236 msgid "Check service cluster status"
237 msgstr ""
239 #: plugins/check_cluster.c:239
240 msgid "Check host cluster status"
241 msgstr ""
243 #: plugins/check_cluster.c:241
244 msgid "Optional prepended text output (i.e. \"Host cluster\")"
245 msgstr ""
247 #: plugins/check_cluster.c:243 plugins/check_cluster.c:246
248 msgid "Specifies the range of hosts or services in cluster that must be in a"
249 msgstr ""
251 #: plugins/check_cluster.c:244
252 msgid "non-OK state in order to return a WARNING status level"
253 msgstr ""
255 #: plugins/check_cluster.c:247
256 msgid " non-OK state in order to return a CRITICAL status level"
257 msgstr ""
259 #: plugins/check_cluster.c:249
260 msgid "The status codes of the hosts or services in the cluster, separated by"
261 msgstr ""
263 #: plugins/check_cluster.c:250
264 msgid "commas"
265 msgstr ""
267 #: plugins/check_cluster.c:255 plugins/check_game.c:318
268 #: plugins/check_http.c:1296 plugins/check_mrtg.c:364
269 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 plugins/check_ntp.c:856
270 #: plugins/check_ntp_peer.c:650 plugins/check_ntp_time.c:607
271 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452
272 #: plugins/check_swap.c:549 plugins/check_ups.c:633 plugins/negate.c:325
273 #, c-format
274 msgid "Notes:"
275 msgstr ""
277 #: plugins/check_cluster.c:256 plugins/check_ntp.c:857
278 #: plugins/check_ntp_peer.c:658 plugins/check_ntp_time.c:614
279 msgid "See:"
280 msgstr ""
282 #: plugins/check_cluster.c:258 plugins/check_ntp.c:859
283 #: plugins/check_ntp_peer.c:660 plugins/check_ntp_time.c:616
284 msgid "for THRESHOLD format and examples."
285 msgstr ""
287 #: plugins/check_dig.c:101 plugins/check_dig.c:103
288 #, c-format
289 msgid "Looking for: '%s'\n"
290 msgstr ""
292 #: plugins/check_dig.c:110
293 msgid "dig returned an error status"
294 msgstr ""
296 #: plugins/check_dig.c:135
297 msgid "Server not found in ANSWER SECTION"
298 msgstr ""
300 #: plugins/check_dig.c:145
301 msgid "No ANSWER SECTION found"
302 msgstr ""
304 #: plugins/check_dig.c:170
305 msgid "Probably a non-existent host/domain"
306 msgstr ""
308 #: plugins/check_dig.c:229
309 #, c-format
310 msgid "Port must be a positive integer - %s"
311 msgstr ""
313 #: plugins/check_dig.c:240
314 #, c-format
315 msgid "Warning interval must be a positive integer - %s"
316 msgstr ""
318 #: plugins/check_dig.c:248
319 #, c-format
320 msgid "Critical interval must be a positive integer - %s"
321 msgstr ""
323 #: plugins/check_dig.c:256
324 #, c-format
325 msgid "Timeout interval must be a positive integer - %s"
326 msgstr ""
328 #: plugins/check_dig.c:309
329 #, c-format
330 msgid "This plugin test the DNS service on the specified host using dig"
331 msgstr ""
333 #: plugins/check_dig.c:320
334 msgid "machine name to lookup"
335 msgstr ""
337 #: plugins/check_dig.c:322
338 msgid "record type to lookup (default: A)"
339 msgstr ""
341 #: plugins/check_dig.c:324
342 msgid ""
343 "an address expected to be in the answer section.if not set, uses whatever "
344 "was in -l"
345 msgstr ""
347 #: plugins/check_disk.c:220
348 #, c-format
349 msgid "DISK %s: %s not found\n"
350 msgstr ""
352 #: plugins/check_disk.c:220 plugins/check_disk.c:985 plugins/check_dns.c:208
353 #: plugins/check_dummy.c:81 plugins/check_http.c:947 plugins/check_mysql.c:214
354 #: plugins/check_nagios.c:107 plugins/check_nagios.c:171
355 #: plugins/check_nagios.c:175 plugins/check_procs.c:302
356 #, c-format
357 msgid "CRITICAL"
358 msgstr ""
360 #: plugins/check_disk.c:604
361 #, c-format
362 msgid "unit type %s not known\n"
363 msgstr ""
365 #: plugins/check_disk.c:607
366 #, c-format
367 msgid "failed allocating storage for '%s'\n"
368 msgstr ""
370 #: plugins/check_disk.c:631 plugins/check_disk.c:662 plugins/check_disk.c:667
371 #: plugins/check_disk.c:674 plugins/check_disk.c:678 plugins/check_disk.c:718
372 #: plugins/check_disk.c:724 plugins/check_disk.c:743 plugins/check_dummy.c:84
373 #: plugins/check_dummy.c:87
374 #, c-format
375 msgid "UNKNOWN"
376 msgstr ""
378 #: plugins/check_disk.c:631
379 msgid "Must set a threshold value before using -p\n"
380 msgstr ""
382 #: plugins/check_disk.c:662
383 msgid "Must set -E before selecting pathes\n"
384 msgstr ""
386 #: plugins/check_disk.c:667
387 msgid "Must set group value before selecting pathes \n"
388 msgstr ""
390 #: plugins/check_disk.c:674
391 msgid ""
392 "Pathes need to be selected before using -i/-I. Use -A to select all pathes "
393 "explicitly"
394 msgstr ""
396 #: plugins/check_disk.c:678 plugins/check_disk.c:724
397 msgid "Could not compile regular expression"
398 msgstr ""
400 #: plugins/check_disk.c:718
401 msgid "Must set a threshold value before using -r/-R\n"
402 msgstr ""
404 #: plugins/check_disk.c:744
405 msgid "Regular expression did not match any path or disk"
406 msgstr ""
408 #: plugins/check_disk.c:791
409 msgid "Unknown argument"
410 msgstr ""
412 #: plugins/check_disk.c:825
413 #, c-format
414 msgid " for %s\n"
415 msgstr ""
417 #: plugins/check_disk.c:893
418 msgid ""
419 "This plugin checks the amount of used disk space on a mounted file system"
420 msgstr ""
422 #: plugins/check_disk.c:894
423 msgid ""
424 "and generates an alert if free space is less than one of the threshold values"
425 msgstr ""
427 #: plugins/check_disk.c:903
428 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
429 msgstr ""
431 #: plugins/check_disk.c:905
432 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
433 msgstr ""
435 #: plugins/check_disk.c:907
436 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
437 msgstr ""
439 #: plugins/check_disk.c:909
440 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
441 msgstr ""
443 #: plugins/check_disk.c:911
444 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
445 msgstr ""
447 #: plugins/check_disk.c:913
448 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
449 msgstr ""
451 #: plugins/check_disk.c:915
452 msgid "Path or partition (may be repeated)"
453 msgstr ""
455 #: plugins/check_disk.c:917
456 msgid "Ignore device (only works if -p unspecified)"
457 msgstr ""
459 #: plugins/check_disk.c:919
460 msgid "Clear thresholds"
461 msgstr ""
463 #: plugins/check_disk.c:921
464 msgid "For paths or partitions specified with -p, only check for exact paths"
465 msgstr ""
467 #: plugins/check_disk.c:923
468 msgid "Display only devices/mountpoints with errors"
469 msgstr ""
471 #: plugins/check_disk.c:925
472 msgid ""
473 "Group pathes. Thresholds apply to (free-)space of all partitions together"
474 msgstr ""
476 #: plugins/check_disk.c:927
477 msgid "Same as '--units kB'"
478 msgstr ""
480 #: plugins/check_disk.c:929
481 msgid "Only check local filesystems"
482 msgstr ""
484 #: plugins/check_disk.c:931
485 msgid ""
486 "Only check local filesystems against thresholds. Yet call stat on remote "
487 "filesystems"
488 msgstr ""
490 #: plugins/check_disk.c:932
491 msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)"
492 msgstr ""
494 #: plugins/check_disk.c:934
495 msgid "Display the mountpoint instead of the partition"
496 msgstr ""
498 #: plugins/check_disk.c:936
499 msgid "Same as '--units MB'"
500 msgstr ""
502 #: plugins/check_disk.c:938
503 msgid "Explicitly select all pathes. This is equivalent to -R '.*'"
504 msgstr ""
506 #: plugins/check_disk.c:940
507 msgid ""
508 "Case insensitive regular expression for path/partition (may be repeated)"
509 msgstr ""
511 #: plugins/check_disk.c:942
512 msgid "Regular expression for path or partition (may be repeated)"
513 msgstr ""
515 #: plugins/check_disk.c:944
516 msgid ""
517 "Regular expression to ignore selected path/partition (case insensitive) (may "
518 "be repeated)"
519 msgstr ""
521 #: plugins/check_disk.c:946
522 msgid ""
523 "Regular expression to ignore selected path or partition (may be repeated)"
524 msgstr ""
526 #: plugins/check_disk.c:949
527 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
528 msgstr ""
530 #: plugins/check_disk.c:952
531 msgid "Ignore all filesystems of indicated type (may be repeated)"
532 msgstr ""
534 #: plugins/check_disk.c:956
535 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
536 msgstr ""
538 #: plugins/check_disk.c:958
539 msgid ""
540 "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -"
541 "r regex"
542 msgstr ""
544 #: plugins/check_disk.c:959
545 msgid ""
546 "are grouped which means the freespace thresholds are applied to all disks "
547 "together"
548 msgstr ""
550 #: plugins/check_disk.c:961
551 msgid ""
552 "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use "
553 "100M/50M"
554 msgstr ""
556 #: plugins/check_disk.c:986
557 #, c-format
558 msgid "%s %s: %s\n"
559 msgstr ""
561 #: plugins/check_disk.c:986
562 msgid "is not accessible"
563 msgstr ""
565 #: plugins/check_dns.c:107
566 msgid "nslookup returned an error status"
567 msgstr ""
569 #: plugins/check_dns.c:120
570 msgid "Warning plugin error"
571 msgstr ""
573 #: plugins/check_dns.c:140
574 #, c-format
575 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
576 msgstr ""
578 #: plugins/check_dns.c:150
579 msgid "Non-authoritative answer:"
580 msgstr ""
582 #: plugins/check_dns.c:178
583 #, c-format
584 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
585 msgstr ""
587 #: plugins/check_dns.c:184
588 #, c-format
589 msgid "expected '%s' but got '%s'"
590 msgstr ""
592 #: plugins/check_dns.c:190
593 #, c-format
594 msgid "server %s is not authoritative for %s"
595 msgstr ""
597 #: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_nagios.c:185
598 #: plugins/check_procs.c:295
599 #, c-format
600 msgid "OK"
601 msgstr ""
603 #: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:949
604 #: plugins/check_mysql.c:211 plugins/check_nagios.c:185
605 #: plugins/check_procs.c:297
606 #, c-format
607 msgid "WARNING"
608 msgstr ""
610 #: plugins/check_dns.c:210
611 #, c-format
612 msgid "%.3f second response time"
613 msgid_plural "%.3f seconds response time"
614 msgstr[0] ""
615 msgstr[1] ""
617 #: plugins/check_dns.c:211
618 #, c-format
619 msgid ". %s returns %s"
620 msgstr ""
622 #: plugins/check_dns.c:215
623 #, c-format
624 msgid "DNS WARNING - %s\n"
625 msgstr ""
627 #: plugins/check_dns.c:216 plugins/check_dns.c:219 plugins/check_dns.c:222
628 msgid " Probably a non-existent host/domain"
629 msgstr ""
631 #: plugins/check_dns.c:218
632 #, c-format
633 msgid "DNS CRITICAL - %s\n"
634 msgstr ""
636 #: plugins/check_dns.c:221
637 #, c-format
638 msgid "DNS UNKNOW - %s\n"
639 msgstr ""
641 #: plugins/check_dns.c:234
642 msgid "Note: nslookup is deprecated and may be removed from future releases."
643 msgstr ""
645 #: plugins/check_dns.c:235
646 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
647 msgstr ""
649 #: plugins/check_dns.c:236
650 msgid "the `-sil[ent]' option to prevent this message from appearing."
651 msgstr ""
653 #: plugins/check_dns.c:241
654 #, c-format
655 msgid "No response from DNS %s\n"
656 msgstr ""
658 #: plugins/check_dns.c:245
659 #, c-format
660 msgid "DNS %s has no records\n"
661 msgstr ""
663 #: plugins/check_dns.c:253
664 #, c-format
665 msgid "Connection to DNS %s was refused\n"
666 msgstr ""
668 #: plugins/check_dns.c:257
669 #, c-format
670 msgid "Query was refused by DNS server at %s\n"
671 msgstr ""
673 #: plugins/check_dns.c:261
674 #, c-format
675 msgid "No information returned by DNS server at %s\n"
676 msgstr ""
678 #: plugins/check_dns.c:267
679 #, c-format
680 msgid "Domain %s was not found by the server\n"
681 msgstr ""
683 #: plugins/check_dns.c:271
684 msgid "Network is unreachable\n"
685 msgstr ""
687 #: plugins/check_dns.c:275
688 #, c-format
689 msgid "DNS failure for %s\n"
690 msgstr ""
692 #: plugins/check_dns.c:339 plugins/check_dns.c:347 plugins/check_dns.c:354
693 #: plugins/check_dns.c:359 plugins/check_dns.c:380 plugins/check_dns.c:388
694 #: plugins/check_game.c:213 plugins/check_game.c:221
695 msgid "Input buffer overflow\n"
696 msgstr ""
698 #: plugins/check_dns.c:416
699 msgid ""
700 "This plugin uses the nslookup program to obtain the IP address for the given "
701 "host/domain query."
702 msgstr ""
704 #: plugins/check_dns.c:417
705 msgid "An optional DNS server to use may be specified."
706 msgstr ""
708 #: plugins/check_dns.c:418
709 msgid ""
710 "If no DNS server is specified, the default server(s) specified in /etc/"
711 "resolv.conf will be used."
712 msgstr ""
714 #: plugins/check_dns.c:427
715 msgid "The name or address you want to query"
716 msgstr ""
718 #: plugins/check_dns.c:429
719 msgid "Optional DNS server you want to use for the lookup"
720 msgstr ""
722 #: plugins/check_dns.c:431
723 msgid ""
724 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ."
725 msgstr ""
727 #: plugins/check_dns.c:433
728 msgid "Optionally expect the DNS server to be authoritative for the lookup"
729 msgstr ""
731 #: plugins/check_dns.c:435
732 msgid "Return warning if elapsed time exceeds value. Default off"
733 msgstr ""
735 #: plugins/check_dns.c:437
736 msgid "Return critical if elapsed time exceeds value. Default off"
737 msgstr ""
739 #: plugins/check_dummy.c:69
740 msgid "Arguments to check_dummy must be an integer"
741 msgstr ""
743 #: plugins/check_dummy.c:89
744 #, c-format
745 msgid "Status %d is not a supported error state\n"
746 msgstr ""
748 #: plugins/check_dummy.c:111
749 msgid ""
750 "This plugin will simply return the state corresponding to the numeric value"
751 msgstr ""
753 #: plugins/check_dummy.c:113
754 msgid "of the <state> argument with optional text"
755 msgstr ""
757 #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:432
758 #: plugins/check_procs.c:159 plugins/check_snmp.c:210 plugins/check_swap.c:178
759 #: plugins/check_users.c:75 plugins/urlize.c:117
760 #, c-format
761 msgid "Could not open pipe: %s\n"
762 msgstr ""
764 #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:157
765 #: plugins/check_procs.c:165 plugins/check_snmp.c:217 plugins/check_swap.c:184
766 #: plugins/check_users.c:81 plugins/urlize.c:123
767 #, c-format
768 msgid "Could not open stderr for %s\n"
769 msgstr ""
771 #: plugins/check_fping.c:149
772 #, c-format
773 msgid "FPING UNKNOW - %s not found\n"
774 msgstr ""
776 #: plugins/check_fping.c:153
777 #, c-format
778 msgid "FPING CRITICAL - %s is unreachable\n"
779 msgstr ""
781 #: plugins/check_fping.c:158
782 #, c-format
783 msgid "FPING CRITICAL - %s is down\n"
784 msgstr ""
786 #: plugins/check_fping.c:185
787 #, c-format
788 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
789 msgstr ""
791 #: plugins/check_fping.c:206
792 #, c-format
793 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
794 msgstr ""
796 #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364
797 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 plugins/check_ntp.c:709
798 #: plugins/check_ntp_peer.c:488 plugins/check_ntp_time.c:494
799 #: plugins/check_pgsql.c:255 plugins/check_ping.c:290 plugins/check_ping.c:413
800 #: plugins/check_radius.c:249 plugins/check_real.c:319
801 #: plugins/check_real.c:381 plugins/check_smtp.c:512 plugins/check_smtp.c:638
802 #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319
803 #: plugins/check_ups.c:503 plugins/check_ups.c:572
804 msgid "Invalid hostname/address"
805 msgstr ""
807 #: plugins/check_fping.c:307
808 msgid "Packet size must be a positive integer"
809 msgstr ""
811 #: plugins/check_fping.c:313
812 msgid "Packet count must be a positive integer"
813 msgstr ""
815 #: plugins/check_fping.c:319 plugins/check_ntp.c:733
816 #: plugins/check_ntp_peer.c:512 plugins/check_ntp_time.c:518
817 #: plugins/check_time.c:323
818 msgid "Hostname was not supplied"
819 msgstr ""
821 #: plugins/check_fping.c:339
822 #, c-format
823 msgid "%s: Only one threshold may be packet loss (%s)\n"
824 msgstr ""
826 #: plugins/check_fping.c:343
827 #, c-format
828 msgid "%s: Only one threshold must be packet loss (%s)\n"
829 msgstr ""
831 #: plugins/check_fping.c:375
832 msgid ""
833 "This plugin will use the fping command to ping the specified host for a fast "
834 "check"
835 msgstr ""
837 #: plugins/check_fping.c:377
838 msgid "Note that it is necessary to set the suid flag on fping."
839 msgstr ""
841 #: plugins/check_fping.c:386
842 msgid ""
843 "name or IP Address of host to ping (IP Address bypasses name lookup, "
844 "reducing system load)"
845 msgstr ""
847 #: plugins/check_fping.c:388 plugins/check_ping.c:567
848 msgid "warning threshold pair"
849 msgstr ""
851 #: plugins/check_fping.c:390 plugins/check_ping.c:569
852 msgid "critical threshold pair"
853 msgstr ""
855 #: plugins/check_fping.c:392
856 #, c-format
857 msgid "size of ICMP packet (default: %d)"
858 msgstr ""
860 #: plugins/check_fping.c:394
861 #, c-format
862 msgid "number of ICMP packets to send (default: %d)"
863 msgstr ""
865 #: plugins/check_fping.c:397
866 #, c-format
867 msgid ""
868 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
869 "(ms)"
870 msgstr ""
872 #: plugins/check_fping.c:398
873 msgid ""
874 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
875 msgstr ""
877 #: plugins/check_fping.c:399
878 msgid "packet loss to trigger an alarm state."
879 msgstr ""
881 #: plugins/check_game.c:113
882 #, c-format
883 msgid "CRITICAL - Host type parameter incorrect!\n"
884 msgstr ""
886 #: plugins/check_game.c:128
887 #, c-format
888 msgid "CRITICAL - Host not found\n"
889 msgstr ""
891 #: plugins/check_game.c:132
892 #, c-format
893 msgid "CRITICAL - Game server down or unavailable\n"
894 msgstr ""
896 #: plugins/check_game.c:136
897 #, c-format
898 msgid "CRITICAL - Game server timeout\n"
899 msgstr ""
901 #: plugins/check_game.c:299
902 #, c-format
903 msgid "This plugin tests game server connections with the specified host."
904 msgstr ""
906 #: plugins/check_game.c:308
907 msgid "Optional port of which to connect"
908 msgstr ""
910 #: plugins/check_game.c:310
911 msgid "Field number in raw qstat output that contains game name"
912 msgstr ""
914 #: plugins/check_game.c:312
915 msgid "Field number in raw qstat output that contains map name"
916 msgstr ""
918 #: plugins/check_game.c:314
919 msgid "Field number in raw qstat output that contains ping time"
920 msgstr ""
922 #: plugins/check_game.c:320
923 msgid ""
924 "This plugin uses the 'qstat' command, the popular game server status query "
925 "tool ."
926 msgstr ""
928 #: plugins/check_game.c:322
929 msgid ""
930 "If you don't have the package installed, you will need to download it from"
931 msgstr ""
933 #: plugins/check_game.c:324
934 msgid ""
935 "http://www.activesw.com/people/steve/qstat.html before you can use this "
936 "plugin."
937 msgstr ""
939 #: plugins/check_hpjd.c:242
940 msgid "Paper Jam"
941 msgstr ""
943 #: plugins/check_hpjd.c:246
944 msgid "Out of Paper"
945 msgstr ""
947 #: plugins/check_hpjd.c:251
948 msgid "Printer Offline"
949 msgstr ""
951 #: plugins/check_hpjd.c:256
952 msgid "Peripheral Error"
953 msgstr ""
955 #: plugins/check_hpjd.c:260
956 msgid "Intervention Required"
957 msgstr ""
959 #: plugins/check_hpjd.c:264
960 msgid "Toner Low"
961 msgstr ""
963 #: plugins/check_hpjd.c:268
964 msgid "Insufficient Memory"
965 msgstr ""
967 #: plugins/check_hpjd.c:272
968 msgid "A Door is Open"
969 msgstr ""
971 #: plugins/check_hpjd.c:276
972 msgid "Output Tray is Full"
973 msgstr ""
975 #: plugins/check_hpjd.c:280
976 msgid "Data too Slow for Engine"
977 msgstr ""
979 #: plugins/check_hpjd.c:284
980 msgid "Unknown Paper Error"
981 msgstr ""
983 #: plugins/check_hpjd.c:289
984 #, c-format
985 msgid "Printer ok - (%s)\n"
986 msgstr ""
988 #: plugins/check_hpjd.c:394
989 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
990 msgstr ""
992 #: plugins/check_hpjd.c:395
993 msgid "Net-snmp must be installed on the computer running the plugin."
994 msgstr ""
996 #: plugins/check_hpjd.c:404
997 msgid "The SNMP community name "
998 msgstr ""
1000 #: plugins/check_hpjd.c:405
1001 #, c-format
1002 msgid "(default=%s)"
1003 msgstr ""
1005 #: plugins/check_http.c:250
1006 msgid "Critical threshold must be integer"
1007 msgstr ""
1009 #: plugins/check_http.c:258
1010 msgid "Warning threshold must be integer"
1011 msgstr ""
1013 #: plugins/check_http.c:284 plugins/check_tcp.c:563
1014 msgid "Invalid certificate expiration period"
1015 msgstr ""
1017 #: plugins/check_http.c:293 plugins/check_tcp.c:575
1018 msgid "Invalid option - SSL is not available"
1019 msgstr ""
1021 #: plugins/check_http.c:311
1022 #, c-format
1023 msgid "option f:%d \n"
1024 msgstr ""
1026 #: plugins/check_http.c:328
1027 msgid "Invalid port number"
1028 msgstr ""
1030 #: plugins/check_http.c:366
1031 #, c-format
1032 msgid "Could Not Compile Regular Expression: %s"
1033 msgstr ""
1035 #: plugins/check_http.c:380 plugins/check_ntp.c:722
1036 #: plugins/check_ntp_peer.c:501 plugins/check_ntp_time.c:507
1037 #: plugins/check_smtp.c:618 plugins/check_ssh.c:154 plugins/check_tcp.c:467
1038 msgid "IPv6 support not available"
1039 msgstr ""
1041 #: plugins/check_http.c:442 plugins/check_ping.c:417
1042 msgid "You must specify a server address or host name"
1043 msgstr ""
1045 #: plugins/check_http.c:625
1046 msgid "HTTP UNKNOWN - Server date unknown\n"
1047 msgstr ""
1049 #: plugins/check_http.c:627
1050 msgid "HTTP CRITICAL - Document modification date unknown\n"
1051 msgstr ""
1053 #: plugins/check_http.c:633
1054 #, c-format
1055 msgid "HTTP CRITICAL - Server date \"%100s\" unparsable"
1056 msgstr ""
1058 #: plugins/check_http.c:635
1059 #, c-format
1060 msgid "HTTP CRITICAL - Document date \"%100s\" unparsable"
1061 msgstr ""
1063 #: plugins/check_http.c:637
1064 #, c-format
1065 msgid "HTTP CRITICAL - Document is %d seconds in the future\n"
1066 msgstr ""
1068 #: plugins/check_http.c:642
1069 #, c-format
1070 msgid "HTTP CRITICAL - Last modified %.1f days ago\n"
1071 msgstr ""
1073 #: plugins/check_http.c:646
1074 #, c-format
1075 msgid "HTTP CRITICAL - Last modified %d:%02d:%02d ago\n"
1076 msgstr ""
1078 #: plugins/check_http.c:727
1079 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
1080 msgstr ""
1082 #: plugins/check_http.c:810
1083 msgid "HTTP CRITICAL - Error on receive\n"
1084 msgstr ""
1086 #: plugins/check_http.c:820
1087 msgid "HTTP CRITICAL - No data received from host\n"
1088 msgstr ""
1090 #: plugins/check_http.c:870
1091 msgid "Invalid HTTP response received from host\n"
1092 msgstr ""
1094 #: plugins/check_http.c:873
1095 #, c-format
1096 msgid "Invalid HTTP response received from host on port %d\n"
1097 msgstr ""
1099 #: plugins/check_http.c:881
1100 #, c-format
1101 msgid "HTTP OK: Status line output matched \"%s\"\n"
1102 msgstr ""
1104 #: plugins/check_http.c:893
1105 #, c-format
1106 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
1107 msgstr ""
1109 #: plugins/check_http.c:900
1110 #, c-format
1111 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
1112 msgstr ""
1114 #: plugins/check_http.c:904
1115 #, c-format
1116 msgid "HTTP CRITICAL: %s\n"
1117 msgstr ""
1119 #: plugins/check_http.c:908
1120 #, c-format
1121 msgid "HTTP WARNING: %s\n"
1122 msgstr ""
1124 #: plugins/check_http.c:916
1125 #, c-format
1126 msgid "HTTP UNKNOWN"
1127 msgstr ""
1129 #: plugins/check_http.c:918
1130 #, c-format
1131 msgid "HTTP OK"
1132 msgstr ""
1134 #: plugins/check_http.c:920
1135 #, c-format
1136 msgid "HTTP WARNING"
1137 msgstr ""
1139 #: plugins/check_http.c:922 plugins/check_http.c:985
1140 #, c-format
1141 msgid "HTTP CRITICAL"
1142 msgstr ""
1144 #: plugins/check_http.c:926 plugins/check_http.c:942
1145 #, c-format
1146 msgid " - %s - %.3f second response time %s|%s %s\n"
1147 msgstr ""
1149 #: plugins/check_http.c:956 plugins/check_http.c:973
1150 #, c-format
1151 msgid "HTTP OK %s - %.3f second response time %s|%s %s\n"
1152 msgstr ""
1154 #: plugins/check_http.c:963
1155 #, c-format
1156 msgid "HTTP CRITICAL - string not found%s|%s %s\n"
1157 msgstr ""
1159 #: plugins/check_http.c:981
1160 msgid "pattern not found"
1161 msgstr ""
1163 #: plugins/check_http.c:983
1164 msgid "pattern found"
1165 msgstr ""
1167 #: plugins/check_http.c:993
1168 #, c-format
1169 msgid "HTTP CRITICAL - Execute Error: %s\n"
1170 msgstr ""
1172 #: plugins/check_http.c:1002
1173 #, c-format
1174 msgid "HTTP WARNING: page size %d too large%s|%s\n"
1175 msgstr ""
1177 #: plugins/check_http.c:1006
1178 #, c-format
1179 msgid "HTTP WARNING: page size %d too small%s|%s\n"
1180 msgstr ""
1182 #: plugins/check_http.c:1011
1183 #, c-format
1184 msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n"
1185 msgstr ""
1187 #: plugins/check_http.c:1044
1188 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1189 msgstr ""
1191 #: plugins/check_http.c:1048
1192 msgid "HTTP UNKNOWN - Could not allocate url\n"
1193 msgstr ""
1195 #: plugins/check_http.c:1057
1196 #, c-format
1197 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1198 msgstr ""
1200 #: plugins/check_http.c:1072
1201 #, c-format
1202 msgid "HTTP UNKNOWN - Empty redirect location%s\n"
1203 msgstr ""
1205 #: plugins/check_http.c:1079
1206 msgid "HTTP UNKNOWN - could not allocate url\n"
1207 msgstr ""
1209 #: plugins/check_http.c:1119
1210 #, c-format
1211 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1212 msgstr ""
1214 #: plugins/check_http.c:1129
1215 #, c-format
1216 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1217 msgstr ""
1219 #: plugins/check_http.c:1137
1220 #, c-format
1221 msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1222 msgstr ""
1224 #: plugins/check_http.c:1152
1225 #, c-format
1226 msgid "HTTP UNKNOWN - Could not allocate server_url%s\n"
1227 msgstr ""
1229 #: plugins/check_http.c:1158
1230 #, c-format
1231 msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n"
1232 msgstr ""
1234 #: plugins/check_http.c:1163
1235 #, c-format
1236 msgid "Redirection to %s://%s:%d%s\n"
1237 msgstr ""
1239 #: plugins/check_http.c:1215
1240 msgid "This plugin tests the HTTP service on the specified host. It can test"
1241 msgstr ""
1243 #: plugins/check_http.c:1216
1244 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1245 msgstr ""
1247 #: plugins/check_http.c:1217
1248 msgid "strings and regular expressions, check connection times, and report on"
1249 msgstr ""
1251 #: plugins/check_http.c:1218
1252 msgid "certificate expiration times."
1253 msgstr ""
1255 #: plugins/check_http.c:1224
1256 #, c-format
1257 msgid "NOTE: One or both of -H and -I must be specified"
1258 msgstr ""
1260 #: plugins/check_http.c:1231
1261 msgid "Host name argument for servers using host headers (virtual host)"
1262 msgstr ""
1264 #: plugins/check_http.c:1232
1265 msgid "Append a port to include it in the header (eg: example.com:5000)"
1266 msgstr ""
1268 #: plugins/check_http.c:1234
1269 msgid ""
1270 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1271 msgstr ""
1273 #: plugins/check_http.c:1236
1274 msgid "Port number (default: "
1275 msgstr ""
1277 #: plugins/check_http.c:1243
1278 msgid "Connect via SSL. Port defaults to 443"
1279 msgstr ""
1281 #: plugins/check_http.c:1245
1282 msgid ""
1283 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1284 msgstr ""
1286 #: plugins/check_http.c:1246
1287 msgid "(when this option is used the url is not checked.)\n"
1288 msgstr ""
1290 #: plugins/check_http.c:1250
1291 msgid "String to expect in first (status) line of server response (default: "
1292 msgstr ""
1294 #: plugins/check_http.c:1252
1295 msgid ""
1296 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1297 msgstr ""
1299 #: plugins/check_http.c:1254
1300 msgid "String to expect in the content"
1301 msgstr ""
1303 #: plugins/check_http.c:1256
1304 msgid "URL to GET or POST (default: /)"
1305 msgstr ""
1307 #: plugins/check_http.c:1258
1308 msgid "URL encoded http POST data"
1309 msgstr ""
1311 #: plugins/check_http.c:1260
1312 msgid "Don't wait for document body: stop reading after headers."
1313 msgstr ""
1315 #: plugins/check_http.c:1261
1316 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1317 msgstr ""
1319 #: plugins/check_http.c:1263
1320 msgid "Warn if document is more than SECONDS old. the number can also be of"
1321 msgstr ""
1323 #: plugins/check_http.c:1264
1324 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1325 msgstr ""
1327 #: plugins/check_http.c:1266
1328 msgid "specify Content-Type header media type when POSTing\n"
1329 msgstr ""
1331 #: plugins/check_http.c:1269
1332 msgid "Allow regex to span newlines (must precede -r or -R)"
1333 msgstr ""
1335 #: plugins/check_http.c:1271
1336 msgid "Search page for regex STRING"
1337 msgstr ""
1339 #: plugins/check_http.c:1273
1340 msgid "Search page for case-insensitive regex STRING"
1341 msgstr ""
1343 #: plugins/check_http.c:1275
1344 msgid "Return CRITICAL if found, OK if not\n"
1345 msgstr ""
1347 #: plugins/check_http.c:1278
1348 msgid "Username:password on sites with basic authentication"
1349 msgstr ""
1351 #: plugins/check_http.c:1280
1352 msgid "String to be sent in http header as \"User Agent\""
1353 msgstr ""
1355 #: plugins/check_http.c:1282
1356 msgid ""
1357 " Any other tags to be sent in http header. Use multiple times for additional "
1358 "headers"
1359 msgstr ""
1361 #: plugins/check_http.c:1284
1362 msgid "Wrap output in HTML link (obsoleted by urlize)"
1363 msgstr ""
1365 #: plugins/check_http.c:1286
1366 msgid "How to handle redirected pages"
1367 msgstr ""
1369 #: plugins/check_http.c:1288
1370 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1371 msgstr ""
1373 #: plugins/check_http.c:1297
1374 msgid "This plugin will attempt to open an HTTP connection with the host."
1375 msgstr ""
1377 #: plugins/check_http.c:1298
1378 msgid ""
1379 "Successful connects return STATE_OK, refusals and timeouts return "
1380 "STATE_CRITICAL"
1381 msgstr ""
1383 #: plugins/check_http.c:1299
1384 msgid ""
1385 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1386 "reponse"
1387 msgstr ""
1389 #: plugins/check_http.c:1300
1390 msgid ""
1391 "messages from the host result in STATE_WARNING return values.  If you are"
1392 msgstr ""
1394 #: plugins/check_http.c:1301
1395 msgid ""
1396 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1397 msgstr ""
1399 #: plugins/check_http.c:1302
1400 msgid "(fully qualified domain name) as the [host_name] argument."
1401 msgstr ""
1403 #: plugins/check_http.c:1305
1404 msgid "This plugin can also check whether an SSL enabled web server is able to"
1405 msgstr ""
1407 #: plugins/check_http.c:1306
1408 msgid "serve content (optionally within a specified time) or whether the X509 "
1409 msgstr ""
1411 #: plugins/check_http.c:1307
1412 msgid "certificate is still valid for the specified number of days."
1413 msgstr ""
1415 #: plugins/check_http.c:1310
1416 msgid ""
1417 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1418 msgstr ""
1420 #: plugins/check_http.c:1311
1421 msgid ""
1422 "a STATE_OK will be returned. When the server returns its content but exceeds"
1423 msgstr ""
1425 #: plugins/check_http.c:1312
1426 msgid ""
1427 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1428 "occurs,"
1429 msgstr ""
1431 #: plugins/check_http.c:1313
1432 msgid "a STATE_CRITICAL will be returned."
1433 msgstr ""
1435 #: plugins/check_http.c:1316
1436 msgid ""
1437 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1438 msgstr ""
1440 #: plugins/check_http.c:1317
1441 msgid ""
1442 "a STATE_OK is returned. When the certificate is still valid, but for less "
1443 "than"
1444 msgstr ""
1446 #: plugins/check_http.c:1318
1447 msgid ""
1448 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1449 msgstr ""
1451 #: plugins/check_http.c:1319
1452 msgid "the certificate is expired."
1453 msgstr ""
1455 #: plugins/check_ldap.c:132
1456 #, c-format
1457 msgid "Could not connect to the server at port %i\n"
1458 msgstr ""
1460 #: plugins/check_ldap.c:141
1461 #, c-format
1462 msgid "Could not set protocol version %d\n"
1463 msgstr ""
1465 #: plugins/check_ldap.c:156
1466 #, c-format
1467 msgid "Could not init TLS at port %i!\n"
1468 msgstr ""
1470 #: plugins/check_ldap.c:160
1471 #, c-format
1472 msgid "TLS not supported by the libraries!\n"
1473 msgstr ""
1475 #: plugins/check_ldap.c:180
1476 #, c-format
1477 msgid "Could not init startTLS at port %i!\n"
1478 msgstr ""
1480 #: plugins/check_ldap.c:184
1481 #, c-format
1482 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1483 msgstr ""
1485 #: plugins/check_ldap.c:194
1486 #, c-format
1487 msgid "Could not bind to the ldap-server\n"
1488 msgstr ""
1490 #: plugins/check_ldap.c:203
1491 #, c-format
1492 msgid "Could not search/find objectclasses in %s\n"
1493 msgstr ""
1495 #: plugins/check_ldap.c:226
1496 #, c-format
1497 msgid "LDAP %s - %.3f seconds response time|%s\n"
1498 msgstr ""
1500 #: plugins/check_ldap.c:338 plugins/check_ldap.c:345
1501 #, c-format
1502 msgid "%s cannot be combined with %s"
1503 msgstr ""
1505 #: plugins/check_ldap.c:351 plugins/check_ping.c:241
1506 msgid "IPv6 support not available\n"
1507 msgstr ""
1509 #: plugins/check_ldap.c:374
1510 msgid "Please specify the host name\n"
1511 msgstr ""
1513 #: plugins/check_ldap.c:377
1514 msgid "Please specify the LDAP base\n"
1515 msgstr ""
1517 #: plugins/check_ldap.c:405
1518 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1519 msgstr ""
1521 #: plugins/check_ldap.c:407
1522 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1523 msgstr ""
1525 #: plugins/check_ldap.c:409
1526 msgid "ldap bind DN (if required)"
1527 msgstr ""
1529 #: plugins/check_ldap.c:411
1530 msgid "ldap password (if required)"
1531 msgstr ""
1533 #: plugins/check_ldap.c:413
1534 msgid "use starttls mechanism introduced in protocol version 3"
1535 msgstr ""
1537 #: plugins/check_ldap.c:415
1538 #, c-format
1539 msgid "use ldaps (ldap v2 ssl method). this also sets the default port to %s"
1540 msgstr ""
1542 #: plugins/check_ldap.c:419
1543 msgid "use ldap protocol version 2"
1544 msgstr ""
1546 #: plugins/check_ldap.c:421
1547 msgid "use ldap protocol version 3"
1548 msgstr ""
1550 #: plugins/check_ldap.c:431
1551 msgid "Note:"
1552 msgstr ""
1554 #: plugins/check_ldap.c:432
1555 msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"
1556 msgstr ""
1558 #: plugins/check_ldap.c:433
1559 #, c-format
1560 msgid ""
1561 "implied (using default port %i) unless --port=636 is specified. In that case "
1562 "%s"
1563 msgstr ""
1565 #: plugins/check_ldap.c:434
1566 msgid "'SSL on connect' will be used no matter how the plugin was called."
1567 msgstr ""
1569 #: plugins/check_ldap.c:435
1570 msgid ""
1571 "This detection is deprecated, please use 'check_ldap' with the '--starttls' "
1572 "or '--ssl' flags"
1573 msgstr ""
1575 #: plugins/check_ldap.c:436
1576 msgid "to define the behaviour explicitly instead."
1577 msgstr ""
1579 #: plugins/check_load.c:94
1580 msgid "Warning threshold must be float or float triplet!\n"
1581 msgstr ""
1583 #: plugins/check_load.c:136 plugins/check_load.c:152
1584 #, c-format
1585 msgid "Error opening %s\n"
1586 msgstr ""
1588 #: plugins/check_load.c:164
1589 #, c-format
1590 msgid "Error code %d returned in %s\n"
1591 msgstr ""
1593 #: plugins/check_load.c:179
1594 #, c-format
1595 msgid "Error in getloadavg()\n"
1596 msgstr ""
1598 #: plugins/check_load.c:182 plugins/check_load.c:184
1599 #, c-format
1600 msgid "Error processing %s\n"
1601 msgstr ""
1603 #: plugins/check_load.c:193
1604 #, c-format
1605 msgid "load average: %.2f, %.2f, %.2f"
1606 msgstr ""
1608 #: plugins/check_load.c:286
1609 #, c-format
1610 msgid "Critical threshold for %d-minute load average is not specified\n"
1611 msgstr ""
1613 #: plugins/check_load.c:288
1614 #, c-format
1615 msgid "Warning threshold for %d-minute load average is not specified\n"
1616 msgstr ""
1618 #: plugins/check_load.c:290
1619 #, c-format
1620 msgid ""
1621 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1622 "\"critical load\"\n"
1623 msgstr ""
1625 #: plugins/check_load.c:306
1626 #, c-format
1627 msgid "This plugin tests the current system load average."
1628 msgstr ""
1630 #: plugins/check_load.c:315
1631 msgid "Exit with WARNING status if load average exceeds WLOADn"
1632 msgstr ""
1634 #: plugins/check_load.c:317
1635 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1636 msgstr ""
1638 #: plugins/check_load.c:318
1639 msgid "the load average format is the same used by \"uptime\" and \"w\""
1640 msgstr ""
1642 #: plugins/check_load.c:320
1643 msgid "Divide the load averages by the number of CPUs (when possible)"
1644 msgstr ""
1646 #: plugins/check_mrtg.c:79
1647 msgid "Could not parse arguments\n"
1648 msgstr ""
1650 #: plugins/check_mrtg.c:84
1651 #, c-format
1652 msgid "Unable to open MRTG log file\n"
1653 msgstr ""
1655 #: plugins/check_mrtg.c:131
1656 #, c-format
1657 msgid "Unable to process MRTG log file\n"
1658 msgstr ""
1660 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:136
1661 #, c-format
1662 msgid "MRTG data has expired (%d minutes old)\n"
1663 msgstr ""
1665 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1666 #: plugins/check_mrtgtraf.c:196
1667 msgid "Avg"
1668 msgstr ""
1670 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1671 #: plugins/check_mrtgtraf.c:196
1672 msgid "Max"
1673 msgstr ""
1675 #: plugins/check_mrtg.c:225
1676 msgid "Invalid variable number"
1677 msgstr ""
1679 #: plugins/check_mrtg.c:260
1680 #, c-format
1681 msgid ""
1682 "%s is not a valid expiration time\n"
1683 "Use '%s -h' for additional help\n"
1684 msgstr ""
1686 #: plugins/check_mrtg.c:277
1687 msgid "Invalid variable number\n"
1688 msgstr ""
1690 #: plugins/check_mrtg.c:304
1691 msgid "You must supply the variable number"
1692 msgstr ""
1694 #: plugins/check_mrtg.c:325
1695 msgid ""
1696 "This plugin will check either the average or maximum value of one of the"
1697 msgstr ""
1699 #: plugins/check_mrtg.c:326
1700 msgid "two variables recorded in an MRTG log file."
1701 msgstr ""
1703 #: plugins/check_mrtg.c:335
1704 msgid "The MRTG log file containing the data you want to monitor"
1705 msgstr ""
1707 #: plugins/check_mrtg.c:337
1708 msgid "Minutes before MRTG data is considered to be too old"
1709 msgstr ""
1711 #: plugins/check_mrtg.c:339
1712 msgid "Should we check average or maximum values?"
1713 msgstr ""
1715 #: plugins/check_mrtg.c:341
1716 msgid "Which variable set should we inspect? (1 or 2)"
1717 msgstr ""
1719 #: plugins/check_mrtg.c:343
1720 msgid "Threshold value for data to result in WARNING status"
1721 msgstr ""
1723 #: plugins/check_mrtg.c:345
1724 msgid "Threshold value for data to result in CRITICAL status"
1725 msgstr ""
1727 #: plugins/check_mrtg.c:347
1728 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1729 msgstr ""
1731 #: plugins/check_mrtg.c:349
1732 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1733 msgstr ""
1735 #: plugins/check_mrtg.c:350
1736 #, c-format
1737 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1738 msgstr ""
1740 #: plugins/check_mrtg.c:352
1741 msgid ""
1742 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1743 msgstr ""
1745 #: plugins/check_mrtg.c:353
1746 msgid ""
1747 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1748 msgstr ""
1750 #: plugins/check_mrtg.c:354
1751 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1752 msgstr ""
1754 #: plugins/check_mrtg.c:355
1755 msgid "status is returned and a warning message is printed."
1756 msgstr ""
1758 #: plugins/check_mrtg.c:357
1759 msgid ""
1760 "This plugin is useful for monitoring MRTG data that does not correspond to"
1761 msgstr ""
1763 #: plugins/check_mrtg.c:358
1764 msgid ""
1765 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1766 msgstr ""
1768 #: plugins/check_mrtg.c:359
1769 msgid ""
1770 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1771 msgstr ""
1773 #: plugins/check_mrtg.c:360
1774 msgid ""
1775 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1776 msgstr ""
1778 #: plugins/check_mrtg.c:361
1779 msgid ""
1780 "me to track processor utilization, user connections, drive space, etc and"
1781 msgstr ""
1783 #: plugins/check_mrtg.c:362
1784 msgid "this plugin works well for monitoring that kind of data as well."
1785 msgstr ""
1787 #: plugins/check_mrtg.c:365
1788 msgid ""
1789 "- This plugin only monitors one of the two variables stored in the MRTG log"
1790 msgstr ""
1792 #: plugins/check_mrtg.c:366
1793 msgid "  file.  If you want to monitor both values you will have to define two"
1794 msgstr ""
1796 #: plugins/check_mrtg.c:367
1797 msgid ""
1798 "  commands with different values for the <variable> argument.  Of course,"
1799 msgstr ""
1801 #: plugins/check_mrtg.c:368
1802 msgid "you can always hack the code to make this plugin work for you..."
1803 msgstr ""
1805 #: plugins/check_mrtg.c:369
1806 msgid ""
1807 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1808 "from"
1809 msgstr ""
1811 #: plugins/check_mrtgtraf.c:88
1812 msgid "Unable to open MRTG log file"
1813 msgstr ""
1815 #: plugins/check_mrtgtraf.c:130
1816 msgid "Unable to process MRTG log file"
1817 msgstr ""
1819 #: plugins/check_mrtgtraf.c:194
1820 #, c-format
1821 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1822 msgstr ""
1824 #: plugins/check_mrtgtraf.c:207
1825 #, c-format
1826 msgid "Traffic %s - %s\n"
1827 msgstr ""
1829 #: plugins/check_mrtgtraf.c:337
1830 msgid ""
1831 "This plugin will check the incoming/outgoing transfer rates of a router,"
1832 msgstr ""
1834 #: plugins/check_mrtgtraf.c:338
1835 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1836 msgstr ""
1838 #: plugins/check_mrtgtraf.c:339
1839 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1840 msgstr ""
1842 #: plugins/check_mrtgtraf.c:340
1843 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1844 msgstr ""
1846 #: plugins/check_mrtgtraf.c:341
1847 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1848 msgstr ""
1850 #: plugins/check_mrtgtraf.c:342
1851 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1852 msgstr ""
1854 #: plugins/check_mrtgtraf.c:351
1855 msgid "File to read log from"
1856 msgstr ""
1858 #: plugins/check_mrtgtraf.c:353
1859 msgid "Minutes after which log expires"
1860 msgstr ""
1862 #: plugins/check_mrtgtraf.c:355
1863 msgid "Test average or maximum"
1864 msgstr ""
1866 #: plugins/check_mrtgtraf.c:357
1867 msgid "Warning threshold pair <incoming>,<outgoing>"
1868 msgstr ""
1870 #: plugins/check_mrtgtraf.c:359
1871 msgid "Critical threshold pair <incoming>,<outgoing>"
1872 msgstr ""
1874 #: plugins/check_mrtgtraf.c:362
1875 msgid ""
1876 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1877 msgstr ""
1879 #: plugins/check_mrtgtraf.c:364
1880 msgid "- While MRTG can monitor things other than traffic rates, this"
1881 msgstr ""
1883 #: plugins/check_mrtgtraf.c:365
1884 msgid "  plugin probably won't work with much else without modification."
1885 msgstr ""
1887 #: plugins/check_mrtgtraf.c:366
1888 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1889 msgstr ""
1891 #: plugins/check_mrtgtraf.c:367
1892 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1893 msgstr ""
1895 #: plugins/check_mrtgtraf.c:368
1896 msgid "  for future enhancements of this plugin."
1897 msgstr ""
1899 #: plugins/check_mrtgtraf.c:378
1900 #, c-format
1901 msgid "Usage"
1902 msgstr ""
1904 #: plugins/check_mysql.c:129
1905 #, c-format
1906 msgid "slave query error: %s\n"
1907 msgstr ""
1909 #: plugins/check_mysql.c:136
1910 #, c-format
1911 msgid "slave store_result error: %s\n"
1912 msgstr ""
1914 #: plugins/check_mysql.c:142
1915 msgid "No slaves defined"
1916 msgstr ""
1918 #: plugins/check_mysql.c:150
1919 #, c-format
1920 msgid "slave fetch row error: %s\n"
1921 msgstr ""
1923 #: plugins/check_mysql.c:155
1924 #, c-format
1925 msgid "Slave running: %s"
1926 msgstr ""
1928 #: plugins/check_mysql.c:373
1929 msgid "This program tests connections to a mysql server"
1930 msgstr ""
1932 #: plugins/check_mysql.c:384
1933 msgid "Check database with indicated name"
1934 msgstr ""
1936 #: plugins/check_mysql.c:386
1937 msgid "Connect using the indicated username"
1938 msgstr ""
1940 #: plugins/check_mysql.c:388
1941 msgid "Use the indicated password to authenticate the connection"
1942 msgstr ""
1944 #: plugins/check_mysql.c:389
1945 msgid "==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <=="
1946 msgstr ""
1948 #: plugins/check_mysql.c:390
1949 msgid "Your clear-text password will be visible as a process table entry"
1950 msgstr ""
1952 #: plugins/check_mysql.c:392
1953 msgid "Check if the slave thread is running properly."
1954 msgstr ""
1956 #: plugins/check_mysql.c:394
1957 msgid ""
1958 "Exit with WARNING status if slave server is more then INTEGER seconds behind "
1959 "master"
1960 msgstr ""
1962 #: plugins/check_mysql.c:396
1963 msgid ""
1964 "Exit with CRITICAL status if slave server is more then INTEGER seconds "
1965 "behind master"
1966 msgstr ""
1968 #: plugins/check_mysql.c:397
1969 msgid "There are no required arguments. By default, the local database with"
1970 msgstr ""
1972 #: plugins/check_mysql.c:398
1973 #, c-format
1974 msgid "a server listening on MySQL standard port %d will be checked\n"
1975 msgstr ""
1977 #: plugins/check_nagios.c:107
1978 msgid "Cannot open status log for reading!"
1979 msgstr ""
1981 #: plugins/check_nagios.c:157
1982 #, c-format
1983 msgid "Found process: %s %s\n"
1984 msgstr ""
1986 #: plugins/check_nagios.c:171
1987 msgid "Could not locate a running Nagios process!"
1988 msgstr ""
1990 #: plugins/check_nagios.c:175
1991 msgid "Cannot parse Nagios log file for valid time"
1992 msgstr ""
1994 #: plugins/check_nagios.c:186 plugins/check_procs.c:307
1995 #, c-format
1996 msgid "%d process"
1997 msgid_plural "%d processes"
1998 msgstr[0] ""
1999 msgstr[1] ""
2001 #: plugins/check_nagios.c:189
2002 #, c-format
2003 msgid "status log updated %d second ago"
2004 msgid_plural "status log updated %d seconds ago"
2005 msgstr[0] ""
2006 msgstr[1] ""
2008 #: plugins/check_nagios.c:226 plugins/check_nagios.c:255
2009 msgid "Expiration time must be an integer (seconds)\n"
2010 msgstr ""
2012 #: plugins/check_nagios.c:267
2013 msgid "You must provide the status_log\n"
2014 msgstr ""
2016 #: plugins/check_nagios.c:270
2017 msgid "You must provide a process string\n"
2018 msgstr ""
2020 #: plugins/check_nagios.c:284
2021 msgid ""
2022 "This plugin checks the status of the Nagios process on the local machine"
2023 msgstr ""
2025 #: plugins/check_nagios.c:285
2026 msgid ""
2027 "The plugin will check to make sure the Nagios status log is no older than"
2028 msgstr ""
2030 #: plugins/check_nagios.c:286
2031 msgid "the number of minutes specified by the expires option."
2032 msgstr ""
2034 #: plugins/check_nagios.c:287
2035 msgid ""
2036 "It also checks the process table for a process matching the command argument."
2037 msgstr ""
2039 #: plugins/check_nagios.c:296
2040 msgid "Name of the log file to check"
2041 msgstr ""
2043 #: plugins/check_nagios.c:298
2044 msgid "Minutes aging after which logfile is considered stale"
2045 msgstr ""
2047 #: plugins/check_nagios.c:300
2048 msgid "Substring to search for in process arguments"
2049 msgstr ""
2051 #: plugins/check_nt.c:141
2052 #, c-format
2053 msgid "Wrong client version - running: %s, required: %s"
2054 msgstr ""
2056 #: plugins/check_nt.c:152 plugins/check_nt.c:212
2057 msgid "missing -l parameters"
2058 msgstr ""
2060 #: plugins/check_nt.c:154
2061 msgid "wrong -l parameter."
2062 msgstr ""
2064 #: plugins/check_nt.c:158
2065 msgid "CPU Load"
2066 msgstr ""
2068 #: plugins/check_nt.c:181
2069 #, c-format
2070 msgid " %lu%% (%lu min average)"
2071 msgstr ""
2073 #: plugins/check_nt.c:183
2074 #, c-format
2075 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
2076 msgstr ""
2078 #: plugins/check_nt.c:193
2079 msgid "not enough values for -l parameters"
2080 msgstr ""
2082 #: plugins/check_nt.c:205
2083 #, c-format
2084 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
2085 msgstr ""
2087 #: plugins/check_nt.c:214
2088 msgid "wrong -l argument"
2089 msgstr ""
2091 #: plugins/check_nt.c:225
2092 #, c-format
2093 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
2094 msgstr ""
2096 #: plugins/check_nt.c:228
2097 #, c-format
2098 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
2099 msgstr ""
2101 #: plugins/check_nt.c:242
2102 msgid "Free disk space : Invalid drive "
2103 msgstr ""
2105 #: plugins/check_nt.c:252
2106 msgid "No service/process specified"
2107 msgstr ""
2109 #: plugins/check_nt.c:276
2110 #, c-format
2111 msgid ""
2112 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
2113 msgstr ""
2115 #: plugins/check_nt.c:279
2116 #, c-format
2117 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
2118 msgstr ""
2120 #: plugins/check_nt.c:315 plugins/check_nt.c:401
2121 msgid "No counter specified"
2122 msgstr ""
2124 #: plugins/check_nt.c:348
2125 msgid "Minimum value contains non-numbers"
2126 msgstr ""
2128 #: plugins/check_nt.c:352
2129 msgid "Maximum value contains non-numbers"
2130 msgstr ""
2132 #: plugins/check_nt.c:359
2133 msgid "No unit counter specified"
2134 msgstr ""
2136 #: plugins/check_nt.c:431
2137 msgid "Please specify a variable to check"
2138 msgstr ""
2140 #: plugins/check_nt.c:513
2141 msgid "Server port must be an integer\n"
2142 msgstr ""
2144 #: plugins/check_nt.c:566
2145 msgid "None"
2146 msgstr ""
2148 #: plugins/check_nt.c:579
2149 msgid "could not fetch information from server\n"
2150 msgstr ""
2152 #: plugins/check_nt.c:623
2153 msgid "This plugin collects data from the NSClient service running on a"
2154 msgstr ""
2156 #: plugins/check_nt.c:624
2157 msgid "Windows NT/2000/XP/2003 server."
2158 msgstr ""
2160 #: plugins/check_nt.c:634
2161 msgid "Name of the host to check"
2162 msgstr ""
2164 #: plugins/check_nt.c:636
2165 msgid "Optional port number (default: "
2166 msgstr ""
2168 #: plugins/check_nt.c:639
2169 msgid "Password needed for the request"
2170 msgstr ""
2172 #: plugins/check_nt.c:641 plugins/check_nwstat.c:1664
2173 #: plugins/check_overcr.c:435
2174 msgid "Threshold which will result in a warning status"
2175 msgstr ""
2177 #: plugins/check_nt.c:643 plugins/check_nwstat.c:1666
2178 #: plugins/check_overcr.c:437
2179 msgid "Threshold which will result in a critical status"
2180 msgstr ""
2182 #: plugins/check_nt.c:645
2183 msgid "Seconds before connection attempt times out (default: "
2184 msgstr ""
2186 #: plugins/check_nt.c:648
2187 msgid "Print this help screen"
2188 msgstr ""
2190 #: plugins/check_nt.c:650
2191 msgid "Print version information"
2192 msgstr ""
2194 #: plugins/check_nt.c:652
2195 msgid "Variable to check"
2196 msgstr ""
2198 #: plugins/check_nt.c:653
2199 msgid "Valid variables are:"
2200 msgstr ""
2202 #: plugins/check_nt.c:655
2203 msgid "Get the NSClient version"
2204 msgstr ""
2206 #: plugins/check_nt.c:656
2207 msgid "If -l <version> is specified, will return warning if versions differ."
2208 msgstr ""
2210 #: plugins/check_nt.c:658
2211 msgid "Average CPU load on last x minutes."
2212 msgstr ""
2214 #: plugins/check_nt.c:659
2215 msgid "Request a -l parameter with the following syntax:"
2216 msgstr ""
2218 #: plugins/check_nt.c:660
2219 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2220 msgstr ""
2222 #: plugins/check_nt.c:661
2223 msgid "<minute range> should be less than 24*60."
2224 msgstr ""
2226 #: plugins/check_nt.c:662
2227 msgid ""
2228 "Thresholds are percentage and up to 10 requests can be done in one shot."
2229 msgstr ""
2231 #: plugins/check_nt.c:665
2232 msgid "Get the uptime of the machine."
2233 msgstr ""
2235 #: plugins/check_nt.c:666
2236 msgid "No specific parameters. No warning or critical threshold"
2237 msgstr ""
2239 #: plugins/check_nt.c:668
2240 msgid "Size and percentage of disk use."
2241 msgstr ""
2243 #: plugins/check_nt.c:669
2244 msgid "Request a -l parameter containing the drive letter only."
2245 msgstr ""
2247 #: plugins/check_nt.c:670 plugins/check_nt.c:673
2248 msgid "Warning and critical thresholds can be specified with -w and -c."
2249 msgstr ""
2251 #: plugins/check_nt.c:672
2252 msgid "Memory use."
2253 msgstr ""
2255 #: plugins/check_nt.c:675
2256 msgid "Check the state of one or several services."
2257 msgstr ""
2259 #: plugins/check_nt.c:676 plugins/check_nt.c:685
2260 msgid "Request a -l parameters with the following syntax:"
2261 msgstr ""
2263 #: plugins/check_nt.c:677
2264 msgid "-l <service1>,<service2>,<service3>,..."
2265 msgstr ""
2267 #: plugins/check_nt.c:678
2268 msgid "You can specify -d SHOWALL in case you want to see working services"
2269 msgstr ""
2271 #: plugins/check_nt.c:679
2272 msgid "in the returned string."
2273 msgstr ""
2275 #: plugins/check_nt.c:681
2276 msgid "Check if one or several process are running."
2277 msgstr ""
2279 #: plugins/check_nt.c:682
2280 msgid "Same syntax as SERVICESTATE."
2281 msgstr ""
2283 #: plugins/check_nt.c:684
2284 msgid "Check any performance counter of Windows NT/2000."
2285 msgstr ""
2287 #: plugins/check_nt.c:686
2288 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2289 msgstr ""
2291 #: plugins/check_nt.c:687
2292 msgid "The <description> parameter is optional and is given to a printf "
2293 msgstr ""
2295 #: plugins/check_nt.c:688
2296 msgid "output command which requires a float parameter."
2297 msgstr ""
2299 #: plugins/check_nt.c:689
2300 #, c-format
2301 msgid "If <description> does not include \"%%\", it is used as a label."
2302 msgstr ""
2304 #: plugins/check_nt.c:690
2305 msgid "Some examples:"
2306 msgstr ""
2308 #: plugins/check_nt.c:694
2309 msgid ""
2310 "- The NSClient service should be running on the server to get any information"
2311 msgstr ""
2313 #: plugins/check_nt.c:696
2314 msgid "- Critical thresholds should be lower than warning thresholds"
2315 msgstr ""
2317 #: plugins/check_nt.c:697
2318 msgid "- Default port 1248 is sometimes in use by other services. The error"
2319 msgstr ""
2321 #: plugins/check_nt.c:698
2322 msgid ""
2323 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2324 msgstr ""
2326 #: plugins/check_nt.c:699
2327 msgid "One fix for this is to change the port to something else on check_nt "
2328 msgstr ""
2330 #: plugins/check_nt.c:700
2331 msgid "and on the client service it's connecting to."
2332 msgstr ""
2334 #: plugins/check_ntp.c:813 plugins/check_ntp_peer.c:597
2335 #: plugins/check_ntp_time.c:572
2336 msgid "Offset unknown"
2337 msgstr ""
2339 #: plugins/check_ntp.c:837 plugins/check_ntp_peer.c:625
2340 msgid "This plugin checks the selected ntp server"
2341 msgstr ""
2343 #: plugins/check_ntp.c:845 plugins/check_ntp_peer.c:635
2344 #: plugins/check_ntp_time.c:600
2345 msgid "Offset to result in warning status (seconds)"
2346 msgstr ""
2348 #: plugins/check_ntp.c:847 plugins/check_ntp_peer.c:637
2349 #: plugins/check_ntp_time.c:602
2350 msgid "Offset to result in critical status (seconds)"
2351 msgstr ""
2353 #: plugins/check_ntp.c:849 plugins/check_ntp_peer.c:643
2354 msgid "Warning threshold for jitter"
2355 msgstr ""
2357 #: plugins/check_ntp.c:851 plugins/check_ntp_peer.c:645
2358 msgid "Critical threshold for jitter"
2359 msgstr ""
2361 #: plugins/check_ntp.c:863
2362 msgid "Normal offset check:"
2363 msgstr ""
2365 #: plugins/check_ntp.c:865 plugins/check_ntp_peer.c:666
2366 msgid ""
2367 "Check jitter too, avoiding critical notifications if jitter isn't available"
2368 msgstr ""
2370 #: plugins/check_ntp.c:866 plugins/check_ntp_peer.c:667
2371 msgid "(See Notes above for more details on thresholds formats):"
2372 msgstr ""
2374 #: plugins/check_ntp_peer.c:594
2375 msgid "Server not synchronized"
2376 msgstr ""
2378 #: plugins/check_ntp_peer.c:633
2379 msgid ""
2380 "Returns UNKNOWN instead of CRITICAL or WARNING if server isn't synchronized"
2381 msgstr ""
2383 #: plugins/check_ntp_peer.c:639
2384 msgid "Warning threshold for stratum"
2385 msgstr ""
2387 #: plugins/check_ntp_peer.c:641
2388 msgid "Critical threshold for stratum"
2389 msgstr ""
2391 #: plugins/check_ntp_peer.c:651
2392 msgid "This plugin checks an NTP server independent of any commandline"
2393 msgstr ""
2395 #: plugins/check_ntp_peer.c:652
2396 msgid "programs or external libraries."
2397 msgstr ""
2399 #: plugins/check_ntp_peer.c:653
2400 msgid "Use this plugin to check the health of an NTP server. It supports"
2401 msgstr ""
2403 #: plugins/check_ntp_peer.c:654
2404 msgid "checking the offset with the sync peer, the jitter and stratum. This"
2405 msgstr ""
2407 #: plugins/check_ntp_peer.c:655
2408 msgid "plugin will not check the clock offset between the local host and NTP"
2409 msgstr ""
2411 #: plugins/check_ntp_peer.c:656
2412 msgid "server; please use check_ntp_time for that purpose."
2413 msgstr ""
2415 #: plugins/check_ntp_peer.c:664
2416 msgid "Simple NTP server check:"
2417 msgstr ""
2419 #: plugins/check_ntp_peer.c:669
2420 msgid "Check only stratum:"
2421 msgstr ""
2423 #: plugins/check_ntp_time.c:590
2424 msgid "This plugin checks the clock offset with the ntp server"
2425 msgstr ""
2427 #: plugins/check_ntp_time.c:598
2428 msgid "Returns UNKNOWN instead of CRITICAL if offset cannot be found"
2429 msgstr ""
2431 #: plugins/check_ntp_time.c:608
2432 msgid "This plugin checks the clock offset between the local host and a"
2433 msgstr ""
2435 #: plugins/check_ntp_time.c:609
2436 msgid "remote NTP server. It is independent of any commandline programs or"
2437 msgstr ""
2439 #: plugins/check_ntp_time.c:610
2440 msgid "external libraries."
2441 msgstr ""
2443 #: plugins/check_ntp_time.c:611
2444 msgid "If you'd rather want to monitor an NTP server, please use"
2445 msgstr ""
2447 #: plugins/check_ntp_time.c:612
2448 msgid "check_ntp_peer."
2449 msgstr ""
2451 #: plugins/check_nwstat.c:198
2452 #, c-format
2453 msgid "NetWare %s: "
2454 msgstr ""
2456 #: plugins/check_nwstat.c:236
2457 #, c-format
2458 msgid "Up %s,"
2459 msgstr ""
2461 #: plugins/check_nwstat.c:244
2462 #, c-format
2463 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2464 msgstr ""
2466 #: plugins/check_nwstat.c:272
2467 #, c-format
2468 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2469 msgstr ""
2471 #: plugins/check_nwstat.c:297
2472 #, c-format
2473 msgid "%s: Long term cache hits = %lu%%"
2474 msgstr ""
2476 #: plugins/check_nwstat.c:319
2477 #, c-format
2478 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2479 msgstr ""
2481 #: plugins/check_nwstat.c:344
2482 #, c-format
2483 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2484 msgstr ""
2486 #: plugins/check_nwstat.c:369
2487 #, c-format
2488 msgid "%s: LRU sitting time = %lu minutes"
2489 msgstr ""
2491 #: plugins/check_nwstat.c:386 plugins/check_nwstat.c:414
2492 #: plugins/check_nwstat.c:441 plugins/check_nwstat.c:474
2493 #: plugins/check_nwstat.c:654 plugins/check_nwstat.c:680
2494 #: plugins/check_nwstat.c:711 plugins/check_nwstat.c:757
2495 #: plugins/check_nwstat.c:781
2496 #, c-format
2497 msgid "CRITICAL - Volume '%s' does not exist!"
2498 msgstr ""
2500 #: plugins/check_nwstat.c:395
2501 #, c-format
2502 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2503 msgstr ""
2505 #: plugins/check_nwstat.c:396 plugins/check_nwstat.c:424
2506 #: plugins/check_nwstat.c:451 plugins/check_nwstat.c:663
2507 #: plugins/check_nwstat.c:689 plugins/check_nwstat.c:765
2508 msgid "Only "
2509 msgstr ""
2511 #: plugins/check_nwstat.c:423
2512 #, c-format
2513 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2514 msgstr ""
2516 #: plugins/check_nwstat.c:450
2517 #, c-format
2518 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2519 msgstr ""
2521 #: plugins/check_nwstat.c:498
2522 #, c-format
2523 msgid ""
2524 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2525 msgstr ""
2527 #: plugins/check_nwstat.c:532
2528 #, c-format
2529 msgid "Directory Services Database is %s (DS version %s)"
2530 msgstr ""
2532 #: plugins/check_nwstat.c:549
2533 #, c-format
2534 msgid "Logins are %s"
2535 msgstr ""
2537 #: plugins/check_nwstat.c:549
2538 msgid "enabled"
2539 msgstr ""
2541 #: plugins/check_nwstat.c:549
2542 msgid "disabled"
2543 msgstr ""
2545 #: plugins/check_nwstat.c:564
2546 msgid "CRITICAL - NRM Status is bad!"
2547 msgstr ""
2549 #: plugins/check_nwstat.c:569
2550 msgid "Warning - NRM Status is suspect!"
2551 msgstr ""
2553 #: plugins/check_nwstat.c:572
2554 msgid "OK - NRM Status is good!"
2555 msgstr ""
2557 #: plugins/check_nwstat.c:614
2558 #, c-format
2559 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2560 msgstr ""
2562 #: plugins/check_nwstat.c:638
2563 #, c-format
2564 msgid "%lu entries in SAP table"
2565 msgstr ""
2567 #: plugins/check_nwstat.c:640
2568 #, c-format
2569 msgid "%lu entries in SAP table for SAP type %d"
2570 msgstr ""
2572 #: plugins/check_nwstat.c:662
2573 #, c-format
2574 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2575 msgstr ""
2577 #: plugins/check_nwstat.c:688
2578 #, c-format
2579 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2580 msgstr ""
2582 #: plugins/check_nwstat.c:734
2583 #, c-format
2584 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2585 msgstr ""
2587 #: plugins/check_nwstat.c:765
2588 #, c-format
2589 msgid "%s%lu KB not yet purgeable on volume %s"
2590 msgstr ""
2592 #: plugins/check_nwstat.c:804
2593 #, c-format
2594 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2595 msgstr ""
2597 #: plugins/check_nwstat.c:825
2598 #, c-format
2599 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2600 msgstr ""
2602 #: plugins/check_nwstat.c:850
2603 #, c-format
2604 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2605 msgstr ""
2607 #: plugins/check_nwstat.c:885
2608 #, c-format
2609 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2610 msgstr ""
2612 #: plugins/check_nwstat.c:908
2613 msgid "CRITICAL - Time not in sync with network!"
2614 msgstr ""
2616 #: plugins/check_nwstat.c:911
2617 msgid "OK - Time in sync with network!"
2618 msgstr ""
2620 #: plugins/check_nwstat.c:934
2621 #, c-format
2622 msgid "LRU sitting time = %lu seconds"
2623 msgstr ""
2625 #: plugins/check_nwstat.c:953
2626 #, c-format
2627 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2628 msgstr ""
2630 #: plugins/check_nwstat.c:975
2631 #, c-format
2632 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2633 msgstr ""
2635 #: plugins/check_nwstat.c:993
2636 #, c-format
2637 msgid "NDS Version %s"
2638 msgstr ""
2640 #: plugins/check_nwstat.c:1009
2641 #, c-format
2642 msgid "Up %s"
2643 msgstr ""
2645 #: plugins/check_nwstat.c:1023
2646 #, c-format
2647 msgid "Module %s version %s is loaded"
2648 msgstr ""
2650 #: plugins/check_nwstat.c:1026
2651 #, c-format
2652 msgid "Module %s is not loaded"
2653 msgstr ""
2655 #: plugins/check_nwstat.c:1037 plugins/check_nwstat.c:1063
2656 #: plugins/check_nwstat.c:1089 plugins/check_nwstat.c:1115
2657 #: plugins/check_nwstat.c:1141 plugins/check_nwstat.c:1167
2658 #: plugins/check_nwstat.c:1193 plugins/check_nwstat.c:1219
2659 #: plugins/check_nwstat.c:1245 plugins/check_nwstat.c:1271
2660 #, c-format
2661 msgid "CRITICAL - Value '%s' does not exist!"
2662 msgstr ""
2664 #: plugins/check_nwstat.c:1046 plugins/check_nwstat.c:1072
2665 #: plugins/check_nwstat.c:1098 plugins/check_nwstat.c:1124
2666 #: plugins/check_nwstat.c:1150 plugins/check_nwstat.c:1176
2667 #: plugins/check_nwstat.c:1202 plugins/check_nwstat.c:1228
2668 #: plugins/check_nwstat.c:1254 plugins/check_nwstat.c:1280
2669 #, c-format
2670 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2671 msgstr ""
2673 #: plugins/check_nwstat.c:1293 plugins/check_overcr.c:289
2674 msgid "Nothing to check!\n"
2675 msgstr ""
2677 #: plugins/check_nwstat.c:1375 plugins/check_overcr.c:359
2678 msgid "Server port an integer\n"
2679 msgstr ""
2681 #: plugins/check_nwstat.c:1605
2682 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2683 msgstr ""
2685 #: plugins/check_nwstat.c:1606
2686 msgid "Novell server to gather the requested system information."
2687 msgstr ""
2689 #: plugins/check_nwstat.c:1617 plugins/check_overcr.c:439
2690 msgid "Variable to check.  Valid variables include:"
2691 msgstr ""
2693 #: plugins/check_nwstat.c:1618
2694 msgid "LOAD1     = 1 minute average CPU load"
2695 msgstr ""
2697 #: plugins/check_nwstat.c:1619
2698 msgid "LOAD5     = 5 minute average CPU load"
2699 msgstr ""
2701 #: plugins/check_nwstat.c:1620
2702 msgid "LOAD15    = 15 minute average CPU load"
2703 msgstr ""
2705 #: plugins/check_nwstat.c:1621
2706 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2707 msgstr ""
2709 #: plugins/check_nwstat.c:1622
2710 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2711 msgstr ""
2713 #: plugins/check_nwstat.c:1623
2714 msgid "UPTIME    = server uptime"
2715 msgstr ""
2717 #: plugins/check_nwstat.c:1624
2718 msgid "LTCH      = percent long term cache hits"
2719 msgstr ""
2721 #: plugins/check_nwstat.c:1625
2722 msgid "CBUFF     = current number of cache buffers"
2723 msgstr ""
2725 #: plugins/check_nwstat.c:1626
2726 msgid "CDBUFF    = current number of dirty cache buffers"
2727 msgstr ""
2729 #: plugins/check_nwstat.c:1627
2730 msgid "DCB       = dirty cache buffers as a percentage of the total"
2731 msgstr ""
2733 #: plugins/check_nwstat.c:1628
2734 msgid "TCB       = dirty cache buffers as a percentage of the original"
2735 msgstr ""
2737 #: plugins/check_nwstat.c:1629
2738 msgid "OFILES    = number of open files"
2739 msgstr ""
2741 #: plugins/check_nwstat.c:1630
2742 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2743 msgstr ""
2745 #: plugins/check_nwstat.c:1631
2746 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2747 msgstr ""
2749 #: plugins/check_nwstat.c:1632
2750 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2751 msgstr ""
2753 #: plugins/check_nwstat.c:1633
2754 msgid "    VPF<vol>  = percent free space on volume <vol>"
2755 msgstr ""
2757 #: plugins/check_nwstat.c:1634
2758 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2759 msgstr ""
2761 #: plugins/check_nwstat.c:1635
2762 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2763 msgstr ""
2765 #: plugins/check_nwstat.c:1636
2766 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2767 msgstr ""
2769 #: plugins/check_nwstat.c:1637
2770 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2771 msgstr ""
2773 #: plugins/check_nwstat.c:1638
2774 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2775 msgstr ""
2777 #: plugins/check_nwstat.c:1639
2778 msgid "    LRUM      = LRU sitting time in minutes"
2779 msgstr ""
2781 #: plugins/check_nwstat.c:1640
2782 msgid "    LRUS      = LRU sitting time in seconds"
2783 msgstr ""
2785 #: plugins/check_nwstat.c:1641
2786 msgid "    DSDB      = check to see if DS Database is open"
2787 msgstr ""
2789 #: plugins/check_nwstat.c:1642
2790 msgid "    DSVER     = NDS version"
2791 msgstr ""
2793 #: plugins/check_nwstat.c:1643
2794 msgid "    UPRB      = used packet receive buffers"
2795 msgstr ""
2797 #: plugins/check_nwstat.c:1644
2798 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2799 msgstr ""
2801 #: plugins/check_nwstat.c:1645
2802 msgid "    SAPENTRIES = number of entries in the SAP table"
2803 msgstr ""
2805 #: plugins/check_nwstat.c:1646
2806 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2807 msgstr ""
2809 #: plugins/check_nwstat.c:1647
2810 msgid "    TSYNC     = timesync status"
2811 msgstr ""
2813 #: plugins/check_nwstat.c:1648
2814 msgid "    LOGINS    = check to see if logins are enabled"
2815 msgstr ""
2817 #: plugins/check_nwstat.c:1649
2818 msgid "    CONNS     = number of currently licensed connections"
2819 msgstr ""
2821 #: plugins/check_nwstat.c:1650
2822 msgid "    NRMH\t= NRM Summary Status"
2823 msgstr ""
2825 #: plugins/check_nwstat.c:1651
2826 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2827 msgstr ""
2829 #: plugins/check_nwstat.c:1652
2830 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
2831 msgstr ""
2833 #: plugins/check_nwstat.c:1653
2834 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
2835 msgstr ""
2837 #: plugins/check_nwstat.c:1654
2838 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
2839 msgstr ""
2841 #: plugins/check_nwstat.c:1655
2842 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
2843 msgstr ""
2845 #: plugins/check_nwstat.c:1656
2846 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
2847 msgstr ""
2849 #: plugins/check_nwstat.c:1657
2850 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
2851 msgstr ""
2853 #: plugins/check_nwstat.c:1658
2854 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
2855 msgstr ""
2857 #: plugins/check_nwstat.c:1659
2858 msgid ""
2859 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
2860 msgstr ""
2862 #: plugins/check_nwstat.c:1660
2863 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
2864 msgstr ""
2866 #: plugins/check_nwstat.c:1661
2867 msgid "                (e.g. NLM:TSANDS.NLM)"
2868 msgstr ""
2870 #: plugins/check_nwstat.c:1668
2871 msgid "Include server version string in results"
2872 msgstr ""
2874 #: plugins/check_nwstat.c:1674
2875 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
2876 msgstr ""
2878 #: plugins/check_nwstat.c:1675
2879 msgid ""
2880 "  extension for NetWare be loaded on the Novell servers you wish to check."
2881 msgstr ""
2883 #: plugins/check_nwstat.c:1676
2884 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
2885 msgstr ""
2887 #: plugins/check_nwstat.c:1677
2888 msgid ""
2889 "- Values for critical thresholds should be lower than warning thresholds"
2890 msgstr ""
2892 #: plugins/check_nwstat.c:1678
2893 msgid ""
2894 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
2895 msgstr ""
2897 #: plugins/check_nwstat.c:1679
2898 msgid "  TCB, LRUS and LRUM.\n"
2899 msgstr ""
2901 #: plugins/check_overcr.c:127
2902 msgid "Unknown error fetching load data\n"
2903 msgstr ""
2905 #: plugins/check_overcr.c:131
2906 msgid "Invalid response from server - no load information\n"
2907 msgstr ""
2909 #: plugins/check_overcr.c:137
2910 msgid "Invalid response from server after load 1\n"
2911 msgstr ""
2913 #: plugins/check_overcr.c:143
2914 msgid "Invalid response from server after load 5\n"
2915 msgstr ""
2917 #: plugins/check_overcr.c:168
2918 #, c-format
2919 msgid "Load %s - %s-min load average = %0.2f"
2920 msgstr ""
2922 #: plugins/check_overcr.c:178
2923 msgid "Unknown error fetching disk data\n"
2924 msgstr ""
2926 #: plugins/check_overcr.c:188 plugins/check_overcr.c:240
2927 #: plugins/check_overcr.c:244
2928 msgid "Invalid response from server\n"
2929 msgstr ""
2931 #: plugins/check_overcr.c:215
2932 msgid "Unknown error fetching network status\n"
2933 msgstr ""
2935 #: plugins/check_overcr.c:225
2936 #, c-format
2937 msgid "Net %s - %d connection%s on port %d"
2938 msgstr ""
2940 #: plugins/check_overcr.c:236
2941 msgid "Unknown error fetching process status\n"
2942 msgstr ""
2944 #: plugins/check_overcr.c:254
2945 #, c-format
2946 msgid "Process %s - %d instance%s of %s running"
2947 msgstr ""
2949 #: plugins/check_overcr.c:281
2950 #, c-format
2951 msgid "Uptime %s - Up %d days %d hours %d minutes"
2952 msgstr ""
2954 #: plugins/check_overcr.c:423
2955 msgid ""
2956 "This plugin attempts to contact the Over-CR collector daemon running on the"
2957 msgstr ""
2959 #: plugins/check_overcr.c:424
2960 msgid "remote UNIX server in order to gather the requested system information."
2961 msgstr ""
2963 #: plugins/check_overcr.c:440
2964 msgid "LOAD1         = 1 minute average CPU load"
2965 msgstr ""
2967 #: plugins/check_overcr.c:441
2968 msgid "LOAD5         = 5 minute average CPU load"
2969 msgstr ""
2971 #: plugins/check_overcr.c:442
2972 msgid "LOAD15        = 15 minute average CPU load"
2973 msgstr ""
2975 #: plugins/check_overcr.c:443
2976 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
2977 msgstr ""
2979 #: plugins/check_overcr.c:444
2980 msgid "PROC<process> = number of running processes with name <process>"
2981 msgstr ""
2983 #: plugins/check_overcr.c:445
2984 msgid "NET<port>     = number of active connections on TCP port <port>"
2985 msgstr ""
2987 #: plugins/check_overcr.c:446
2988 msgid "UPTIME        = system uptime in seconds"
2989 msgstr ""
2991 #: plugins/check_overcr.c:454
2992 msgid ""
2993 "For the available options, the critical threshold value should always be"
2994 msgstr ""
2996 #: plugins/check_overcr.c:455
2997 msgid ""
2998 "higher than the warning threshold value, EXCEPT with the uptime variable"
2999 msgstr ""
3001 #: plugins/check_overcr.c:457
3002 msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be"
3003 msgstr ""
3005 #: plugins/check_overcr.c:458
3006 msgid "running on the remote server."
3007 msgstr ""
3009 #: plugins/check_overcr.c:460
3010 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
3011 msgstr ""
3013 #: plugins/check_pgsql.c:173
3014 #, c-format
3015 msgid "CRITICAL - no connection to '%s' (%s).\n"
3016 msgstr ""
3018 #: plugins/check_pgsql.c:188
3019 #, c-format
3020 msgid " %s - database %s (%d sec.)|%s\n"
3021 msgstr ""
3023 #: plugins/check_pgsql.c:243 plugins/check_time.c:281 plugins/check_time.c:293
3024 #: plugins/check_users.c:168
3025 msgid "Critical threshold must be a positive integer"
3026 msgstr ""
3028 #: plugins/check_pgsql.c:249 plugins/check_time.c:262 plugins/check_time.c:286
3029 #: plugins/check_users.c:174 plugins/check_users.c:184
3030 #: plugins/check_users.c:191
3031 msgid "Warning threshold must be a positive integer"
3032 msgstr ""
3034 #: plugins/check_pgsql.c:267
3035 msgid "Database name is not valid"
3036 msgstr ""
3038 #: plugins/check_pgsql.c:273
3039 msgid "User name is not valid"
3040 msgstr ""
3042 #: plugins/check_pgsql.c:410
3043 #, c-format
3044 msgid "Test whether a PostgreSQL Database is accepting connections."
3045 msgstr ""
3047 #: plugins/check_pgsql.c:423
3048 msgid "Database to check "
3049 msgstr ""
3051 #: plugins/check_pgsql.c:424
3052 #, c-format
3053 msgid "(default: %s)"
3054 msgstr ""
3056 #: plugins/check_pgsql.c:426
3057 msgid "Login name of user"
3058 msgstr ""
3060 #: plugins/check_pgsql.c:428
3061 msgid "Password (BIG SECURITY ISSUE)"
3062 msgstr ""
3064 #: plugins/check_pgsql.c:437
3065 msgid "All parameters are optional."
3066 msgstr ""
3068 #: plugins/check_pgsql.c:438
3069 msgid ""
3070 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
3071 msgstr ""
3073 #: plugins/check_pgsql.c:439
3074 msgid "accepting queries. In its current operation, it simply connects to the"
3075 msgstr ""
3077 #: plugins/check_pgsql.c:440
3078 msgid ""
3079 "specified database, and then disconnects. If no database is specified, it"
3080 msgstr ""
3082 #: plugins/check_pgsql.c:441
3083 msgid ""
3084 "connects to the template1 database, which is present in every functioning"
3085 msgstr ""
3087 #: plugins/check_pgsql.c:442
3088 msgid "PostgreSQL DBMS."
3089 msgstr ""
3091 #: plugins/check_pgsql.c:443
3092 msgid ""
3093 "The plugin will connect to a local postmaster if no host is specified. To"
3094 msgstr ""
3096 #: plugins/check_pgsql.c:444
3097 msgid ""
3098 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
3099 msgstr ""
3101 #: plugins/check_pgsql.c:445
3102 msgid "connections (start the postmaster with the -i option)."
3103 msgstr ""
3105 #: plugins/check_pgsql.c:446
3106 msgid ""
3107 "Typically, the nagios user (unless the --logname option is used) should be"
3108 msgstr ""
3110 #: plugins/check_pgsql.c:447
3111 msgid ""
3112 "able to connect to the database without a password. The plugin can also send"
3113 msgstr ""
3115 #: plugins/check_pgsql.c:448
3116 msgid "a password, but no effort is made to obsure or encrypt the password."
3117 msgstr ""
3119 #: plugins/check_ping.c:145
3120 msgid "CRITICAL - Could not interpret output from ping command\n"
3121 msgstr ""
3123 #: plugins/check_ping.c:161
3124 #, c-format
3125 msgid "PING %s - %sPacket loss = %d%%"
3126 msgstr ""
3128 #: plugins/check_ping.c:164
3129 #, c-format
3130 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
3131 msgstr ""
3133 #: plugins/check_ping.c:252
3134 msgid "Could not realloc() addresses\n"
3135 msgstr ""
3137 #: plugins/check_ping.c:267 plugins/check_ping.c:347
3138 #, c-format
3139 msgid "<max_packets> (%s) must be a non-negative number\n"
3140 msgstr ""
3142 #: plugins/check_ping.c:301
3143 #, c-format
3144 msgid "<wpl> (%s) must be an integer percentage\n"
3145 msgstr ""
3147 #: plugins/check_ping.c:312
3148 #, c-format
3149 msgid "<cpl> (%s) must be an integer percentage\n"
3150 msgstr ""
3152 #: plugins/check_ping.c:323
3153 #, c-format
3154 msgid "<wrta> (%s) must be a non-negative number\n"
3155 msgstr ""
3157 #: plugins/check_ping.c:334
3158 #, c-format
3159 msgid "<crta> (%s) must be a non-negative number\n"
3160 msgstr ""
3162 #: plugins/check_ping.c:367
3163 #, c-format
3164 msgid ""
3165 "%s: Warning threshold must be integer or percentage!\n"
3166 "\n"
3167 msgstr ""
3169 #: plugins/check_ping.c:380
3170 #, c-format
3171 msgid "<wrta> was not set\n"
3172 msgstr ""
3174 #: plugins/check_ping.c:384
3175 #, c-format
3176 msgid "<crta> was not set\n"
3177 msgstr ""
3179 #: plugins/check_ping.c:388
3180 #, c-format
3181 msgid "<wpl> was not set\n"
3182 msgstr ""
3184 #: plugins/check_ping.c:392
3185 #, c-format
3186 msgid "<cpl> was not set\n"
3187 msgstr ""
3189 #: plugins/check_ping.c:396
3190 #, c-format
3191 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
3192 msgstr ""
3194 #: plugins/check_ping.c:400
3195 #, c-format
3196 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
3197 msgstr ""
3199 #: plugins/check_ping.c:436
3200 #, c-format
3201 msgid "Cannot open stderr for %s\n"
3202 msgstr ""
3204 #: plugins/check_ping.c:485 plugins/check_ping.c:487
3205 msgid "System call sent warnings to stderr "
3206 msgstr ""
3208 #: plugins/check_ping.c:514
3209 #, c-format
3210 msgid "CRITICAL - Network Unreachable (%s)"
3211 msgstr ""
3213 #: plugins/check_ping.c:516
3214 #, c-format
3215 msgid "CRITICAL - Host Unreachable (%s)"
3216 msgstr ""
3218 #: plugins/check_ping.c:518
3219 #, c-format
3220 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
3221 msgstr ""
3223 #: plugins/check_ping.c:520
3224 #, c-format
3225 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
3226 msgstr ""
3228 #: plugins/check_ping.c:522
3229 #, c-format
3230 msgid "CRITICAL - Network Prohibited (%s)"
3231 msgstr ""
3233 #: plugins/check_ping.c:524
3234 #, c-format
3235 msgid "CRITICAL - Host Prohibited (%s)"
3236 msgstr ""
3238 #: plugins/check_ping.c:526
3239 #, c-format
3240 msgid "CRITICAL - Packet Filtered (%s)"
3241 msgstr ""
3243 #: plugins/check_ping.c:528
3244 #, c-format
3245 msgid "CRITICAL - Host not found (%s)"
3246 msgstr ""
3248 #: plugins/check_ping.c:530
3249 #, c-format
3250 msgid "CRITICAL - Time to live exceeded (%s)"
3251 msgstr ""
3253 #: plugins/check_ping.c:537
3254 msgid "Unable to realloc warn_text"
3255 msgstr ""
3257 #: plugins/check_ping.c:554
3258 #, c-format
3259 msgid "Use ping to check connection statistics for a remote host."
3260 msgstr ""
3262 #: plugins/check_ping.c:565
3263 msgid "host to ping"
3264 msgstr ""
3266 #: plugins/check_ping.c:571
3267 msgid "number of ICMP ECHO packets to send"
3268 msgstr ""
3270 #: plugins/check_ping.c:572
3271 #, c-format
3272 msgid "(Default: %d)\n"
3273 msgstr ""
3275 #: plugins/check_ping.c:574
3276 msgid "show HTML in the plugin output (obsoleted by urlize)"
3277 msgstr ""
3279 #: plugins/check_ping.c:578
3280 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3281 msgstr ""
3283 #: plugins/check_ping.c:579
3284 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3285 msgstr ""
3287 #: plugins/check_ping.c:580
3288 msgid "percentage of packet loss to trigger an alarm state."
3289 msgstr ""
3291 #: plugins/check_ping.c:584
3292 msgid ""
3293 "This plugin uses the ping command to probe the specified host for packet loss"
3294 msgstr ""
3296 #: plugins/check_ping.c:585
3297 msgid ""
3298 "(percentage) and round trip average (milliseconds). It can produce HTML "
3299 "output"
3300 msgstr ""
3302 #: plugins/check_ping.c:586
3303 msgid ""
3304 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3305 msgstr ""
3307 #: plugins/check_ping.c:587
3308 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3309 msgstr ""
3311 #: plugins/check_procs.c:155
3312 #, c-format
3313 msgid "CMD: %s\n"
3314 msgstr ""
3316 #: plugins/check_procs.c:261
3317 #, c-format
3318 msgid "Not parseable: %s"
3319 msgstr ""
3321 #: plugins/check_procs.c:270
3322 #, c-format
3323 msgid "System call sent warnings to stderr\n"
3324 msgstr ""
3326 #: plugins/check_procs.c:277
3327 #, c-format
3328 msgid "System call returned nonzero status\n"
3329 msgstr ""
3331 #: plugins/check_procs.c:282
3332 #, c-format
3333 msgid "Unable to read output\n"
3334 msgstr ""
3336 #: plugins/check_procs.c:299
3337 #, c-format
3338 msgid "%d warn out of "
3339 msgstr ""
3341 #: plugins/check_procs.c:304
3342 #, c-format
3343 msgid "%d crit, %d warn out of "
3344 msgstr ""
3346 #: plugins/check_procs.c:310
3347 #, c-format
3348 msgid " with %s"
3349 msgstr ""
3351 #: plugins/check_procs.c:385
3352 msgid "Critical Process Count must be an integer!"
3353 msgstr ""
3355 #: plugins/check_procs.c:397
3356 msgid "Warning Process Count must be an integer!"
3357 msgstr ""
3359 #: plugins/check_procs.c:405
3360 msgid "Parent Process ID must be an integer!"
3361 msgstr ""
3363 #: plugins/check_procs.c:411 plugins/check_procs.c:513
3364 #, c-format
3365 msgid "%s%sSTATE = %s"
3366 msgstr ""
3368 #: plugins/check_procs.c:420
3369 #, c-format
3370 msgid "UID %s was not found"
3371 msgstr ""
3373 #: plugins/check_procs.c:426
3374 #, c-format
3375 msgid "User name %s was not found"
3376 msgstr ""
3378 #: plugins/check_procs.c:441
3379 #, c-format
3380 msgid "%s%scommand name '%s'"
3381 msgstr ""
3383 #: plugins/check_procs.c:460
3384 msgid "RSS must be an integer!"
3385 msgstr ""
3387 #: plugins/check_procs.c:467
3388 msgid "VSZ must be an integer!"
3389 msgstr ""
3391 #: plugins/check_procs.c:475
3392 msgid "PCPU must be a float!"
3393 msgstr ""
3395 #: plugins/check_procs.c:499
3396 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3397 msgstr ""
3399 #: plugins/check_procs.c:532
3400 #, c-format
3401 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3402 msgstr ""
3404 #: plugins/check_procs.c:536
3405 #, c-format
3406 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3407 msgstr ""
3409 #: plugins/check_procs.c:673
3410 msgid ""
3411 "Checks all processes and generates WARNING or CRITICAL states if the "
3412 "specified"
3413 msgstr ""
3415 #: plugins/check_procs.c:674
3416 msgid ""
3417 "metric is outside the required threshold ranges. The metric defaults to "
3418 "number"
3419 msgstr ""
3421 #: plugins/check_procs.c:675
3422 msgid ""
3423 "of processes.  Search filters can be applied to limit the processes to check."
3424 msgstr ""
3426 #: plugins/check_procs.c:681
3427 msgid "Required Arguments:"
3428 msgstr ""
3430 #: plugins/check_procs.c:683
3431 msgid "Generate warning state if metric is outside this range"
3432 msgstr ""
3434 #: plugins/check_procs.c:685
3435 msgid "Generate critical state if metric is outside this range"
3436 msgstr ""
3438 #: plugins/check_procs.c:687
3439 msgid "Optional Arguments:"
3440 msgstr ""
3442 #: plugins/check_procs.c:689
3443 msgid "Check thresholds against metric. Valid types:"
3444 msgstr ""
3446 #: plugins/check_procs.c:690
3447 msgid "PROCS   - number of processes (default)"
3448 msgstr ""
3450 #: plugins/check_procs.c:691
3451 msgid "VSZ     - virtual memory size"
3452 msgstr ""
3454 #: plugins/check_procs.c:692
3455 msgid "RSS     - resident set memory size"
3456 msgstr ""
3458 #: plugins/check_procs.c:693
3459 msgid "CPU     - percentage cpu"
3460 msgstr ""
3462 #: plugins/check_procs.c:696
3463 msgid "ELAPSED - time elapsed in seconds"
3464 msgstr ""
3466 #: plugins/check_procs.c:701
3467 msgid "Extra information. Up to 3 verbosity levels"
3468 msgstr ""
3470 #: plugins/check_procs.c:705
3471 msgid "Only scan for processes that have, in the output of `ps`, one or"
3472 msgstr ""
3474 #: plugins/check_procs.c:706
3475 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3476 msgstr ""
3478 #: plugins/check_procs.c:707
3479 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3480 msgstr ""
3482 #: plugins/check_procs.c:709
3483 msgid "Only scan for children of the parent process ID indicated."
3484 msgstr ""
3486 #: plugins/check_procs.c:711
3487 msgid "Only scan for processes with vsz higher than indicated."
3488 msgstr ""
3490 #: plugins/check_procs.c:713
3491 msgid "Only scan for processes with rss higher than indicated."
3492 msgstr ""
3494 #: plugins/check_procs.c:715
3495 msgid "Only scan for processes with pcpu higher than indicated."
3496 msgstr ""
3498 #: plugins/check_procs.c:717
3499 msgid "Only scan for processes with user name or ID indicated."
3500 msgstr ""
3502 #: plugins/check_procs.c:719
3503 msgid "Only scan for processes with args that contain STRING."
3504 msgstr ""
3506 #: plugins/check_procs.c:721
3507 msgid "Only scan for exact matches of COMMAND (without path)."
3508 msgstr ""
3510 #: plugins/check_procs.c:723
3511 #, c-format
3512 msgid ""
3513 "\n"
3514 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3515 "specified 'max:min', a warning status will be generated if the\n"
3516 "count is inside the specified range\n"
3517 "\n"
3518 msgstr ""
3520 #: plugins/check_procs.c:728
3521 #, c-format
3522 msgid ""
3523 "This plugin checks the number of currently running processes and\n"
3524 "generates WARNING or CRITICAL states if the process count is outside\n"
3525 "the specified threshold ranges. The process count can be filtered by\n"
3526 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3527 "be the total number of running processes\n"
3528 "\n"
3529 msgstr ""
3531 #: plugins/check_procs.c:737
3532 msgid "Warning if not two processes with command name portsentry."
3533 msgstr ""
3535 #: plugins/check_procs.c:738
3536 msgid "Critical if < 2 or > 1024 processes"
3537 msgstr ""
3539 #: plugins/check_procs.c:740
3540 msgid "Warning alert if > 10 processes with command arguments containing"
3541 msgstr ""
3543 #: plugins/check_procs.c:741
3544 msgid "'/usr/local/bin/perl' and owned by root"
3545 msgstr ""
3547 #: plugins/check_procs.c:743
3548 msgid "Alert if vsz of any processes over 50K or 100K"
3549 msgstr ""
3551 #: plugins/check_procs.c:745
3552 #, c-format
3553 msgid "Alert if cpu of any processes over 10%% or 20%%"
3554 msgstr ""
3556 #: plugins/check_radius.c:161
3557 msgid "Config file error"
3558 msgstr ""
3560 #: plugins/check_radius.c:170
3561 msgid "Out of Memory?"
3562 msgstr ""
3564 #: plugins/check_radius.c:191
3565 msgid "Timeout"
3566 msgstr ""
3568 #: plugins/check_radius.c:193
3569 msgid "Auth Error"
3570 msgstr ""
3572 #: plugins/check_radius.c:195
3573 msgid "Auth Failed"
3574 msgstr ""
3576 #: plugins/check_radius.c:199
3577 msgid "Auth OK"
3578 msgstr ""
3580 #: plugins/check_radius.c:278
3581 msgid "Number of retries must be a positive integer"
3582 msgstr ""
3584 #: plugins/check_radius.c:290
3585 msgid "Host not specified"
3586 msgstr ""
3588 #: plugins/check_radius.c:292
3589 msgid "User not specified"
3590 msgstr ""
3592 #: plugins/check_radius.c:294
3593 msgid "Password not specified"
3594 msgstr ""
3596 #: plugins/check_radius.c:296
3597 msgid "Configuration file not specified"
3598 msgstr ""
3600 #: plugins/check_radius.c:314
3601 msgid "Tests to see if a radius server is accepting connections."
3602 msgstr ""
3604 #: plugins/check_radius.c:325
3605 msgid "The user to authenticate"
3606 msgstr ""
3608 #: plugins/check_radius.c:327
3609 msgid "Password for autentication (SECURITY RISK)"
3610 msgstr ""
3612 #: plugins/check_radius.c:329
3613 msgid "NAS identifier"
3614 msgstr ""
3616 #: plugins/check_radius.c:331
3617 msgid "Configuration file"
3618 msgstr ""
3620 #: plugins/check_radius.c:333
3621 msgid "Response string to expect from the server"
3622 msgstr ""
3624 #: plugins/check_radius.c:335
3625 msgid "Number of times to retry a failed connection"
3626 msgstr ""
3628 #: plugins/check_radius.c:339
3629 msgid ""
3630 "This plugin tests a radius server to see if it is accepting connections."
3631 msgstr ""
3633 #: plugins/check_radius.c:340
3634 msgid ""
3635 "The server to test must be specified in the invocation, as well as a user"
3636 msgstr ""
3638 #: plugins/check_radius.c:341
3639 msgid ""
3640 "name and password. A configuration file may also be present. The format of"
3641 msgstr ""
3643 #: plugins/check_radius.c:342
3644 msgid ""
3645 "the configuration file is described in the radiusclient library sources."
3646 msgstr ""
3648 #: plugins/check_radius.c:343
3649 msgid "The password option presents a substantial security issue because the"
3650 msgstr ""
3652 #: plugins/check_radius.c:344
3653 msgid "password can be determined by careful watching of the command line in"
3654 msgstr ""
3656 #: plugins/check_radius.c:345
3657 msgid "a process listing.  This risk is exacerbated because nagios will"
3658 msgstr ""
3660 #: plugins/check_radius.c:346
3661 msgid "run the plugin at regular prdictable intervals.  Please be sure that"
3662 msgstr ""
3664 #: plugins/check_radius.c:347
3665 msgid "the password used does not allow access to sensitive system resources,"
3666 msgstr ""
3668 #: plugins/check_radius.c:348
3669 msgid "otherwise compormise could occur."
3670 msgstr ""
3672 #: plugins/check_real.c:96
3673 #, c-format
3674 msgid "Unable to connect to %s on port %d\n"
3675 msgstr ""
3677 #: plugins/check_real.c:118
3678 #, c-format
3679 msgid "No data received from %s\n"
3680 msgstr ""
3682 #: plugins/check_real.c:123 plugins/check_real.c:196
3683 msgid "Invalid REAL response received from host"
3684 msgstr ""
3686 #: plugins/check_real.c:125 plugins/check_real.c:198
3687 #, c-format
3688 msgid "Invalid REAL response received from host on port %d\n"
3689 msgstr ""
3691 #: plugins/check_real.c:189 plugins/check_tcp.c:294
3692 #, c-format
3693 msgid "No data received from host\n"
3694 msgstr ""
3696 #: plugins/check_real.c:252
3697 #, c-format
3698 msgid "REAL %s - %d second response time\n"
3699 msgstr ""
3701 #: plugins/check_real.c:341 plugins/check_smtp.c:581 plugins/check_ups.c:535
3702 msgid "Warning time must be a positive integer"
3703 msgstr ""
3705 #: plugins/check_real.c:350 plugins/check_smtp.c:572 plugins/check_ups.c:526
3706 msgid "Critical time must be a positive integer"
3707 msgstr ""
3709 #: plugins/check_real.c:386
3710 msgid "You must provide a server to check"
3711 msgstr ""
3713 #: plugins/check_real.c:418
3714 msgid "This plugin tests the REAL service on the specified host."
3715 msgstr ""
3717 #: plugins/check_real.c:429
3718 msgid "Connect to this url"
3719 msgstr ""
3721 #: plugins/check_real.c:431
3722 #, c-format
3723 msgid "String to expect in first line of server response (default: %s)\n"
3724 msgstr ""
3726 #: plugins/check_real.c:440
3727 msgid "This plugin will attempt to open an RTSP connection with the host."
3728 msgstr ""
3730 #: plugins/check_real.c:441 plugins/check_smtp.c:812
3731 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3732 msgstr ""
3734 #: plugins/check_real.c:442
3735 msgid ""
3736 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3737 msgstr ""
3739 #: plugins/check_real.c:443
3740 msgid ""
3741 "but incorrect reponse messages from the host result in STATE_WARNING return"
3742 msgstr ""
3744 #: plugins/check_real.c:444
3745 msgid "values."
3746 msgstr ""
3748 #: plugins/check_smtp.c:151 plugins/check_swap.c:268 plugins/check_swap.c:274
3749 #, c-format
3750 msgid "malloc() failed!\n"
3751 msgstr ""
3753 #: plugins/check_smtp.c:155
3754 #, c-format
3755 msgid "gethostname() failed!\n"
3756 msgstr ""
3758 #: plugins/check_smtp.c:190 plugins/check_smtp.c:214
3759 #, c-format
3760 msgid "recv() failed\n"
3761 msgstr ""
3763 #: plugins/check_smtp.c:201
3764 #, c-format
3765 msgid "Invalid SMTP response received from host\n"
3766 msgstr ""
3768 #: plugins/check_smtp.c:203
3769 #, c-format
3770 msgid "Invalid SMTP response received from host on port %d\n"
3771 msgstr ""
3773 #: plugins/check_smtp.c:224
3774 #, c-format
3775 msgid "WARNING - TLS not supported by server\n"
3776 msgstr ""
3778 #: plugins/check_smtp.c:236
3779 #, c-format
3780 msgid "Server does not support STARTTLS\n"
3781 msgstr ""
3783 #: plugins/check_smtp.c:242
3784 #, c-format
3785 msgid "CRITICAL - Cannot create SSL context.\n"
3786 msgstr ""
3788 #: plugins/check_smtp.c:262
3789 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3790 msgstr ""
3792 #: plugins/check_smtp.c:267
3793 #, c-format
3794 msgid "sent %s"
3795 msgstr ""
3797 #: plugins/check_smtp.c:269
3798 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3799 msgstr ""
3801 #: plugins/check_smtp.c:281
3802 msgid "CRITICAL - Cannot retrieve server certificate."
3803 msgstr ""
3805 #: plugins/check_smtp.c:317 plugins/check_snmp.c:590
3806 #, c-format
3807 msgid "Could Not Compile Regular Expression"
3808 msgstr ""
3810 #: plugins/check_smtp.c:326
3811 #, c-format
3812 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3813 msgstr ""
3815 #: plugins/check_smtp.c:330 plugins/check_snmp.c:335
3816 #, c-format
3817 msgid "Execute Error: %s\n"
3818 msgstr ""
3820 #: plugins/check_smtp.c:344
3821 msgid "no authuser specified, "
3822 msgstr ""
3824 #: plugins/check_smtp.c:349
3825 msgid "no authpass specified, "
3826 msgstr ""
3828 #: plugins/check_smtp.c:356 plugins/check_smtp.c:377 plugins/check_smtp.c:397
3829 #: plugins/check_smtp.c:673
3830 #, c-format
3831 msgid "sent %s\n"
3832 msgstr ""
3834 #: plugins/check_smtp.c:359
3835 msgid "recv() failed after AUTH LOGIN, "
3836 msgstr ""
3838 #: plugins/check_smtp.c:364 plugins/check_smtp.c:385 plugins/check_smtp.c:405
3839 #: plugins/check_smtp.c:684
3840 #, c-format
3841 msgid "received %s\n"
3842 msgstr ""
3844 #: plugins/check_smtp.c:368
3845 msgid "invalid response received after AUTH LOGIN, "
3846 msgstr ""
3848 #: plugins/check_smtp.c:381
3849 msgid "recv() failed after sending authuser, "
3850 msgstr ""
3852 #: plugins/check_smtp.c:389
3853 msgid "invalid response received after authuser, "
3854 msgstr ""
3856 #: plugins/check_smtp.c:401
3857 msgid "recv() failed after sending authpass, "
3858 msgstr ""
3860 #: plugins/check_smtp.c:409
3861 msgid "invalid response received after authpass, "
3862 msgstr ""
3864 #: plugins/check_smtp.c:416
3865 msgid "only authtype LOGIN is supported, "
3866 msgstr ""
3868 #: plugins/check_smtp.c:440
3869 #, c-format
3870 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
3871 msgstr ""
3873 #: plugins/check_smtp.c:548 plugins/check_smtp.c:560
3874 #, c-format
3875 msgid "Could not realloc() units [%d]\n"
3876 msgstr ""
3878 #: plugins/check_smtp.c:608
3879 msgid "SSL support not available - install OpenSSL and recompile"
3880 msgstr ""
3882 #: plugins/check_smtp.c:679
3883 #, c-format
3884 msgid "recv() failed after QUIT."
3885 msgstr ""
3887 #: plugins/check_smtp.c:681
3888 #, c-format
3889 msgid "Connection reset by peer."
3890 msgstr ""
3892 #: plugins/check_smtp.c:769
3893 msgid "This plugin will attempt to open an SMTP connection with the host."
3894 msgstr ""
3896 #: plugins/check_smtp.c:782
3897 #, c-format
3898 msgid "    String to expect in first line of server response (default: '%s')\n"
3899 msgstr ""
3901 #: plugins/check_smtp.c:784
3902 msgid "Suppress SMTP command"
3903 msgstr ""
3905 #: plugins/check_smtp.c:786
3906 msgid "SMTP command (may be used repeatedly)"
3907 msgstr ""
3909 #: plugins/check_smtp.c:788
3910 msgid "Expected response to command (may be used repeatedly)"
3911 msgstr ""
3913 #: plugins/check_smtp.c:790
3914 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
3915 msgstr ""
3917 #: plugins/check_smtp.c:793 plugins/check_tcp.c:636
3918 msgid "Minimum number of days a certificate has to be valid."
3919 msgstr ""
3921 #: plugins/check_smtp.c:795
3922 msgid "Use STARTTLS for the connection."
3923 msgstr ""
3925 #: plugins/check_smtp.c:799
3926 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
3927 msgstr ""
3929 #: plugins/check_smtp.c:801
3930 msgid "SMTP AUTH username"
3931 msgstr ""
3933 #: plugins/check_smtp.c:803
3934 msgid "SMTP AUTH password"
3935 msgstr ""
3937 #: plugins/check_smtp.c:813
3938 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
3939 msgstr ""
3941 #: plugins/check_smtp.c:814
3942 msgid "connects, but incorrect reponse messages from the host result in"
3943 msgstr ""
3945 #: plugins/check_smtp.c:815
3946 msgid "STATE_WARNING return values."
3947 msgstr ""
3949 #: plugins/check_snmp.c:313
3950 msgid "No valid data returned"
3951 msgstr ""
3953 #: plugins/check_snmp.c:381
3954 #, c-format
3955 msgid ""
3956 "%s problem - No data received from host\n"
3957 "CMD: %s\n"
3958 msgstr ""
3960 #: plugins/check_snmp.c:398
3961 msgid "snmpget returned an error status"
3962 msgstr ""
3964 #: plugins/check_snmp.c:524
3965 msgid "Invalid critical threshold"
3966 msgstr ""
3968 #: plugins/check_snmp.c:535
3969 msgid "Invalid warning threshold"
3970 msgstr ""
3972 #: plugins/check_snmp.c:547
3973 msgid "Retries interval must be a positive integer"
3974 msgstr ""
3976 #: plugins/check_snmp.c:611
3977 #, c-format
3978 msgid "Could not reallocate labels[%d]"
3979 msgstr ""
3981 #: plugins/check_snmp.c:623
3982 msgid "Could not reallocate labels\n"
3983 msgstr ""
3985 #: plugins/check_snmp.c:640
3986 #, c-format
3987 msgid "Could not reallocate units [%d]\n"
3988 msgstr ""
3990 #: plugins/check_snmp.c:652
3991 msgid "Could not realloc() units\n"
3992 msgstr ""
3994 #: plugins/check_snmp.c:737
3995 #, c-format
3996 msgid "Missing secname (%s) or authpassword (%s) ! \n"
3997 msgstr ""
3999 #: plugins/check_snmp.c:745
4000 #, c-format
4001 msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"
4002 msgstr ""
4004 #: plugins/check_snmp.c:754
4005 msgid "Invalid SNMP version"
4006 msgstr ""
4008 #: plugins/check_snmp.c:882
4009 msgid "Unbalanced quotes\n"
4010 msgstr ""
4012 #: plugins/check_snmp.c:931
4013 msgid "Check status of remote machines and obtain sustem information via SNMP"
4014 msgstr ""
4016 #: plugins/check_snmp.c:943
4017 msgid "Use SNMP GETNEXT instead of SNMP GET"
4018 msgstr ""
4020 #: plugins/check_snmp.c:945
4021 msgid "SNMP protocol version"
4022 msgstr ""
4024 #: plugins/check_snmp.c:947
4025 msgid "SNMPv3 securityLevel"
4026 msgstr ""
4028 #: plugins/check_snmp.c:949
4029 msgid "SNMPv3 auth proto"
4030 msgstr ""
4032 #: plugins/check_snmp.c:953
4033 msgid "Optional community string for SNMP communication"
4034 msgstr ""
4036 #: plugins/check_snmp.c:954
4037 msgid "default is"
4038 msgstr ""
4040 #: plugins/check_snmp.c:956
4041 msgid "SNMPv3 username"
4042 msgstr ""
4044 #: plugins/check_snmp.c:958
4045 msgid "SNMPv3 authentication password"
4046 msgstr ""
4048 #: plugins/check_snmp.c:960
4049 msgid "SNMPv3 crypt passwd (DES)"
4050 msgstr ""
4052 #: plugins/check_snmp.c:964
4053 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
4054 msgstr ""
4056 #: plugins/check_snmp.c:966
4057 msgid ""
4058 "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'"
4059 msgstr ""
4061 #: plugins/check_snmp.c:967
4062 msgid "for symbolic oids.)"
4063 msgstr ""
4065 #: plugins/check_snmp.c:969
4066 #, c-format
4067 msgid "    Delimiter to use when parsing returned data. Default is \"%s\""
4068 msgstr ""
4070 #: plugins/check_snmp.c:970
4071 msgid "Any data on the right hand side of the delimiter is considered"
4072 msgstr ""
4074 #: plugins/check_snmp.c:971
4075 msgid "to be the data that should be used in the evaluation."
4076 msgstr ""
4078 #: plugins/check_snmp.c:975
4079 msgid "Range(s) which will not result in a WARNING status"
4080 msgstr ""
4082 #: plugins/check_snmp.c:977
4083 msgid "Range(s) which will not result in a CRITICAL status"
4084 msgstr ""
4086 #: plugins/check_snmp.c:981
4087 msgid "Return OK state (for that OID) if STRING is an exact match"
4088 msgstr ""
4090 #: plugins/check_snmp.c:983
4091 msgid ""
4092 "Return OK state (for that OID) if extended regular expression REGEX matches"
4093 msgstr ""
4095 #: plugins/check_snmp.c:985
4096 msgid ""
4097 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
4098 msgstr ""
4100 #: plugins/check_snmp.c:987
4101 msgid "Prefix label for output from plugin (default -s 'SNMP')"
4102 msgstr ""
4104 #: plugins/check_snmp.c:991
4105 msgid "Units label(s) for output data (e.g., 'sec.')."
4106 msgstr ""
4108 #: plugins/check_snmp.c:993
4109 msgid "Separates output on multiple OID requests"
4110 msgstr ""
4112 #: plugins/check_snmp.c:999
4113 msgid ""
4114 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
4115 msgstr ""
4117 #: plugins/check_snmp.c:1000
4118 msgid ""
4119 "if you don't have the package installed, you will need to download it from"
4120 msgstr ""
4122 #: plugins/check_snmp.c:1001
4123 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
4124 msgstr ""
4126 #: plugins/check_snmp.c:1003
4127 msgid ""
4128 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
4129 "with"
4130 msgstr ""
4132 #: plugins/check_snmp.c:1004
4133 msgid " internal spaces must be quoted) [max 8 OIDs]"
4134 msgstr ""
4136 #: plugins/check_snmp.c:1006
4137 msgid "- Ranges are inclusive and are indicated with colons. When specified as"
4138 msgstr ""
4140 #: plugins/check_snmp.c:1007
4141 msgid ""
4142 " 'min:max' a STATE_OK will be returned if the result is within the indicated"
4143 msgstr ""
4145 #: plugins/check_snmp.c:1008
4146 msgid " range or is equal to the upper or lower bound. A non-OK state will be"
4147 msgstr ""
4149 #: plugins/check_snmp.c:1009
4150 msgid " returned if the result is outside the specified range."
4151 msgstr ""
4153 #: plugins/check_snmp.c:1011
4154 msgid ""
4155 "- If specified in the order 'max:min' a non-OK state will be returned if the"
4156 msgstr ""
4158 #: plugins/check_snmp.c:1012
4159 msgid " result is within the (inclusive) range."
4160 msgstr ""
4162 #: plugins/check_snmp.c:1014
4163 msgid ""
4164 "- Upper or lower bounds may be omitted to skip checking the respective limit."
4165 msgstr ""
4167 #: plugins/check_snmp.c:1015
4168 msgid "- Bare integers are interpreted as upper limits."
4169 msgstr ""
4171 #: plugins/check_snmp.c:1016
4172 msgid ""
4173 "- When checking multiple OIDs, separate ranges by commas like '-w "
4174 "1:10,1:,:20'"
4175 msgstr ""
4177 #: plugins/check_snmp.c:1017
4178 msgid "- Note that only one string and one regex may be checked at present"
4179 msgstr ""
4181 #: plugins/check_snmp.c:1018
4182 msgid ""
4183 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
4184 msgstr ""
4186 #: plugins/check_snmp.c:1019
4187 msgid " returned from the SNMP query is an unsigned integer."
4188 msgstr ""
4190 #: plugins/check_ssh.c:170
4191 msgid "Port number must be a positive integer"
4192 msgstr ""
4194 #: plugins/check_ssh.c:235
4195 #, c-format
4196 msgid "Server answer: %s"
4197 msgstr ""
4199 #: plugins/check_ssh.c:254
4200 #, c-format
4201 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
4202 msgstr ""
4204 #: plugins/check_ssh.c:261
4205 #, c-format
4206 msgid "SSH OK - %s (protocol %s)\n"
4207 msgstr ""
4209 #: plugins/check_ssh.c:281
4210 msgid "Try to connect to an SSH server at specified server and port"
4211 msgstr ""
4213 #: plugins/check_ssh.c:296
4214 msgid ""
4215 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
4216 msgstr ""
4218 #: plugins/check_swap.c:172
4219 #, c-format
4220 msgid "Command: %s\n"
4221 msgstr ""
4223 #: plugins/check_swap.c:174
4224 #, c-format
4225 msgid "Format: %s\n"
4226 msgstr ""
4228 #: plugins/check_swap.c:210
4229 #, c-format
4230 msgid "total=%.0f, used=%.0f, free=%.0f\n"
4231 msgstr ""
4233 #: plugins/check_swap.c:224
4234 #, c-format
4235 msgid "total=%.0f, free=%.0f\n"
4236 msgstr ""
4238 #: plugins/check_swap.c:256
4239 msgid "Error getting swap devices\n"
4240 msgstr ""
4242 #: plugins/check_swap.c:259
4243 msgid "SWAP OK: No swap devices defined\n"
4244 msgstr ""
4246 #: plugins/check_swap.c:280 plugins/check_swap.c:322
4247 msgid "swapctl failed: "
4248 msgstr ""
4250 #: plugins/check_swap.c:281 plugins/check_swap.c:323
4251 msgid "Error in swapctl call\n"
4252 msgstr ""
4254 #: plugins/check_swap.c:360
4255 #, c-format
4256 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
4257 msgstr ""
4259 #: plugins/check_swap.c:438
4260 msgid "Warning threshold must be integer or percentage!"
4261 msgstr ""
4263 #: plugins/check_swap.c:456
4264 msgid "Critical threshold must be integer or percentage!"
4265 msgstr ""
4267 #: plugins/check_swap.c:510
4268 msgid "Warning percentage should be more than critical percentage"
4269 msgstr ""
4271 #: plugins/check_swap.c:514
4272 msgid "Warning free space should be more than critical free space"
4273 msgstr ""
4275 #: plugins/check_swap.c:528
4276 msgid "Check swap space on local machine."
4277 msgstr ""
4279 #: plugins/check_swap.c:537
4280 msgid ""
4281 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
4282 msgstr ""
4284 #: plugins/check_swap.c:539
4285 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
4286 msgstr ""
4288 #: plugins/check_swap.c:541
4289 msgid ""
4290 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
4291 msgstr ""
4293 #: plugins/check_swap.c:543
4294 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
4295 msgstr ""
4297 #: plugins/check_swap.c:545
4298 msgid "Conduct comparisons for all swap partitions, one by one"
4299 msgstr ""
4301 #: plugins/check_swap.c:547
4302 msgid "Verbose output. Up to 3 levels"
4303 msgstr ""
4305 #: plugins/check_swap.c:550
4306 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"
4307 msgstr ""
4309 #: plugins/check_tcp.c:202
4310 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
4311 msgstr ""
4313 #: plugins/check_tcp.c:223
4314 msgid "With UDP checks, a send/expect string must be specified."
4315 msgstr ""
4317 #: plugins/check_tcp.c:242
4318 #, c-format
4319 msgid "CRITICAL - Cannot retrieve server certificate.\n"
4320 msgstr ""
4322 #: plugins/check_tcp.c:422
4323 msgid "No arguments found"
4324 msgstr ""
4326 #: plugins/check_tcp.c:523
4327 msgid "Maxbytes must be a positive integer"
4328 msgstr ""
4330 #: plugins/check_tcp.c:541
4331 msgid "Refuse must be one of ok, warn, crit"
4332 msgstr ""
4334 #: plugins/check_tcp.c:551
4335 msgid "Mismatch must be one of ok, warn, crit"
4336 msgstr ""
4338 #: plugins/check_tcp.c:557
4339 msgid "Delay must be a positive integer"
4340 msgstr ""
4342 #: plugins/check_tcp.c:585
4343 msgid "You must provide a server address"
4344 msgstr ""
4346 #: plugins/check_tcp.c:587
4347 msgid "Invalid hostname, address or socket"
4348 msgstr ""
4350 #: plugins/check_tcp.c:601
4351 #, c-format
4352 msgid ""
4353 "This plugin tests %s connections with the specified host (or unix socket).\n"
4354 "\n"
4355 msgstr ""
4357 #: plugins/check_tcp.c:613
4358 msgid ""
4359 "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
4360 "quit option"
4361 msgstr ""
4363 #: plugins/check_tcp.c:614
4364 msgid "Default: nothing added to send, \\r\\n added to end of quit"
4365 msgstr ""
4367 #: plugins/check_tcp.c:616
4368 msgid "String to send to the server"
4369 msgstr ""
4371 #: plugins/check_tcp.c:618
4372 msgid "String to expect in server response"
4373 msgstr ""
4375 #: plugins/check_tcp.c:618
4376 msgid "(may be repeated)"
4377 msgstr ""
4379 #: plugins/check_tcp.c:620
4380 msgid "All expect strings need to occur in server response. Default is any"
4381 msgstr ""
4383 #: plugins/check_tcp.c:622
4384 msgid "String to send server to initiate a clean close of the connection"
4385 msgstr ""
4387 #: plugins/check_tcp.c:624
4388 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)"
4389 msgstr ""
4391 #: plugins/check_tcp.c:626
4392 msgid ""
4393 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4394 msgstr ""
4396 #: plugins/check_tcp.c:628
4397 msgid "Hide output from TCP socket"
4398 msgstr ""
4400 #: plugins/check_tcp.c:630
4401 msgid "Close connection once more than this number of bytes are received"
4402 msgstr ""
4404 #: plugins/check_tcp.c:632
4405 msgid "Seconds to wait between sending string and polling for response"
4406 msgstr ""
4408 #: plugins/check_tcp.c:638
4409 msgid "Use SSL for the connection."
4410 msgstr ""
4412 #: plugins/check_time.c:106
4413 #, c-format
4414 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4415 msgstr ""
4417 #: plugins/check_time.c:119
4418 #, c-format
4419 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4420 msgstr ""
4422 #: plugins/check_time.c:143
4423 #, c-format
4424 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4425 msgstr ""
4427 #: plugins/check_time.c:156
4428 #, c-format
4429 msgid "TIME %s - %d second response time|%s\n"
4430 msgstr ""
4432 #: plugins/check_time.c:174
4433 #, c-format
4434 msgid "TIME %s - %lu second time difference|%s %s\n"
4435 msgstr ""
4437 #: plugins/check_time.c:258
4438 msgid "Warning thresholds must be a positive integer"
4439 msgstr ""
4441 #: plugins/check_time.c:277
4442 msgid "Critical thresholds must be a positive integer"
4443 msgstr ""
4445 #: plugins/check_time.c:343
4446 msgid "This plugin will check the time on the specified host."
4447 msgstr ""
4449 #: plugins/check_time.c:354
4450 msgid "Use UDP to connect, not TCP"
4451 msgstr ""
4453 #: plugins/check_time.c:356
4454 msgid "Time difference (sec.) necessary to result in a warning status"
4455 msgstr ""
4457 #: plugins/check_time.c:358
4458 msgid "Time difference (sec.) necessary to result in a critical status"
4459 msgstr ""
4461 #: plugins/check_time.c:360
4462 msgid "Response time (sec.) necessary to result in warning status"
4463 msgstr ""
4465 #: plugins/check_time.c:362
4466 msgid "Response time (sec.) necessary to result in critical status"
4467 msgstr ""
4469 #: plugins/check_ups.c:147
4470 msgid "On Battery, Low Battery"
4471 msgstr ""
4473 #: plugins/check_ups.c:152
4474 msgid "Online"
4475 msgstr ""
4477 #: plugins/check_ups.c:155
4478 msgid "On Battery"
4479 msgstr ""
4481 #: plugins/check_ups.c:159
4482 msgid ", Low Battery"
4483 msgstr ""
4485 #: plugins/check_ups.c:163
4486 msgid ", Calibrating"
4487 msgstr ""
4489 #: plugins/check_ups.c:166
4490 msgid ", Replace Battery"
4491 msgstr ""
4493 #: plugins/check_ups.c:170
4494 msgid ", On Bypass"
4495 msgstr ""
4497 #: plugins/check_ups.c:173
4498 msgid ", Overload"
4499 msgstr ""
4501 #: plugins/check_ups.c:176
4502 msgid ", Trimming"
4503 msgstr ""
4505 #: plugins/check_ups.c:179
4506 msgid ", Boosting"
4507 msgstr ""
4509 #: plugins/check_ups.c:182
4510 msgid ", Charging"
4511 msgstr ""
4513 #: plugins/check_ups.c:185
4514 msgid ", Discharging"
4515 msgstr ""
4517 #: plugins/check_ups.c:188
4518 msgid ", Unknown"
4519 msgstr ""
4521 #: plugins/check_ups.c:327
4522 msgid "UPS does not support any available options\n"
4523 msgstr ""
4525 #: plugins/check_ups.c:351 plugins/check_ups.c:411
4526 msgid "Invalid response received from host"
4527 msgstr ""
4529 #: plugins/check_ups.c:419
4530 #, c-format
4531 msgid "CRITICAL - no such ups '%s' on that host\n"
4532 msgstr ""
4534 #: plugins/check_ups.c:429
4535 msgid "CRITICAL - UPS data is stale"
4536 msgstr ""
4538 #: plugins/check_ups.c:434
4539 #, c-format
4540 msgid "Unknown error: %s\n"
4541 msgstr ""
4543 #: plugins/check_ups.c:441
4544 msgid "Error: unable to parse variable"
4545 msgstr ""
4547 #: plugins/check_ups.c:548
4548 msgid "Unrecognized UPS variable"
4549 msgstr ""
4551 #: plugins/check_ups.c:586
4552 msgid "Error : no ups indicated"
4553 msgstr ""
4555 #: plugins/check_ups.c:606
4556 msgid ""
4557 "This plugin tests the UPS service on the specified host.Network UPS Tools "
4558 msgstr ""
4560 #: plugins/check_ups.c:607
4561 msgid "from www.networkupstools.org must be running for thisplugin to work."
4562 msgstr ""
4564 #: plugins/check_ups.c:618
4565 msgid "Name of UPS"
4566 msgstr ""
4568 #: plugins/check_ups.c:620
4569 msgid "Output of temperatures in Celsius"
4570 msgstr ""
4572 #: plugins/check_ups.c:622
4573 msgid "Valid values for STRING are"
4574 msgstr ""
4576 #: plugins/check_ups.c:635
4577 msgid ""
4578 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4579 msgstr ""
4581 #: plugins/check_ups.c:636
4582 msgid ""
4583 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4584 msgstr ""
4586 #: plugins/check_ups.c:637
4587 msgid ""
4588 "plugin will return an OK state. If the battery is on it will return a WARNING"
4589 msgstr ""
4591 #: plugins/check_ups.c:638
4592 msgid ""
4593 "state.If the UPS is off or has a low battery the plugin will return a "
4594 "CRITICAL"
4595 msgstr ""
4597 #: plugins/check_ups.c:639
4598 msgid "state."
4599 msgstr ""
4601 #: plugins/check_ups.c:641
4602 msgid ""
4603 "You may also specify a variable to check [such as temperature, utility "
4604 "voltage,"
4605 msgstr ""
4607 #: plugins/check_ups.c:642
4608 msgid ""
4609 "battery load, etc.]  as well as warning and critical thresholds for the "
4610 "value of"
4611 msgstr ""
4613 #: plugins/check_ups.c:643
4614 msgid ""
4615 "that variable.  If the remote host has multiple UPS that are being monitored "
4616 "you"
4617 msgstr ""
4619 #: plugins/check_ups.c:644
4620 msgid "will have to use the [ups] option to specify which UPS to check."
4621 msgstr ""
4623 #: plugins/check_ups.c:646
4624 msgid ""
4625 "This plugin requires that the UPSD daemon distributed with Russel Kroll's"
4626 msgstr ""
4628 #: plugins/check_ups.c:647
4629 msgid ""
4630 "Smart UPS Tools be installed on the remote host.  If you do not have the"
4631 msgstr ""
4633 #: plugins/check_ups.c:648
4634 msgid ""
4635 "package installed on your system, you can download it from http://www."
4636 "networkupstools.org"
4637 msgstr ""
4639 #: plugins/check_users.c:94
4640 #, c-format
4641 msgid "# users=%d"
4642 msgstr ""
4644 #: plugins/check_users.c:117
4645 msgid "Unable to read output"
4646 msgstr ""
4648 #: plugins/check_users.c:124
4649 #, c-format
4650 msgid "USERS %s - %d users currently logged in |%s\n"
4651 msgstr ""
4653 #: plugins/check_users.c:209
4654 msgid "This plugin checks the number of users currently logged in on the local"
4655 msgstr ""
4657 #: plugins/check_users.c:210
4658 msgid ""
4659 "system and generates an error if the number exceeds the thresholds specified."
4660 msgstr ""
4662 #: plugins/check_users.c:219
4663 msgid "Set WARNING status if more than INTEGER users are logged in"
4664 msgstr ""
4666 #: plugins/check_users.c:221
4667 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4668 msgstr ""
4670 #: plugins/check_ide_smart.c:231
4671 #, c-format
4672 msgid "CRITICAL - Couldn't open device %s: %s\n"
4673 msgstr ""
4675 #: plugins/check_ide_smart.c:236
4676 #, c-format
4677 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4678 msgstr ""
4680 #: plugins/check_ide_smart.c:297
4681 #, c-format
4682 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4683 msgstr ""
4685 #: plugins/check_ide_smart.c:366
4686 #, c-format
4687 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4688 msgstr ""
4690 #: plugins/check_ide_smart.c:374
4691 #, c-format
4692 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4693 msgstr ""
4695 #: plugins/check_ide_smart.c:382
4696 #, c-format
4697 msgid "OK - Operational (%d/%d tests passed)\n"
4698 msgstr ""
4700 #: plugins/check_ide_smart.c:386
4701 #, c-format
4702 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4703 msgstr ""
4705 #: plugins/check_ide_smart.c:419
4706 #, c-format
4707 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4708 msgstr ""
4710 #: plugins/check_ide_smart.c:425
4711 #, c-format
4712 msgid "OffLineCapability=%d {%s %s %s}\n"
4713 msgstr ""
4715 #: plugins/check_ide_smart.c:431
4716 #, c-format
4717 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4718 msgstr ""
4720 #: plugins/check_ide_smart.c:452
4721 #, c-format
4722 msgid "CRITICAL - %s: %s\n"
4723 msgstr ""
4725 #: plugins/check_ide_smart.c:471
4726 #, c-format
4727 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4728 msgstr ""
4730 #: plugins/check_ide_smart.c:488
4731 #, c-format
4732 msgid ""
4733 "This plugin checks a local hard drive with the (Linux specific) SMART "
4734 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4735 msgstr ""
4737 #: plugins/check_ide_smart.c:497
4738 msgid "Select device DEVICE"
4739 msgstr ""
4741 #: plugins/check_ide_smart.c:498
4742 msgid ""
4743 "Note: if the device is selected with this option, _no_ other options are "
4744 "accepted"
4745 msgstr ""
4747 #: plugins/check_ide_smart.c:500
4748 msgid "Perform immediately offline tests"
4749 msgstr ""
4751 #: plugins/check_ide_smart.c:502
4752 msgid "Returns the number of failed tests"
4753 msgstr ""
4755 #: plugins/check_ide_smart.c:504
4756 msgid "Turn on automatic offline tests"
4757 msgstr ""
4759 #: plugins/check_ide_smart.c:506
4760 msgid "Turn off automatic offline tests"
4761 msgstr ""
4763 #: plugins/check_ide_smart.c:508
4764 msgid "Output suitable for Nagios"
4765 msgstr ""
4767 #: plugins/negate.c:132
4768 msgid "No data returned from command\n"
4769 msgstr ""
4771 #: plugins/negate.c:209
4772 msgid ""
4773 "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
4774 "4)."
4775 msgstr ""
4777 #: plugins/negate.c:215
4778 msgid ""
4779 "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4780 "integer (0-3)."
4781 msgstr ""
4783 #: plugins/negate.c:220
4784 msgid ""
4785 "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4786 "integer (0-3)."
4787 msgstr ""
4789 #: plugins/negate.c:225
4790 msgid ""
4791 "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4792 "integer (0-3)."
4793 msgstr ""
4795 #: plugins/negate.c:262
4796 msgid "Require path to command"
4797 msgstr ""
4799 #: plugins/negate.c:298
4800 msgid ""
4801 "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."
4802 msgstr ""
4804 #: plugins/negate.c:299
4805 msgid "Additional switches can be used to control which state becomes what."
4806 msgstr ""
4808 #: plugins/negate.c:308
4809 msgid "Keep timeout lower than the plugin timeout to retain CRITICAL status."
4810 msgstr ""
4812 #: plugins/negate.c:314
4813 #, c-format
4814 msgid ""
4815 "    STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n"
4816 msgstr ""
4818 #: plugins/negate.c:315
4819 #, c-format
4820 msgid ""
4821 "    quotes. Numeric values are accepted. If nothing is specified, permutes\n"
4822 msgstr ""
4824 #: plugins/negate.c:316
4825 #, c-format
4826 msgid "    OK and CRITICAL.\n"
4827 msgstr ""
4829 #: plugins/negate.c:321
4830 msgid "Run check_ping and invert result. Must use full path to plugin"
4831 msgstr ""
4833 #: plugins/negate.c:323
4834 msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL"
4835 msgstr ""
4837 #: plugins/negate.c:326
4838 msgid ""
4839 "This plugin is a wrapper to take the output of another plugin and invert it."
4840 msgstr ""
4842 #: plugins/negate.c:327
4843 msgid "The full path of the plugin must be provided."
4844 msgstr ""
4846 #: plugins/negate.c:328
4847 msgid ""
4848 "If the wrapped plugin returns STATE_OK, the wrapper will return "
4849 "STATE_CRITICAL."
4850 msgstr ""
4852 #: plugins/negate.c:329
4853 msgid ""
4854 "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
4855 "STATE_OK."
4856 msgstr ""
4858 #: plugins/negate.c:330
4859 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
4860 msgstr ""
4862 #: plugins/netutils.c:53
4863 #, c-format
4864 msgid "CRITICAL - Socket timeout after %d seconds\n"
4865 msgstr ""
4867 #: plugins/netutils.c:55
4868 #, c-format
4869 msgid "CRITICAL - Abnormal timeout after %d seconds\n"
4870 msgstr ""
4872 #: plugins/netutils.c:83 plugins/netutils.c:274
4873 msgid "Send failed"
4874 msgstr ""
4876 #: plugins/netutils.c:100 plugins/netutils.c:289
4877 msgid "No data was received from host!"
4878 msgstr ""
4880 #: plugins/netutils.c:197 plugins/netutils.c:233
4881 msgid "Socket creation failed"
4882 msgstr ""
4884 #: plugins/netutils.c:226
4885 msgid "Supplied path too long unix domain socket"
4886 msgstr ""
4888 #: plugins/netutils.c:298
4889 msgid "Receive failed"
4890 msgstr ""
4892 #: plugins/netutils.c:324 plugins-root/check_dhcp.c:1348
4893 #, c-format
4894 msgid "Invalid hostname/address - %s"
4895 msgstr ""
4897 #: plugins/popen.c:148
4898 msgid "Could not malloc argv array in popen()"
4899 msgstr ""
4901 #: plugins/popen.c:158
4902 msgid "CRITICAL - You need more args!!!"
4903 msgstr ""
4905 #: plugins/popen.c:215
4906 msgid "Cannot catch SIGCHLD"
4907 msgstr ""
4909 #: plugins/popen.c:310 plugins/utils.c:172
4910 #, c-format
4911 msgid "CRITICAL - Plugin timed out after %d seconds\n"
4912 msgstr ""
4914 #: plugins/popen.c:313
4915 msgid "CRITICAL - popen timeout received, but no child process"
4916 msgstr ""
4918 #: plugins/popen.c:329
4919 msgid "sysconf error for _SC_OPEN_MAX"
4920 msgstr ""
4922 #: plugins/urlize.c:137
4923 #, c-format
4924 msgid ""
4925 "%s UNKNOWN - No data received from host\n"
4926 "CMD: %s</A>\n"
4927 msgstr ""
4929 #: plugins/urlize.c:176
4930 msgid "This plugin wraps the text output of another command (plugin)"
4931 msgstr ""
4933 #: plugins/urlize.c:177
4934 msgid ""
4935 "in HTML <A> tags, thus displaying the plugin output in as a clickable link in"
4936 msgstr ""
4938 #: plugins/urlize.c:178
4939 msgid ""
4940 "the Nagios status screen.  The return status is the same as the invoked "
4941 "plugin."
4942 msgstr ""
4944 #: plugins/urlize.c:188
4945 msgid ""
4946 "Pay close attention to quoting to ensure that the shell passes the expected"
4947 msgstr ""
4949 #: plugins/urlize.c:189
4950 msgid "data to the plugin. For example, in:"
4951 msgstr ""
4953 #: plugins/urlize.c:190
4954 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
4955 msgstr ""
4957 #: plugins/urlize.c:191
4958 msgid "the shell will remove the single quotes and urlize will see:"
4959 msgstr ""
4961 #: plugins/urlize.c:192
4962 msgid "urlize http://example.com/ check_http -H example.com -r two words"
4963 msgstr ""
4965 #: plugins/urlize.c:193
4966 msgid "You probably want:"
4967 msgstr ""
4969 #: plugins/urlize.c:194
4970 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
4971 msgstr ""
4973 #: plugins/utils.c:467
4974 msgid "failed realloc in strpcpy\n"
4975 msgstr ""
4977 #: plugins/utils.c:509
4978 msgid "failed malloc in strscat\n"
4979 msgstr ""
4981 #: plugins-root/check_dhcp.c:327
4982 #, c-format
4983 msgid "Error: Could not get hardware address of interface '%s'\n"
4984 msgstr ""
4986 #: plugins-root/check_dhcp.c:349
4987 #, c-format
4988 msgid "Error: if_nametoindex error - %s.\n"
4989 msgstr ""
4991 #: plugins-root/check_dhcp.c:354
4992 #, c-format
4993 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
4994 msgstr ""
4996 #: plugins-root/check_dhcp.c:359
4997 #, c-format
4998 msgid ""
4999 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
5000 msgstr ""
5002 #: plugins-root/check_dhcp.c:364
5003 #, c-format
5004 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
5005 msgstr ""
5007 #: plugins-root/check_dhcp.c:390
5008 #, c-format
5009 msgid ""
5010 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
5011 "eg lnc0.\n"
5012 msgstr ""
5014 #: plugins-root/check_dhcp.c:395 plugins-root/check_dhcp.c:407
5015 #, c-format
5016 msgid ""
5017 "Error: can't read MAC address from DLPI streams interface for device %s unit "
5018 "%d.\n"
5019 msgstr ""
5021 #: plugins-root/check_dhcp.c:413
5022 #, c-format
5023 msgid ""
5024 "Error: can't get MAC address for this architecture.  Use the --mac option.\n"
5025 msgstr ""
5027 #: plugins-root/check_dhcp.c:432
5028 #, c-format
5029 msgid "Error: Cannot determine IP address of interface %s\n"
5030 msgstr ""
5032 #: plugins-root/check_dhcp.c:440
5033 #, c-format
5034 msgid "Error: Cannot get interface IP address on this platform.\n"
5035 msgstr ""
5037 #: plugins-root/check_dhcp.c:445
5038 #, c-format
5039 msgid "Pretending to be relay client %s\n"
5040 msgstr ""
5042 #: plugins-root/check_dhcp.c:530
5043 #, c-format
5044 msgid "DHCPDISCOVER to %s port %d\n"
5045 msgstr ""
5047 #: plugins-root/check_dhcp.c:582
5048 #, c-format
5049 msgid "Result=ERROR\n"
5050 msgstr ""
5052 #: plugins-root/check_dhcp.c:588
5053 #, c-format
5054 msgid "Result=OK\n"
5055 msgstr ""
5057 #: plugins-root/check_dhcp.c:603
5058 #, c-format
5059 msgid "DHCPOFFER from IP address %s"
5060 msgstr ""
5062 #: plugins-root/check_dhcp.c:604
5063 #, c-format
5064 msgid " via %s\n"
5065 msgstr ""
5067 #: plugins-root/check_dhcp.c:611
5068 #, c-format
5069 msgid ""
5070 "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n"
5071 msgstr ""
5073 #: plugins-root/check_dhcp.c:633
5074 #, c-format
5075 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
5076 msgstr ""
5078 #: plugins-root/check_dhcp.c:651
5079 #, c-format
5080 msgid "Total responses seen on the wire: %d\n"
5081 msgstr ""
5083 #: plugins-root/check_dhcp.c:652
5084 #, c-format
5085 msgid "Valid responses for this machine: %d\n"
5086 msgstr ""
5088 #: plugins-root/check_dhcp.c:667
5089 #, c-format
5090 msgid "send_dhcp_packet result: %d\n"
5091 msgstr ""
5093 #: plugins-root/check_dhcp.c:700
5094 #, c-format
5095 msgid "No (more) data received (nfound: %d)\n"
5096 msgstr ""
5098 #: plugins-root/check_dhcp.c:719
5099 #, c-format
5100 msgid "recvfrom() failed, "
5101 msgstr ""
5103 #: plugins-root/check_dhcp.c:726
5104 #, c-format
5105 msgid "receive_dhcp_packet() result: %d\n"
5106 msgstr ""
5108 #: plugins-root/check_dhcp.c:727
5109 #, c-format
5110 msgid "receive_dhcp_packet() source: %s\n"
5111 msgstr ""
5113 #: plugins-root/check_dhcp.c:757
5114 #, c-format
5115 msgid "Error: Could not create socket!\n"
5116 msgstr ""
5118 #: plugins-root/check_dhcp.c:767
5119 #, c-format
5120 msgid "Error: Could not set reuse address option on DHCP socket!\n"
5121 msgstr ""
5123 #: plugins-root/check_dhcp.c:773
5124 #, c-format
5125 msgid "Error: Could not set broadcast option on DHCP socket!\n"
5126 msgstr ""
5128 #: plugins-root/check_dhcp.c:782
5129 #, c-format
5130 msgid ""
5131 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
5132 msgstr ""
5134 #: plugins-root/check_dhcp.c:793
5135 #, c-format
5136 msgid ""
5137 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
5138 msgstr ""
5140 #: plugins-root/check_dhcp.c:827
5141 #, c-format
5142 msgid "Requested server address: %s\n"
5143 msgstr ""
5145 #: plugins-root/check_dhcp.c:888
5146 #, c-format
5147 msgid "Lease Time: Infinite\n"
5148 msgstr ""
5150 #: plugins-root/check_dhcp.c:890
5151 #, c-format
5152 msgid "Lease Time: %lu seconds\n"
5153 msgstr ""
5155 #: plugins-root/check_dhcp.c:892
5156 #, c-format
5157 msgid "Renewal Time: Infinite\n"
5158 msgstr ""
5160 #: plugins-root/check_dhcp.c:894
5161 #, c-format
5162 msgid "Renewal Time: %lu seconds\n"
5163 msgstr ""
5165 #: plugins-root/check_dhcp.c:896
5166 #, c-format
5167 msgid "Rebinding Time: Infinite\n"
5168 msgstr ""
5170 #: plugins-root/check_dhcp.c:897
5171 #, c-format
5172 msgid "Rebinding Time: %lu seconds\n"
5173 msgstr ""
5175 #: plugins-root/check_dhcp.c:925
5176 #, c-format
5177 msgid "Added offer from server @ %s"
5178 msgstr ""
5180 #: plugins-root/check_dhcp.c:926
5181 #, c-format
5182 msgid " of IP address %s\n"
5183 msgstr ""
5185 #: plugins-root/check_dhcp.c:993
5186 #, c-format
5187 msgid "DHCP Server Match: Offerer=%s"
5188 msgstr ""
5190 #: plugins-root/check_dhcp.c:994
5191 #, c-format
5192 msgid " Requested=%s"
5193 msgstr ""
5195 #: plugins-root/check_dhcp.c:996
5196 #, c-format
5197 msgid " (duplicate)"
5198 msgstr ""
5200 #: plugins-root/check_dhcp.c:997
5201 #, c-format
5202 msgid "\n"
5203 msgstr ""
5205 #: plugins-root/check_dhcp.c:1045
5206 #, c-format
5207 msgid "No DHCPOFFERs were received.\n"
5208 msgstr ""
5210 #: plugins-root/check_dhcp.c:1049
5211 #, c-format
5212 msgid "Received %d DHCPOFFER(s)"
5213 msgstr ""
5215 #: plugins-root/check_dhcp.c:1052
5216 #, c-format
5217 msgid ", %s%d of %d requested servers responded"
5218 msgstr ""
5220 #: plugins-root/check_dhcp.c:1055
5221 #, c-format
5222 msgid ", requested address (%s) was %soffered"
5223 msgstr ""
5225 #: plugins-root/check_dhcp.c:1055
5226 msgid "not "
5227 msgstr ""
5229 #: plugins-root/check_dhcp.c:1057
5230 #, c-format
5231 msgid ", max lease time = "
5232 msgstr ""
5234 #: plugins-root/check_dhcp.c:1059
5235 #, c-format
5236 msgid "Infinity"
5237 msgstr ""
5239 #: plugins-root/check_dhcp.c:1240
5240 #, c-format
5241 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
5242 msgstr ""
5244 #: plugins-root/check_dhcp.c:1252
5245 #, c-format
5246 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
5247 msgstr ""
5249 #: plugins-root/check_dhcp.c:1265
5250 #, c-format
5251 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
5252 msgstr ""
5254 #: plugins-root/check_dhcp.c:1277
5255 #, c-format
5256 msgid ""
5257 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
5258 msgstr ""
5260 #: plugins-root/check_dhcp.c:1301
5261 #, c-format
5262 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
5263 msgstr ""
5265 #: plugins-root/check_dhcp.c:1380
5266 #, c-format
5267 msgid "Hardware address: "
5268 msgstr ""
5270 #: plugins-root/check_dhcp.c:1396
5271 msgid "This plugin tests the availability of DHCP servers on a network."
5272 msgstr ""
5274 #: plugins-root/check_dhcp.c:1407
5275 msgid "IP address of DHCP server that we must hear from"
5276 msgstr ""
5278 #: plugins-root/check_dhcp.c:1409
5279 msgid "IP address that should be offered by at least one DHCP server"
5280 msgstr ""
5282 #: plugins-root/check_dhcp.c:1411
5283 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
5284 msgstr ""
5286 #: plugins-root/check_dhcp.c:1413
5287 msgid "Interface to to use for listening (i.e. eth0)"
5288 msgstr ""
5290 #: plugins-root/check_dhcp.c:1415
5291 msgid "MAC address to use in the DHCP request"
5292 msgstr ""
5294 #: plugins-root/check_dhcp.c:1417
5295 msgid "Unicast testing: mimic a DHCP relay, requires -s"
5296 msgstr ""
5298 #: plugins-root/check_icmp.c:1223
5299 msgid "specify a target"
5300 msgstr ""
5302 #: plugins-root/check_icmp.c:1225
5303 msgid "warning threshold (currently "
5304 msgstr ""
5306 #: plugins-root/check_icmp.c:1228
5307 msgid "critical threshold (currently "
5308 msgstr ""
5310 #: plugins-root/check_icmp.c:1231
5311 msgid "number of packets to send (currently "
5312 msgstr ""
5314 #: plugins-root/check_icmp.c:1234
5315 msgid "max packet interval (currently "
5316 msgstr ""
5318 #: plugins-root/check_icmp.c:1237
5319 msgid "max target interval (currently "
5320 msgstr ""
5322 #: plugins-root/check_icmp.c:1240
5323 msgid "number of alive hosts required for success"
5324 msgstr ""
5326 #: plugins-root/check_icmp.c:1243
5327 msgid "TTL on outgoing packets (currently "
5328 msgstr ""
5330 #: plugins-root/check_icmp.c:1246
5331 msgid "timeout value (seconds, currently  "
5332 msgstr ""
5334 #: plugins-root/check_icmp.c:1249
5335 msgid "icmp packet size (currenly ignored)"
5336 msgstr ""
5338 #: plugins-root/check_icmp.c:1251
5339 msgid "verbose"
5340 msgstr ""
5342 #: plugins-root/check_icmp.c:1254
5343 msgid "The -H switch is optional. Naming a host (or several) to check is not."
5344 msgstr ""
5346 #: plugins-root/check_icmp.c:1255
5347 msgid ""
5348 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
5349 msgstr ""
5351 #: plugins-root/check_icmp.c:1256
5352 msgid "packet loss.  The default values should work well for most users."
5353 msgstr ""
5355 #: plugins-root/check_icmp.c:1257
5356 msgid ""
5357 "You can specify different RTA factors using the standardized abbreviations"
5358 msgstr ""
5360 #: plugins-root/check_icmp.c:1258
5361 msgid ""
5362 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
5363 msgstr ""
5365 #: plugins-root/check_icmp.c:1263
5366 msgid "The -v switch can be specified several times for increased verbosity."
5367 msgstr ""