Code

update po files and fix a few French translations
[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 11:15-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_dig.c:89 plugins/check_disk.c:198
21 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89
22 #: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:150
23 #: plugins/check_ldap.c:108 plugins/check_load.c:124
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_nwstat.c:177 plugins/check_overcr.c:106
27 #: plugins/check_pgsql.c:156 plugins/check_ping.c:99 plugins/check_procs.c:143
28 #: plugins/check_radius.c:156 plugins/check_real.c:85 plugins/check_smtp.c:145
29 #: plugins/check_snmp.c:183 plugins/check_ssh.c:78 plugins/check_swap.c:113
30 #: plugins/check_tcp.c:211 plugins/check_time.c:82 plugins/check_ups.c:125
31 #: plugins/check_users.c:70 plugins/negate.c:259 plugins-root/check_dhcp.c:277
32 msgid "Could not parse arguments"
33 msgstr ""
35 #: plugins/check_by_ssh.c:87 plugins/check_dig.c:86 plugins/check_dns.c:89
36 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160
37 #: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:113
38 msgid "Cannot catch SIGALRM"
39 msgstr ""
41 #: plugins/check_by_ssh.c:104
42 #, c-format
43 msgid "Remote command execution failed: %s\n"
44 msgstr ""
46 #: plugins/check_by_ssh.c:116
47 #, c-format
48 msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n"
49 msgstr ""
51 #: plugins/check_by_ssh.c:128
52 #, c-format
53 msgid "SSH WARNING: could not open %s\n"
54 msgstr ""
56 #: plugins/check_by_ssh.c:214 plugins/check_disk.c:530
57 #: plugins/check_http.c:244 plugins/check_ldap.c:292 plugins/check_pgsql.c:237
58 #: plugins/check_procs.c:371 plugins/check_radius.c:284
59 #: plugins/check_real.c:361 plugins/check_smtp.c:592 plugins/check_snmp.c:516
60 #: plugins/check_ssh.c:143 plugins/check_tcp.c:494 plugins/check_time.c:306
61 #: plugins/check_ups.c:555 plugins/negate.c:203
62 msgid "Timeout interval must be a positive integer"
63 msgstr ""
65 #: plugins/check_by_ssh.c:224 plugins/check_pgsql.c:261
66 #: plugins/check_radius.c:257 plugins/check_real.c:332
67 #: plugins/check_smtp.c:519 plugins/check_tcp.c:500 plugins/check_time.c:300
68 #: plugins/check_ups.c:517
69 msgid "Port must be a positive integer"
70 msgstr ""
72 #: plugins/check_by_ssh.c:270
73 msgid "skip-stdout argument must be an integer"
74 msgstr ""
76 #: plugins/check_by_ssh.c:278
77 msgid "skip-stderr argument must be an integer"
78 msgstr ""
80 #: plugins/check_by_ssh.c:296
81 #, c-format
82 msgid "%s: You must provide a host name\n"
83 msgstr ""
85 #: plugins/check_by_ssh.c:314
86 msgid "No remotecmd"
87 msgstr ""
89 #: plugins/check_by_ssh.c:330
90 #, c-format
91 msgid ""
92 "%s: In passive mode, you must provide a service name for each command.\n"
93 msgstr ""
95 #: plugins/check_by_ssh.c:333
96 #, c-format
97 msgid ""
98 "%s: In passive mode, you must provide the host short name from the nagios "
99 "configs.\n"
100 msgstr ""
102 #: plugins/check_by_ssh.c:347
103 #, c-format
104 msgid "This plugin uses SSH to execute commands on a remote host"
105 msgstr ""
107 #: plugins/check_by_ssh.c:360
108 msgid "tell ssh to use Protocol 1 [optional]"
109 msgstr ""
111 #: plugins/check_by_ssh.c:362
112 msgid "tell ssh to use Protocol 2 [optional]"
113 msgstr ""
115 #: plugins/check_by_ssh.c:364
116 msgid "Ignore all or (if specified) first n lines on STDOUT [optional]"
117 msgstr ""
119 #: plugins/check_by_ssh.c:366
120 msgid "Ignore all or (if specified) first n lines on STDERR [optional]"
121 msgstr ""
123 #: plugins/check_by_ssh.c:368
124 msgid "tells ssh to fork rather than create a tty [optional]"
125 msgstr ""
127 #: plugins/check_by_ssh.c:370
128 msgid "command to execute on the remote machine"
129 msgstr ""
131 #: plugins/check_by_ssh.c:372
132 msgid "SSH user name on remote host [optional]"
133 msgstr ""
135 #: plugins/check_by_ssh.c:374
136 msgid "identity of an authorized key [optional]"
137 msgstr ""
139 #: plugins/check_by_ssh.c:376
140 msgid "external command file for nagios [optional]"
141 msgstr ""
143 #: plugins/check_by_ssh.c:378
144 msgid "list of nagios service names, separated by ':' [optional]"
145 msgstr ""
147 #: plugins/check_by_ssh.c:380
148 msgid "short name of host in nagios configuration [optional]"
149 msgstr ""
151 #: plugins/check_by_ssh.c:382
152 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
153 msgstr ""
155 #: plugins/check_by_ssh.c:384
156 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
157 msgstr ""
159 #: plugins/check_by_ssh.c:387
160 msgid "The most common mode of use is to refer to a local identity file with"
161 msgstr ""
163 #: plugins/check_by_ssh.c:388
164 msgid "the '-i' option. In this mode, the identity pair should have a null"
165 msgstr ""
167 #: plugins/check_by_ssh.c:389
168 msgid "passphrase and the public key should be listed in the authorized_keys"
169 msgstr ""
171 #: plugins/check_by_ssh.c:390
172 msgid "file of the remote host. Usually the key will be restricted to running"
173 msgstr ""
175 #: plugins/check_by_ssh.c:391
176 msgid "only one command on the remote server. If the remote SSH server tracks"
177 msgstr ""
179 #: plugins/check_by_ssh.c:392
180 msgid "invocation arguments, the one remote program may be an agent that can"
181 msgstr ""
183 #: plugins/check_by_ssh.c:393
184 msgid "execute additional commands as proxy"
185 msgstr ""
187 #: plugins/check_by_ssh.c:394
188 msgid "To use passive mode, provide multiple '-C' options, and provide"
189 msgstr ""
191 #: plugins/check_by_ssh.c:395
192 msgid ""
193 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
194 msgstr ""
196 #: plugins/check_by_ssh.c:397 plugins/check_disk.c:954
197 #: plugins/check_http.c:1308 plugins/check_nagios.c:303
198 #: plugins/check_ntp.c:862 plugins/check_procs.c:735 plugins/negate.c:319
199 #: plugins/urlize.c:187
200 #, c-format
201 msgid "Examples:"
202 msgstr ""
204 #: plugins/check_by_ssh.c:412 plugins/check_dig.c:336 plugins/check_disk.c:970
205 #: plugins/check_dns.c:447 plugins/check_dummy.c:129 plugins/check_fping.c:407
206 #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1331
207 #: plugins/check_ldap.c:449 plugins/check_load.c:326 plugins/check_mrtg.c:383
208 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707
209 #: plugins/check_ntp.c:875 plugins/check_nwstat.c:1688
210 #: plugins/check_overcr.c:469 plugins/check_pgsql.c:458
211 #: plugins/check_ping.c:597 plugins/check_procs.c:753
212 #: plugins/check_radius.c:358 plugins/check_real.c:454
213 #: plugins/check_smtp.c:825 plugins/check_snmp.c:1029 plugins/check_ssh.c:308
214 #: plugins/check_swap.c:560 plugins/check_tcp.c:654 plugins/check_time.c:373
215 #: plugins/check_ups.c:657 plugins/check_users.c:230
216 #: plugins/check_ide_smart.c:527 plugins/negate.c:340 plugins/urlize.c:204
217 #: plugins-root/check_dhcp.c:1426 plugins-root/check_icmp.c:1278
218 #, c-format
219 msgid "Usage:"
220 msgstr ""
222 #: plugins/check_dig.c:101 plugins/check_dig.c:103
223 #, c-format
224 msgid "Looking for: '%s'\n"
225 msgstr ""
227 #: plugins/check_dig.c:110
228 msgid "dig returned an error status"
229 msgstr ""
231 #: plugins/check_dig.c:135
232 msgid "Server not found in ANSWER SECTION"
233 msgstr ""
235 #: plugins/check_dig.c:145
236 msgid "No ANSWER SECTION found"
237 msgstr ""
239 #: plugins/check_dig.c:170
240 msgid "Probably a non-existent host/domain"
241 msgstr ""
243 #: plugins/check_dig.c:229
244 #, c-format
245 msgid "Port must be a positive integer - %s"
246 msgstr ""
248 #: plugins/check_dig.c:240
249 #, c-format
250 msgid "Warning interval must be a positive integer - %s"
251 msgstr ""
253 #: plugins/check_dig.c:248
254 #, c-format
255 msgid "Critical interval must be a positive integer - %s"
256 msgstr ""
258 #: plugins/check_dig.c:256
259 #, c-format
260 msgid "Timeout interval must be a positive integer - %s"
261 msgstr ""
263 #: plugins/check_dig.c:309
264 #, c-format
265 msgid "This plugin test the DNS service on the specified host using dig"
266 msgstr ""
268 #: plugins/check_dig.c:320
269 msgid "machine name to lookup"
270 msgstr ""
272 #: plugins/check_dig.c:322
273 msgid "record type to lookup (default: A)"
274 msgstr ""
276 #: plugins/check_dig.c:324
277 msgid ""
278 "an address expected to be in the answer section.if not set, uses whatever "
279 "was in -l"
280 msgstr ""
282 #: plugins/check_disk.c:220
283 #, c-format
284 msgid "DISK %s: %s not found\n"
285 msgstr ""
287 #: plugins/check_disk.c:220 plugins/check_disk.c:985 plugins/check_dns.c:208
288 #: plugins/check_dummy.c:81 plugins/check_mysql.c:214
289 #: plugins/check_nagios.c:107 plugins/check_nagios.c:171
290 #: plugins/check_nagios.c:175 plugins/check_procs.c:302
291 #, c-format
292 msgid "CRITICAL"
293 msgstr ""
295 #: plugins/check_disk.c:604
296 #, c-format
297 msgid "unit type %s not known\n"
298 msgstr ""
300 #: plugins/check_disk.c:607
301 #, c-format
302 msgid "failed allocating storage for '%s'\n"
303 msgstr ""
305 #: plugins/check_disk.c:631 plugins/check_disk.c:662 plugins/check_disk.c:667
306 #: plugins/check_disk.c:674 plugins/check_disk.c:678 plugins/check_disk.c:718
307 #: plugins/check_disk.c:724 plugins/check_disk.c:743 plugins/check_dummy.c:84
308 #: plugins/check_dummy.c:87
309 #, c-format
310 msgid "UNKNOWN"
311 msgstr ""
313 #: plugins/check_disk.c:631
314 msgid "Must set a threshold value before using -p\n"
315 msgstr ""
317 #: plugins/check_disk.c:662
318 msgid "Must set -E before selecting pathes\n"
319 msgstr ""
321 #: plugins/check_disk.c:667
322 msgid "Must set group value before selecting pathes \n"
323 msgstr ""
325 #: plugins/check_disk.c:674
326 msgid ""
327 "Pathes need to be selected before using -i/-I. Use -A to select all pathes "
328 "explicitly"
329 msgstr ""
331 #: plugins/check_disk.c:678 plugins/check_disk.c:724
332 msgid "Could not compile regular expression"
333 msgstr ""
335 #: plugins/check_disk.c:718
336 msgid "Must set a threshold value before using -r/-R\n"
337 msgstr ""
339 #: plugins/check_disk.c:744
340 msgid "Regular expression did not match any path or disk"
341 msgstr ""
343 #: plugins/check_disk.c:791
344 msgid "Unknown argument"
345 msgstr ""
347 #: plugins/check_disk.c:825
348 #, c-format
349 msgid " for %s\n"
350 msgstr ""
352 #: plugins/check_disk.c:893
353 msgid ""
354 "This plugin checks the amount of used disk space on a mounted file system"
355 msgstr ""
357 #: plugins/check_disk.c:894
358 msgid ""
359 "and generates an alert if free space is less than one of the threshold values"
360 msgstr ""
362 #: plugins/check_disk.c:903
363 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
364 msgstr ""
366 #: plugins/check_disk.c:905
367 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
368 msgstr ""
370 #: plugins/check_disk.c:907
371 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
372 msgstr ""
374 #: plugins/check_disk.c:909
375 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
376 msgstr ""
378 #: plugins/check_disk.c:911
379 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
380 msgstr ""
382 #: plugins/check_disk.c:913
383 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
384 msgstr ""
386 #: plugins/check_disk.c:915
387 msgid "Path or partition (may be repeated)"
388 msgstr ""
390 #: plugins/check_disk.c:917
391 msgid "Ignore device (only works if -p unspecified)"
392 msgstr ""
394 #: plugins/check_disk.c:919
395 msgid "Clear thresholds"
396 msgstr ""
398 #: plugins/check_disk.c:921
399 msgid "For paths or partitions specified with -p, only check for exact paths"
400 msgstr ""
402 #: plugins/check_disk.c:923
403 msgid "Display only devices/mountpoints with errors"
404 msgstr ""
406 #: plugins/check_disk.c:925
407 msgid ""
408 "Group pathes. Thresholds apply to (free-)space of all partitions together"
409 msgstr ""
411 #: plugins/check_disk.c:927
412 msgid "Same as '--units kB'"
413 msgstr ""
415 #: plugins/check_disk.c:929
416 msgid "Only check local filesystems"
417 msgstr ""
419 #: plugins/check_disk.c:931
420 msgid ""
421 "Only check local filesystems against thresholds. Yet call stat on remote "
422 "filesystems"
423 msgstr ""
425 #: plugins/check_disk.c:932
426 msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)"
427 msgstr ""
429 #: plugins/check_disk.c:934
430 msgid "Display the mountpoint instead of the partition"
431 msgstr ""
433 #: plugins/check_disk.c:936
434 msgid "Same as '--units MB'"
435 msgstr ""
437 #: plugins/check_disk.c:938
438 msgid "Explicitly select all pathes. This is equivalent to -R '.*'"
439 msgstr ""
441 #: plugins/check_disk.c:940
442 msgid ""
443 "Case insensitive regular expression for path/partition (may be repeated)"
444 msgstr ""
446 #: plugins/check_disk.c:942
447 msgid "Regular expression for path or partition (may be repeated)"
448 msgstr ""
450 #: plugins/check_disk.c:944
451 msgid ""
452 "Regular expression to ignore selected path/partition (case insensitive) (may "
453 "be repeated)"
454 msgstr ""
456 #: plugins/check_disk.c:946
457 msgid ""
458 "Regular expression to ignore selected path or partition (may be repeated)"
459 msgstr ""
461 #: plugins/check_disk.c:949
462 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
463 msgstr ""
465 #: plugins/check_disk.c:952
466 msgid "Ignore all filesystems of indicated type (may be repeated)"
467 msgstr ""
469 #: plugins/check_disk.c:956
470 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
471 msgstr ""
473 #: plugins/check_disk.c:958
474 msgid ""
475 "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -"
476 "r regex"
477 msgstr ""
479 #: plugins/check_disk.c:959
480 msgid ""
481 "are grouped which means the freespace thresholds are applied to all disks "
482 "together"
483 msgstr ""
485 #: plugins/check_disk.c:961
486 msgid ""
487 "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use "
488 "100M/50M"
489 msgstr ""
491 #: plugins/check_disk.c:986
492 #, c-format
493 msgid "%s %s: %s\n"
494 msgstr ""
496 #: plugins/check_disk.c:986
497 msgid "is not accessible"
498 msgstr ""
500 #: plugins/check_dns.c:107
501 msgid "nslookup returned an error status"
502 msgstr ""
504 #: plugins/check_dns.c:120
505 msgid "Warning plugin error"
506 msgstr ""
508 #: plugins/check_dns.c:140
509 #, c-format
510 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
511 msgstr ""
513 #: plugins/check_dns.c:150
514 msgid "Non-authoritative answer:"
515 msgstr ""
517 #: plugins/check_dns.c:178
518 #, c-format
519 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
520 msgstr ""
522 #: plugins/check_dns.c:184
523 #, c-format
524 msgid "expected '%s' but got '%s'"
525 msgstr ""
527 #: plugins/check_dns.c:190
528 #, c-format
529 msgid "server %s is not authoritative for %s"
530 msgstr ""
532 #: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_nagios.c:185
533 #: plugins/check_procs.c:295
534 #, c-format
535 msgid "OK"
536 msgstr ""
538 #: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_mysql.c:211
539 #: plugins/check_nagios.c:185 plugins/check_procs.c:297
540 #, c-format
541 msgid "WARNING"
542 msgstr ""
544 #: plugins/check_dns.c:210
545 #, c-format
546 msgid "%.3f second response time"
547 msgid_plural "%.3f seconds response time"
548 msgstr[0] ""
549 msgstr[1] ""
551 #: plugins/check_dns.c:211
552 #, c-format
553 msgid ". %s returns %s"
554 msgstr ""
556 #: plugins/check_dns.c:215
557 #, c-format
558 msgid "DNS WARNING - %s\n"
559 msgstr ""
561 #: plugins/check_dns.c:216 plugins/check_dns.c:219 plugins/check_dns.c:222
562 msgid " Probably a non-existent host/domain"
563 msgstr ""
565 #: plugins/check_dns.c:218
566 #, c-format
567 msgid "DNS CRITICAL - %s\n"
568 msgstr ""
570 #: plugins/check_dns.c:221
571 #, c-format
572 msgid "DNS UNKNOW - %s\n"
573 msgstr ""
575 #: plugins/check_dns.c:234
576 msgid "Note: nslookup is deprecated and may be removed from future releases."
577 msgstr ""
579 #: plugins/check_dns.c:235
580 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
581 msgstr ""
583 #: plugins/check_dns.c:236
584 msgid "the `-sil[ent]' option to prevent this message from appearing."
585 msgstr ""
587 #: plugins/check_dns.c:241
588 #, c-format
589 msgid "No response from DNS %s\n"
590 msgstr ""
592 #: plugins/check_dns.c:245
593 #, c-format
594 msgid "DNS %s has no records\n"
595 msgstr ""
597 #: plugins/check_dns.c:253
598 #, c-format
599 msgid "Connection to DNS %s was refused\n"
600 msgstr ""
602 #: plugins/check_dns.c:257
603 #, c-format
604 msgid "Query was refused by DNS server at %s\n"
605 msgstr ""
607 #: plugins/check_dns.c:261
608 #, c-format
609 msgid "No information returned by DNS server at %s\n"
610 msgstr ""
612 #: plugins/check_dns.c:267
613 #, c-format
614 msgid "Domain %s was not found by the server\n"
615 msgstr ""
617 #: plugins/check_dns.c:271
618 msgid "Network is unreachable\n"
619 msgstr ""
621 #: plugins/check_dns.c:275
622 #, c-format
623 msgid "DNS failure for %s\n"
624 msgstr ""
626 #: plugins/check_dns.c:339 plugins/check_dns.c:347 plugins/check_dns.c:354
627 #: plugins/check_dns.c:359 plugins/check_dns.c:380 plugins/check_dns.c:388
628 #: plugins/check_game.c:213 plugins/check_game.c:221
629 msgid "Input buffer overflow\n"
630 msgstr ""
632 #: plugins/check_dns.c:416
633 msgid ""
634 "This plugin uses the nslookup program to obtain the IP address for the given "
635 "host/domain query."
636 msgstr ""
638 #: plugins/check_dns.c:417
639 msgid "An optional DNS server to use may be specified."
640 msgstr ""
642 #: plugins/check_dns.c:418
643 msgid ""
644 "If no DNS server is specified, the default server(s) specified in /etc/"
645 "resolv.conf will be used."
646 msgstr ""
648 #: plugins/check_dns.c:427
649 msgid "The name or address you want to query"
650 msgstr ""
652 #: plugins/check_dns.c:429
653 msgid "Optional DNS server you want to use for the lookup"
654 msgstr ""
656 #: plugins/check_dns.c:431
657 msgid ""
658 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ."
659 msgstr ""
661 #: plugins/check_dns.c:433
662 msgid "Optionally expect the DNS server to be authoritative for the lookup"
663 msgstr ""
665 #: plugins/check_dns.c:435
666 msgid "Return warning if elapsed time exceeds value. Default off"
667 msgstr ""
669 #: plugins/check_dns.c:437
670 msgid "Return critical if elapsed time exceeds value. Default off"
671 msgstr ""
673 #: plugins/check_dummy.c:69
674 msgid "Arguments to check_dummy must be an integer"
675 msgstr ""
677 #: plugins/check_dummy.c:89
678 #, c-format
679 msgid "Status %d is not a supported error state\n"
680 msgstr ""
682 #: plugins/check_dummy.c:111
683 msgid ""
684 "This plugin will simply return the state corresponding to the numeric value"
685 msgstr ""
687 #: plugins/check_dummy.c:113
688 msgid "of the <state> argument with optional text"
689 msgstr ""
691 #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:432
692 #: plugins/check_procs.c:159 plugins/check_snmp.c:210 plugins/check_swap.c:178
693 #: plugins/check_users.c:75 plugins/urlize.c:117
694 #, c-format
695 msgid "Could not open pipe: %s\n"
696 msgstr ""
698 #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:155
699 #: plugins/check_procs.c:165 plugins/check_snmp.c:217 plugins/check_swap.c:184
700 #: plugins/check_users.c:81 plugins/urlize.c:123
701 #, c-format
702 msgid "Could not open stderr for %s\n"
703 msgstr ""
705 #: plugins/check_fping.c:149
706 #, c-format
707 msgid "FPING UNKNOW - %s not found\n"
708 msgstr ""
710 #: plugins/check_fping.c:153
711 #, c-format
712 msgid "FPING CRITICAL - %s is unreachable\n"
713 msgstr ""
715 #: plugins/check_fping.c:158
716 #, c-format
717 msgid "FPING CRITICAL - %s is down\n"
718 msgstr ""
720 #: plugins/check_fping.c:185
721 #, c-format
722 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
723 msgstr ""
725 #: plugins/check_fping.c:206
726 #, c-format
727 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
728 msgstr ""
730 #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364
731 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 plugins/check_ntp.c:709
732 #: plugins/check_pgsql.c:255 plugins/check_ping.c:290 plugins/check_ping.c:413
733 #: plugins/check_radius.c:249 plugins/check_real.c:319
734 #: plugins/check_real.c:381 plugins/check_smtp.c:512 plugins/check_smtp.c:638
735 #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319
736 #: plugins/check_ups.c:503 plugins/check_ups.c:572
737 msgid "Invalid hostname/address"
738 msgstr ""
740 #: plugins/check_fping.c:307
741 msgid "Packet size must be a positive integer"
742 msgstr ""
744 #: plugins/check_fping.c:313
745 msgid "Packet count must be a positive integer"
746 msgstr ""
748 #: plugins/check_fping.c:319 plugins/check_ntp.c:733 plugins/check_time.c:323
749 msgid "Hostname was not supplied"
750 msgstr ""
752 #: plugins/check_fping.c:339
753 #, c-format
754 msgid "%s: Only one threshold may be packet loss (%s)\n"
755 msgstr ""
757 #: plugins/check_fping.c:343
758 #, c-format
759 msgid "%s: Only one threshold must be packet loss (%s)\n"
760 msgstr ""
762 #: plugins/check_fping.c:375
763 msgid ""
764 "This plugin will use the fping command to ping the specified host for a fast "
765 "check"
766 msgstr ""
768 #: plugins/check_fping.c:377
769 msgid "Note that it is necessary to set the suid flag on fping."
770 msgstr ""
772 #: plugins/check_fping.c:386
773 msgid ""
774 "name or IP Address of host to ping (IP Address bypasses name lookup, "
775 "reducing system load)"
776 msgstr ""
778 #: plugins/check_fping.c:388 plugins/check_ping.c:567
779 msgid "warning threshold pair"
780 msgstr ""
782 #: plugins/check_fping.c:390 plugins/check_ping.c:569
783 msgid "critical threshold pair"
784 msgstr ""
786 #: plugins/check_fping.c:392
787 #, c-format
788 msgid "size of ICMP packet (default: %d)"
789 msgstr ""
791 #: plugins/check_fping.c:394
792 #, c-format
793 msgid "number of ICMP packets to send (default: %d)"
794 msgstr ""
796 #: plugins/check_fping.c:397
797 #, c-format
798 msgid ""
799 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
800 "(ms)"
801 msgstr ""
803 #: plugins/check_fping.c:398
804 msgid ""
805 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
806 msgstr ""
808 #: plugins/check_fping.c:399
809 msgid "packet loss to trigger an alarm state."
810 msgstr ""
812 #: plugins/check_game.c:113
813 #, c-format
814 msgid "CRITICAL - Host type parameter incorrect!\n"
815 msgstr ""
817 #: plugins/check_game.c:128
818 #, c-format
819 msgid "CRITICAL - Host not found\n"
820 msgstr ""
822 #: plugins/check_game.c:132
823 #, c-format
824 msgid "CRITICAL - Game server down or unavailable\n"
825 msgstr ""
827 #: plugins/check_game.c:136
828 #, c-format
829 msgid "CRITICAL - Game server timeout\n"
830 msgstr ""
832 #: plugins/check_game.c:299
833 #, c-format
834 msgid "This plugin tests game server connections with the specified host."
835 msgstr ""
837 #: plugins/check_game.c:308
838 msgid "Optional port of which to connect"
839 msgstr ""
841 #: plugins/check_game.c:310
842 msgid "Field number in raw qstat output that contains game name"
843 msgstr ""
845 #: plugins/check_game.c:312
846 msgid "Field number in raw qstat output that contains map name"
847 msgstr ""
849 #: plugins/check_game.c:314
850 msgid "Field number in raw qstat output that contains ping time"
851 msgstr ""
853 #: plugins/check_game.c:318 plugins/check_http.c:1296 plugins/check_mrtg.c:364
854 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 plugins/check_ntp.c:856
855 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452
856 #: plugins/check_swap.c:549 plugins/check_ups.c:633 plugins/negate.c:325
857 #, c-format
858 msgid "Notes:"
859 msgstr ""
861 #: plugins/check_game.c:320
862 msgid ""
863 "This plugin uses the 'qstat' command, the popular game server status query "
864 "tool ."
865 msgstr ""
867 #: plugins/check_game.c:322
868 msgid ""
869 "If you don't have the package installed, you will need to download it from"
870 msgstr ""
872 #: plugins/check_game.c:324
873 msgid ""
874 "http://www.activesw.com/people/steve/qstat.html before you can use this "
875 "plugin."
876 msgstr ""
878 #: plugins/check_hpjd.c:242
879 msgid "Paper Jam"
880 msgstr ""
882 #: plugins/check_hpjd.c:246
883 msgid "Out of Paper"
884 msgstr ""
886 #: plugins/check_hpjd.c:251
887 msgid "Printer Offline"
888 msgstr ""
890 #: plugins/check_hpjd.c:256
891 msgid "Peripheral Error"
892 msgstr ""
894 #: plugins/check_hpjd.c:260
895 msgid "Intervention Required"
896 msgstr ""
898 #: plugins/check_hpjd.c:264
899 msgid "Toner Low"
900 msgstr ""
902 #: plugins/check_hpjd.c:268
903 msgid "Insufficient Memory"
904 msgstr ""
906 #: plugins/check_hpjd.c:272
907 msgid "A Door is Open"
908 msgstr ""
910 #: plugins/check_hpjd.c:276
911 msgid "Output Tray is Full"
912 msgstr ""
914 #: plugins/check_hpjd.c:280
915 msgid "Data too Slow for Engine"
916 msgstr ""
918 #: plugins/check_hpjd.c:284
919 msgid "Unknown Paper Error"
920 msgstr ""
922 #: plugins/check_hpjd.c:289
923 #, c-format
924 msgid "Printer ok - (%s)\n"
925 msgstr ""
927 #: plugins/check_hpjd.c:394
928 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
929 msgstr ""
931 #: plugins/check_hpjd.c:395
932 msgid "Net-snmp must be installed on the computer running the plugin."
933 msgstr ""
935 #: plugins/check_hpjd.c:404
936 msgid "The SNMP community name "
937 msgstr ""
939 #: plugins/check_hpjd.c:405
940 #, c-format
941 msgid "(default=%s)"
942 msgstr ""
944 #: plugins/check_http.c:250
945 msgid "Critical threshold must be integer"
946 msgstr ""
948 #: plugins/check_http.c:258
949 msgid "Warning threshold must be integer"
950 msgstr ""
952 #: plugins/check_http.c:284 plugins/check_tcp.c:563
953 msgid "Invalid certificate expiration period"
954 msgstr ""
956 #: plugins/check_http.c:293 plugins/check_tcp.c:575
957 msgid "Invalid option - SSL is not available"
958 msgstr ""
960 #: plugins/check_http.c:311
961 #, c-format
962 msgid "option f:%d \n"
963 msgstr ""
965 #: plugins/check_http.c:328
966 msgid "Invalid port number"
967 msgstr ""
969 #: plugins/check_http.c:366
970 #, c-format
971 msgid "Could Not Compile Regular Expression: %s"
972 msgstr ""
974 #: plugins/check_http.c:380 plugins/check_ntp.c:722 plugins/check_smtp.c:618
975 #: plugins/check_ssh.c:154 plugins/check_tcp.c:467
976 msgid "IPv6 support not available"
977 msgstr ""
979 #: plugins/check_http.c:442 plugins/check_ping.c:417
980 msgid "You must specify a server address or host name"
981 msgstr ""
983 #: plugins/check_http.c:625
984 msgid "HTTP UNKNOWN - Server date unknown\n"
985 msgstr ""
987 #: plugins/check_http.c:627
988 msgid "HTTP CRITICAL - Document modification date unknown\n"
989 msgstr ""
991 #: plugins/check_http.c:633
992 #, c-format
993 msgid "HTTP CRITICAL - Server date \"%100s\" unparsable"
994 msgstr ""
996 #: plugins/check_http.c:635
997 #, c-format
998 msgid "HTTP CRITICAL - Document date \"%100s\" unparsable"
999 msgstr ""
1001 #: plugins/check_http.c:637
1002 #, c-format
1003 msgid "HTTP CRITICAL - Document is %d seconds in the future\n"
1004 msgstr ""
1006 #: plugins/check_http.c:642
1007 #, c-format
1008 msgid "HTTP CRITICAL - Last modified %.1f days ago\n"
1009 msgstr ""
1011 #: plugins/check_http.c:646
1012 #, c-format
1013 msgid "HTTP CRITICAL - Last modified %d:%02d:%02d ago\n"
1014 msgstr ""
1016 #: plugins/check_http.c:727
1017 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
1018 msgstr ""
1020 #: plugins/check_http.c:810
1021 msgid "HTTP CRITICAL - Error on receive\n"
1022 msgstr ""
1024 #: plugins/check_http.c:820
1025 msgid "HTTP CRITICAL - No data received from host\n"
1026 msgstr ""
1028 #: plugins/check_http.c:870
1029 msgid "Invalid HTTP response received from host\n"
1030 msgstr ""
1032 #: plugins/check_http.c:873
1033 #, c-format
1034 msgid "Invalid HTTP response received from host on port %d\n"
1035 msgstr ""
1037 #: plugins/check_http.c:881
1038 #, c-format
1039 msgid "HTTP OK: Status line output matched \"%s\"\n"
1040 msgstr ""
1042 #: plugins/check_http.c:893
1043 #, c-format
1044 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
1045 msgstr ""
1047 #: plugins/check_http.c:900
1048 #, c-format
1049 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
1050 msgstr ""
1052 #: plugins/check_http.c:904
1053 #, c-format
1054 msgid "HTTP CRITICAL: %s\n"
1055 msgstr ""
1057 #: plugins/check_http.c:908
1058 #, c-format
1059 msgid "HTTP WARNING: %s\n"
1060 msgstr ""
1062 #: plugins/check_http.c:916
1063 #, c-format
1064 msgid "HTTP UNKNOWN"
1065 msgstr ""
1067 #: plugins/check_http.c:918
1068 #, c-format
1069 msgid "HTTP OK"
1070 msgstr ""
1072 #: plugins/check_http.c:920
1073 #, c-format
1074 msgid "HTTP WARNING"
1075 msgstr ""
1077 #: plugins/check_http.c:922 plugins/check_http.c:985
1078 #, c-format
1079 msgid "HTTP CRITICAL"
1080 msgstr ""
1082 #: plugins/check_http.c:926
1083 #, c-format
1084 msgid " - %s - %.3f second response time %s|%s %s\n"
1085 msgstr ""
1087 #: plugins/check_http.c:942
1088 #, c-format
1089 msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n"
1090 msgstr ""
1092 #: plugins/check_http.c:956 plugins/check_http.c:973
1093 #, c-format
1094 msgid "HTTP OK %s - %.3f second response time %s|%s %s\n"
1095 msgstr ""
1097 #: plugins/check_http.c:963
1098 #, c-format
1099 msgid "HTTP CRITICAL - string not found%s|%s %s\n"
1100 msgstr ""
1102 #: plugins/check_http.c:981
1103 msgid "pattern not found"
1104 msgstr ""
1106 #: plugins/check_http.c:983
1107 msgid "pattern found"
1108 msgstr ""
1110 #: plugins/check_http.c:993
1111 #, c-format
1112 msgid "HTTP CRITICAL - Execute Error: %s\n"
1113 msgstr ""
1115 #: plugins/check_http.c:1002
1116 #, c-format
1117 msgid "HTTP WARNING: page size %d too large%s|%s\n"
1118 msgstr ""
1120 #: plugins/check_http.c:1006
1121 #, c-format
1122 msgid "HTTP WARNING: page size %d too small%s|%s\n"
1123 msgstr ""
1125 #: plugins/check_http.c:1011
1126 #, c-format
1127 msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n"
1128 msgstr ""
1130 #: plugins/check_http.c:1044
1131 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1132 msgstr ""
1134 #: plugins/check_http.c:1048
1135 msgid "HTTP UNKNOWN - Could not allocate url\n"
1136 msgstr ""
1138 #: plugins/check_http.c:1057
1139 #, c-format
1140 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1141 msgstr ""
1143 #: plugins/check_http.c:1072
1144 #, c-format
1145 msgid "HTTP UNKNOWN - Empty redirect location%s\n"
1146 msgstr ""
1148 #: plugins/check_http.c:1079
1149 msgid "HTTP UNKNOWN - could not allocate url\n"
1150 msgstr ""
1152 #: plugins/check_http.c:1119
1153 #, c-format
1154 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1155 msgstr ""
1157 #: plugins/check_http.c:1129
1158 #, c-format
1159 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1160 msgstr ""
1162 #: plugins/check_http.c:1137
1163 #, c-format
1164 msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1165 msgstr ""
1167 #: plugins/check_http.c:1152
1168 #, c-format
1169 msgid "HTTP UNKNOWN - Could not allocate server_url%s\n"
1170 msgstr ""
1172 #: plugins/check_http.c:1158
1173 #, c-format
1174 msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n"
1175 msgstr ""
1177 #: plugins/check_http.c:1163
1178 #, c-format
1179 msgid "Redirection to %s://%s:%d%s\n"
1180 msgstr ""
1182 #: plugins/check_http.c:1215
1183 msgid "This plugin tests the HTTP service on the specified host. It can test"
1184 msgstr ""
1186 #: plugins/check_http.c:1216
1187 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1188 msgstr ""
1190 #: plugins/check_http.c:1217
1191 msgid "strings and regular expressions, check connection times, and report on"
1192 msgstr ""
1194 #: plugins/check_http.c:1218
1195 msgid "certificate expiration times."
1196 msgstr ""
1198 #: plugins/check_http.c:1224
1199 #, c-format
1200 msgid "NOTE: One or both of -H and -I must be specified"
1201 msgstr ""
1203 #: plugins/check_http.c:1231
1204 msgid "Host name argument for servers using host headers (virtual host)"
1205 msgstr ""
1207 #: plugins/check_http.c:1232
1208 msgid "Append a port to include it in the header (eg: example.com:5000)"
1209 msgstr ""
1211 #: plugins/check_http.c:1234
1212 msgid ""
1213 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1214 msgstr ""
1216 #: plugins/check_http.c:1236
1217 msgid "Port number (default: "
1218 msgstr ""
1220 #: plugins/check_http.c:1243
1221 msgid "Connect via SSL. Port defaults to 443"
1222 msgstr ""
1224 #: plugins/check_http.c:1245
1225 msgid ""
1226 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1227 msgstr ""
1229 #: plugins/check_http.c:1246
1230 msgid "(when this option is used the url is not checked.)\n"
1231 msgstr ""
1233 #: plugins/check_http.c:1250
1234 msgid "String to expect in first (status) line of server response (default: "
1235 msgstr ""
1237 #: plugins/check_http.c:1252
1238 msgid ""
1239 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1240 msgstr ""
1242 #: plugins/check_http.c:1254
1243 msgid "String to expect in the content"
1244 msgstr ""
1246 #: plugins/check_http.c:1256
1247 msgid "URL to GET or POST (default: /)"
1248 msgstr ""
1250 #: plugins/check_http.c:1258
1251 msgid "URL encoded http POST data"
1252 msgstr ""
1254 #: plugins/check_http.c:1260
1255 msgid "Don't wait for document body: stop reading after headers."
1256 msgstr ""
1258 #: plugins/check_http.c:1261
1259 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1260 msgstr ""
1262 #: plugins/check_http.c:1263
1263 msgid "Warn if document is more than SECONDS old. the number can also be of"
1264 msgstr ""
1266 #: plugins/check_http.c:1264
1267 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1268 msgstr ""
1270 #: plugins/check_http.c:1266
1271 msgid "specify Content-Type header media type when POSTing\n"
1272 msgstr ""
1274 #: plugins/check_http.c:1269
1275 msgid "Allow regex to span newlines (must precede -r or -R)"
1276 msgstr ""
1278 #: plugins/check_http.c:1271
1279 msgid "Search page for regex STRING"
1280 msgstr ""
1282 #: plugins/check_http.c:1273
1283 msgid "Search page for case-insensitive regex STRING"
1284 msgstr ""
1286 #: plugins/check_http.c:1275
1287 msgid "Return CRITICAL if found, OK if not\n"
1288 msgstr ""
1290 #: plugins/check_http.c:1278
1291 msgid "Username:password on sites with basic authentication"
1292 msgstr ""
1294 #: plugins/check_http.c:1280
1295 msgid "String to be sent in http header as \"User Agent\""
1296 msgstr ""
1298 #: plugins/check_http.c:1282
1299 msgid ""
1300 " Any other tags to be sent in http header. Use multiple times for additional "
1301 "headers"
1302 msgstr ""
1304 #: plugins/check_http.c:1284
1305 msgid "Wrap output in HTML link (obsoleted by urlize)"
1306 msgstr ""
1308 #: plugins/check_http.c:1286
1309 msgid "How to handle redirected pages"
1310 msgstr ""
1312 #: plugins/check_http.c:1288
1313 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1314 msgstr ""
1316 #: plugins/check_http.c:1297
1317 msgid "This plugin will attempt to open an HTTP connection with the host."
1318 msgstr ""
1320 #: plugins/check_http.c:1298
1321 msgid ""
1322 "Successful connects return STATE_OK, refusals and timeouts return "
1323 "STATE_CRITICAL"
1324 msgstr ""
1326 #: plugins/check_http.c:1299
1327 msgid ""
1328 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1329 "reponse"
1330 msgstr ""
1332 #: plugins/check_http.c:1300
1333 msgid ""
1334 "messages from the host result in STATE_WARNING return values.  If you are"
1335 msgstr ""
1337 #: plugins/check_http.c:1301
1338 msgid ""
1339 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1340 msgstr ""
1342 #: plugins/check_http.c:1302
1343 msgid "(fully qualified domain name) as the [host_name] argument."
1344 msgstr ""
1346 #: plugins/check_http.c:1305
1347 msgid "This plugin can also check whether an SSL enabled web server is able to"
1348 msgstr ""
1350 #: plugins/check_http.c:1306
1351 msgid "serve content (optionally within a specified time) or whether the X509 "
1352 msgstr ""
1354 #: plugins/check_http.c:1307
1355 msgid "certificate is still valid for the specified number of days."
1356 msgstr ""
1358 #: plugins/check_http.c:1310
1359 msgid ""
1360 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1361 msgstr ""
1363 #: plugins/check_http.c:1311
1364 msgid ""
1365 "a STATE_OK will be returned. When the server returns its content but exceeds"
1366 msgstr ""
1368 #: plugins/check_http.c:1312
1369 msgid ""
1370 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1371 "occurs,"
1372 msgstr ""
1374 #: plugins/check_http.c:1313
1375 msgid "a STATE_CRITICAL will be returned."
1376 msgstr ""
1378 #: plugins/check_http.c:1316
1379 msgid ""
1380 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1381 msgstr ""
1383 #: plugins/check_http.c:1317
1384 msgid ""
1385 "a STATE_OK is returned. When the certificate is still valid, but for less "
1386 "than"
1387 msgstr ""
1389 #: plugins/check_http.c:1318
1390 msgid ""
1391 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1392 msgstr ""
1394 #: plugins/check_http.c:1319
1395 msgid "the certificate is expired."
1396 msgstr ""
1398 #: plugins/check_ldap.c:132
1399 #, c-format
1400 msgid "Could not connect to the server at port %i\n"
1401 msgstr ""
1403 #: plugins/check_ldap.c:141
1404 #, c-format
1405 msgid "Could not set protocol version %d\n"
1406 msgstr ""
1408 #: plugins/check_ldap.c:156
1409 #, c-format
1410 msgid "Could not init TLS at port %i!\n"
1411 msgstr ""
1413 #: plugins/check_ldap.c:160
1414 #, c-format
1415 msgid "TLS not supported by the libraries!\n"
1416 msgstr ""
1418 #: plugins/check_ldap.c:180
1419 #, c-format
1420 msgid "Could not init startTLS at port %i!\n"
1421 msgstr ""
1423 #: plugins/check_ldap.c:184
1424 #, c-format
1425 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1426 msgstr ""
1428 #: plugins/check_ldap.c:194
1429 #, c-format
1430 msgid "Could not bind to the ldap-server\n"
1431 msgstr ""
1433 #: plugins/check_ldap.c:203
1434 #, c-format
1435 msgid "Could not search/find objectclasses in %s\n"
1436 msgstr ""
1438 #: plugins/check_ldap.c:226
1439 #, c-format
1440 msgid "LDAP %s - %.3f seconds response time|%s\n"
1441 msgstr ""
1443 #: plugins/check_ldap.c:338 plugins/check_ldap.c:345
1444 #, c-format
1445 msgid "%s cannot be combined with %s"
1446 msgstr ""
1448 #: plugins/check_ldap.c:351 plugins/check_ping.c:241
1449 msgid "IPv6 support not available\n"
1450 msgstr ""
1452 #: plugins/check_ldap.c:374
1453 msgid "Please specify the host name\n"
1454 msgstr ""
1456 #: plugins/check_ldap.c:377
1457 msgid "Please specify the LDAP base\n"
1458 msgstr ""
1460 #: plugins/check_ldap.c:405
1461 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1462 msgstr ""
1464 #: plugins/check_ldap.c:407
1465 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1466 msgstr ""
1468 #: plugins/check_ldap.c:409
1469 msgid "ldap bind DN (if required)"
1470 msgstr ""
1472 #: plugins/check_ldap.c:411
1473 msgid "ldap password (if required)"
1474 msgstr ""
1476 #: plugins/check_ldap.c:413
1477 msgid "use starttls mechanism introduced in protocol version 3"
1478 msgstr ""
1480 #: plugins/check_ldap.c:415
1481 #, c-format
1482 msgid "use ldaps (ldap v2 ssl method). this also sets the default port to %s"
1483 msgstr ""
1485 #: plugins/check_ldap.c:419
1486 msgid "use ldap protocol version 2"
1487 msgstr ""
1489 #: plugins/check_ldap.c:421
1490 msgid "use ldap protocol version 3"
1491 msgstr ""
1493 #: plugins/check_ldap.c:431
1494 msgid "Note:"
1495 msgstr ""
1497 #: plugins/check_ldap.c:432
1498 msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"
1499 msgstr ""
1501 #: plugins/check_ldap.c:433
1502 #, c-format
1503 msgid ""
1504 "implied (using default port %i) unless --port=636 is specified. In that case "
1505 "%s"
1506 msgstr ""
1508 #: plugins/check_ldap.c:434
1509 msgid "'SSL on connect' will be used no matter how the plugin was called."
1510 msgstr ""
1512 #: plugins/check_ldap.c:435
1513 msgid ""
1514 "This detection is deprecated, please use 'check_ldap' with the '--starttls' "
1515 "or '--ssl' flags"
1516 msgstr ""
1518 #: plugins/check_ldap.c:436
1519 msgid "to define the behaviour explicitly instead."
1520 msgstr ""
1522 #: plugins/check_load.c:92
1523 msgid "Warning threshold must be float or float triplet!\n"
1524 msgstr ""
1526 #: plugins/check_load.c:134 plugins/check_load.c:150
1527 #, c-format
1528 msgid "Error opening %s\n"
1529 msgstr ""
1531 #: plugins/check_load.c:162
1532 #, c-format
1533 msgid "Error code %d returned in %s\n"
1534 msgstr ""
1536 #: plugins/check_load.c:177
1537 #, c-format
1538 msgid "Error in getloadavg()\n"
1539 msgstr ""
1541 #: plugins/check_load.c:180 plugins/check_load.c:182
1542 #, c-format
1543 msgid "Error processing %s\n"
1544 msgstr ""
1546 #: plugins/check_load.c:191
1547 #, c-format
1548 msgid "load average: %.2f, %.2f, %.2f"
1549 msgstr ""
1551 #: plugins/check_load.c:284
1552 #, c-format
1553 msgid "Critical threshold for %d-minute load average is not specified\n"
1554 msgstr ""
1556 #: plugins/check_load.c:286
1557 #, c-format
1558 msgid "Warning threshold for %d-minute load average is not specified\n"
1559 msgstr ""
1561 #: plugins/check_load.c:288
1562 #, c-format
1563 msgid ""
1564 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1565 "\"critical load\"\n"
1566 msgstr ""
1568 #: plugins/check_load.c:304
1569 #, c-format
1570 msgid "This plugin tests the current system load average."
1571 msgstr ""
1573 #: plugins/check_load.c:313
1574 msgid "Exit with WARNING status if load average exceeds WLOADn"
1575 msgstr ""
1577 #: plugins/check_load.c:315
1578 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1579 msgstr ""
1581 #: plugins/check_load.c:316
1582 msgid "the load average format is the same used by \"uptime\" and \"w\""
1583 msgstr ""
1585 #: plugins/check_load.c:318
1586 msgid "Divide the load averages by the number of CPUs (when possible)"
1587 msgstr ""
1589 #: plugins/check_mrtg.c:79
1590 msgid "Could not parse arguments\n"
1591 msgstr ""
1593 #: plugins/check_mrtg.c:84
1594 #, c-format
1595 msgid "Unable to open MRTG log file\n"
1596 msgstr ""
1598 #: plugins/check_mrtg.c:131
1599 #, c-format
1600 msgid "Unable to process MRTG log file\n"
1601 msgstr ""
1603 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:136
1604 #, c-format
1605 msgid "MRTG data has expired (%d minutes old)\n"
1606 msgstr ""
1608 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1609 #: plugins/check_mrtgtraf.c:196
1610 msgid "Avg"
1611 msgstr ""
1613 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1614 #: plugins/check_mrtgtraf.c:196
1615 msgid "Max"
1616 msgstr ""
1618 #: plugins/check_mrtg.c:225
1619 msgid "Invalid variable number"
1620 msgstr ""
1622 #: plugins/check_mrtg.c:260
1623 #, c-format
1624 msgid ""
1625 "%s is not a valid expiration time\n"
1626 "Use '%s -h' for additional help\n"
1627 msgstr ""
1629 #: plugins/check_mrtg.c:277
1630 msgid "Invalid variable number\n"
1631 msgstr ""
1633 #: plugins/check_mrtg.c:304
1634 msgid "You must supply the variable number"
1635 msgstr ""
1637 #: plugins/check_mrtg.c:325
1638 msgid ""
1639 "This plugin will check either the average or maximum value of one of the"
1640 msgstr ""
1642 #: plugins/check_mrtg.c:326
1643 msgid "two variables recorded in an MRTG log file."
1644 msgstr ""
1646 #: plugins/check_mrtg.c:335
1647 msgid "The MRTG log file containing the data you want to monitor"
1648 msgstr ""
1650 #: plugins/check_mrtg.c:337
1651 msgid "Minutes before MRTG data is considered to be too old"
1652 msgstr ""
1654 #: plugins/check_mrtg.c:339
1655 msgid "Should we check average or maximum values?"
1656 msgstr ""
1658 #: plugins/check_mrtg.c:341
1659 msgid "Which variable set should we inspect? (1 or 2)"
1660 msgstr ""
1662 #: plugins/check_mrtg.c:343
1663 msgid "Threshold value for data to result in WARNING status"
1664 msgstr ""
1666 #: plugins/check_mrtg.c:345
1667 msgid "Threshold value for data to result in CRITICAL status"
1668 msgstr ""
1670 #: plugins/check_mrtg.c:347
1671 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1672 msgstr ""
1674 #: plugins/check_mrtg.c:349
1675 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1676 msgstr ""
1678 #: plugins/check_mrtg.c:350
1679 #, c-format
1680 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1681 msgstr ""
1683 #: plugins/check_mrtg.c:352
1684 msgid ""
1685 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1686 msgstr ""
1688 #: plugins/check_mrtg.c:353
1689 msgid ""
1690 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1691 msgstr ""
1693 #: plugins/check_mrtg.c:354
1694 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1695 msgstr ""
1697 #: plugins/check_mrtg.c:355
1698 msgid "status is returned and a warning message is printed."
1699 msgstr ""
1701 #: plugins/check_mrtg.c:357
1702 msgid ""
1703 "This plugin is useful for monitoring MRTG data that does not correspond to"
1704 msgstr ""
1706 #: plugins/check_mrtg.c:358
1707 msgid ""
1708 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1709 msgstr ""
1711 #: plugins/check_mrtg.c:359
1712 msgid ""
1713 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1714 msgstr ""
1716 #: plugins/check_mrtg.c:360
1717 msgid ""
1718 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1719 msgstr ""
1721 #: plugins/check_mrtg.c:361
1722 msgid ""
1723 "me to track processor utilization, user connections, drive space, etc and"
1724 msgstr ""
1726 #: plugins/check_mrtg.c:362
1727 msgid "this plugin works well for monitoring that kind of data as well."
1728 msgstr ""
1730 #: plugins/check_mrtg.c:365
1731 msgid ""
1732 "- This plugin only monitors one of the two variables stored in the MRTG log"
1733 msgstr ""
1735 #: plugins/check_mrtg.c:366
1736 msgid "  file.  If you want to monitor both values you will have to define two"
1737 msgstr ""
1739 #: plugins/check_mrtg.c:367
1740 msgid ""
1741 "  commands with different values for the <variable> argument.  Of course,"
1742 msgstr ""
1744 #: plugins/check_mrtg.c:368
1745 msgid "you can always hack the code to make this plugin work for you..."
1746 msgstr ""
1748 #: plugins/check_mrtg.c:369
1749 msgid ""
1750 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1751 "from"
1752 msgstr ""
1754 #: plugins/check_mrtgtraf.c:88
1755 msgid "Unable to open MRTG log file"
1756 msgstr ""
1758 #: plugins/check_mrtgtraf.c:130
1759 msgid "Unable to process MRTG log file"
1760 msgstr ""
1762 #: plugins/check_mrtgtraf.c:194
1763 #, c-format
1764 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1765 msgstr ""
1767 #: plugins/check_mrtgtraf.c:207
1768 #, c-format
1769 msgid "Traffic %s - %s\n"
1770 msgstr ""
1772 #: plugins/check_mrtgtraf.c:337
1773 msgid ""
1774 "This plugin will check the incoming/outgoing transfer rates of a router,"
1775 msgstr ""
1777 #: plugins/check_mrtgtraf.c:338
1778 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1779 msgstr ""
1781 #: plugins/check_mrtgtraf.c:339
1782 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1783 msgstr ""
1785 #: plugins/check_mrtgtraf.c:340
1786 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1787 msgstr ""
1789 #: plugins/check_mrtgtraf.c:341
1790 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1791 msgstr ""
1793 #: plugins/check_mrtgtraf.c:342
1794 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1795 msgstr ""
1797 #: plugins/check_mrtgtraf.c:351
1798 msgid "File to read log from"
1799 msgstr ""
1801 #: plugins/check_mrtgtraf.c:353
1802 msgid "Minutes after which log expires"
1803 msgstr ""
1805 #: plugins/check_mrtgtraf.c:355
1806 msgid "Test average or maximum"
1807 msgstr ""
1809 #: plugins/check_mrtgtraf.c:357
1810 msgid "Warning threshold pair <incoming>,<outgoing>"
1811 msgstr ""
1813 #: plugins/check_mrtgtraf.c:359
1814 msgid "Critical threshold pair <incoming>,<outgoing>"
1815 msgstr ""
1817 #: plugins/check_mrtgtraf.c:362
1818 msgid ""
1819 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1820 msgstr ""
1822 #: plugins/check_mrtgtraf.c:364
1823 msgid "- While MRTG can monitor things other than traffic rates, this"
1824 msgstr ""
1826 #: plugins/check_mrtgtraf.c:365
1827 msgid "  plugin probably won't work with much else without modification."
1828 msgstr ""
1830 #: plugins/check_mrtgtraf.c:366
1831 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1832 msgstr ""
1834 #: plugins/check_mrtgtraf.c:367
1835 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1836 msgstr ""
1838 #: plugins/check_mrtgtraf.c:368
1839 msgid "  for future enhancements of this plugin."
1840 msgstr ""
1842 #: plugins/check_mrtgtraf.c:378
1843 #, c-format
1844 msgid "Usage"
1845 msgstr ""
1847 #: plugins/check_mysql.c:129
1848 #, c-format
1849 msgid "slave query error: %s\n"
1850 msgstr ""
1852 #: plugins/check_mysql.c:136
1853 #, c-format
1854 msgid "slave store_result error: %s\n"
1855 msgstr ""
1857 #: plugins/check_mysql.c:142
1858 msgid "No slaves defined"
1859 msgstr ""
1861 #: plugins/check_mysql.c:150
1862 #, c-format
1863 msgid "slave fetch row error: %s\n"
1864 msgstr ""
1866 #: plugins/check_mysql.c:155
1867 #, c-format
1868 msgid "Slave running: %s"
1869 msgstr ""
1871 #: plugins/check_mysql.c:373
1872 msgid "This program tests connections to a mysql server"
1873 msgstr ""
1875 #: plugins/check_mysql.c:384
1876 msgid "Check database with indicated name"
1877 msgstr ""
1879 #: plugins/check_mysql.c:386
1880 msgid "Connect using the indicated username"
1881 msgstr ""
1883 #: plugins/check_mysql.c:388
1884 msgid "Use the indicated password to authenticate the connection"
1885 msgstr ""
1887 #: plugins/check_mysql.c:389
1888 msgid "==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <=="
1889 msgstr ""
1891 #: plugins/check_mysql.c:390
1892 msgid "Your clear-text password will be visible as a process table entry"
1893 msgstr ""
1895 #: plugins/check_mysql.c:392
1896 msgid "Check if the slave thread is running properly."
1897 msgstr ""
1899 #: plugins/check_mysql.c:394
1900 msgid ""
1901 "Exit with WARNING status if slave server is more then INTEGER seconds behind "
1902 "master"
1903 msgstr ""
1905 #: plugins/check_mysql.c:396
1906 msgid ""
1907 "Exit with CRITICAL status if slave server is more then INTEGER seconds "
1908 "behind master"
1909 msgstr ""
1911 #: plugins/check_mysql.c:397
1912 msgid "There are no required arguments. By default, the local database with"
1913 msgstr ""
1915 #: plugins/check_mysql.c:398
1916 #, c-format
1917 msgid "a server listening on MySQL standard port %d will be checked\n"
1918 msgstr ""
1920 #: plugins/check_nagios.c:107
1921 msgid "Cannot open status log for reading!"
1922 msgstr ""
1924 #: plugins/check_nagios.c:157
1925 #, c-format
1926 msgid "Found process: %s %s\n"
1927 msgstr ""
1929 #: plugins/check_nagios.c:171
1930 msgid "Could not locate a running Nagios process!"
1931 msgstr ""
1933 #: plugins/check_nagios.c:175
1934 msgid "Cannot parse Nagios log file for valid time"
1935 msgstr ""
1937 #: plugins/check_nagios.c:186 plugins/check_procs.c:307
1938 #, c-format
1939 msgid "%d process"
1940 msgid_plural "%d processes"
1941 msgstr[0] ""
1942 msgstr[1] ""
1944 #: plugins/check_nagios.c:189
1945 #, c-format
1946 msgid "status log updated %d second ago"
1947 msgid_plural "status log updated %d seconds ago"
1948 msgstr[0] ""
1949 msgstr[1] ""
1951 #: plugins/check_nagios.c:226 plugins/check_nagios.c:255
1952 msgid "Expiration time must be an integer (seconds)\n"
1953 msgstr ""
1955 #: plugins/check_nagios.c:267
1956 msgid "You must provide the status_log\n"
1957 msgstr ""
1959 #: plugins/check_nagios.c:270
1960 msgid "You must provide a process string\n"
1961 msgstr ""
1963 #: plugins/check_nagios.c:284
1964 msgid ""
1965 "This plugin checks the status of the Nagios process on the local machine"
1966 msgstr ""
1968 #: plugins/check_nagios.c:285
1969 msgid ""
1970 "The plugin will check to make sure the Nagios status log is no older than"
1971 msgstr ""
1973 #: plugins/check_nagios.c:286
1974 msgid "the number of minutes specified by the expires option."
1975 msgstr ""
1977 #: plugins/check_nagios.c:287
1978 msgid ""
1979 "It also checks the process table for a process matching the command argument."
1980 msgstr ""
1982 #: plugins/check_nagios.c:296
1983 msgid "Name of the log file to check"
1984 msgstr ""
1986 #: plugins/check_nagios.c:298
1987 msgid "Minutes aging after which logfile is considered stale"
1988 msgstr ""
1990 #: plugins/check_nagios.c:300
1991 msgid "Substring to search for in process arguments"
1992 msgstr ""
1994 #: plugins/check_nt.c:141
1995 #, c-format
1996 msgid "Wrong client version - running: %s, required: %s"
1997 msgstr ""
1999 #: plugins/check_nt.c:152 plugins/check_nt.c:212
2000 msgid "missing -l parameters"
2001 msgstr ""
2003 #: plugins/check_nt.c:154
2004 msgid "wrong -l parameter."
2005 msgstr ""
2007 #: plugins/check_nt.c:158
2008 msgid "CPU Load"
2009 msgstr ""
2011 #: plugins/check_nt.c:181
2012 #, c-format
2013 msgid " %lu%% (%lu min average)"
2014 msgstr ""
2016 #: plugins/check_nt.c:183
2017 #, c-format
2018 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
2019 msgstr ""
2021 #: plugins/check_nt.c:193
2022 msgid "not enough values for -l parameters"
2023 msgstr ""
2025 #: plugins/check_nt.c:205
2026 #, c-format
2027 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
2028 msgstr ""
2030 #: plugins/check_nt.c:214
2031 msgid "wrong -l argument"
2032 msgstr ""
2034 #: plugins/check_nt.c:225
2035 #, c-format
2036 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
2037 msgstr ""
2039 #: plugins/check_nt.c:228
2040 #, c-format
2041 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
2042 msgstr ""
2044 #: plugins/check_nt.c:242
2045 msgid "Free disk space : Invalid drive "
2046 msgstr ""
2048 #: plugins/check_nt.c:252
2049 msgid "No service/process specified"
2050 msgstr ""
2052 #: plugins/check_nt.c:276
2053 #, c-format
2054 msgid ""
2055 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
2056 msgstr ""
2058 #: plugins/check_nt.c:279
2059 #, c-format
2060 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
2061 msgstr ""
2063 #: plugins/check_nt.c:315 plugins/check_nt.c:401
2064 msgid "No counter specified"
2065 msgstr ""
2067 #: plugins/check_nt.c:348
2068 msgid "Minimum value contains non-numbers"
2069 msgstr ""
2071 #: plugins/check_nt.c:352
2072 msgid "Maximum value contains non-numbers"
2073 msgstr ""
2075 #: plugins/check_nt.c:359
2076 msgid "No unit counter specified"
2077 msgstr ""
2079 #: plugins/check_nt.c:431
2080 msgid "Please specify a variable to check"
2081 msgstr ""
2083 #: plugins/check_nt.c:513
2084 msgid "Server port must be an integer\n"
2085 msgstr ""
2087 #: plugins/check_nt.c:566
2088 msgid "None"
2089 msgstr ""
2091 #: plugins/check_nt.c:579
2092 msgid "could not fetch information from server\n"
2093 msgstr ""
2095 #: plugins/check_nt.c:623
2096 msgid "This plugin collects data from the NSClient service running on a"
2097 msgstr ""
2099 #: plugins/check_nt.c:624
2100 msgid "Windows NT/2000/XP/2003 server."
2101 msgstr ""
2103 #: plugins/check_nt.c:632
2104 msgid "Options:"
2105 msgstr ""
2107 #: plugins/check_nt.c:634
2108 msgid "Name of the host to check"
2109 msgstr ""
2111 #: plugins/check_nt.c:636
2112 msgid "Optional port number (default: "
2113 msgstr ""
2115 #: plugins/check_nt.c:639
2116 msgid "Password needed for the request"
2117 msgstr ""
2119 #: plugins/check_nt.c:641 plugins/check_nwstat.c:1664
2120 #: plugins/check_overcr.c:435
2121 msgid "Threshold which will result in a warning status"
2122 msgstr ""
2124 #: plugins/check_nt.c:643 plugins/check_nwstat.c:1666
2125 #: plugins/check_overcr.c:437
2126 msgid "Threshold which will result in a critical status"
2127 msgstr ""
2129 #: plugins/check_nt.c:645
2130 msgid "Seconds before connection attempt times out (default: "
2131 msgstr ""
2133 #: plugins/check_nt.c:648
2134 msgid "Print this help screen"
2135 msgstr ""
2137 #: plugins/check_nt.c:650
2138 msgid "Print version information"
2139 msgstr ""
2141 #: plugins/check_nt.c:652
2142 msgid "Variable to check"
2143 msgstr ""
2145 #: plugins/check_nt.c:653
2146 msgid "Valid variables are:"
2147 msgstr ""
2149 #: plugins/check_nt.c:655
2150 msgid "Get the NSClient version"
2151 msgstr ""
2153 #: plugins/check_nt.c:656
2154 msgid "If -l <version> is specified, will return warning if versions differ."
2155 msgstr ""
2157 #: plugins/check_nt.c:658
2158 msgid "Average CPU load on last x minutes."
2159 msgstr ""
2161 #: plugins/check_nt.c:659
2162 msgid "Request a -l parameter with the following syntax:"
2163 msgstr ""
2165 #: plugins/check_nt.c:660
2166 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2167 msgstr ""
2169 #: plugins/check_nt.c:661
2170 msgid "<minute range> should be less than 24*60."
2171 msgstr ""
2173 #: plugins/check_nt.c:662
2174 msgid ""
2175 "Thresholds are percentage and up to 10 requests can be done in one shot."
2176 msgstr ""
2178 #: plugins/check_nt.c:665
2179 msgid "Get the uptime of the machine."
2180 msgstr ""
2182 #: plugins/check_nt.c:666
2183 msgid "No specific parameters. No warning or critical threshold"
2184 msgstr ""
2186 #: plugins/check_nt.c:668
2187 msgid "Size and percentage of disk use."
2188 msgstr ""
2190 #: plugins/check_nt.c:669
2191 msgid "Request a -l parameter containing the drive letter only."
2192 msgstr ""
2194 #: plugins/check_nt.c:670 plugins/check_nt.c:673
2195 msgid "Warning and critical thresholds can be specified with -w and -c."
2196 msgstr ""
2198 #: plugins/check_nt.c:672
2199 msgid "Memory use."
2200 msgstr ""
2202 #: plugins/check_nt.c:675
2203 msgid "Check the state of one or several services."
2204 msgstr ""
2206 #: plugins/check_nt.c:676 plugins/check_nt.c:685
2207 msgid "Request a -l parameters with the following syntax:"
2208 msgstr ""
2210 #: plugins/check_nt.c:677
2211 msgid "-l <service1>,<service2>,<service3>,..."
2212 msgstr ""
2214 #: plugins/check_nt.c:678
2215 msgid "You can specify -d SHOWALL in case you want to see working services"
2216 msgstr ""
2218 #: plugins/check_nt.c:679
2219 msgid "in the returned string."
2220 msgstr ""
2222 #: plugins/check_nt.c:681
2223 msgid "Check if one or several process are running."
2224 msgstr ""
2226 #: plugins/check_nt.c:682
2227 msgid "Same syntax as SERVICESTATE."
2228 msgstr ""
2230 #: plugins/check_nt.c:684
2231 msgid "Check any performance counter of Windows NT/2000."
2232 msgstr ""
2234 #: plugins/check_nt.c:686
2235 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2236 msgstr ""
2238 #: plugins/check_nt.c:687
2239 msgid "The <description> parameter is optional and is given to a printf "
2240 msgstr ""
2242 #: plugins/check_nt.c:688
2243 msgid "output command which requires a float parameter."
2244 msgstr ""
2246 #: plugins/check_nt.c:689
2247 #, c-format
2248 msgid "If <description> does not include \"%%\", it is used as a label."
2249 msgstr ""
2251 #: plugins/check_nt.c:690
2252 msgid "Some examples:"
2253 msgstr ""
2255 #: plugins/check_nt.c:694
2256 msgid ""
2257 "- The NSClient service should be running on the server to get any information"
2258 msgstr ""
2260 #: plugins/check_nt.c:696
2261 msgid "- Critical thresholds should be lower than warning thresholds"
2262 msgstr ""
2264 #: plugins/check_nt.c:697
2265 msgid "- Default port 1248 is sometimes in use by other services. The error"
2266 msgstr ""
2268 #: plugins/check_nt.c:698
2269 msgid ""
2270 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2271 msgstr ""
2273 #: plugins/check_nt.c:699
2274 msgid "One fix for this is to change the port to something else on check_nt "
2275 msgstr ""
2277 #: plugins/check_nt.c:700
2278 msgid "and on the client service it's connecting to."
2279 msgstr ""
2281 #: plugins/check_ntp.c:813
2282 msgid "Offset unknown"
2283 msgstr ""
2285 #: plugins/check_ntp.c:837
2286 msgid "This plugin checks the selected ntp server"
2287 msgstr ""
2289 #: plugins/check_ntp.c:845
2290 msgid "Offset to result in warning status (seconds)"
2291 msgstr ""
2293 #: plugins/check_ntp.c:847
2294 msgid "Offset to result in critical status (seconds)"
2295 msgstr ""
2297 #: plugins/check_ntp.c:849
2298 msgid "Warning threshold for jitter"
2299 msgstr ""
2301 #: plugins/check_ntp.c:851
2302 msgid "Critical threshold for jitter"
2303 msgstr ""
2305 #: plugins/check_ntp.c:857
2306 msgid "See:"
2307 msgstr ""
2309 #: plugins/check_ntp.c:859
2310 msgid "for THRESHOLD format and examples."
2311 msgstr ""
2313 #: plugins/check_ntp.c:863
2314 msgid "Normal offset check:"
2315 msgstr ""
2317 #: plugins/check_ntp.c:865
2318 msgid ""
2319 "Check jitter too, avoiding critical notifications if jitter isn't available"
2320 msgstr ""
2322 #: plugins/check_ntp.c:866
2323 msgid "(See Notes above for more details on thresholds formats):"
2324 msgstr ""
2326 #: plugins/check_nwstat.c:198
2327 #, c-format
2328 msgid "NetWare %s: "
2329 msgstr ""
2331 #: plugins/check_nwstat.c:236
2332 #, c-format
2333 msgid "Up %s,"
2334 msgstr ""
2336 #: plugins/check_nwstat.c:244
2337 #, c-format
2338 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2339 msgstr ""
2341 #: plugins/check_nwstat.c:272
2342 #, c-format
2343 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2344 msgstr ""
2346 #: plugins/check_nwstat.c:297
2347 #, c-format
2348 msgid "%s: Long term cache hits = %lu%%"
2349 msgstr ""
2351 #: plugins/check_nwstat.c:319
2352 #, c-format
2353 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2354 msgstr ""
2356 #: plugins/check_nwstat.c:344
2357 #, c-format
2358 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2359 msgstr ""
2361 #: plugins/check_nwstat.c:369
2362 #, c-format
2363 msgid "%s: LRU sitting time = %lu minutes"
2364 msgstr ""
2366 #: plugins/check_nwstat.c:386 plugins/check_nwstat.c:414
2367 #: plugins/check_nwstat.c:441 plugins/check_nwstat.c:474
2368 #: plugins/check_nwstat.c:654 plugins/check_nwstat.c:680
2369 #: plugins/check_nwstat.c:711 plugins/check_nwstat.c:757
2370 #: plugins/check_nwstat.c:781
2371 #, c-format
2372 msgid "CRITICAL - Volume '%s' does not exist!"
2373 msgstr ""
2375 #: plugins/check_nwstat.c:395
2376 #, c-format
2377 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2378 msgstr ""
2380 #: plugins/check_nwstat.c:396 plugins/check_nwstat.c:424
2381 #: plugins/check_nwstat.c:451 plugins/check_nwstat.c:663
2382 #: plugins/check_nwstat.c:689 plugins/check_nwstat.c:765
2383 msgid "Only "
2384 msgstr ""
2386 #: plugins/check_nwstat.c:423
2387 #, c-format
2388 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2389 msgstr ""
2391 #: plugins/check_nwstat.c:450
2392 #, c-format
2393 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2394 msgstr ""
2396 #: plugins/check_nwstat.c:498
2397 #, c-format
2398 msgid ""
2399 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2400 msgstr ""
2402 #: plugins/check_nwstat.c:532
2403 #, c-format
2404 msgid "Directory Services Database is %s (DS version %s)"
2405 msgstr ""
2407 #: plugins/check_nwstat.c:549
2408 #, c-format
2409 msgid "Logins are %s"
2410 msgstr ""
2412 #: plugins/check_nwstat.c:549
2413 msgid "enabled"
2414 msgstr ""
2416 #: plugins/check_nwstat.c:549
2417 msgid "disabled"
2418 msgstr ""
2420 #: plugins/check_nwstat.c:564
2421 msgid "CRITICAL - NRM Status is bad!"
2422 msgstr ""
2424 #: plugins/check_nwstat.c:569
2425 msgid "Warning - NRM Status is suspect!"
2426 msgstr ""
2428 #: plugins/check_nwstat.c:572
2429 msgid "OK - NRM Status is good!"
2430 msgstr ""
2432 #: plugins/check_nwstat.c:614
2433 #, c-format
2434 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2435 msgstr ""
2437 #: plugins/check_nwstat.c:638
2438 #, c-format
2439 msgid "%lu entries in SAP table"
2440 msgstr ""
2442 #: plugins/check_nwstat.c:640
2443 #, c-format
2444 msgid "%lu entries in SAP table for SAP type %d"
2445 msgstr ""
2447 #: plugins/check_nwstat.c:662
2448 #, c-format
2449 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2450 msgstr ""
2452 #: plugins/check_nwstat.c:688
2453 #, c-format
2454 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2455 msgstr ""
2457 #: plugins/check_nwstat.c:734
2458 #, c-format
2459 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2460 msgstr ""
2462 #: plugins/check_nwstat.c:765
2463 #, c-format
2464 msgid "%s%lu KB not yet purgeable on volume %s"
2465 msgstr ""
2467 #: plugins/check_nwstat.c:804
2468 #, c-format
2469 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2470 msgstr ""
2472 #: plugins/check_nwstat.c:825
2473 #, c-format
2474 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2475 msgstr ""
2477 #: plugins/check_nwstat.c:850
2478 #, c-format
2479 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2480 msgstr ""
2482 #: plugins/check_nwstat.c:885
2483 #, c-format
2484 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2485 msgstr ""
2487 #: plugins/check_nwstat.c:908
2488 msgid "CRITICAL - Time not in sync with network!"
2489 msgstr ""
2491 #: plugins/check_nwstat.c:911
2492 msgid "OK - Time in sync with network!"
2493 msgstr ""
2495 #: plugins/check_nwstat.c:934
2496 #, c-format
2497 msgid "LRU sitting time = %lu seconds"
2498 msgstr ""
2500 #: plugins/check_nwstat.c:953
2501 #, c-format
2502 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2503 msgstr ""
2505 #: plugins/check_nwstat.c:975
2506 #, c-format
2507 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2508 msgstr ""
2510 #: plugins/check_nwstat.c:993
2511 #, c-format
2512 msgid "NDS Version %s"
2513 msgstr ""
2515 #: plugins/check_nwstat.c:1009
2516 #, c-format
2517 msgid "Up %s"
2518 msgstr ""
2520 #: plugins/check_nwstat.c:1023
2521 #, c-format
2522 msgid "Module %s version %s is loaded"
2523 msgstr ""
2525 #: plugins/check_nwstat.c:1026
2526 #, c-format
2527 msgid "Module %s is not loaded"
2528 msgstr ""
2530 #: plugins/check_nwstat.c:1037 plugins/check_nwstat.c:1063
2531 #: plugins/check_nwstat.c:1089 plugins/check_nwstat.c:1115
2532 #: plugins/check_nwstat.c:1141 plugins/check_nwstat.c:1167
2533 #: plugins/check_nwstat.c:1193 plugins/check_nwstat.c:1219
2534 #: plugins/check_nwstat.c:1245 plugins/check_nwstat.c:1271
2535 #, c-format
2536 msgid "CRITICAL - Value '%s' does not exist!"
2537 msgstr ""
2539 #: plugins/check_nwstat.c:1046 plugins/check_nwstat.c:1072
2540 #: plugins/check_nwstat.c:1098 plugins/check_nwstat.c:1124
2541 #: plugins/check_nwstat.c:1150 plugins/check_nwstat.c:1176
2542 #: plugins/check_nwstat.c:1202 plugins/check_nwstat.c:1228
2543 #: plugins/check_nwstat.c:1254 plugins/check_nwstat.c:1280
2544 #, c-format
2545 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2546 msgstr ""
2548 #: plugins/check_nwstat.c:1293 plugins/check_overcr.c:289
2549 msgid "Nothing to check!\n"
2550 msgstr ""
2552 #: plugins/check_nwstat.c:1375 plugins/check_overcr.c:359
2553 msgid "Server port an integer\n"
2554 msgstr ""
2556 #: plugins/check_nwstat.c:1605
2557 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2558 msgstr ""
2560 #: plugins/check_nwstat.c:1606
2561 msgid "Novell server to gather the requested system information."
2562 msgstr ""
2564 #: plugins/check_nwstat.c:1617 plugins/check_overcr.c:439
2565 msgid "Variable to check.  Valid variables include:"
2566 msgstr ""
2568 #: plugins/check_nwstat.c:1618
2569 msgid "LOAD1     = 1 minute average CPU load"
2570 msgstr ""
2572 #: plugins/check_nwstat.c:1619
2573 msgid "LOAD5     = 5 minute average CPU load"
2574 msgstr ""
2576 #: plugins/check_nwstat.c:1620
2577 msgid "LOAD15    = 15 minute average CPU load"
2578 msgstr ""
2580 #: plugins/check_nwstat.c:1621
2581 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2582 msgstr ""
2584 #: plugins/check_nwstat.c:1622
2585 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2586 msgstr ""
2588 #: plugins/check_nwstat.c:1623
2589 msgid "UPTIME    = server uptime"
2590 msgstr ""
2592 #: plugins/check_nwstat.c:1624
2593 msgid "LTCH      = percent long term cache hits"
2594 msgstr ""
2596 #: plugins/check_nwstat.c:1625
2597 msgid "CBUFF     = current number of cache buffers"
2598 msgstr ""
2600 #: plugins/check_nwstat.c:1626
2601 msgid "CDBUFF    = current number of dirty cache buffers"
2602 msgstr ""
2604 #: plugins/check_nwstat.c:1627
2605 msgid "DCB       = dirty cache buffers as a percentage of the total"
2606 msgstr ""
2608 #: plugins/check_nwstat.c:1628
2609 msgid "TCB       = dirty cache buffers as a percentage of the original"
2610 msgstr ""
2612 #: plugins/check_nwstat.c:1629
2613 msgid "OFILES    = number of open files"
2614 msgstr ""
2616 #: plugins/check_nwstat.c:1630
2617 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2618 msgstr ""
2620 #: plugins/check_nwstat.c:1631
2621 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2622 msgstr ""
2624 #: plugins/check_nwstat.c:1632
2625 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2626 msgstr ""
2628 #: plugins/check_nwstat.c:1633
2629 msgid "    VPF<vol>  = percent free space on volume <vol>"
2630 msgstr ""
2632 #: plugins/check_nwstat.c:1634
2633 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2634 msgstr ""
2636 #: plugins/check_nwstat.c:1635
2637 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2638 msgstr ""
2640 #: plugins/check_nwstat.c:1636
2641 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2642 msgstr ""
2644 #: plugins/check_nwstat.c:1637
2645 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2646 msgstr ""
2648 #: plugins/check_nwstat.c:1638
2649 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2650 msgstr ""
2652 #: plugins/check_nwstat.c:1639
2653 msgid "    LRUM      = LRU sitting time in minutes"
2654 msgstr ""
2656 #: plugins/check_nwstat.c:1640
2657 msgid "    LRUS      = LRU sitting time in seconds"
2658 msgstr ""
2660 #: plugins/check_nwstat.c:1641
2661 msgid "    DSDB      = check to see if DS Database is open"
2662 msgstr ""
2664 #: plugins/check_nwstat.c:1642
2665 msgid "    DSVER     = NDS version"
2666 msgstr ""
2668 #: plugins/check_nwstat.c:1643
2669 msgid "    UPRB      = used packet receive buffers"
2670 msgstr ""
2672 #: plugins/check_nwstat.c:1644
2673 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2674 msgstr ""
2676 #: plugins/check_nwstat.c:1645
2677 msgid "    SAPENTRIES = number of entries in the SAP table"
2678 msgstr ""
2680 #: plugins/check_nwstat.c:1646
2681 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2682 msgstr ""
2684 #: plugins/check_nwstat.c:1647
2685 msgid "    TSYNC     = timesync status"
2686 msgstr ""
2688 #: plugins/check_nwstat.c:1648
2689 msgid "    LOGINS    = check to see if logins are enabled"
2690 msgstr ""
2692 #: plugins/check_nwstat.c:1649
2693 msgid "    CONNS     = number of currently licensed connections"
2694 msgstr ""
2696 #: plugins/check_nwstat.c:1650
2697 msgid "    NRMH\t= NRM Summary Status"
2698 msgstr ""
2700 #: plugins/check_nwstat.c:1651
2701 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2702 msgstr ""
2704 #: plugins/check_nwstat.c:1652
2705 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
2706 msgstr ""
2708 #: plugins/check_nwstat.c:1653
2709 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
2710 msgstr ""
2712 #: plugins/check_nwstat.c:1654
2713 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
2714 msgstr ""
2716 #: plugins/check_nwstat.c:1655
2717 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
2718 msgstr ""
2720 #: plugins/check_nwstat.c:1656
2721 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
2722 msgstr ""
2724 #: plugins/check_nwstat.c:1657
2725 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
2726 msgstr ""
2728 #: plugins/check_nwstat.c:1658
2729 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
2730 msgstr ""
2732 #: plugins/check_nwstat.c:1659
2733 msgid ""
2734 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
2735 msgstr ""
2737 #: plugins/check_nwstat.c:1660
2738 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
2739 msgstr ""
2741 #: plugins/check_nwstat.c:1661
2742 msgid "                (e.g. NLM:TSANDS.NLM)"
2743 msgstr ""
2745 #: plugins/check_nwstat.c:1668
2746 msgid "Include server version string in results"
2747 msgstr ""
2749 #: plugins/check_nwstat.c:1674
2750 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
2751 msgstr ""
2753 #: plugins/check_nwstat.c:1675
2754 msgid ""
2755 "  extension for NetWare be loaded on the Novell servers you wish to check."
2756 msgstr ""
2758 #: plugins/check_nwstat.c:1676
2759 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
2760 msgstr ""
2762 #: plugins/check_nwstat.c:1677
2763 msgid ""
2764 "- Values for critical thresholds should be lower than warning thresholds"
2765 msgstr ""
2767 #: plugins/check_nwstat.c:1678
2768 msgid ""
2769 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
2770 msgstr ""
2772 #: plugins/check_nwstat.c:1679
2773 msgid "  TCB, LRUS and LRUM.\n"
2774 msgstr ""
2776 #: plugins/check_overcr.c:127
2777 msgid "Unknown error fetching load data\n"
2778 msgstr ""
2780 #: plugins/check_overcr.c:131
2781 msgid "Invalid response from server - no load information\n"
2782 msgstr ""
2784 #: plugins/check_overcr.c:137
2785 msgid "Invalid response from server after load 1\n"
2786 msgstr ""
2788 #: plugins/check_overcr.c:143
2789 msgid "Invalid response from server after load 5\n"
2790 msgstr ""
2792 #: plugins/check_overcr.c:168
2793 #, c-format
2794 msgid "Load %s - %s-min load average = %0.2f"
2795 msgstr ""
2797 #: plugins/check_overcr.c:178
2798 msgid "Unknown error fetching disk data\n"
2799 msgstr ""
2801 #: plugins/check_overcr.c:188 plugins/check_overcr.c:240
2802 #: plugins/check_overcr.c:244
2803 msgid "Invalid response from server\n"
2804 msgstr ""
2806 #: plugins/check_overcr.c:215
2807 msgid "Unknown error fetching network status\n"
2808 msgstr ""
2810 #: plugins/check_overcr.c:225
2811 #, c-format
2812 msgid "Net %s - %d connection%s on port %d"
2813 msgstr ""
2815 #: plugins/check_overcr.c:236
2816 msgid "Unknown error fetching process status\n"
2817 msgstr ""
2819 #: plugins/check_overcr.c:254
2820 #, c-format
2821 msgid "Process %s - %d instance%s of %s running"
2822 msgstr ""
2824 #: plugins/check_overcr.c:281
2825 #, c-format
2826 msgid "Uptime %s - Up %d days %d hours %d minutes"
2827 msgstr ""
2829 #: plugins/check_overcr.c:423
2830 msgid ""
2831 "This plugin attempts to contact the Over-CR collector daemon running on the"
2832 msgstr ""
2834 #: plugins/check_overcr.c:424
2835 msgid "remote UNIX server in order to gather the requested system information."
2836 msgstr ""
2838 #: plugins/check_overcr.c:440
2839 msgid "LOAD1         = 1 minute average CPU load"
2840 msgstr ""
2842 #: plugins/check_overcr.c:441
2843 msgid "LOAD5         = 5 minute average CPU load"
2844 msgstr ""
2846 #: plugins/check_overcr.c:442
2847 msgid "LOAD15        = 15 minute average CPU load"
2848 msgstr ""
2850 #: plugins/check_overcr.c:443
2851 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
2852 msgstr ""
2854 #: plugins/check_overcr.c:444
2855 msgid "PROC<process> = number of running processes with name <process>"
2856 msgstr ""
2858 #: plugins/check_overcr.c:445
2859 msgid "NET<port>     = number of active connections on TCP port <port>"
2860 msgstr ""
2862 #: plugins/check_overcr.c:446
2863 msgid "UPTIME        = system uptime in seconds"
2864 msgstr ""
2866 #: plugins/check_overcr.c:454
2867 msgid ""
2868 "For the available options, the critical threshold value should always be"
2869 msgstr ""
2871 #: plugins/check_overcr.c:455
2872 msgid ""
2873 "higher than the warning threshold value, EXCEPT with the uptime variable"
2874 msgstr ""
2876 #: plugins/check_overcr.c:457
2877 msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be"
2878 msgstr ""
2880 #: plugins/check_overcr.c:458
2881 msgid "running on the remote server."
2882 msgstr ""
2884 #: plugins/check_overcr.c:460
2885 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
2886 msgstr ""
2888 #: plugins/check_pgsql.c:173
2889 #, c-format
2890 msgid "CRITICAL - no connection to '%s' (%s).\n"
2891 msgstr ""
2893 #: plugins/check_pgsql.c:188
2894 #, c-format
2895 msgid " %s - database %s (%d sec.)|%s\n"
2896 msgstr ""
2898 #: plugins/check_pgsql.c:243 plugins/check_time.c:281 plugins/check_time.c:293
2899 #: plugins/check_users.c:168
2900 msgid "Critical threshold must be a positive integer"
2901 msgstr ""
2903 #: plugins/check_pgsql.c:249 plugins/check_time.c:262 plugins/check_time.c:286
2904 #: plugins/check_users.c:174 plugins/check_users.c:184
2905 #: plugins/check_users.c:191
2906 msgid "Warning threshold must be a positive integer"
2907 msgstr ""
2909 #: plugins/check_pgsql.c:267
2910 msgid "Database name is not valid"
2911 msgstr ""
2913 #: plugins/check_pgsql.c:273
2914 msgid "User name is not valid"
2915 msgstr ""
2917 #: plugins/check_pgsql.c:410
2918 #, c-format
2919 msgid "Test whether a PostgreSQL Database is accepting connections."
2920 msgstr ""
2922 #: plugins/check_pgsql.c:423
2923 msgid "Database to check "
2924 msgstr ""
2926 #: plugins/check_pgsql.c:424
2927 #, c-format
2928 msgid "(default: %s)"
2929 msgstr ""
2931 #: plugins/check_pgsql.c:426
2932 msgid "Login name of user"
2933 msgstr ""
2935 #: plugins/check_pgsql.c:428
2936 msgid "Password (BIG SECURITY ISSUE)"
2937 msgstr ""
2939 #: plugins/check_pgsql.c:437
2940 msgid "All parameters are optional."
2941 msgstr ""
2943 #: plugins/check_pgsql.c:438
2944 msgid ""
2945 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
2946 msgstr ""
2948 #: plugins/check_pgsql.c:439
2949 msgid "accepting queries. In its current operation, it simply connects to the"
2950 msgstr ""
2952 #: plugins/check_pgsql.c:440
2953 msgid ""
2954 "specified database, and then disconnects. If no database is specified, it"
2955 msgstr ""
2957 #: plugins/check_pgsql.c:441
2958 msgid ""
2959 "connects to the template1 database, which is present in every functioning"
2960 msgstr ""
2962 #: plugins/check_pgsql.c:442
2963 msgid "PostgreSQL DBMS."
2964 msgstr ""
2966 #: plugins/check_pgsql.c:443
2967 msgid ""
2968 "The plugin will connect to a local postmaster if no host is specified. To"
2969 msgstr ""
2971 #: plugins/check_pgsql.c:444
2972 msgid ""
2973 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
2974 msgstr ""
2976 #: plugins/check_pgsql.c:445
2977 msgid "connections (start the postmaster with the -i option)."
2978 msgstr ""
2980 #: plugins/check_pgsql.c:446
2981 msgid ""
2982 "Typically, the nagios user (unless the --logname option is used) should be"
2983 msgstr ""
2985 #: plugins/check_pgsql.c:447
2986 msgid ""
2987 "able to connect to the database without a password. The plugin can also send"
2988 msgstr ""
2990 #: plugins/check_pgsql.c:448
2991 msgid "a password, but no effort is made to obsure or encrypt the password."
2992 msgstr ""
2994 #: plugins/check_ping.c:145
2995 msgid "CRITICAL - Could not interpret output from ping command\n"
2996 msgstr ""
2998 #: plugins/check_ping.c:161
2999 #, c-format
3000 msgid "PING %s - %sPacket loss = %d%%"
3001 msgstr ""
3003 #: plugins/check_ping.c:164
3004 #, c-format
3005 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
3006 msgstr ""
3008 #: plugins/check_ping.c:252
3009 msgid "Could not realloc() addresses\n"
3010 msgstr ""
3012 #: plugins/check_ping.c:267 plugins/check_ping.c:347
3013 #, c-format
3014 msgid "<max_packets> (%s) must be a non-negative number\n"
3015 msgstr ""
3017 #: plugins/check_ping.c:301
3018 #, c-format
3019 msgid "<wpl> (%s) must be an integer percentage\n"
3020 msgstr ""
3022 #: plugins/check_ping.c:312
3023 #, c-format
3024 msgid "<cpl> (%s) must be an integer percentage\n"
3025 msgstr ""
3027 #: plugins/check_ping.c:323
3028 #, c-format
3029 msgid "<wrta> (%s) must be a non-negative number\n"
3030 msgstr ""
3032 #: plugins/check_ping.c:334
3033 #, c-format
3034 msgid "<crta> (%s) must be a non-negative number\n"
3035 msgstr ""
3037 #: plugins/check_ping.c:367
3038 #, c-format
3039 msgid ""
3040 "%s: Warning threshold must be integer or percentage!\n"
3041 "\n"
3042 msgstr ""
3044 #: plugins/check_ping.c:380
3045 #, c-format
3046 msgid "<wrta> was not set\n"
3047 msgstr ""
3049 #: plugins/check_ping.c:384
3050 #, c-format
3051 msgid "<crta> was not set\n"
3052 msgstr ""
3054 #: plugins/check_ping.c:388
3055 #, c-format
3056 msgid "<wpl> was not set\n"
3057 msgstr ""
3059 #: plugins/check_ping.c:392
3060 #, c-format
3061 msgid "<cpl> was not set\n"
3062 msgstr ""
3064 #: plugins/check_ping.c:396
3065 #, c-format
3066 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
3067 msgstr ""
3069 #: plugins/check_ping.c:400
3070 #, c-format
3071 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
3072 msgstr ""
3074 #: plugins/check_ping.c:436
3075 #, c-format
3076 msgid "Cannot open stderr for %s\n"
3077 msgstr ""
3079 #: plugins/check_ping.c:485 plugins/check_ping.c:487
3080 msgid "System call sent warnings to stderr "
3081 msgstr ""
3083 #: plugins/check_ping.c:514
3084 #, c-format
3085 msgid "CRITICAL - Network Unreachable (%s)"
3086 msgstr ""
3088 #: plugins/check_ping.c:516
3089 #, c-format
3090 msgid "CRITICAL - Host Unreachable (%s)"
3091 msgstr ""
3093 #: plugins/check_ping.c:518
3094 #, c-format
3095 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
3096 msgstr ""
3098 #: plugins/check_ping.c:520
3099 #, c-format
3100 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
3101 msgstr ""
3103 #: plugins/check_ping.c:522
3104 #, c-format
3105 msgid "CRITICAL - Network Prohibited (%s)"
3106 msgstr ""
3108 #: plugins/check_ping.c:524
3109 #, c-format
3110 msgid "CRITICAL - Host Prohibited (%s)"
3111 msgstr ""
3113 #: plugins/check_ping.c:526
3114 #, c-format
3115 msgid "CRITICAL - Packet Filtered (%s)"
3116 msgstr ""
3118 #: plugins/check_ping.c:528
3119 #, c-format
3120 msgid "CRITICAL - Host not found (%s)"
3121 msgstr ""
3123 #: plugins/check_ping.c:530
3124 #, c-format
3125 msgid "CRITICAL - Time to live exceeded (%s)"
3126 msgstr ""
3128 #: plugins/check_ping.c:537
3129 msgid "Unable to realloc warn_text"
3130 msgstr ""
3132 #: plugins/check_ping.c:554
3133 #, c-format
3134 msgid "Use ping to check connection statistics for a remote host."
3135 msgstr ""
3137 #: plugins/check_ping.c:565
3138 msgid "host to ping"
3139 msgstr ""
3141 #: plugins/check_ping.c:571
3142 msgid "number of ICMP ECHO packets to send"
3143 msgstr ""
3145 #: plugins/check_ping.c:572
3146 #, c-format
3147 msgid "(Default: %d)\n"
3148 msgstr ""
3150 #: plugins/check_ping.c:574
3151 msgid "show HTML in the plugin output (obsoleted by urlize)"
3152 msgstr ""
3154 #: plugins/check_ping.c:578
3155 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3156 msgstr ""
3158 #: plugins/check_ping.c:579
3159 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3160 msgstr ""
3162 #: plugins/check_ping.c:580
3163 msgid "percentage of packet loss to trigger an alarm state."
3164 msgstr ""
3166 #: plugins/check_ping.c:584
3167 msgid ""
3168 "This plugin uses the ping command to probe the specified host for packet loss"
3169 msgstr ""
3171 #: plugins/check_ping.c:585
3172 msgid ""
3173 "(percentage) and round trip average (milliseconds). It can produce HTML "
3174 "output"
3175 msgstr ""
3177 #: plugins/check_ping.c:586
3178 msgid ""
3179 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3180 msgstr ""
3182 #: plugins/check_ping.c:587
3183 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3184 msgstr ""
3186 #: plugins/check_procs.c:155
3187 #, c-format
3188 msgid "CMD: %s\n"
3189 msgstr ""
3191 #: plugins/check_procs.c:261
3192 #, c-format
3193 msgid "Not parseable: %s"
3194 msgstr ""
3196 #: plugins/check_procs.c:270
3197 #, c-format
3198 msgid "System call sent warnings to stderr\n"
3199 msgstr ""
3201 #: plugins/check_procs.c:277
3202 #, c-format
3203 msgid "System call returned nonzero status\n"
3204 msgstr ""
3206 #: plugins/check_procs.c:282
3207 #, c-format
3208 msgid "Unable to read output\n"
3209 msgstr ""
3211 #: plugins/check_procs.c:299
3212 #, c-format
3213 msgid "%d warn out of "
3214 msgstr ""
3216 #: plugins/check_procs.c:304
3217 #, c-format
3218 msgid "%d crit, %d warn out of "
3219 msgstr ""
3221 #: plugins/check_procs.c:310
3222 #, c-format
3223 msgid " with %s"
3224 msgstr ""
3226 #: plugins/check_procs.c:385
3227 msgid "Critical Process Count must be an integer!"
3228 msgstr ""
3230 #: plugins/check_procs.c:397
3231 msgid "Warning Process Count must be an integer!"
3232 msgstr ""
3234 #: plugins/check_procs.c:405
3235 msgid "Parent Process ID must be an integer!"
3236 msgstr ""
3238 #: plugins/check_procs.c:411 plugins/check_procs.c:513
3239 #, c-format
3240 msgid "%s%sSTATE = %s"
3241 msgstr ""
3243 #: plugins/check_procs.c:420
3244 #, c-format
3245 msgid "UID %s was not found"
3246 msgstr ""
3248 #: plugins/check_procs.c:426
3249 #, c-format
3250 msgid "User name %s was not found"
3251 msgstr ""
3253 #: plugins/check_procs.c:441
3254 #, c-format
3255 msgid "%s%scommand name '%s'"
3256 msgstr ""
3258 #: plugins/check_procs.c:460
3259 msgid "RSS must be an integer!"
3260 msgstr ""
3262 #: plugins/check_procs.c:467
3263 msgid "VSZ must be an integer!"
3264 msgstr ""
3266 #: plugins/check_procs.c:475
3267 msgid "PCPU must be a float!"
3268 msgstr ""
3270 #: plugins/check_procs.c:499
3271 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3272 msgstr ""
3274 #: plugins/check_procs.c:532
3275 #, c-format
3276 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3277 msgstr ""
3279 #: plugins/check_procs.c:536
3280 #, c-format
3281 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3282 msgstr ""
3284 #: plugins/check_procs.c:673
3285 msgid ""
3286 "Checks all processes and generates WARNING or CRITICAL states if the "
3287 "specified"
3288 msgstr ""
3290 #: plugins/check_procs.c:674
3291 msgid ""
3292 "metric is outside the required threshold ranges. The metric defaults to "
3293 "number"
3294 msgstr ""
3296 #: plugins/check_procs.c:675
3297 msgid ""
3298 "of processes.  Search filters can be applied to limit the processes to check."
3299 msgstr ""
3301 #: plugins/check_procs.c:681
3302 msgid "Required Arguments:"
3303 msgstr ""
3305 #: plugins/check_procs.c:683
3306 msgid "Generate warning state if metric is outside this range"
3307 msgstr ""
3309 #: plugins/check_procs.c:685
3310 msgid "Generate critical state if metric is outside this range"
3311 msgstr ""
3313 #: plugins/check_procs.c:687
3314 msgid "Optional Arguments:"
3315 msgstr ""
3317 #: plugins/check_procs.c:689
3318 msgid "Check thresholds against metric. Valid types:"
3319 msgstr ""
3321 #: plugins/check_procs.c:690
3322 msgid "PROCS   - number of processes (default)"
3323 msgstr ""
3325 #: plugins/check_procs.c:691
3326 msgid "VSZ     - virtual memory size"
3327 msgstr ""
3329 #: plugins/check_procs.c:692
3330 msgid "RSS     - resident set memory size"
3331 msgstr ""
3333 #: plugins/check_procs.c:693
3334 msgid "CPU     - percentage cpu"
3335 msgstr ""
3337 #: plugins/check_procs.c:696
3338 msgid "ELAPSED - time elapsed in seconds"
3339 msgstr ""
3341 #: plugins/check_procs.c:701
3342 msgid "Extra information. Up to 3 verbosity levels"
3343 msgstr ""
3345 #: plugins/check_procs.c:705
3346 msgid "Only scan for processes that have, in the output of `ps`, one or"
3347 msgstr ""
3349 #: plugins/check_procs.c:706
3350 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3351 msgstr ""
3353 #: plugins/check_procs.c:707
3354 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3355 msgstr ""
3357 #: plugins/check_procs.c:709
3358 msgid "Only scan for children of the parent process ID indicated."
3359 msgstr ""
3361 #: plugins/check_procs.c:711
3362 msgid "Only scan for processes with vsz higher than indicated."
3363 msgstr ""
3365 #: plugins/check_procs.c:713
3366 msgid "Only scan for processes with rss higher than indicated."
3367 msgstr ""
3369 #: plugins/check_procs.c:715
3370 msgid "Only scan for processes with pcpu higher than indicated."
3371 msgstr ""
3373 #: plugins/check_procs.c:717
3374 msgid "Only scan for processes with user name or ID indicated."
3375 msgstr ""
3377 #: plugins/check_procs.c:719
3378 msgid "Only scan for processes with args that contain STRING."
3379 msgstr ""
3381 #: plugins/check_procs.c:721
3382 msgid "Only scan for exact matches of COMMAND (without path)."
3383 msgstr ""
3385 #: plugins/check_procs.c:723
3386 #, c-format
3387 msgid ""
3388 "\n"
3389 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3390 "specified 'max:min', a warning status will be generated if the\n"
3391 "count is inside the specified range\n"
3392 "\n"
3393 msgstr ""
3395 #: plugins/check_procs.c:728
3396 #, c-format
3397 msgid ""
3398 "This plugin checks the number of currently running processes and\n"
3399 "generates WARNING or CRITICAL states if the process count is outside\n"
3400 "the specified threshold ranges. The process count can be filtered by\n"
3401 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3402 "be the total number of running processes\n"
3403 "\n"
3404 msgstr ""
3406 #: plugins/check_procs.c:737
3407 msgid "Warning if not two processes with command name portsentry."
3408 msgstr ""
3410 #: plugins/check_procs.c:738
3411 msgid "Critical if < 2 or > 1024 processes"
3412 msgstr ""
3414 #: plugins/check_procs.c:740
3415 msgid "Warning alert if > 10 processes with command arguments containing"
3416 msgstr ""
3418 #: plugins/check_procs.c:741
3419 msgid "'/usr/local/bin/perl' and owned by root"
3420 msgstr ""
3422 #: plugins/check_procs.c:743
3423 msgid "Alert if vsz of any processes over 50K or 100K"
3424 msgstr ""
3426 #: plugins/check_procs.c:745
3427 #, c-format
3428 msgid "Alert if cpu of any processes over 10%% or 20%%"
3429 msgstr ""
3431 #: plugins/check_radius.c:161
3432 msgid "Config file error"
3433 msgstr ""
3435 #: plugins/check_radius.c:170
3436 msgid "Out of Memory?"
3437 msgstr ""
3439 #: plugins/check_radius.c:191
3440 msgid "Timeout"
3441 msgstr ""
3443 #: plugins/check_radius.c:193
3444 msgid "Auth Error"
3445 msgstr ""
3447 #: plugins/check_radius.c:195
3448 msgid "Auth Failed"
3449 msgstr ""
3451 #: plugins/check_radius.c:199
3452 msgid "Auth OK"
3453 msgstr ""
3455 #: plugins/check_radius.c:278
3456 msgid "Number of retries must be a positive integer"
3457 msgstr ""
3459 #: plugins/check_radius.c:290
3460 msgid "Host not specified"
3461 msgstr ""
3463 #: plugins/check_radius.c:292
3464 msgid "User not specified"
3465 msgstr ""
3467 #: plugins/check_radius.c:294
3468 msgid "Password not specified"
3469 msgstr ""
3471 #: plugins/check_radius.c:296
3472 msgid "Configuration file not specified"
3473 msgstr ""
3475 #: plugins/check_radius.c:314
3476 msgid "Tests to see if a radius server is accepting connections."
3477 msgstr ""
3479 #: plugins/check_radius.c:325
3480 msgid "The user to authenticate"
3481 msgstr ""
3483 #: plugins/check_radius.c:327
3484 msgid "Password for autentication (SECURITY RISK)"
3485 msgstr ""
3487 #: plugins/check_radius.c:329
3488 msgid "NAS identifier"
3489 msgstr ""
3491 #: plugins/check_radius.c:331
3492 msgid "Configuration file"
3493 msgstr ""
3495 #: plugins/check_radius.c:333
3496 msgid "Response string to expect from the server"
3497 msgstr ""
3499 #: plugins/check_radius.c:335
3500 msgid "Number of times to retry a failed connection"
3501 msgstr ""
3503 #: plugins/check_radius.c:339
3504 msgid ""
3505 "This plugin tests a radius server to see if it is accepting connections."
3506 msgstr ""
3508 #: plugins/check_radius.c:340
3509 msgid ""
3510 "The server to test must be specified in the invocation, as well as a user"
3511 msgstr ""
3513 #: plugins/check_radius.c:341
3514 msgid ""
3515 "name and password. A configuration file may also be present. The format of"
3516 msgstr ""
3518 #: plugins/check_radius.c:342
3519 msgid ""
3520 "the configuration file is described in the radiusclient library sources."
3521 msgstr ""
3523 #: plugins/check_radius.c:343
3524 msgid "The password option presents a substantial security issue because the"
3525 msgstr ""
3527 #: plugins/check_radius.c:344
3528 msgid "password can be determined by careful watching of the command line in"
3529 msgstr ""
3531 #: plugins/check_radius.c:345
3532 msgid "a process listing.  This risk is exacerbated because nagios will"
3533 msgstr ""
3535 #: plugins/check_radius.c:346
3536 msgid "run the plugin at regular prdictable intervals.  Please be sure that"
3537 msgstr ""
3539 #: plugins/check_radius.c:347
3540 msgid "the password used does not allow access to sensitive system resources,"
3541 msgstr ""
3543 #: plugins/check_radius.c:348
3544 msgid "otherwise compormise could occur."
3545 msgstr ""
3547 #: plugins/check_real.c:96
3548 #, c-format
3549 msgid "Unable to connect to %s on port %d\n"
3550 msgstr ""
3552 #: plugins/check_real.c:118
3553 #, c-format
3554 msgid "No data received from %s\n"
3555 msgstr ""
3557 #: plugins/check_real.c:123 plugins/check_real.c:196
3558 msgid "Invalid REAL response received from host"
3559 msgstr ""
3561 #: plugins/check_real.c:125 plugins/check_real.c:198
3562 #, c-format
3563 msgid "Invalid REAL response received from host on port %d\n"
3564 msgstr ""
3566 #: plugins/check_real.c:189 plugins/check_tcp.c:294
3567 #, c-format
3568 msgid "No data received from host\n"
3569 msgstr ""
3571 #: plugins/check_real.c:252
3572 #, c-format
3573 msgid "REAL %s - %d second response time\n"
3574 msgstr ""
3576 #: plugins/check_real.c:341 plugins/check_smtp.c:581 plugins/check_ups.c:535
3577 msgid "Warning time must be a positive integer"
3578 msgstr ""
3580 #: plugins/check_real.c:350 plugins/check_smtp.c:572 plugins/check_ups.c:526
3581 msgid "Critical time must be a positive integer"
3582 msgstr ""
3584 #: plugins/check_real.c:386
3585 msgid "You must provide a server to check"
3586 msgstr ""
3588 #: plugins/check_real.c:418
3589 msgid "This plugin tests the REAL service on the specified host."
3590 msgstr ""
3592 #: plugins/check_real.c:429
3593 msgid "Connect to this url"
3594 msgstr ""
3596 #: plugins/check_real.c:431
3597 #, c-format
3598 msgid "String to expect in first line of server response (default: %s)\n"
3599 msgstr ""
3601 #: plugins/check_real.c:440
3602 msgid "This plugin will attempt to open an RTSP connection with the host."
3603 msgstr ""
3605 #: plugins/check_real.c:441 plugins/check_smtp.c:812
3606 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3607 msgstr ""
3609 #: plugins/check_real.c:442
3610 msgid ""
3611 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3612 msgstr ""
3614 #: plugins/check_real.c:443
3615 msgid ""
3616 "but incorrect reponse messages from the host result in STATE_WARNING return"
3617 msgstr ""
3619 #: plugins/check_real.c:444
3620 msgid "values."
3621 msgstr ""
3623 #: plugins/check_smtp.c:151 plugins/check_swap.c:268 plugins/check_swap.c:274
3624 #, c-format
3625 msgid "malloc() failed!\n"
3626 msgstr ""
3628 #: plugins/check_smtp.c:155
3629 #, c-format
3630 msgid "gethostname() failed!\n"
3631 msgstr ""
3633 #: plugins/check_smtp.c:190 plugins/check_smtp.c:214
3634 #, c-format
3635 msgid "recv() failed\n"
3636 msgstr ""
3638 #: plugins/check_smtp.c:201
3639 #, c-format
3640 msgid "Invalid SMTP response received from host\n"
3641 msgstr ""
3643 #: plugins/check_smtp.c:203
3644 #, c-format
3645 msgid "Invalid SMTP response received from host on port %d\n"
3646 msgstr ""
3648 #: plugins/check_smtp.c:224
3649 #, c-format
3650 msgid "WARNING - TLS not supported by server\n"
3651 msgstr ""
3653 #: plugins/check_smtp.c:236
3654 #, c-format
3655 msgid "Server does not support STARTTLS\n"
3656 msgstr ""
3658 #: plugins/check_smtp.c:242
3659 #, c-format
3660 msgid "CRITICAL - Cannot create SSL context.\n"
3661 msgstr ""
3663 #: plugins/check_smtp.c:262
3664 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3665 msgstr ""
3667 #: plugins/check_smtp.c:267
3668 #, c-format
3669 msgid "sent %s"
3670 msgstr ""
3672 #: plugins/check_smtp.c:269
3673 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3674 msgstr ""
3676 #: plugins/check_smtp.c:281
3677 msgid "CRITICAL - Cannot retrieve server certificate."
3678 msgstr ""
3680 #: plugins/check_smtp.c:317 plugins/check_snmp.c:590
3681 #, c-format
3682 msgid "Could Not Compile Regular Expression"
3683 msgstr ""
3685 #: plugins/check_smtp.c:326
3686 #, c-format
3687 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3688 msgstr ""
3690 #: plugins/check_smtp.c:330 plugins/check_snmp.c:335
3691 #, c-format
3692 msgid "Execute Error: %s\n"
3693 msgstr ""
3695 #: plugins/check_smtp.c:344
3696 msgid "no authuser specified, "
3697 msgstr ""
3699 #: plugins/check_smtp.c:349
3700 msgid "no authpass specified, "
3701 msgstr ""
3703 #: plugins/check_smtp.c:356 plugins/check_smtp.c:377 plugins/check_smtp.c:397
3704 #: plugins/check_smtp.c:673
3705 #, c-format
3706 msgid "sent %s\n"
3707 msgstr ""
3709 #: plugins/check_smtp.c:359
3710 msgid "recv() failed after AUTH LOGIN, "
3711 msgstr ""
3713 #: plugins/check_smtp.c:364 plugins/check_smtp.c:385 plugins/check_smtp.c:405
3714 #: plugins/check_smtp.c:684
3715 #, c-format
3716 msgid "received %s\n"
3717 msgstr ""
3719 #: plugins/check_smtp.c:368
3720 msgid "invalid response received after AUTH LOGIN, "
3721 msgstr ""
3723 #: plugins/check_smtp.c:381
3724 msgid "recv() failed after sending authuser, "
3725 msgstr ""
3727 #: plugins/check_smtp.c:389
3728 msgid "invalid response received after authuser, "
3729 msgstr ""
3731 #: plugins/check_smtp.c:401
3732 msgid "recv() failed after sending authpass, "
3733 msgstr ""
3735 #: plugins/check_smtp.c:409
3736 msgid "invalid response received after authpass, "
3737 msgstr ""
3739 #: plugins/check_smtp.c:416
3740 msgid "only authtype LOGIN is supported, "
3741 msgstr ""
3743 #: plugins/check_smtp.c:440
3744 #, c-format
3745 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
3746 msgstr ""
3748 #: plugins/check_smtp.c:548 plugins/check_smtp.c:560
3749 #, c-format
3750 msgid "Could not realloc() units [%d]\n"
3751 msgstr ""
3753 #: plugins/check_smtp.c:608
3754 msgid "SSL support not available - install OpenSSL and recompile"
3755 msgstr ""
3757 #: plugins/check_smtp.c:679
3758 #, c-format
3759 msgid "recv() failed after QUIT."
3760 msgstr ""
3762 #: plugins/check_smtp.c:681
3763 #, c-format
3764 msgid "Connection reset by peer."
3765 msgstr ""
3767 #: plugins/check_smtp.c:769
3768 msgid "This plugin will attempt to open an SMTP connection with the host."
3769 msgstr ""
3771 #: plugins/check_smtp.c:782
3772 #, c-format
3773 msgid "    String to expect in first line of server response (default: '%s')\n"
3774 msgstr ""
3776 #: plugins/check_smtp.c:784
3777 msgid "Suppress SMTP command"
3778 msgstr ""
3780 #: plugins/check_smtp.c:786
3781 msgid "SMTP command (may be used repeatedly)"
3782 msgstr ""
3784 #: plugins/check_smtp.c:788
3785 msgid "Expected response to command (may be used repeatedly)"
3786 msgstr ""
3788 #: plugins/check_smtp.c:790
3789 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
3790 msgstr ""
3792 #: plugins/check_smtp.c:793 plugins/check_tcp.c:636
3793 msgid "Minimum number of days a certificate has to be valid."
3794 msgstr ""
3796 #: plugins/check_smtp.c:795
3797 msgid "Use STARTTLS for the connection."
3798 msgstr ""
3800 #: plugins/check_smtp.c:799
3801 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
3802 msgstr ""
3804 #: plugins/check_smtp.c:801
3805 msgid "SMTP AUTH username"
3806 msgstr ""
3808 #: plugins/check_smtp.c:803
3809 msgid "SMTP AUTH password"
3810 msgstr ""
3812 #: plugins/check_smtp.c:813
3813 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
3814 msgstr ""
3816 #: plugins/check_smtp.c:814
3817 msgid "connects, but incorrect reponse messages from the host result in"
3818 msgstr ""
3820 #: plugins/check_smtp.c:815
3821 msgid "STATE_WARNING return values."
3822 msgstr ""
3824 #: plugins/check_snmp.c:313
3825 msgid "No valid data returned"
3826 msgstr ""
3828 #: plugins/check_snmp.c:381
3829 #, c-format
3830 msgid ""
3831 "%s problem - No data received from host\n"
3832 "CMD: %s\n"
3833 msgstr ""
3835 #: plugins/check_snmp.c:398
3836 msgid "snmpget returned an error status"
3837 msgstr ""
3839 #: plugins/check_snmp.c:524
3840 msgid "Invalid critical threshold"
3841 msgstr ""
3843 #: plugins/check_snmp.c:535
3844 msgid "Invalid warning threshold"
3845 msgstr ""
3847 #: plugins/check_snmp.c:547
3848 msgid "Retries interval must be a positive integer"
3849 msgstr ""
3851 #: plugins/check_snmp.c:611
3852 #, c-format
3853 msgid "Could not reallocate labels[%d]"
3854 msgstr ""
3856 #: plugins/check_snmp.c:623
3857 msgid "Could not reallocate labels\n"
3858 msgstr ""
3860 #: plugins/check_snmp.c:640
3861 #, c-format
3862 msgid "Could not reallocate units [%d]\n"
3863 msgstr ""
3865 #: plugins/check_snmp.c:652
3866 msgid "Could not realloc() units\n"
3867 msgstr ""
3869 #: plugins/check_snmp.c:737
3870 #, c-format
3871 msgid "Missing secname (%s) or authpassword (%s) ! \n"
3872 msgstr ""
3874 #: plugins/check_snmp.c:745
3875 #, c-format
3876 msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"
3877 msgstr ""
3879 #: plugins/check_snmp.c:754
3880 msgid "Invalid SNMP version"
3881 msgstr ""
3883 #: plugins/check_snmp.c:882
3884 msgid "Unbalanced quotes\n"
3885 msgstr ""
3887 #: plugins/check_snmp.c:931
3888 msgid "Check status of remote machines and obtain sustem information via SNMP"
3889 msgstr ""
3891 #: plugins/check_snmp.c:943
3892 msgid "Use SNMP GETNEXT instead of SNMP GET"
3893 msgstr ""
3895 #: plugins/check_snmp.c:945
3896 msgid "SNMP protocol version"
3897 msgstr ""
3899 #: plugins/check_snmp.c:947
3900 msgid "SNMPv3 securityLevel"
3901 msgstr ""
3903 #: plugins/check_snmp.c:949
3904 msgid "SNMPv3 auth proto"
3905 msgstr ""
3907 #: plugins/check_snmp.c:953
3908 msgid "Optional community string for SNMP communication"
3909 msgstr ""
3911 #: plugins/check_snmp.c:954
3912 msgid "default is"
3913 msgstr ""
3915 #: plugins/check_snmp.c:956
3916 msgid "SNMPv3 username"
3917 msgstr ""
3919 #: plugins/check_snmp.c:958
3920 msgid "SNMPv3 authentication password"
3921 msgstr ""
3923 #: plugins/check_snmp.c:960
3924 msgid "SNMPv3 crypt passwd (DES)"
3925 msgstr ""
3927 #: plugins/check_snmp.c:964
3928 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
3929 msgstr ""
3931 #: plugins/check_snmp.c:966
3932 msgid ""
3933 "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'"
3934 msgstr ""
3936 #: plugins/check_snmp.c:967
3937 msgid "for symbolic oids.)"
3938 msgstr ""
3940 #: plugins/check_snmp.c:969
3941 #, c-format
3942 msgid "    Delimiter to use when parsing returned data. Default is \"%s\""
3943 msgstr ""
3945 #: plugins/check_snmp.c:970
3946 msgid "Any data on the right hand side of the delimiter is considered"
3947 msgstr ""
3949 #: plugins/check_snmp.c:971
3950 msgid "to be the data that should be used in the evaluation."
3951 msgstr ""
3953 #: plugins/check_snmp.c:975
3954 msgid "Range(s) which will not result in a WARNING status"
3955 msgstr ""
3957 #: plugins/check_snmp.c:977
3958 msgid "Range(s) which will not result in a CRITICAL status"
3959 msgstr ""
3961 #: plugins/check_snmp.c:981
3962 msgid "Return OK state (for that OID) if STRING is an exact match"
3963 msgstr ""
3965 #: plugins/check_snmp.c:983
3966 msgid ""
3967 "Return OK state (for that OID) if extended regular expression REGEX matches"
3968 msgstr ""
3970 #: plugins/check_snmp.c:985
3971 msgid ""
3972 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
3973 msgstr ""
3975 #: plugins/check_snmp.c:987
3976 msgid "Prefix label for output from plugin (default -s 'SNMP')"
3977 msgstr ""
3979 #: plugins/check_snmp.c:991
3980 msgid "Units label(s) for output data (e.g., 'sec.')."
3981 msgstr ""
3983 #: plugins/check_snmp.c:993
3984 msgid "Separates output on multiple OID requests"
3985 msgstr ""
3987 #: plugins/check_snmp.c:999
3988 msgid ""
3989 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
3990 msgstr ""
3992 #: plugins/check_snmp.c:1000
3993 msgid ""
3994 "if you don't have the package installed, you will need to download it from"
3995 msgstr ""
3997 #: plugins/check_snmp.c:1001
3998 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
3999 msgstr ""
4001 #: plugins/check_snmp.c:1003
4002 msgid ""
4003 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
4004 "with"
4005 msgstr ""
4007 #: plugins/check_snmp.c:1004
4008 msgid " internal spaces must be quoted) [max 8 OIDs]"
4009 msgstr ""
4011 #: plugins/check_snmp.c:1006
4012 msgid "- Ranges are inclusive and are indicated with colons. When specified as"
4013 msgstr ""
4015 #: plugins/check_snmp.c:1007
4016 msgid ""
4017 " 'min:max' a STATE_OK will be returned if the result is within the indicated"
4018 msgstr ""
4020 #: plugins/check_snmp.c:1008
4021 msgid " range or is equal to the upper or lower bound. A non-OK state will be"
4022 msgstr ""
4024 #: plugins/check_snmp.c:1009
4025 msgid " returned if the result is outside the specified range."
4026 msgstr ""
4028 #: plugins/check_snmp.c:1011
4029 msgid ""
4030 "- If specified in the order 'max:min' a non-OK state will be returned if the"
4031 msgstr ""
4033 #: plugins/check_snmp.c:1012
4034 msgid " result is within the (inclusive) range."
4035 msgstr ""
4037 #: plugins/check_snmp.c:1014
4038 msgid ""
4039 "- Upper or lower bounds may be omitted to skip checking the respective limit."
4040 msgstr ""
4042 #: plugins/check_snmp.c:1015
4043 msgid "- Bare integers are interpreted as upper limits."
4044 msgstr ""
4046 #: plugins/check_snmp.c:1016
4047 msgid ""
4048 "- When checking multiple OIDs, separate ranges by commas like '-w "
4049 "1:10,1:,:20'"
4050 msgstr ""
4052 #: plugins/check_snmp.c:1017
4053 msgid "- Note that only one string and one regex may be checked at present"
4054 msgstr ""
4056 #: plugins/check_snmp.c:1018
4057 msgid ""
4058 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
4059 msgstr ""
4061 #: plugins/check_snmp.c:1019
4062 msgid " returned from the SNMP query is an unsigned integer."
4063 msgstr ""
4065 #: plugins/check_ssh.c:170
4066 msgid "Port number must be a positive integer"
4067 msgstr ""
4069 #: plugins/check_ssh.c:235
4070 #, c-format
4071 msgid "Server answer: %s"
4072 msgstr ""
4074 #: plugins/check_ssh.c:254
4075 #, c-format
4076 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
4077 msgstr ""
4079 #: plugins/check_ssh.c:261
4080 #, c-format
4081 msgid "SSH OK - %s (protocol %s)\n"
4082 msgstr ""
4084 #: plugins/check_ssh.c:281
4085 msgid "Try to connect to an SSH server at specified server and port"
4086 msgstr ""
4088 #: plugins/check_ssh.c:296
4089 msgid ""
4090 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
4091 msgstr ""
4093 #: plugins/check_swap.c:172
4094 #, c-format
4095 msgid "Command: %s\n"
4096 msgstr ""
4098 #: plugins/check_swap.c:174
4099 #, c-format
4100 msgid "Format: %s\n"
4101 msgstr ""
4103 #: plugins/check_swap.c:210
4104 #, c-format
4105 msgid "total=%.0f, used=%.0f, free=%.0f\n"
4106 msgstr ""
4108 #: plugins/check_swap.c:224
4109 #, c-format
4110 msgid "total=%.0f, free=%.0f\n"
4111 msgstr ""
4113 #: plugins/check_swap.c:256
4114 msgid "Error getting swap devices\n"
4115 msgstr ""
4117 #: plugins/check_swap.c:259
4118 msgid "SWAP OK: No swap devices defined\n"
4119 msgstr ""
4121 #: plugins/check_swap.c:280 plugins/check_swap.c:322
4122 msgid "swapctl failed: "
4123 msgstr ""
4125 #: plugins/check_swap.c:281 plugins/check_swap.c:323
4126 msgid "Error in swapctl call\n"
4127 msgstr ""
4129 #: plugins/check_swap.c:360
4130 #, c-format
4131 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
4132 msgstr ""
4134 #: plugins/check_swap.c:438
4135 msgid "Warning threshold must be integer or percentage!"
4136 msgstr ""
4138 #: plugins/check_swap.c:456
4139 msgid "Critical threshold must be integer or percentage!"
4140 msgstr ""
4142 #: plugins/check_swap.c:510
4143 msgid "Warning percentage should be more than critical percentage"
4144 msgstr ""
4146 #: plugins/check_swap.c:514
4147 msgid "Warning free space should be more than critical free space"
4148 msgstr ""
4150 #: plugins/check_swap.c:528
4151 msgid "Check swap space on local machine."
4152 msgstr ""
4154 #: plugins/check_swap.c:537
4155 msgid ""
4156 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
4157 msgstr ""
4159 #: plugins/check_swap.c:539
4160 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
4161 msgstr ""
4163 #: plugins/check_swap.c:541
4164 msgid ""
4165 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
4166 msgstr ""
4168 #: plugins/check_swap.c:543
4169 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
4170 msgstr ""
4172 #: plugins/check_swap.c:545
4173 msgid "Conduct comparisons for all swap partitions, one by one"
4174 msgstr ""
4176 #: plugins/check_swap.c:547
4177 msgid "Verbose output. Up to 3 levels"
4178 msgstr ""
4180 #: plugins/check_swap.c:550
4181 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"
4182 msgstr ""
4184 #: plugins/check_tcp.c:202
4185 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
4186 msgstr ""
4188 #: plugins/check_tcp.c:223
4189 msgid "With UDP checks, a send/expect string must be specified."
4190 msgstr ""
4192 #: plugins/check_tcp.c:242
4193 #, c-format
4194 msgid "CRITICAL - Cannot retrieve server certificate.\n"
4195 msgstr ""
4197 #: plugins/check_tcp.c:422
4198 msgid "No arguments found"
4199 msgstr ""
4201 #: plugins/check_tcp.c:523
4202 msgid "Maxbytes must be a positive integer"
4203 msgstr ""
4205 #: plugins/check_tcp.c:541
4206 msgid "Refuse must be one of ok, warn, crit"
4207 msgstr ""
4209 #: plugins/check_tcp.c:551
4210 msgid "Mismatch must be one of ok, warn, crit"
4211 msgstr ""
4213 #: plugins/check_tcp.c:557
4214 msgid "Delay must be a positive integer"
4215 msgstr ""
4217 #: plugins/check_tcp.c:585
4218 msgid "You must provide a server address"
4219 msgstr ""
4221 #: plugins/check_tcp.c:587
4222 msgid "Invalid hostname, address or socket"
4223 msgstr ""
4225 #: plugins/check_tcp.c:601
4226 #, c-format
4227 msgid ""
4228 "This plugin tests %s connections with the specified host (or unix socket).\n"
4229 "\n"
4230 msgstr ""
4232 #: plugins/check_tcp.c:613
4233 msgid ""
4234 "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
4235 "quit option"
4236 msgstr ""
4238 #: plugins/check_tcp.c:614
4239 msgid "Default: nothing added to send, \\r\\n added to end of quit"
4240 msgstr ""
4242 #: plugins/check_tcp.c:616
4243 msgid "String to send to the server"
4244 msgstr ""
4246 #: plugins/check_tcp.c:618
4247 msgid "String to expect in server response"
4248 msgstr ""
4250 #: plugins/check_tcp.c:618
4251 msgid "(may be repeated)"
4252 msgstr ""
4254 #: plugins/check_tcp.c:620
4255 msgid "All expect strings need to occur in server response. Default is any"
4256 msgstr ""
4258 #: plugins/check_tcp.c:622
4259 msgid "String to send server to initiate a clean close of the connection"
4260 msgstr ""
4262 #: plugins/check_tcp.c:624
4263 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)"
4264 msgstr ""
4266 #: plugins/check_tcp.c:626
4267 msgid ""
4268 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4269 msgstr ""
4271 #: plugins/check_tcp.c:628
4272 msgid "Hide output from TCP socket"
4273 msgstr ""
4275 #: plugins/check_tcp.c:630
4276 msgid "Close connection once more than this number of bytes are received"
4277 msgstr ""
4279 #: plugins/check_tcp.c:632
4280 msgid "Seconds to wait between sending string and polling for response"
4281 msgstr ""
4283 #: plugins/check_tcp.c:638
4284 msgid "Use SSL for the connection."
4285 msgstr ""
4287 #: plugins/check_time.c:106
4288 #, c-format
4289 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4290 msgstr ""
4292 #: plugins/check_time.c:119
4293 #, c-format
4294 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4295 msgstr ""
4297 #: plugins/check_time.c:143
4298 #, c-format
4299 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4300 msgstr ""
4302 #: plugins/check_time.c:156
4303 #, c-format
4304 msgid "TIME %s - %d second response time|%s\n"
4305 msgstr ""
4307 #: plugins/check_time.c:174
4308 #, c-format
4309 msgid "TIME %s - %lu second time difference|%s %s\n"
4310 msgstr ""
4312 #: plugins/check_time.c:258
4313 msgid "Warning thresholds must be a positive integer"
4314 msgstr ""
4316 #: plugins/check_time.c:277
4317 msgid "Critical thresholds must be a positive integer"
4318 msgstr ""
4320 #: plugins/check_time.c:343
4321 msgid "This plugin will check the time on the specified host."
4322 msgstr ""
4324 #: plugins/check_time.c:354
4325 msgid "Use UDP to connect, not TCP"
4326 msgstr ""
4328 #: plugins/check_time.c:356
4329 msgid "Time difference (sec.) necessary to result in a warning status"
4330 msgstr ""
4332 #: plugins/check_time.c:358
4333 msgid "Time difference (sec.) necessary to result in a critical status"
4334 msgstr ""
4336 #: plugins/check_time.c:360
4337 msgid "Response time (sec.) necessary to result in warning status"
4338 msgstr ""
4340 #: plugins/check_time.c:362
4341 msgid "Response time (sec.) necessary to result in critical status"
4342 msgstr ""
4344 #: plugins/check_ups.c:147
4345 msgid "On Battery, Low Battery"
4346 msgstr ""
4348 #: plugins/check_ups.c:152
4349 msgid "Online"
4350 msgstr ""
4352 #: plugins/check_ups.c:155
4353 msgid "On Battery"
4354 msgstr ""
4356 #: plugins/check_ups.c:159
4357 msgid ", Low Battery"
4358 msgstr ""
4360 #: plugins/check_ups.c:163
4361 msgid ", Calibrating"
4362 msgstr ""
4364 #: plugins/check_ups.c:166
4365 msgid ", Replace Battery"
4366 msgstr ""
4368 #: plugins/check_ups.c:170
4369 msgid ", On Bypass"
4370 msgstr ""
4372 #: plugins/check_ups.c:173
4373 msgid ", Overload"
4374 msgstr ""
4376 #: plugins/check_ups.c:176
4377 msgid ", Trimming"
4378 msgstr ""
4380 #: plugins/check_ups.c:179
4381 msgid ", Boosting"
4382 msgstr ""
4384 #: plugins/check_ups.c:182
4385 msgid ", Charging"
4386 msgstr ""
4388 #: plugins/check_ups.c:185
4389 msgid ", Discharging"
4390 msgstr ""
4392 #: plugins/check_ups.c:188
4393 msgid ", Unknown"
4394 msgstr ""
4396 #: plugins/check_ups.c:327
4397 msgid "UPS does not support any available options\n"
4398 msgstr ""
4400 #: plugins/check_ups.c:351 plugins/check_ups.c:411
4401 msgid "Invalid response received from host"
4402 msgstr ""
4404 #: plugins/check_ups.c:419
4405 #, c-format
4406 msgid "CRITICAL - no such ups '%s' on that host\n"
4407 msgstr ""
4409 #: plugins/check_ups.c:429
4410 msgid "CRITICAL - UPS data is stale"
4411 msgstr ""
4413 #: plugins/check_ups.c:434
4414 #, c-format
4415 msgid "Unknown error: %s\n"
4416 msgstr ""
4418 #: plugins/check_ups.c:441
4419 msgid "Error: unable to parse variable"
4420 msgstr ""
4422 #: plugins/check_ups.c:548
4423 msgid "Unrecognized UPS variable"
4424 msgstr ""
4426 #: plugins/check_ups.c:586
4427 msgid "Error : no ups indicated"
4428 msgstr ""
4430 #: plugins/check_ups.c:606
4431 msgid ""
4432 "This plugin tests the UPS service on the specified host.Network UPS Tools "
4433 msgstr ""
4435 #: plugins/check_ups.c:607
4436 msgid "from www.networkupstools.org must be running for thisplugin to work."
4437 msgstr ""
4439 #: plugins/check_ups.c:618
4440 msgid "Name of UPS"
4441 msgstr ""
4443 #: plugins/check_ups.c:620
4444 msgid "Output of temperatures in Celsius"
4445 msgstr ""
4447 #: plugins/check_ups.c:622
4448 msgid "Valid values for STRING are"
4449 msgstr ""
4451 #: plugins/check_ups.c:635
4452 msgid ""
4453 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4454 msgstr ""
4456 #: plugins/check_ups.c:636
4457 msgid ""
4458 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4459 msgstr ""
4461 #: plugins/check_ups.c:637
4462 msgid ""
4463 "plugin will return an OK state. If the battery is on it will return a WARNING"
4464 msgstr ""
4466 #: plugins/check_ups.c:638
4467 msgid ""
4468 "state.If the UPS is off or has a low battery the plugin will return a "
4469 "CRITICAL"
4470 msgstr ""
4472 #: plugins/check_ups.c:639
4473 msgid "state."
4474 msgstr ""
4476 #: plugins/check_ups.c:641
4477 msgid ""
4478 "You may also specify a variable to check [such as temperature, utility "
4479 "voltage,"
4480 msgstr ""
4482 #: plugins/check_ups.c:642
4483 msgid ""
4484 "battery load, etc.]  as well as warning and critical thresholds for the "
4485 "value of"
4486 msgstr ""
4488 #: plugins/check_ups.c:643
4489 msgid ""
4490 "that variable.  If the remote host has multiple UPS that are being monitored "
4491 "you"
4492 msgstr ""
4494 #: plugins/check_ups.c:644
4495 msgid "will have to use the [ups] option to specify which UPS to check."
4496 msgstr ""
4498 #: plugins/check_ups.c:646
4499 msgid ""
4500 "This plugin requires that the UPSD daemon distributed with Russel Kroll's"
4501 msgstr ""
4503 #: plugins/check_ups.c:647
4504 msgid ""
4505 "Smart UPS Tools be installed on the remote host.  If you do not have the"
4506 msgstr ""
4508 #: plugins/check_ups.c:648
4509 msgid ""
4510 "package installed on your system, you can download it from http://www."
4511 "networkupstools.org"
4512 msgstr ""
4514 #: plugins/check_users.c:94
4515 #, c-format
4516 msgid "# users=%d"
4517 msgstr ""
4519 #: plugins/check_users.c:117
4520 msgid "Unable to read output"
4521 msgstr ""
4523 #: plugins/check_users.c:124
4524 #, c-format
4525 msgid "USERS %s - %d users currently logged in |%s\n"
4526 msgstr ""
4528 #: plugins/check_users.c:209
4529 msgid "This plugin checks the number of users currently logged in on the local"
4530 msgstr ""
4532 #: plugins/check_users.c:210
4533 msgid ""
4534 "system and generates an error if the number exceeds the thresholds specified."
4535 msgstr ""
4537 #: plugins/check_users.c:219
4538 msgid "Set WARNING status if more than INTEGER users are logged in"
4539 msgstr ""
4541 #: plugins/check_users.c:221
4542 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4543 msgstr ""
4545 #: plugins/check_ide_smart.c:231
4546 #, c-format
4547 msgid "CRITICAL - Couldn't open device %s: %s\n"
4548 msgstr ""
4550 #: plugins/check_ide_smart.c:236
4551 #, c-format
4552 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4553 msgstr ""
4555 #: plugins/check_ide_smart.c:297
4556 #, c-format
4557 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4558 msgstr ""
4560 #: plugins/check_ide_smart.c:366
4561 #, c-format
4562 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4563 msgstr ""
4565 #: plugins/check_ide_smart.c:374
4566 #, c-format
4567 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4568 msgstr ""
4570 #: plugins/check_ide_smart.c:382
4571 #, c-format
4572 msgid "OK - Operational (%d/%d tests passed)\n"
4573 msgstr ""
4575 #: plugins/check_ide_smart.c:386
4576 #, c-format
4577 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4578 msgstr ""
4580 #: plugins/check_ide_smart.c:419
4581 #, c-format
4582 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4583 msgstr ""
4585 #: plugins/check_ide_smart.c:425
4586 #, c-format
4587 msgid "OffLineCapability=%d {%s %s %s}\n"
4588 msgstr ""
4590 #: plugins/check_ide_smart.c:431
4591 #, c-format
4592 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4593 msgstr ""
4595 #: plugins/check_ide_smart.c:452
4596 #, c-format
4597 msgid "CRITICAL - %s: %s\n"
4598 msgstr ""
4600 #: plugins/check_ide_smart.c:471
4601 #, c-format
4602 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4603 msgstr ""
4605 #: plugins/check_ide_smart.c:488
4606 #, c-format
4607 msgid ""
4608 "This plugin checks a local hard drive with the (Linux specific) SMART "
4609 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4610 msgstr ""
4612 #: plugins/check_ide_smart.c:497
4613 msgid "Select device DEVICE"
4614 msgstr ""
4616 #: plugins/check_ide_smart.c:498
4617 msgid ""
4618 "Note: if the device is selected with this option, _no_ other options are "
4619 "accepted"
4620 msgstr ""
4622 #: plugins/check_ide_smart.c:500
4623 msgid "Perform immediately offline tests"
4624 msgstr ""
4626 #: plugins/check_ide_smart.c:502
4627 msgid "Returns the number of failed tests"
4628 msgstr ""
4630 #: plugins/check_ide_smart.c:504
4631 msgid "Turn on automatic offline tests"
4632 msgstr ""
4634 #: plugins/check_ide_smart.c:506
4635 msgid "Turn off automatic offline tests"
4636 msgstr ""
4638 #: plugins/check_ide_smart.c:508
4639 msgid "Output suitable for Nagios"
4640 msgstr ""
4642 #: plugins/negate.c:132
4643 msgid "No data returned from command\n"
4644 msgstr ""
4646 #: plugins/negate.c:209
4647 msgid ""
4648 "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
4649 "4)."
4650 msgstr ""
4652 #: plugins/negate.c:215
4653 msgid ""
4654 "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4655 "integer (0-3)."
4656 msgstr ""
4658 #: plugins/negate.c:220
4659 msgid ""
4660 "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4661 "integer (0-3)."
4662 msgstr ""
4664 #: plugins/negate.c:225
4665 msgid ""
4666 "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4667 "integer (0-3)."
4668 msgstr ""
4670 #: plugins/negate.c:262
4671 msgid "Require path to command"
4672 msgstr ""
4674 #: plugins/negate.c:298
4675 msgid ""
4676 "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."
4677 msgstr ""
4679 #: plugins/negate.c:299
4680 msgid "Additional switches can be used to control which state becomes what."
4681 msgstr ""
4683 #: plugins/negate.c:308
4684 msgid "Keep timeout lower than the plugin timeout to retain CRITICAL status."
4685 msgstr ""
4687 #: plugins/negate.c:314
4688 #, c-format
4689 msgid ""
4690 "    STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n"
4691 msgstr ""
4693 #: plugins/negate.c:315
4694 #, c-format
4695 msgid ""
4696 "    quotes. Numeric values are accepted. If nothing is specified, permutes\n"
4697 msgstr ""
4699 #: plugins/negate.c:316
4700 #, c-format
4701 msgid "    OK and CRITICAL.\n"
4702 msgstr ""
4704 #: plugins/negate.c:321
4705 msgid "Run check_ping and invert result. Must use full path to plugin"
4706 msgstr ""
4708 #: plugins/negate.c:323
4709 msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL"
4710 msgstr ""
4712 #: plugins/negate.c:326
4713 msgid ""
4714 "This plugin is a wrapper to take the output of another plugin and invert it."
4715 msgstr ""
4717 #: plugins/negate.c:327
4718 msgid "The full path of the plugin must be provided."
4719 msgstr ""
4721 #: plugins/negate.c:328
4722 msgid ""
4723 "If the wrapped plugin returns STATE_OK, the wrapper will return "
4724 "STATE_CRITICAL."
4725 msgstr ""
4727 #: plugins/negate.c:329
4728 msgid ""
4729 "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
4730 "STATE_OK."
4731 msgstr ""
4733 #: plugins/negate.c:330
4734 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
4735 msgstr ""
4737 #: plugins/netutils.c:53
4738 #, c-format
4739 msgid "CRITICAL - Socket timeout after %d seconds\n"
4740 msgstr ""
4742 #: plugins/netutils.c:55
4743 #, c-format
4744 msgid "CRITICAL - Abnormal timeout after %d seconds\n"
4745 msgstr ""
4747 #: plugins/netutils.c:83 plugins/netutils.c:274
4748 msgid "Send failed"
4749 msgstr ""
4751 #: plugins/netutils.c:100 plugins/netutils.c:289
4752 msgid "No data was received from host!"
4753 msgstr ""
4755 #: plugins/netutils.c:197 plugins/netutils.c:233
4756 msgid "Socket creation failed"
4757 msgstr ""
4759 #: plugins/netutils.c:226
4760 msgid "Supplied path too long unix domain socket"
4761 msgstr ""
4763 #: plugins/netutils.c:298
4764 msgid "Receive failed"
4765 msgstr ""
4767 #: plugins/netutils.c:324 plugins-root/check_dhcp.c:1348
4768 #, c-format
4769 msgid "Invalid hostname/address - %s"
4770 msgstr ""
4772 #: plugins/popen.c:148
4773 msgid "Could not malloc argv array in popen()"
4774 msgstr ""
4776 #: plugins/popen.c:158
4777 msgid "CRITICAL - You need more args!!!"
4778 msgstr ""
4780 #: plugins/popen.c:215
4781 msgid "Cannot catch SIGCHLD"
4782 msgstr ""
4784 #: plugins/popen.c:310 plugins/utils.c:172
4785 #, c-format
4786 msgid "CRITICAL - Plugin timed out after %d seconds\n"
4787 msgstr ""
4789 #: plugins/popen.c:313
4790 msgid "CRITICAL - popen timeout received, but no child process"
4791 msgstr ""
4793 #: plugins/popen.c:329
4794 msgid "sysconf error for _SC_OPEN_MAX"
4795 msgstr ""
4797 #: plugins/urlize.c:137
4798 #, c-format
4799 msgid ""
4800 "%s UNKNOWN - No data received from host\n"
4801 "CMD: %s</A>\n"
4802 msgstr ""
4804 #: plugins/urlize.c:176
4805 msgid "This plugin wraps the text output of another command (plugin)"
4806 msgstr ""
4808 #: plugins/urlize.c:177
4809 msgid ""
4810 "in HTML <A> tags, thus displaying the plugin output in as a clickable link in"
4811 msgstr ""
4813 #: plugins/urlize.c:178
4814 msgid ""
4815 "the Nagios status screen.  The return status is the same as the invoked "
4816 "plugin."
4817 msgstr ""
4819 #: plugins/urlize.c:188
4820 msgid ""
4821 "Pay close attention to quoting to ensure that the shell passes the expected"
4822 msgstr ""
4824 #: plugins/urlize.c:189
4825 msgid "data to the plugin. For example, in:"
4826 msgstr ""
4828 #: plugins/urlize.c:190
4829 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
4830 msgstr ""
4832 #: plugins/urlize.c:191
4833 msgid "the shell will remove the single quotes and urlize will see:"
4834 msgstr ""
4836 #: plugins/urlize.c:192
4837 msgid "urlize http://example.com/ check_http -H example.com -r two words"
4838 msgstr ""
4840 #: plugins/urlize.c:193
4841 msgid "You probably want:"
4842 msgstr ""
4844 #: plugins/urlize.c:194
4845 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
4846 msgstr ""
4848 #: plugins/utils.c:467
4849 msgid "failed realloc in strpcpy\n"
4850 msgstr ""
4852 #: plugins/utils.c:509
4853 msgid "failed malloc in strscat\n"
4854 msgstr ""
4856 #: plugins-root/check_dhcp.c:327
4857 #, c-format
4858 msgid "Error: Could not get hardware address of interface '%s'\n"
4859 msgstr ""
4861 #: plugins-root/check_dhcp.c:349
4862 #, c-format
4863 msgid "Error: if_nametoindex error - %s.\n"
4864 msgstr ""
4866 #: plugins-root/check_dhcp.c:354
4867 #, c-format
4868 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
4869 msgstr ""
4871 #: plugins-root/check_dhcp.c:359
4872 #, c-format
4873 msgid ""
4874 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
4875 msgstr ""
4877 #: plugins-root/check_dhcp.c:364
4878 #, c-format
4879 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
4880 msgstr ""
4882 #: plugins-root/check_dhcp.c:390
4883 #, c-format
4884 msgid ""
4885 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
4886 "eg lnc0.\n"
4887 msgstr ""
4889 #: plugins-root/check_dhcp.c:395 plugins-root/check_dhcp.c:407
4890 #, c-format
4891 msgid ""
4892 "Error: can't read MAC address from DLPI streams interface for device %s unit "
4893 "%d.\n"
4894 msgstr ""
4896 #: plugins-root/check_dhcp.c:413
4897 #, c-format
4898 msgid ""
4899 "Error: can't get MAC address for this architecture.  Use the --mac option.\n"
4900 msgstr ""
4902 #: plugins-root/check_dhcp.c:432
4903 #, c-format
4904 msgid "Error: Cannot determine IP address of interface %s\n"
4905 msgstr ""
4907 #: plugins-root/check_dhcp.c:440
4908 #, c-format
4909 msgid "Error: Cannot get interface IP address on this platform.\n"
4910 msgstr ""
4912 #: plugins-root/check_dhcp.c:445
4913 #, c-format
4914 msgid "Pretending to be relay client %s\n"
4915 msgstr ""
4917 #: plugins-root/check_dhcp.c:530
4918 #, c-format
4919 msgid "DHCPDISCOVER to %s port %d\n"
4920 msgstr ""
4922 #: plugins-root/check_dhcp.c:582
4923 #, c-format
4924 msgid "Result=ERROR\n"
4925 msgstr ""
4927 #: plugins-root/check_dhcp.c:588
4928 #, c-format
4929 msgid "Result=OK\n"
4930 msgstr ""
4932 #: plugins-root/check_dhcp.c:603
4933 #, c-format
4934 msgid "DHCPOFFER from IP address %s"
4935 msgstr ""
4937 #: plugins-root/check_dhcp.c:604
4938 #, c-format
4939 msgid " via %s\n"
4940 msgstr ""
4942 #: plugins-root/check_dhcp.c:611
4943 #, c-format
4944 msgid ""
4945 "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n"
4946 msgstr ""
4948 #: plugins-root/check_dhcp.c:633
4949 #, c-format
4950 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
4951 msgstr ""
4953 #: plugins-root/check_dhcp.c:651
4954 #, c-format
4955 msgid "Total responses seen on the wire: %d\n"
4956 msgstr ""
4958 #: plugins-root/check_dhcp.c:652
4959 #, c-format
4960 msgid "Valid responses for this machine: %d\n"
4961 msgstr ""
4963 #: plugins-root/check_dhcp.c:667
4964 #, c-format
4965 msgid "send_dhcp_packet result: %d\n"
4966 msgstr ""
4968 #: plugins-root/check_dhcp.c:700
4969 #, c-format
4970 msgid "No (more) data received (nfound: %d)\n"
4971 msgstr ""
4973 #: plugins-root/check_dhcp.c:719
4974 #, c-format
4975 msgid "recvfrom() failed, "
4976 msgstr ""
4978 #: plugins-root/check_dhcp.c:726
4979 #, c-format
4980 msgid "receive_dhcp_packet() result: %d\n"
4981 msgstr ""
4983 #: plugins-root/check_dhcp.c:727
4984 #, c-format
4985 msgid "receive_dhcp_packet() source: %s\n"
4986 msgstr ""
4988 #: plugins-root/check_dhcp.c:757
4989 #, c-format
4990 msgid "Error: Could not create socket!\n"
4991 msgstr ""
4993 #: plugins-root/check_dhcp.c:767
4994 #, c-format
4995 msgid "Error: Could not set reuse address option on DHCP socket!\n"
4996 msgstr ""
4998 #: plugins-root/check_dhcp.c:773
4999 #, c-format
5000 msgid "Error: Could not set broadcast option on DHCP socket!\n"
5001 msgstr ""
5003 #: plugins-root/check_dhcp.c:782
5004 #, c-format
5005 msgid ""
5006 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
5007 msgstr ""
5009 #: plugins-root/check_dhcp.c:793
5010 #, c-format
5011 msgid ""
5012 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
5013 msgstr ""
5015 #: plugins-root/check_dhcp.c:827
5016 #, c-format
5017 msgid "Requested server address: %s\n"
5018 msgstr ""
5020 #: plugins-root/check_dhcp.c:888
5021 #, c-format
5022 msgid "Lease Time: Infinite\n"
5023 msgstr ""
5025 #: plugins-root/check_dhcp.c:890
5026 #, c-format
5027 msgid "Lease Time: %lu seconds\n"
5028 msgstr ""
5030 #: plugins-root/check_dhcp.c:892
5031 #, c-format
5032 msgid "Renewal Time: Infinite\n"
5033 msgstr ""
5035 #: plugins-root/check_dhcp.c:894
5036 #, c-format
5037 msgid "Renewal Time: %lu seconds\n"
5038 msgstr ""
5040 #: plugins-root/check_dhcp.c:896
5041 #, c-format
5042 msgid "Rebinding Time: Infinite\n"
5043 msgstr ""
5045 #: plugins-root/check_dhcp.c:897
5046 #, c-format
5047 msgid "Rebinding Time: %lu seconds\n"
5048 msgstr ""
5050 #: plugins-root/check_dhcp.c:925
5051 #, c-format
5052 msgid "Added offer from server @ %s"
5053 msgstr ""
5055 #: plugins-root/check_dhcp.c:926
5056 #, c-format
5057 msgid " of IP address %s\n"
5058 msgstr ""
5060 #: plugins-root/check_dhcp.c:993
5061 #, c-format
5062 msgid "DHCP Server Match: Offerer=%s"
5063 msgstr ""
5065 #: plugins-root/check_dhcp.c:994
5066 #, c-format
5067 msgid " Requested=%s"
5068 msgstr ""
5070 #: plugins-root/check_dhcp.c:996
5071 #, c-format
5072 msgid " (duplicate)"
5073 msgstr ""
5075 #: plugins-root/check_dhcp.c:997
5076 #, c-format
5077 msgid "\n"
5078 msgstr ""
5080 #: plugins-root/check_dhcp.c:1045
5081 #, c-format
5082 msgid "No DHCPOFFERs were received.\n"
5083 msgstr ""
5085 #: plugins-root/check_dhcp.c:1049
5086 #, c-format
5087 msgid "Received %d DHCPOFFER(s)"
5088 msgstr ""
5090 #: plugins-root/check_dhcp.c:1052
5091 #, c-format
5092 msgid ", %s%d of %d requested servers responded"
5093 msgstr ""
5095 #: plugins-root/check_dhcp.c:1055
5096 #, c-format
5097 msgid ", requested address (%s) was %soffered"
5098 msgstr ""
5100 #: plugins-root/check_dhcp.c:1055
5101 msgid "not "
5102 msgstr ""
5104 #: plugins-root/check_dhcp.c:1057
5105 #, c-format
5106 msgid ", max lease time = "
5107 msgstr ""
5109 #: plugins-root/check_dhcp.c:1059
5110 #, c-format
5111 msgid "Infinity"
5112 msgstr ""
5114 #: plugins-root/check_dhcp.c:1240
5115 #, c-format
5116 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
5117 msgstr ""
5119 #: plugins-root/check_dhcp.c:1252
5120 #, c-format
5121 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
5122 msgstr ""
5124 #: plugins-root/check_dhcp.c:1265
5125 #, c-format
5126 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
5127 msgstr ""
5129 #: plugins-root/check_dhcp.c:1277
5130 #, c-format
5131 msgid ""
5132 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
5133 msgstr ""
5135 #: plugins-root/check_dhcp.c:1301
5136 #, c-format
5137 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
5138 msgstr ""
5140 #: plugins-root/check_dhcp.c:1380
5141 #, c-format
5142 msgid "Hardware address: "
5143 msgstr ""
5145 #: plugins-root/check_dhcp.c:1396
5146 msgid "This plugin tests the availability of DHCP servers on a network."
5147 msgstr ""
5149 #: plugins-root/check_dhcp.c:1407
5150 msgid "IP address of DHCP server that we must hear from"
5151 msgstr ""
5153 #: plugins-root/check_dhcp.c:1409
5154 msgid "IP address that should be offered by at least one DHCP server"
5155 msgstr ""
5157 #: plugins-root/check_dhcp.c:1411
5158 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
5159 msgstr ""
5161 #: plugins-root/check_dhcp.c:1413
5162 msgid "Interface to to use for listening (i.e. eth0)"
5163 msgstr ""
5165 #: plugins-root/check_dhcp.c:1415
5166 msgid "MAC address to use in the DHCP request"
5167 msgstr ""
5169 #: plugins-root/check_dhcp.c:1417
5170 msgid "Unicast testing: mimic a DHCP relay, requires -s"
5171 msgstr ""
5173 #: plugins-root/check_icmp.c:1223
5174 msgid "specify a target"
5175 msgstr ""
5177 #: plugins-root/check_icmp.c:1225
5178 msgid "warning threshold (currently "
5179 msgstr ""
5181 #: plugins-root/check_icmp.c:1228
5182 msgid "critical threshold (currently "
5183 msgstr ""
5185 #: plugins-root/check_icmp.c:1231
5186 msgid "number of packets to send (currently "
5187 msgstr ""
5189 #: plugins-root/check_icmp.c:1234
5190 msgid "max packet interval (currently "
5191 msgstr ""
5193 #: plugins-root/check_icmp.c:1237
5194 msgid "max target interval (currently "
5195 msgstr ""
5197 #: plugins-root/check_icmp.c:1240
5198 msgid "number of alive hosts required for success"
5199 msgstr ""
5201 #: plugins-root/check_icmp.c:1243
5202 msgid "TTL on outgoing packets (currently "
5203 msgstr ""
5205 #: plugins-root/check_icmp.c:1246
5206 msgid "timeout value (seconds, currently  "
5207 msgstr ""
5209 #: plugins-root/check_icmp.c:1249
5210 msgid "icmp packet size (currenly ignored)"
5211 msgstr ""
5213 #: plugins-root/check_icmp.c:1251
5214 msgid "verbose"
5215 msgstr ""
5217 #: plugins-root/check_icmp.c:1254
5218 msgid "The -H switch is optional. Naming a host (or several) to check is not."
5219 msgstr ""
5221 #: plugins-root/check_icmp.c:1255
5222 msgid ""
5223 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
5224 msgstr ""
5226 #: plugins-root/check_icmp.c:1256
5227 msgid "packet loss.  The default values should work well for most users."
5228 msgstr ""
5230 #: plugins-root/check_icmp.c:1257
5231 msgid ""
5232 "You can specify different RTA factors using the standardized abbreviations"
5233 msgstr ""
5235 #: plugins-root/check_icmp.c:1258
5236 msgid ""
5237 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
5238 msgstr ""
5240 #: plugins-root/check_icmp.c:1263
5241 msgid "The -v switch can be specified several times for increased verbosity."
5242 msgstr ""