Code

Correct all instances of misaligned memory access. This fixes bus erros
[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-05-23 03:45-0400\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:192
21 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89
22 #: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147
23 #: plugins/check_ldap.c:105 plugins/check_load.c: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:758
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:133 plugins/check_real.c:85 plugins/check_smtp.c:180
29 #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113
30 #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125
31 #: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:258
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:106
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:115
47 #, c-format
48 msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n"
49 msgstr ""
51 #: plugins/check_by_ssh.c:127
52 #, c-format
53 msgid "SSH WARNING: could not open %s\n"
54 msgstr ""
56 #: plugins/check_by_ssh.c:213 plugins/check_disk.c:507
57 #: plugins/check_http.c:241 plugins/check_ldap.c:281 plugins/check_pgsql.c:237
58 #: plugins/check_procs.c:371 plugins/check_radius.c:215
59 #: plugins/check_radius.c:285 plugins/check_real.c:361
60 #: plugins/check_smtp.c:629 plugins/check_snmp.c:498 plugins/check_ssh.c:143
61 #: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555
62 #: plugins/negate.c:203
63 msgid "Timeout interval must be a positive integer"
64 msgstr ""
66 #: plugins/check_by_ssh.c:223 plugins/check_pgsql.c:261
67 #: plugins/check_radius.c:224 plugins/check_radius.c:258
68 #: plugins/check_real.c:332 plugins/check_smtp.c:561 plugins/check_tcp.c:506
69 #: plugins/check_time.c:300 plugins/check_ups.c:517
70 msgid "Port must be a positive integer"
71 msgstr ""
73 #: plugins/check_by_ssh.c:269
74 msgid "skip-stdout argument must be an integer"
75 msgstr ""
77 #: plugins/check_by_ssh.c:277
78 msgid "skip-stderr argument must be an integer"
79 msgstr ""
81 #: plugins/check_by_ssh.c:295
82 #, c-format
83 msgid "%s: You must provide a host name\n"
84 msgstr ""
86 #: plugins/check_by_ssh.c:313
87 msgid "No remotecmd"
88 msgstr ""
90 #: plugins/check_by_ssh.c:329
91 #, c-format
92 msgid ""
93 "%s: In passive mode, you must provide a service name for each command.\n"
94 msgstr ""
96 #: plugins/check_by_ssh.c:332
97 #, c-format
98 msgid ""
99 "%s: In passive mode, you must provide the host short name from the nagios "
100 "configs.\n"
101 msgstr ""
103 #: plugins/check_by_ssh.c:346
104 #, c-format
105 msgid "This plugin uses SSH to execute commands on a remote host"
106 msgstr ""
108 #: plugins/check_by_ssh.c:359
109 msgid "tell ssh to use Protocol 1 [optional]"
110 msgstr ""
112 #: plugins/check_by_ssh.c:361
113 msgid "tell ssh to use Protocol 2 [optional]"
114 msgstr ""
116 #: plugins/check_by_ssh.c:363
117 msgid "Ignore all or (if specified) first n lines on STDOUT [optional]"
118 msgstr ""
120 #: plugins/check_by_ssh.c:365
121 msgid "Ignore all or (if specified) first n lines on STDERR [optional]"
122 msgstr ""
124 #: plugins/check_by_ssh.c:367
125 msgid "tells ssh to fork rather than create a tty [optional]"
126 msgstr ""
128 #: plugins/check_by_ssh.c:369
129 msgid "command to execute on the remote machine"
130 msgstr ""
132 #: plugins/check_by_ssh.c:371
133 msgid "SSH user name on remote host [optional]"
134 msgstr ""
136 #: plugins/check_by_ssh.c:373
137 msgid "identity of an authorized key [optional]"
138 msgstr ""
140 #: plugins/check_by_ssh.c:375
141 msgid "external command file for nagios [optional]"
142 msgstr ""
144 #: plugins/check_by_ssh.c:377
145 msgid "list of nagios service names, separated by ':' [optional]"
146 msgstr ""
148 #: plugins/check_by_ssh.c:379
149 msgid "short name of host in nagios configuration [optional]"
150 msgstr ""
152 #: plugins/check_by_ssh.c:381
153 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
154 msgstr ""
156 #: plugins/check_by_ssh.c:383
157 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
158 msgstr ""
160 #: plugins/check_by_ssh.c:386
161 msgid "The most common mode of use is to refer to a local identity file with"
162 msgstr ""
164 #: plugins/check_by_ssh.c:387
165 msgid "the '-i' option. In this mode, the identity pair should have a null"
166 msgstr ""
168 #: plugins/check_by_ssh.c:388
169 msgid "passphrase and the public key should be listed in the authorized_keys"
170 msgstr ""
172 #: plugins/check_by_ssh.c:389
173 msgid "file of the remote host. Usually the key will be restricted to running"
174 msgstr ""
176 #: plugins/check_by_ssh.c:390
177 msgid "only one command on the remote server. If the remote SSH server tracks"
178 msgstr ""
180 #: plugins/check_by_ssh.c:391
181 msgid "invocation arguments, the one remote program may be an agent that can"
182 msgstr ""
184 #: plugins/check_by_ssh.c:392
185 msgid "execute additional commands as proxy"
186 msgstr ""
188 #: plugins/check_by_ssh.c:393
189 msgid "To use passive mode, provide multiple '-C' options, and provide"
190 msgstr ""
192 #: plugins/check_by_ssh.c:394
193 msgid ""
194 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
195 msgstr ""
197 #: plugins/check_by_ssh.c:396 plugins/check_disk.c:902
198 #: plugins/check_http.c:1324 plugins/check_nagios.c:303
199 #: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187
200 #, c-format
201 msgid "Examples:"
202 msgstr ""
204 #: plugins/check_by_ssh.c:410 plugins/check_dig.c:336 plugins/check_disk.c:913
205 #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407
206 #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1347
207 #: plugins/check_ldap.c:411 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:859 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:349 plugins/check_real.c:454
213 #: plugins/check_smtp.c:780 plugins/check_snmp.c:1011 plugins/check_ssh.c:306
214 #: plugins/check_swap.c:560 plugins/check_tcp.c:656 plugins/check_time.c:373
215 #: plugins/check_ups.c:657 plugins/check_users.c:230
216 #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204
217 #: plugins-root/check_dhcp.c:1304 plugins-root/check_icmp.c:1282
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:213
283 #, c-format
284 msgid "DISK %s: %s not found\n"
285 msgstr ""
287 #: plugins/check_disk.c:213 plugins/check_disk.c:752 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:581
296 #, c-format
297 msgid "unit type %s not known\n"
298 msgstr ""
300 #: plugins/check_disk.c:584
301 #, c-format
302 msgid "failed allocating storage for '%s'\n"
303 msgstr ""
305 #: plugins/check_disk.c:606 plugins/check_disk.c:643 plugins/check_disk.c:653
306 #: plugins/check_disk.c:659 plugins/check_disk.c:678 plugins/check_dummy.c:84
307 #, c-format
308 msgid "UNKNOWN"
309 msgstr ""
311 #: plugins/check_disk.c:606
312 msgid "Must set a threshold value before using -p\n"
313 msgstr ""
315 #: plugins/check_disk.c:643
316 msgid "Must set group value before using -p\n"
317 msgstr ""
319 #: plugins/check_disk.c:653
320 msgid "Must set a threshold value before using -r/-R\n"
321 msgstr ""
323 #: plugins/check_disk.c:659
324 msgid "Could not compile regular expression"
325 msgstr ""
327 #: plugins/check_disk.c:679
328 msgid "Regular expression did not match any path or disk"
329 msgstr ""
331 #: plugins/check_disk.c:723
332 msgid "Unknown argument"
333 msgstr ""
335 #: plugins/check_disk.c:753
336 #, c-format
337 msgid "%s does not exist\n"
338 msgstr ""
340 #: plugins/check_disk.c:782
341 #, c-format
342 msgid " for %s\n"
343 msgstr ""
345 #: plugins/check_disk.c:850
346 msgid ""
347 "This plugin checks the amount of used disk space on a mounted file system"
348 msgstr ""
350 #: plugins/check_disk.c:851
351 msgid ""
352 "and generates an alert if free space is less than one of the threshold values"
353 msgstr ""
355 #: plugins/check_disk.c:860
356 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
357 msgstr ""
359 #: plugins/check_disk.c:862
360 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
361 msgstr ""
363 #: plugins/check_disk.c:864
364 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
365 msgstr ""
367 #: plugins/check_disk.c:866
368 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
369 msgstr ""
371 #: plugins/check_disk.c:868
372 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
373 msgstr ""
375 #: plugins/check_disk.c:870
376 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
377 msgstr ""
379 #: plugins/check_disk.c:872
380 msgid "Clear thresholds"
381 msgstr ""
383 #: plugins/check_disk.c:874
384 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
385 msgstr ""
387 #: plugins/check_disk.c:876
388 msgid "Same as '--units kB'"
389 msgstr ""
391 #: plugins/check_disk.c:878
392 msgid "Same as '--units MB'"
393 msgstr ""
395 #: plugins/check_disk.c:880
396 msgid "Only check local filesystems"
397 msgstr ""
399 #: plugins/check_disk.c:882
400 msgid "Path or partition (may be repeated)"
401 msgstr ""
403 #: plugins/check_disk.c:884
404 msgid "Regular expression for path or partition (may be repeated)"
405 msgstr ""
407 #: plugins/check_disk.c:886
408 msgid ""
409 "Case insensitive regular expression for path/partition (may be repeated)"
410 msgstr ""
412 #: plugins/check_disk.c:888
413 msgid ""
414 "Group pathes. Thresholds apply to (free-)space of all partitions together"
415 msgstr ""
417 #: plugins/check_disk.c:890
418 msgid "Ignore device (only works if -p unspecified)"
419 msgstr ""
421 #: plugins/check_disk.c:892
422 msgid "Ignore all filesystems of indicated type (may be repeated)"
423 msgstr ""
425 #: plugins/check_disk.c:894
426 msgid "Display the mountpoint instead of the partition"
427 msgstr ""
429 #: plugins/check_disk.c:896
430 msgid "For paths or partitions specified with -p, only check for exact paths"
431 msgstr ""
433 #: plugins/check_disk.c:898
434 msgid "Display only devices/mountpoints with errors"
435 msgstr ""
437 #: plugins/check_disk.c:904
438 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
439 msgstr ""
441 #: plugins/check_dns.c:107
442 msgid "nslookup returned an error status"
443 msgstr ""
445 #: plugins/check_dns.c:120
446 msgid "Warning plugin error"
447 msgstr ""
449 #: plugins/check_dns.c:140
450 #, c-format
451 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
452 msgstr ""
454 #: plugins/check_dns.c:150
455 msgid "Non-authoritative answer:"
456 msgstr ""
458 #: plugins/check_dns.c:178
459 #, c-format
460 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
461 msgstr ""
463 #: plugins/check_dns.c:184
464 #, c-format
465 msgid "expected '%s' but got '%s'"
466 msgstr ""
468 #: plugins/check_dns.c:190
469 #, c-format
470 msgid "server %s is not authoritative for %s"
471 msgstr ""
473 #: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_nagios.c:185
474 #: plugins/check_procs.c:295
475 #, c-format
476 msgid "OK"
477 msgstr ""
479 #: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_mysql.c:211
480 #: plugins/check_nagios.c:185 plugins/check_procs.c:297
481 #, c-format
482 msgid "WARNING"
483 msgstr ""
485 #: plugins/check_dns.c:210
486 #, c-format
487 msgid "%.3f second response time"
488 msgid_plural "%.3f seconds response time"
489 msgstr[0] ""
490 msgstr[1] ""
492 #: plugins/check_dns.c:211
493 #, c-format
494 msgid ". %s returns %s"
495 msgstr ""
497 #: plugins/check_dns.c:215
498 #, c-format
499 msgid "DNS WARNING - %s\n"
500 msgstr ""
502 #: plugins/check_dns.c:216 plugins/check_dns.c:219 plugins/check_dns.c:222
503 msgid " Probably a non-existent host/domain"
504 msgstr ""
506 #: plugins/check_dns.c:218
507 #, c-format
508 msgid "DNS CRITICAL - %s\n"
509 msgstr ""
511 #: plugins/check_dns.c:221
512 #, c-format
513 msgid "DNS UNKNOW - %s\n"
514 msgstr ""
516 #: plugins/check_dns.c:234
517 msgid "Note: nslookup is deprecated and may be removed from future releases."
518 msgstr ""
520 #: plugins/check_dns.c:235
521 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
522 msgstr ""
524 #: plugins/check_dns.c:236
525 msgid "the `-sil[ent]' option to prevent this message from appearing."
526 msgstr ""
528 #: plugins/check_dns.c:241
529 #, c-format
530 msgid "No response from DNS %s\n"
531 msgstr ""
533 #: plugins/check_dns.c:245
534 #, c-format
535 msgid "DNS %s has no records\n"
536 msgstr ""
538 #: plugins/check_dns.c:253
539 #, c-format
540 msgid "Connection to DNS %s was refused\n"
541 msgstr ""
543 #: plugins/check_dns.c:257
544 #, c-format
545 msgid "Query was refused by DNS server at %s\n"
546 msgstr ""
548 #: plugins/check_dns.c:261
549 #, c-format
550 msgid "No information returned by DNS server at %s\n"
551 msgstr ""
553 #: plugins/check_dns.c:267
554 #, c-format
555 msgid "Domain %s was not found by the server\n"
556 msgstr ""
558 #: plugins/check_dns.c:271
559 msgid "Network is unreachable\n"
560 msgstr ""
562 #: plugins/check_dns.c:275
563 #, c-format
564 msgid "DNS failure for %s\n"
565 msgstr ""
567 #: plugins/check_dns.c:339 plugins/check_dns.c:347 plugins/check_dns.c:354
568 #: plugins/check_dns.c:359 plugins/check_dns.c:380 plugins/check_dns.c:388
569 #: plugins/check_game.c:213 plugins/check_game.c:221
570 msgid "Input buffer overflow\n"
571 msgstr ""
573 #: plugins/check_dns.c:416
574 msgid ""
575 "This plugin uses the nslookup program to obtain the IP address for the given "
576 "host/domain query."
577 msgstr ""
579 #: plugins/check_dns.c:417
580 msgid "An optional DNS server to use may be specified."
581 msgstr ""
583 #: plugins/check_dns.c:418
584 msgid ""
585 "If no DNS server is specified, the default server(s) specified in /etc/"
586 "resolv.conf will be used."
587 msgstr ""
589 #: plugins/check_dns.c:427
590 msgid "The name or address you want to query"
591 msgstr ""
593 #: plugins/check_dns.c:429
594 msgid "Optional DNS server you want to use for the lookup"
595 msgstr ""
597 #: plugins/check_dns.c:431
598 msgid ""
599 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ."
600 msgstr ""
602 #: plugins/check_dns.c:433
603 msgid "Optionally expect the DNS server to be authoritative for the lookup"
604 msgstr ""
606 #: plugins/check_dns.c:435
607 msgid "Return warning if elapsed time exceeds value. Default off"
608 msgstr ""
610 #: plugins/check_dns.c:437
611 msgid "Return critical if elapsed time exceeds value. Default off"
612 msgstr ""
614 #: plugins/check_dummy.c:69
615 msgid "Arguments to check_dummy must be an integer"
616 msgstr ""
618 #: plugins/check_dummy.c:87
619 #, c-format
620 msgid "Status %d is not a supported error state\n"
621 msgstr ""
623 #: plugins/check_dummy.c:109
624 msgid ""
625 "This plugin will simply return the state corresponding to the numeric value"
626 msgstr ""
628 #: plugins/check_dummy.c:111
629 msgid "of the <state> argument with optional text"
630 msgstr ""
632 #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:432
633 #: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178
634 #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117
635 #, c-format
636 msgid "Could not open pipe: %s\n"
637 msgstr ""
639 #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:155
640 #: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184
641 #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123
642 #, c-format
643 msgid "Could not open stderr for %s\n"
644 msgstr ""
646 #: plugins/check_fping.c:149
647 #, c-format
648 msgid "FPING UNKNOW - %s not found\n"
649 msgstr ""
651 #: plugins/check_fping.c:153
652 #, c-format
653 msgid "FPING CRITICAL - %s is unreachable\n"
654 msgstr ""
656 #: plugins/check_fping.c:158
657 #, c-format
658 msgid "FPING CRITICAL - %s is down\n"
659 msgstr ""
661 #: plugins/check_fping.c:185
662 #, c-format
663 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
664 msgstr ""
666 #: plugins/check_fping.c:206
667 #, c-format
668 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
669 msgstr ""
671 #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364
672 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 plugins/check_ntp.c:696
673 #: plugins/check_pgsql.c:255 plugins/check_ping.c:290 plugins/check_ping.c:413
674 #: plugins/check_radius.c:250 plugins/check_real.c:319
675 #: plugins/check_real.c:381 plugins/check_smtp.c:554 plugins/check_smtp.c:675
676 #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319
677 #: plugins/check_ups.c:503 plugins/check_ups.c:572
678 msgid "Invalid hostname/address"
679 msgstr ""
681 #: plugins/check_fping.c:307
682 msgid "Packet size must be a positive integer"
683 msgstr ""
685 #: plugins/check_fping.c:313
686 msgid "Packet count must be a positive integer"
687 msgstr ""
689 #: plugins/check_fping.c:319 plugins/check_ntp.c:728 plugins/check_time.c:323
690 msgid "Hostname was not supplied"
691 msgstr ""
693 #: plugins/check_fping.c:339
694 #, c-format
695 msgid "%s: Only one threshold may be packet loss (%s)\n"
696 msgstr ""
698 #: plugins/check_fping.c:343
699 #, c-format
700 msgid "%s: Only one threshold must be packet loss (%s)\n"
701 msgstr ""
703 #: plugins/check_fping.c:375
704 msgid ""
705 "This plugin will use the fping command to ping the specified host for a fast "
706 "check"
707 msgstr ""
709 #: plugins/check_fping.c:377
710 msgid "Note that it is necessary to set the suid flag on fping."
711 msgstr ""
713 #: plugins/check_fping.c:386
714 msgid ""
715 "name or IP Address of host to ping (IP Address bypasses name lookup, "
716 "reducing system load)"
717 msgstr ""
719 #: plugins/check_fping.c:388 plugins/check_ping.c:567
720 msgid "warning threshold pair"
721 msgstr ""
723 #: plugins/check_fping.c:390 plugins/check_ping.c:569
724 msgid "critical threshold pair"
725 msgstr ""
727 #: plugins/check_fping.c:392
728 #, c-format
729 msgid "size of ICMP packet (default: %d)"
730 msgstr ""
732 #: plugins/check_fping.c:394
733 #, c-format
734 msgid "number of ICMP packets to send (default: %d)"
735 msgstr ""
737 #: plugins/check_fping.c:397
738 #, c-format
739 msgid ""
740 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
741 "(ms)"
742 msgstr ""
744 #: plugins/check_fping.c:398
745 msgid ""
746 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
747 msgstr ""
749 #: plugins/check_fping.c:399
750 msgid "packet loss to trigger an alarm state."
751 msgstr ""
753 #: plugins/check_game.c:113
754 #, c-format
755 msgid "CRITICAL - Host type parameter incorrect!\n"
756 msgstr ""
758 #: plugins/check_game.c:128
759 #, c-format
760 msgid "CRITICAL - Host not found\n"
761 msgstr ""
763 #: plugins/check_game.c:132
764 #, c-format
765 msgid "CRITICAL - Game server down or unavailable\n"
766 msgstr ""
768 #: plugins/check_game.c:136
769 #, c-format
770 msgid "CRITICAL - Game server timeout\n"
771 msgstr ""
773 #: plugins/check_game.c:299
774 #, c-format
775 msgid "This plugin tests game server connections with the specified host."
776 msgstr ""
778 #: plugins/check_game.c:308
779 msgid "Optional port of which to connect"
780 msgstr ""
782 #: plugins/check_game.c:310
783 msgid "Field number in raw qstat output that contains game name"
784 msgstr ""
786 #: plugins/check_game.c:312
787 msgid "Field number in raw qstat output that contains map name"
788 msgstr ""
790 #: plugins/check_game.c:314
791 msgid "Field number in raw qstat output that contains ping time"
792 msgstr ""
794 #: plugins/check_game.c:318 plugins/check_http.c:1312 plugins/check_mrtg.c:364
795 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693
796 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452
797 #: plugins/check_swap.c:549 plugins/check_ups.c:633 plugins/negate.c:276
798 #, c-format
799 msgid "Notes:"
800 msgstr ""
802 #: plugins/check_game.c:320
803 msgid ""
804 "This plugin uses the 'qstat' command, the popular game server status query "
805 "tool ."
806 msgstr ""
808 #: plugins/check_game.c:322
809 msgid ""
810 "If you don't have the package installed, you will need to download it from"
811 msgstr ""
813 #: plugins/check_game.c:324
814 msgid ""
815 "http://www.activesw.com/people/steve/qstat.html before you can use this "
816 "plugin."
817 msgstr ""
819 #: plugins/check_hpjd.c:242
820 msgid "Paper Jam"
821 msgstr ""
823 #: plugins/check_hpjd.c:246
824 msgid "Out of Paper"
825 msgstr ""
827 #: plugins/check_hpjd.c:251
828 msgid "Printer Offline"
829 msgstr ""
831 #: plugins/check_hpjd.c:256
832 msgid "Peripheral Error"
833 msgstr ""
835 #: plugins/check_hpjd.c:260
836 msgid "Intervention Required"
837 msgstr ""
839 #: plugins/check_hpjd.c:264
840 msgid "Toner Low"
841 msgstr ""
843 #: plugins/check_hpjd.c:268
844 msgid "Insufficient Memory"
845 msgstr ""
847 #: plugins/check_hpjd.c:272
848 msgid "A Door is Open"
849 msgstr ""
851 #: plugins/check_hpjd.c:276
852 msgid "Output Tray is Full"
853 msgstr ""
855 #: plugins/check_hpjd.c:280
856 msgid "Data too Slow for Engine"
857 msgstr ""
859 #: plugins/check_hpjd.c:284
860 msgid "Unknown Paper Error"
861 msgstr ""
863 #: plugins/check_hpjd.c:289
864 #, c-format
865 msgid "Printer ok - (%s)\n"
866 msgstr ""
868 #: plugins/check_hpjd.c:394
869 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
870 msgstr ""
872 #: plugins/check_hpjd.c:395
873 msgid "Net-snmp must be installed on the computer running the plugin."
874 msgstr ""
876 #: plugins/check_hpjd.c:404
877 msgid "The SNMP community name "
878 msgstr ""
880 #: plugins/check_hpjd.c:405
881 #, c-format
882 msgid "(default=%s)"
883 msgstr ""
885 #: plugins/check_http.c:247
886 msgid "Critical threshold must be integer"
887 msgstr ""
889 #: plugins/check_http.c:255
890 msgid "Warning threshold must be integer"
891 msgstr ""
893 #: plugins/check_http.c:281 plugins/check_tcp.c:570
894 msgid "Invalid certificate expiration period"
895 msgstr ""
897 #: plugins/check_http.c:290 plugins/check_tcp.c:582
898 msgid "Invalid option - SSL is not available"
899 msgstr ""
901 #: plugins/check_http.c:308
902 #, c-format
903 msgid "option f:%d \n"
904 msgstr ""
906 #: plugins/check_http.c:325
907 msgid "Invalid port number"
908 msgstr ""
910 #: plugins/check_http.c:363
911 #, c-format
912 msgid "Could Not Compile Regular Expression: %s"
913 msgstr ""
915 #: plugins/check_http.c:377 plugins/check_ntp.c:709 plugins/check_smtp.c:655
916 #: plugins/check_ssh.c:154 plugins/check_tcp.c:473
917 msgid "IPv6 support not available"
918 msgstr ""
920 #: plugins/check_http.c:439 plugins/check_ping.c:417
921 msgid "You must specify a server address or host name"
922 msgstr ""
924 #: plugins/check_http.c:665
925 msgid "HTTP UNKNOWN - Server date unknown\n"
926 msgstr ""
928 #: plugins/check_http.c:667
929 msgid "HTTP CRITICAL - Document modification date unknown\n"
930 msgstr ""
932 #: plugins/check_http.c:673
933 #, c-format
934 msgid "HTTP CRITICAL - Server date \"%100s\" unparsable"
935 msgstr ""
937 #: plugins/check_http.c:675
938 #, c-format
939 msgid "HTTP CRITICAL - Document date \"%100s\" unparsable"
940 msgstr ""
942 #: plugins/check_http.c:677
943 #, c-format
944 msgid "HTTP CRITICAL - Document is %d seconds in the future\n"
945 msgstr ""
947 #: plugins/check_http.c:682
948 #, c-format
949 msgid "HTTP CRITICAL - Last modified %.1f days ago\n"
950 msgstr ""
952 #: plugins/check_http.c:686
953 #, c-format
954 msgid "HTTP CRITICAL - Last modified %d:%02d:%02d ago\n"
955 msgstr ""
957 #: plugins/check_http.c:767
958 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
959 msgstr ""
961 #: plugins/check_http.c:847
962 msgid "HTTP CRITICAL - Error on receive\n"
963 msgstr ""
965 #: plugins/check_http.c:857
966 msgid "HTTP CRITICAL - No data received from host\n"
967 msgstr ""
969 #: plugins/check_http.c:907
970 msgid "Invalid HTTP response received from host\n"
971 msgstr ""
973 #: plugins/check_http.c:910
974 #, c-format
975 msgid "Invalid HTTP response received from host on port %d\n"
976 msgstr ""
978 #: plugins/check_http.c:918
979 #, c-format
980 msgid "HTTP OK: Status line output matched \"%s\"\n"
981 msgstr ""
983 #: plugins/check_http.c:930
984 #, c-format
985 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
986 msgstr ""
988 #: plugins/check_http.c:937
989 #, c-format
990 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
991 msgstr ""
993 #: plugins/check_http.c:941
994 #, c-format
995 msgid "HTTP CRITICAL: %s\n"
996 msgstr ""
998 #: plugins/check_http.c:945
999 #, c-format
1000 msgid "HTTP WARNING: %s\n"
1001 msgstr ""
1003 #: plugins/check_http.c:953
1004 #, c-format
1005 msgid "HTTP UNKNOWN"
1006 msgstr ""
1008 #: plugins/check_http.c:955
1009 #, c-format
1010 msgid "HTTP OK"
1011 msgstr ""
1013 #: plugins/check_http.c:957
1014 #, c-format
1015 msgid "HTTP WARNING"
1016 msgstr ""
1018 #: plugins/check_http.c:959 plugins/check_http.c:1022
1019 #, c-format
1020 msgid "HTTP CRITICAL"
1021 msgstr ""
1023 #: plugins/check_http.c:963
1024 #, c-format
1025 msgid " - %s - %.3f second response time %s|%s %s\n"
1026 msgstr ""
1028 #: plugins/check_http.c:979
1029 #, c-format
1030 msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n"
1031 msgstr ""
1033 #: plugins/check_http.c:993 plugins/check_http.c:1010
1034 #, c-format
1035 msgid "HTTP OK %s - %.3f second response time %s|%s %s\n"
1036 msgstr ""
1038 #: plugins/check_http.c:1000
1039 #, c-format
1040 msgid "HTTP CRITICAL - string not found%s|%s %s\n"
1041 msgstr ""
1043 #: plugins/check_http.c:1018
1044 msgid "pattern not found"
1045 msgstr ""
1047 #: plugins/check_http.c:1020
1048 msgid "pattern found"
1049 msgstr ""
1051 #: plugins/check_http.c:1030
1052 #, c-format
1053 msgid "HTTP CRITICAL - Execute Error: %s\n"
1054 msgstr ""
1056 #: plugins/check_http.c:1039
1057 #, c-format
1058 msgid "HTTP WARNING: page size %d too large%s|%s\n"
1059 msgstr ""
1061 #: plugins/check_http.c:1043
1062 #, c-format
1063 msgid "HTTP WARNING: page size %d too small%s|%s\n"
1064 msgstr ""
1066 #: plugins/check_http.c:1048
1067 #, c-format
1068 msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n"
1069 msgstr ""
1071 #: plugins/check_http.c:1083
1072 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1073 msgstr ""
1075 #: plugins/check_http.c:1087
1076 msgid "HTTP UNKNOWN - Could not allocate url\n"
1077 msgstr ""
1079 #: plugins/check_http.c:1096
1080 #, c-format
1081 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1082 msgstr ""
1084 #: plugins/check_http.c:1106
1085 msgid "HTTP UNKNOWN - could not allocate url\n"
1086 msgstr ""
1088 #: plugins/check_http.c:1149
1089 #, c-format
1090 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1091 msgstr ""
1093 #: plugins/check_http.c:1159
1094 #, c-format
1095 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1096 msgstr ""
1098 #: plugins/check_http.c:1167
1099 #, c-format
1100 msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1101 msgstr ""
1103 #: plugins/check_http.c:1231
1104 msgid "This plugin tests the HTTP service on the specified host. It can test"
1105 msgstr ""
1107 #: plugins/check_http.c:1232
1108 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1109 msgstr ""
1111 #: plugins/check_http.c:1233
1112 msgid "strings and regular expressions, check connection times, and report on"
1113 msgstr ""
1115 #: plugins/check_http.c:1234
1116 msgid "certificate expiration times."
1117 msgstr ""
1119 #: plugins/check_http.c:1240
1120 #, c-format
1121 msgid "NOTE: One or both of -H and -I must be specified"
1122 msgstr ""
1124 #: plugins/check_http.c:1247
1125 msgid "Host name argument for servers using host headers (virtual host)"
1126 msgstr ""
1128 #: plugins/check_http.c:1248
1129 msgid "Append a port to include it in the header (eg: example.com:5000)"
1130 msgstr ""
1132 #: plugins/check_http.c:1250
1133 msgid ""
1134 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1135 msgstr ""
1137 #: plugins/check_http.c:1252
1138 msgid "Port number (default: "
1139 msgstr ""
1141 #: plugins/check_http.c:1259
1142 msgid "Connect via SSL. Port defaults to 443"
1143 msgstr ""
1145 #: plugins/check_http.c:1261
1146 msgid ""
1147 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1148 msgstr ""
1150 #: plugins/check_http.c:1262
1151 msgid "(when this option is used the url is not checked.)\n"
1152 msgstr ""
1154 #: plugins/check_http.c:1266
1155 msgid "String to expect in first (status) line of server response (default: "
1156 msgstr ""
1158 #: plugins/check_http.c:1268
1159 msgid ""
1160 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1161 msgstr ""
1163 #: plugins/check_http.c:1270
1164 msgid "String to expect in the content"
1165 msgstr ""
1167 #: plugins/check_http.c:1272
1168 msgid "URL to GET or POST (default: /)"
1169 msgstr ""
1171 #: plugins/check_http.c:1274
1172 msgid "URL encoded http POST data"
1173 msgstr ""
1175 #: plugins/check_http.c:1276
1176 msgid "Don't wait for document body: stop reading after headers."
1177 msgstr ""
1179 #: plugins/check_http.c:1277
1180 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1181 msgstr ""
1183 #: plugins/check_http.c:1279
1184 msgid "Warn if document is more than SECONDS old. the number can also be of"
1185 msgstr ""
1187 #: plugins/check_http.c:1280
1188 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1189 msgstr ""
1191 #: plugins/check_http.c:1282
1192 msgid "specify Content-Type header media type when POSTing\n"
1193 msgstr ""
1195 #: plugins/check_http.c:1285
1196 msgid "Allow regex to span newlines (must precede -r or -R)"
1197 msgstr ""
1199 #: plugins/check_http.c:1287
1200 msgid "Search page for regex STRING"
1201 msgstr ""
1203 #: plugins/check_http.c:1289
1204 msgid "Search page for case-insensitive regex STRING"
1205 msgstr ""
1207 #: plugins/check_http.c:1291
1208 msgid "Return CRITICAL if found, OK if not\n"
1209 msgstr ""
1211 #: plugins/check_http.c:1294
1212 msgid "Username:password on sites with basic authentication"
1213 msgstr ""
1215 #: plugins/check_http.c:1296
1216 msgid "String to be sent in http header as \"User Agent\""
1217 msgstr ""
1219 #: plugins/check_http.c:1298
1220 msgid ""
1221 " Any other tags to be sent in http header. Use multiple times for additional "
1222 "headers"
1223 msgstr ""
1225 #: plugins/check_http.c:1300
1226 msgid "Wrap output in HTML link (obsoleted by urlize)"
1227 msgstr ""
1229 #: plugins/check_http.c:1302
1230 msgid "How to handle redirected pages"
1231 msgstr ""
1233 #: plugins/check_http.c:1304
1234 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1235 msgstr ""
1237 #: plugins/check_http.c:1313
1238 msgid "This plugin will attempt to open an HTTP connection with the host."
1239 msgstr ""
1241 #: plugins/check_http.c:1314
1242 msgid ""
1243 "Successful connects return STATE_OK, refusals and timeouts return "
1244 "STATE_CRITICAL"
1245 msgstr ""
1247 #: plugins/check_http.c:1315
1248 msgid ""
1249 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1250 "reponse"
1251 msgstr ""
1253 #: plugins/check_http.c:1316
1254 msgid ""
1255 "messages from the host result in STATE_WARNING return values.  If you are"
1256 msgstr ""
1258 #: plugins/check_http.c:1317
1259 msgid ""
1260 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1261 msgstr ""
1263 #: plugins/check_http.c:1318
1264 msgid "(fully qualified domain name) as the [host_name] argument."
1265 msgstr ""
1267 #: plugins/check_http.c:1321
1268 msgid "This plugin can also check whether an SSL enabled web server is able to"
1269 msgstr ""
1271 #: plugins/check_http.c:1322
1272 msgid "serve content (optionally within a specified time) or whether the X509 "
1273 msgstr ""
1275 #: plugins/check_http.c:1323
1276 msgid "certificate is still valid for the specified number of days."
1277 msgstr ""
1279 #: plugins/check_http.c:1326
1280 msgid ""
1281 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1282 msgstr ""
1284 #: plugins/check_http.c:1327
1285 msgid ""
1286 "a STATE_OK will be returned. When the server returns its content but exceeds"
1287 msgstr ""
1289 #: plugins/check_http.c:1328
1290 msgid ""
1291 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1292 "occurs,"
1293 msgstr ""
1295 #: plugins/check_http.c:1329
1296 msgid "a STATE_CRITICAL will be returned."
1297 msgstr ""
1299 #: plugins/check_http.c:1332
1300 msgid ""
1301 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1302 msgstr ""
1304 #: plugins/check_http.c:1333
1305 msgid ""
1306 "a STATE_OK is returned. When the certificate is still valid, but for less "
1307 "than"
1308 msgstr ""
1310 #: plugins/check_http.c:1334
1311 msgid ""
1312 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1313 msgstr ""
1315 #: plugins/check_http.c:1335
1316 msgid "the certificate is expired."
1317 msgstr ""
1319 #: plugins/check_ldap.c:125
1320 #, c-format
1321 msgid "Could not connect to the server at port %i\n"
1322 msgstr ""
1324 #: plugins/check_ldap.c:134
1325 #, c-format
1326 msgid "Could not set protocol version %d\n"
1327 msgstr ""
1329 #: plugins/check_ldap.c:150
1330 #, c-format
1331 msgid "Could not init TLS at port %i!\n"
1332 msgstr ""
1334 #: plugins/check_ldap.c:154
1335 #, c-format
1336 msgid "TLS not supported by the libraries!\n"
1337 msgstr ""
1339 #: plugins/check_ldap.c:173
1340 #, c-format
1341 msgid "Could not init startTLS at port %i!\n"
1342 msgstr ""
1344 #: plugins/check_ldap.c:177
1345 #, c-format
1346 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1347 msgstr ""
1349 #: plugins/check_ldap.c:187
1350 #, c-format
1351 msgid "Could not bind to the ldap-server\n"
1352 msgstr ""
1354 #: plugins/check_ldap.c:195
1355 #, c-format
1356 msgid "Could not search/find objectclasses in %s\n"
1357 msgstr ""
1359 #: plugins/check_ldap.c:218
1360 #, c-format
1361 msgid "LDAP %s - %.3f seconds response time|%s\n"
1362 msgstr ""
1364 #: plugins/check_ldap.c:324 plugins/check_ping.c:241
1365 msgid "IPv6 support not available\n"
1366 msgstr ""
1368 #: plugins/check_ldap.c:347
1369 msgid "Please specify the host name\n"
1370 msgstr ""
1372 #: plugins/check_ldap.c:350
1373 msgid "Please specify the LDAP base\n"
1374 msgstr ""
1376 #: plugins/check_ldap.c:378
1377 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1378 msgstr ""
1380 #: plugins/check_ldap.c:380
1381 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1382 msgstr ""
1384 #: plugins/check_ldap.c:382
1385 msgid "ldap bind DN (if required)"
1386 msgstr ""
1388 #: plugins/check_ldap.c:384
1389 msgid "ldap password (if required)"
1390 msgstr ""
1392 #: plugins/check_ldap.c:388
1393 msgid "use ldap protocol version 2"
1394 msgstr ""
1396 #: plugins/check_ldap.c:390
1397 msgid "use ldap protocol version 3"
1398 msgstr ""
1400 #: plugins/check_load.c:92
1401 msgid "Warning threshold must be float or float triplet!\n"
1402 msgstr ""
1404 #: plugins/check_load.c:134 plugins/check_load.c:150
1405 #, c-format
1406 msgid "Error opening %s\n"
1407 msgstr ""
1409 #: plugins/check_load.c:162
1410 #, c-format
1411 msgid "Error code %d returned in %s\n"
1412 msgstr ""
1414 #: plugins/check_load.c:177
1415 #, c-format
1416 msgid "Error in getloadavg()\n"
1417 msgstr ""
1419 #: plugins/check_load.c:180 plugins/check_load.c:182
1420 #, c-format
1421 msgid "Error processing %s\n"
1422 msgstr ""
1424 #: plugins/check_load.c:191
1425 #, c-format
1426 msgid "load average: %.2f, %.2f, %.2f"
1427 msgstr ""
1429 #: plugins/check_load.c:284
1430 #, c-format
1431 msgid "Critical threshold for %d-minute load average is not specified\n"
1432 msgstr ""
1434 #: plugins/check_load.c:286
1435 #, c-format
1436 msgid "Warning threshold for %d-minute load average is not specified\n"
1437 msgstr ""
1439 #: plugins/check_load.c:288
1440 #, c-format
1441 msgid ""
1442 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1443 "\"critical load\"\n"
1444 msgstr ""
1446 #: plugins/check_load.c:304
1447 #, c-format
1448 msgid "This plugin tests the current system load average."
1449 msgstr ""
1451 #: plugins/check_load.c:313
1452 msgid "Exit with WARNING status if load average exceeds WLOADn"
1453 msgstr ""
1455 #: plugins/check_load.c:315
1456 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1457 msgstr ""
1459 #: plugins/check_load.c:316
1460 msgid "the load average format is the same used by \"uptime\" and \"w\""
1461 msgstr ""
1463 #: plugins/check_load.c:318
1464 msgid "Divide the load averages by the number of CPUs (when possible)"
1465 msgstr ""
1467 #: plugins/check_mrtg.c:79
1468 msgid "Could not parse arguments\n"
1469 msgstr ""
1471 #: plugins/check_mrtg.c:84
1472 #, c-format
1473 msgid "Unable to open MRTG log file\n"
1474 msgstr ""
1476 #: plugins/check_mrtg.c:131
1477 #, c-format
1478 msgid "Unable to process MRTG log file\n"
1479 msgstr ""
1481 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:136
1482 #, c-format
1483 msgid "MRTG data has expired (%d minutes old)\n"
1484 msgstr ""
1486 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1487 #: plugins/check_mrtgtraf.c:196
1488 msgid "Avg"
1489 msgstr ""
1491 #: plugins/check_mrtg.c:156 plugins/check_mrtgtraf.c:195
1492 #: plugins/check_mrtgtraf.c:196
1493 msgid "Max"
1494 msgstr ""
1496 #: plugins/check_mrtg.c:225
1497 msgid "Invalid variable number"
1498 msgstr ""
1500 #: plugins/check_mrtg.c:260
1501 #, c-format
1502 msgid ""
1503 "%s is not a valid expiration time\n"
1504 "Use '%s -h' for additional help\n"
1505 msgstr ""
1507 #: plugins/check_mrtg.c:277
1508 msgid "Invalid variable number\n"
1509 msgstr ""
1511 #: plugins/check_mrtg.c:304
1512 msgid "You must supply the variable number"
1513 msgstr ""
1515 #: plugins/check_mrtg.c:325
1516 msgid ""
1517 "This plugin will check either the average or maximum value of one of the"
1518 msgstr ""
1520 #: plugins/check_mrtg.c:326
1521 msgid "two variables recorded in an MRTG log file."
1522 msgstr ""
1524 #: plugins/check_mrtg.c:335
1525 msgid "The MRTG log file containing the data you want to monitor"
1526 msgstr ""
1528 #: plugins/check_mrtg.c:337
1529 msgid "Minutes before MRTG data is considered to be too old"
1530 msgstr ""
1532 #: plugins/check_mrtg.c:339
1533 msgid "Should we check average or maximum values?"
1534 msgstr ""
1536 #: plugins/check_mrtg.c:341
1537 msgid "Which variable set should we inspect? (1 or 2)"
1538 msgstr ""
1540 #: plugins/check_mrtg.c:343
1541 msgid "Threshold value for data to result in WARNING status"
1542 msgstr ""
1544 #: plugins/check_mrtg.c:345
1545 msgid "Threshold value for data to result in CRITICAL status"
1546 msgstr ""
1548 #: plugins/check_mrtg.c:347
1549 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1550 msgstr ""
1552 #: plugins/check_mrtg.c:349
1553 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1554 msgstr ""
1556 #: plugins/check_mrtg.c:350
1557 #, c-format
1558 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1559 msgstr ""
1561 #: plugins/check_mrtg.c:352
1562 msgid ""
1563 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1564 msgstr ""
1566 #: plugins/check_mrtg.c:353
1567 msgid ""
1568 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1569 msgstr ""
1571 #: plugins/check_mrtg.c:354
1572 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1573 msgstr ""
1575 #: plugins/check_mrtg.c:355
1576 msgid "status is returned and a warning message is printed."
1577 msgstr ""
1579 #: plugins/check_mrtg.c:357
1580 msgid ""
1581 "This plugin is useful for monitoring MRTG data that does not correspond to"
1582 msgstr ""
1584 #: plugins/check_mrtg.c:358
1585 msgid ""
1586 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1587 msgstr ""
1589 #: plugins/check_mrtg.c:359
1590 msgid ""
1591 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1592 msgstr ""
1594 #: plugins/check_mrtg.c:360
1595 msgid ""
1596 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1597 msgstr ""
1599 #: plugins/check_mrtg.c:361
1600 msgid ""
1601 "me to track processor utilization, user connections, drive space, etc and"
1602 msgstr ""
1604 #: plugins/check_mrtg.c:362
1605 msgid "this plugin works well for monitoring that kind of data as well."
1606 msgstr ""
1608 #: plugins/check_mrtg.c:365
1609 msgid ""
1610 "- This plugin only monitors one of the two variables stored in the MRTG log"
1611 msgstr ""
1613 #: plugins/check_mrtg.c:366
1614 msgid "  file.  If you want to monitor both values you will have to define two"
1615 msgstr ""
1617 #: plugins/check_mrtg.c:367
1618 msgid ""
1619 "  commands with different values for the <variable> argument.  Of course,"
1620 msgstr ""
1622 #: plugins/check_mrtg.c:368
1623 msgid "you can always hack the code to make this plugin work for you..."
1624 msgstr ""
1626 #: plugins/check_mrtg.c:369
1627 msgid ""
1628 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1629 "from"
1630 msgstr ""
1632 #: plugins/check_mrtgtraf.c:88
1633 msgid "Unable to open MRTG log file"
1634 msgstr ""
1636 #: plugins/check_mrtgtraf.c:130
1637 msgid "Unable to process MRTG log file"
1638 msgstr ""
1640 #: plugins/check_mrtgtraf.c:194
1641 #, c-format
1642 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1643 msgstr ""
1645 #: plugins/check_mrtgtraf.c:207
1646 #, c-format
1647 msgid "Traffic %s - %s\n"
1648 msgstr ""
1650 #: plugins/check_mrtgtraf.c:337
1651 msgid ""
1652 "This plugin will check the incoming/outgoing transfer rates of a router,"
1653 msgstr ""
1655 #: plugins/check_mrtgtraf.c:338
1656 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1657 msgstr ""
1659 #: plugins/check_mrtgtraf.c:339
1660 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1661 msgstr ""
1663 #: plugins/check_mrtgtraf.c:340
1664 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1665 msgstr ""
1667 #: plugins/check_mrtgtraf.c:341
1668 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1669 msgstr ""
1671 #: plugins/check_mrtgtraf.c:342
1672 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1673 msgstr ""
1675 #: plugins/check_mrtgtraf.c:351
1676 msgid "File to read log from"
1677 msgstr ""
1679 #: plugins/check_mrtgtraf.c:353
1680 msgid "Minutes after which log expires"
1681 msgstr ""
1683 #: plugins/check_mrtgtraf.c:355
1684 msgid "Test average or maximum"
1685 msgstr ""
1687 #: plugins/check_mrtgtraf.c:357
1688 msgid "Warning threshold pair <incoming>,<outgoing>"
1689 msgstr ""
1691 #: plugins/check_mrtgtraf.c:359
1692 msgid "Critical threshold pair <incoming>,<outgoing>"
1693 msgstr ""
1695 #: plugins/check_mrtgtraf.c:362
1696 msgid ""
1697 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1698 msgstr ""
1700 #: plugins/check_mrtgtraf.c:364
1701 msgid "- While MRTG can monitor things other than traffic rates, this"
1702 msgstr ""
1704 #: plugins/check_mrtgtraf.c:365
1705 msgid "  plugin probably won't work with much else without modification."
1706 msgstr ""
1708 #: plugins/check_mrtgtraf.c:366
1709 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1710 msgstr ""
1712 #: plugins/check_mrtgtraf.c:367
1713 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1714 msgstr ""
1716 #: plugins/check_mrtgtraf.c:368
1717 msgid "  for future enhancements of this plugin."
1718 msgstr ""
1720 #: plugins/check_mrtgtraf.c:378
1721 #, c-format
1722 msgid "Usage"
1723 msgstr ""
1725 #: plugins/check_mysql.c:129
1726 #, c-format
1727 msgid "slave query error: %s\n"
1728 msgstr ""
1730 #: plugins/check_mysql.c:136
1731 #, c-format
1732 msgid "slave store_result error: %s\n"
1733 msgstr ""
1735 #: plugins/check_mysql.c:142
1736 msgid "No slaves defined"
1737 msgstr ""
1739 #: plugins/check_mysql.c:150
1740 #, c-format
1741 msgid "slave fetch row error: %s\n"
1742 msgstr ""
1744 #: plugins/check_mysql.c:155
1745 #, c-format
1746 msgid "Slave running: %s"
1747 msgstr ""
1749 #: plugins/check_mysql.c:373
1750 msgid "This program tests connections to a mysql server"
1751 msgstr ""
1753 #: plugins/check_mysql.c:384
1754 msgid "Check database with indicated name"
1755 msgstr ""
1757 #: plugins/check_mysql.c:386
1758 msgid "Connect using the indicated username"
1759 msgstr ""
1761 #: plugins/check_mysql.c:388
1762 msgid "Use the indicated password to authenticate the connection"
1763 msgstr ""
1765 #: plugins/check_mysql.c:389
1766 msgid "==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <=="
1767 msgstr ""
1769 #: plugins/check_mysql.c:390
1770 msgid "Your clear-text password will be visible as a process table entry"
1771 msgstr ""
1773 #: plugins/check_mysql.c:392
1774 msgid "Check if the slave thread is running properly."
1775 msgstr ""
1777 #: plugins/check_mysql.c:394
1778 msgid ""
1779 "Exit with WARNING status if slave server is more then INTEGER seconds behind "
1780 "master"
1781 msgstr ""
1783 #: plugins/check_mysql.c:396
1784 msgid ""
1785 "Exit with CRITICAL status if slave server is more then INTEGER seconds "
1786 "behind master"
1787 msgstr ""
1789 #: plugins/check_mysql.c:397
1790 msgid "There are no required arguments. By default, the local database with"
1791 msgstr ""
1793 #: plugins/check_mysql.c:398
1794 #, c-format
1795 msgid "a server listening on MySQL standard port %d will be checked\n"
1796 msgstr ""
1798 #: plugins/check_nagios.c:107
1799 msgid "Cannot open status log for reading!"
1800 msgstr ""
1802 #: plugins/check_nagios.c:157
1803 #, c-format
1804 msgid "Found process: %s %s\n"
1805 msgstr ""
1807 #: plugins/check_nagios.c:171
1808 msgid "Could not locate a running Nagios process!"
1809 msgstr ""
1811 #: plugins/check_nagios.c:175
1812 msgid "Cannot parse Nagios log file for valid time"
1813 msgstr ""
1815 #: plugins/check_nagios.c:186 plugins/check_procs.c:307
1816 #, c-format
1817 msgid "%d process"
1818 msgid_plural "%d processes"
1819 msgstr[0] ""
1820 msgstr[1] ""
1822 #: plugins/check_nagios.c:189
1823 #, c-format
1824 msgid "status log updated %d second ago"
1825 msgid_plural "status log updated %d seconds ago"
1826 msgstr[0] ""
1827 msgstr[1] ""
1829 #: plugins/check_nagios.c:226 plugins/check_nagios.c:255
1830 msgid "Expiration time must be an integer (seconds)\n"
1831 msgstr ""
1833 #: plugins/check_nagios.c:267
1834 msgid "You must provide the status_log\n"
1835 msgstr ""
1837 #: plugins/check_nagios.c:270
1838 msgid "You must provide a process string\n"
1839 msgstr ""
1841 #: plugins/check_nagios.c:284
1842 msgid ""
1843 "This plugin checks the status of the Nagios process on the local machine"
1844 msgstr ""
1846 #: plugins/check_nagios.c:285
1847 msgid ""
1848 "The plugin will check to make sure the Nagios status log is no older than"
1849 msgstr ""
1851 #: plugins/check_nagios.c:286
1852 msgid "the number of minutes specified by the expires option."
1853 msgstr ""
1855 #: plugins/check_nagios.c:287
1856 msgid ""
1857 "It also checks the process table for a process matching the command argument."
1858 msgstr ""
1860 #: plugins/check_nagios.c:296
1861 msgid "Name of the log file to check"
1862 msgstr ""
1864 #: plugins/check_nagios.c:298
1865 msgid "Minutes aging after which logfile is considered stale"
1866 msgstr ""
1868 #: plugins/check_nagios.c:300
1869 msgid "Substring to search for in process arguments"
1870 msgstr ""
1872 #: plugins/check_nt.c:141
1873 #, c-format
1874 msgid "Wrong client version - running: %s, required: %s"
1875 msgstr ""
1877 #: plugins/check_nt.c:152 plugins/check_nt.c:212
1878 msgid "missing -l parameters"
1879 msgstr ""
1881 #: plugins/check_nt.c:154
1882 msgid "wrong -l parameter."
1883 msgstr ""
1885 #: plugins/check_nt.c:158
1886 msgid "CPU Load"
1887 msgstr ""
1889 #: plugins/check_nt.c:181
1890 #, c-format
1891 msgid " %lu%% (%lu min average)"
1892 msgstr ""
1894 #: plugins/check_nt.c:183
1895 #, c-format
1896 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
1897 msgstr ""
1899 #: plugins/check_nt.c:193
1900 msgid "not enough values for -l parameters"
1901 msgstr ""
1903 #: plugins/check_nt.c:205
1904 #, c-format
1905 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
1906 msgstr ""
1908 #: plugins/check_nt.c:214
1909 msgid "wrong -l argument"
1910 msgstr ""
1912 #: plugins/check_nt.c:225
1913 #, c-format
1914 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
1915 msgstr ""
1917 #: plugins/check_nt.c:228
1918 #, c-format
1919 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
1920 msgstr ""
1922 #: plugins/check_nt.c:242
1923 msgid "Free disk space : Invalid drive "
1924 msgstr ""
1926 #: plugins/check_nt.c:252
1927 msgid "No service/process specified"
1928 msgstr ""
1930 #: plugins/check_nt.c:276
1931 #, c-format
1932 msgid ""
1933 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
1934 msgstr ""
1936 #: plugins/check_nt.c:279
1937 #, c-format
1938 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
1939 msgstr ""
1941 #: plugins/check_nt.c:315 plugins/check_nt.c:401
1942 msgid "No counter specified"
1943 msgstr ""
1945 #: plugins/check_nt.c:348
1946 msgid "Minimum value contains non-numbers"
1947 msgstr ""
1949 #: plugins/check_nt.c:352
1950 msgid "Maximum value contains non-numbers"
1951 msgstr ""
1953 #: plugins/check_nt.c:359
1954 msgid "No unit counter specified"
1955 msgstr ""
1957 #: plugins/check_nt.c:431
1958 msgid "Please specify a variable to check"
1959 msgstr ""
1961 #: plugins/check_nt.c:513
1962 msgid "Server port must be an integer\n"
1963 msgstr ""
1965 #: plugins/check_nt.c:566
1966 msgid "None"
1967 msgstr ""
1969 #: plugins/check_nt.c:579
1970 msgid "could not fetch information from server\n"
1971 msgstr ""
1973 #: plugins/check_nt.c:623
1974 msgid "This plugin collects data from the NSClient service running on a"
1975 msgstr ""
1977 #: plugins/check_nt.c:624
1978 msgid "Windows NT/2000/XP/2003 server."
1979 msgstr ""
1981 #: plugins/check_nt.c:632
1982 msgid "Options:"
1983 msgstr ""
1985 #: plugins/check_nt.c:634
1986 msgid "Name of the host to check"
1987 msgstr ""
1989 #: plugins/check_nt.c:636
1990 msgid "Optional port number (default: "
1991 msgstr ""
1993 #: plugins/check_nt.c:639
1994 msgid "Password needed for the request"
1995 msgstr ""
1997 #: plugins/check_nt.c:641 plugins/check_nwstat.c:1664
1998 #: plugins/check_overcr.c:435
1999 msgid "Threshold which will result in a warning status"
2000 msgstr ""
2002 #: plugins/check_nt.c:643 plugins/check_nwstat.c:1666
2003 #: plugins/check_overcr.c:437
2004 msgid "Threshold which will result in a critical status"
2005 msgstr ""
2007 #: plugins/check_nt.c:645
2008 msgid "Seconds before connection attempt times out (default: "
2009 msgstr ""
2011 #: plugins/check_nt.c:648
2012 msgid "Print this help screen"
2013 msgstr ""
2015 #: plugins/check_nt.c:650
2016 msgid "Print version information"
2017 msgstr ""
2019 #: plugins/check_nt.c:652
2020 msgid "Variable to check"
2021 msgstr ""
2023 #: plugins/check_nt.c:653
2024 msgid "Valid variables are:"
2025 msgstr ""
2027 #: plugins/check_nt.c:655
2028 msgid "Get the NSClient version"
2029 msgstr ""
2031 #: plugins/check_nt.c:656
2032 msgid "If -l <version> is specified, will return warning if versions differ."
2033 msgstr ""
2035 #: plugins/check_nt.c:658
2036 msgid "Average CPU load on last x minutes."
2037 msgstr ""
2039 #: plugins/check_nt.c:659
2040 msgid "Request a -l parameter with the following syntax:"
2041 msgstr ""
2043 #: plugins/check_nt.c:660
2044 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2045 msgstr ""
2047 #: plugins/check_nt.c:661
2048 msgid "<minute range> should be less than 24*60."
2049 msgstr ""
2051 #: plugins/check_nt.c:662
2052 msgid ""
2053 "Thresholds are percentage and up to 10 requests can be done in one shot."
2054 msgstr ""
2056 #: plugins/check_nt.c:665
2057 msgid "Get the uptime of the machine."
2058 msgstr ""
2060 #: plugins/check_nt.c:666
2061 msgid "No specific parameters. No warning or critical threshold"
2062 msgstr ""
2064 #: plugins/check_nt.c:668
2065 msgid "Size and percentage of disk use."
2066 msgstr ""
2068 #: plugins/check_nt.c:669
2069 msgid "Request a -l parameter containing the drive letter only."
2070 msgstr ""
2072 #: plugins/check_nt.c:670 plugins/check_nt.c:673
2073 msgid "Warning and critical thresholds can be specified with -w and -c."
2074 msgstr ""
2076 #: plugins/check_nt.c:672
2077 msgid "Memory use."
2078 msgstr ""
2080 #: plugins/check_nt.c:675
2081 msgid "Check the state of one or several services."
2082 msgstr ""
2084 #: plugins/check_nt.c:676 plugins/check_nt.c:685
2085 msgid "Request a -l parameters with the following syntax:"
2086 msgstr ""
2088 #: plugins/check_nt.c:677
2089 msgid "-l <service1>,<service2>,<service3>,..."
2090 msgstr ""
2092 #: plugins/check_nt.c:678
2093 msgid "You can specify -d SHOWALL in case you want to see working services"
2094 msgstr ""
2096 #: plugins/check_nt.c:679
2097 msgid "in the returned string."
2098 msgstr ""
2100 #: plugins/check_nt.c:681
2101 msgid "Check if one or several process are running."
2102 msgstr ""
2104 #: plugins/check_nt.c:682
2105 msgid "Same syntax as SERVICESTATE."
2106 msgstr ""
2108 #: plugins/check_nt.c:684
2109 msgid "Check any performance counter of Windows NT/2000."
2110 msgstr ""
2112 #: plugins/check_nt.c:686
2113 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2114 msgstr ""
2116 #: plugins/check_nt.c:687
2117 msgid "The <description> parameter is optional and is given to a printf "
2118 msgstr ""
2120 #: plugins/check_nt.c:688
2121 msgid "output command which requires a float parameter."
2122 msgstr ""
2124 #: plugins/check_nt.c:689
2125 #, c-format
2126 msgid "If <description> does not include \"%%\", it is used as a label."
2127 msgstr ""
2129 #: plugins/check_nt.c:690
2130 msgid "Some examples:"
2131 msgstr ""
2133 #: plugins/check_nt.c:694
2134 msgid ""
2135 "- The NSClient service should be running on the server to get any information"
2136 msgstr ""
2138 #: plugins/check_nt.c:696
2139 msgid "- Critical thresholds should be lower than warning thresholds"
2140 msgstr ""
2142 #: plugins/check_nt.c:697
2143 msgid "- Default port 1248 is sometimes in use by other services. The error"
2144 msgstr ""
2146 #: plugins/check_nt.c:698
2147 msgid ""
2148 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2149 msgstr ""
2151 #: plugins/check_nt.c:699
2152 msgid "One fix for this is to change the port to something else on check_nt "
2153 msgstr ""
2155 #: plugins/check_nt.c:700
2156 msgid "and on the client service it's connecting to."
2157 msgstr ""
2159 #: plugins/check_ntp.c:720
2160 msgid "Critical offset should be larger than warning offset"
2161 msgstr ""
2163 #: plugins/check_ntp.c:724
2164 msgid "Critical jitter should be larger than warning jitter"
2165 msgstr ""
2167 #: plugins/check_ntp.c:810
2168 msgid "Offset unknown"
2169 msgstr ""
2171 #: plugins/check_ntp.c:813
2172 msgid "Unable to fully sample sync server"
2173 msgstr ""
2175 #: plugins/check_ntp.c:836
2176 msgid "This plugin checks the selected ntp server"
2177 msgstr ""
2179 #: plugins/check_ntp.c:844
2180 msgid "Offset to result in warning status (seconds)"
2181 msgstr ""
2183 #: plugins/check_ntp.c:846
2184 msgid "Offset to result in critical status (seconds)"
2185 msgstr ""
2187 #: plugins/check_ntp.c:848
2188 msgid "Warning value for jitter"
2189 msgstr ""
2191 #: plugins/check_ntp.c:850
2192 msgid "Critical value for jitter"
2193 msgstr ""
2195 #: plugins/check_nwstat.c:198
2196 #, c-format
2197 msgid "NetWare %s: "
2198 msgstr ""
2200 #: plugins/check_nwstat.c:236
2201 #, c-format
2202 msgid "Up %s,"
2203 msgstr ""
2205 #: plugins/check_nwstat.c:244
2206 #, c-format
2207 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2208 msgstr ""
2210 #: plugins/check_nwstat.c:272
2211 #, c-format
2212 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2213 msgstr ""
2215 #: plugins/check_nwstat.c:297
2216 #, c-format
2217 msgid "%s: Long term cache hits = %lu%%"
2218 msgstr ""
2220 #: plugins/check_nwstat.c:319
2221 #, c-format
2222 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2223 msgstr ""
2225 #: plugins/check_nwstat.c:344
2226 #, c-format
2227 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2228 msgstr ""
2230 #: plugins/check_nwstat.c:369
2231 #, c-format
2232 msgid "%s: LRU sitting time = %lu minutes"
2233 msgstr ""
2235 #: plugins/check_nwstat.c:386 plugins/check_nwstat.c:414
2236 #: plugins/check_nwstat.c:441 plugins/check_nwstat.c:474
2237 #: plugins/check_nwstat.c:654 plugins/check_nwstat.c:680
2238 #: plugins/check_nwstat.c:711 plugins/check_nwstat.c:757
2239 #: plugins/check_nwstat.c:781
2240 #, c-format
2241 msgid "CRITICAL - Volume '%s' does not exist!"
2242 msgstr ""
2244 #: plugins/check_nwstat.c:395
2245 #, c-format
2246 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2247 msgstr ""
2249 #: plugins/check_nwstat.c:396 plugins/check_nwstat.c:424
2250 #: plugins/check_nwstat.c:451 plugins/check_nwstat.c:663
2251 #: plugins/check_nwstat.c:689 plugins/check_nwstat.c:765
2252 msgid "Only "
2253 msgstr ""
2255 #: plugins/check_nwstat.c:423
2256 #, c-format
2257 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2258 msgstr ""
2260 #: plugins/check_nwstat.c:450
2261 #, c-format
2262 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2263 msgstr ""
2265 #: plugins/check_nwstat.c:498
2266 #, c-format
2267 msgid ""
2268 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2269 msgstr ""
2271 #: plugins/check_nwstat.c:532
2272 #, c-format
2273 msgid "Directory Services Database is %s (DS version %s)"
2274 msgstr ""
2276 #: plugins/check_nwstat.c:549
2277 #, c-format
2278 msgid "Logins are %s"
2279 msgstr ""
2281 #: plugins/check_nwstat.c:549
2282 msgid "enabled"
2283 msgstr ""
2285 #: plugins/check_nwstat.c:549
2286 msgid "disabled"
2287 msgstr ""
2289 #: plugins/check_nwstat.c:564
2290 msgid "CRITICAL - NRM Status is bad!"
2291 msgstr ""
2293 #: plugins/check_nwstat.c:569
2294 msgid "Warning - NRM Status is suspect!"
2295 msgstr ""
2297 #: plugins/check_nwstat.c:572
2298 msgid "OK - NRM Status is good!"
2299 msgstr ""
2301 #: plugins/check_nwstat.c:614
2302 #, c-format
2303 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2304 msgstr ""
2306 #: plugins/check_nwstat.c:638
2307 #, c-format
2308 msgid "%lu entries in SAP table"
2309 msgstr ""
2311 #: plugins/check_nwstat.c:640
2312 #, c-format
2313 msgid "%lu entries in SAP table for SAP type %d"
2314 msgstr ""
2316 #: plugins/check_nwstat.c:662
2317 #, c-format
2318 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2319 msgstr ""
2321 #: plugins/check_nwstat.c:688
2322 #, c-format
2323 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2324 msgstr ""
2326 #: plugins/check_nwstat.c:734
2327 #, c-format
2328 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2329 msgstr ""
2331 #: plugins/check_nwstat.c:765
2332 #, c-format
2333 msgid "%s%lu KB not yet purgeable on volume %s"
2334 msgstr ""
2336 #: plugins/check_nwstat.c:804
2337 #, c-format
2338 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2339 msgstr ""
2341 #: plugins/check_nwstat.c:825
2342 #, c-format
2343 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2344 msgstr ""
2346 #: plugins/check_nwstat.c:850
2347 #, c-format
2348 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2349 msgstr ""
2351 #: plugins/check_nwstat.c:885
2352 #, c-format
2353 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2354 msgstr ""
2356 #: plugins/check_nwstat.c:908
2357 msgid "CRITICAL - Time not in sync with network!"
2358 msgstr ""
2360 #: plugins/check_nwstat.c:911
2361 msgid "OK - Time in sync with network!"
2362 msgstr ""
2364 #: plugins/check_nwstat.c:934
2365 #, c-format
2366 msgid "LRU sitting time = %lu seconds"
2367 msgstr ""
2369 #: plugins/check_nwstat.c:953
2370 #, c-format
2371 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2372 msgstr ""
2374 #: plugins/check_nwstat.c:975
2375 #, c-format
2376 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2377 msgstr ""
2379 #: plugins/check_nwstat.c:993
2380 #, c-format
2381 msgid "NDS Version %s"
2382 msgstr ""
2384 #: plugins/check_nwstat.c:1009
2385 #, c-format
2386 msgid "Up %s"
2387 msgstr ""
2389 #: plugins/check_nwstat.c:1023
2390 #, c-format
2391 msgid "Module %s version %s is loaded"
2392 msgstr ""
2394 #: plugins/check_nwstat.c:1026
2395 #, c-format
2396 msgid "Module %s is not loaded"
2397 msgstr ""
2399 #: plugins/check_nwstat.c:1037 plugins/check_nwstat.c:1063
2400 #: plugins/check_nwstat.c:1089 plugins/check_nwstat.c:1115
2401 #: plugins/check_nwstat.c:1141 plugins/check_nwstat.c:1167
2402 #: plugins/check_nwstat.c:1193 plugins/check_nwstat.c:1219
2403 #: plugins/check_nwstat.c:1245 plugins/check_nwstat.c:1271
2404 #, c-format
2405 msgid "CRITICAL - Value '%s' does not exist!"
2406 msgstr ""
2408 #: plugins/check_nwstat.c:1046 plugins/check_nwstat.c:1072
2409 #: plugins/check_nwstat.c:1098 plugins/check_nwstat.c:1124
2410 #: plugins/check_nwstat.c:1150 plugins/check_nwstat.c:1176
2411 #: plugins/check_nwstat.c:1202 plugins/check_nwstat.c:1228
2412 #: plugins/check_nwstat.c:1254 plugins/check_nwstat.c:1280
2413 #, c-format
2414 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2415 msgstr ""
2417 #: plugins/check_nwstat.c:1293 plugins/check_overcr.c:289
2418 msgid "Nothing to check!\n"
2419 msgstr ""
2421 #: plugins/check_nwstat.c:1375 plugins/check_overcr.c:359
2422 msgid "Server port an integer\n"
2423 msgstr ""
2425 #: plugins/check_nwstat.c:1605
2426 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2427 msgstr ""
2429 #: plugins/check_nwstat.c:1606
2430 msgid "Novell server to gather the requested system information."
2431 msgstr ""
2433 #: plugins/check_nwstat.c:1617 plugins/check_overcr.c:439
2434 msgid "Variable to check.  Valid variables include:"
2435 msgstr ""
2437 #: plugins/check_nwstat.c:1618
2438 msgid "LOAD1     = 1 minute average CPU load"
2439 msgstr ""
2441 #: plugins/check_nwstat.c:1619
2442 msgid "LOAD5     = 5 minute average CPU load"
2443 msgstr ""
2445 #: plugins/check_nwstat.c:1620
2446 msgid "LOAD15    = 15 minute average CPU load"
2447 msgstr ""
2449 #: plugins/check_nwstat.c:1621
2450 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2451 msgstr ""
2453 #: plugins/check_nwstat.c:1622
2454 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2455 msgstr ""
2457 #: plugins/check_nwstat.c:1623
2458 msgid "UPTIME    = server uptime"
2459 msgstr ""
2461 #: plugins/check_nwstat.c:1624
2462 msgid "LTCH      = percent long term cache hits"
2463 msgstr ""
2465 #: plugins/check_nwstat.c:1625
2466 msgid "CBUFF     = current number of cache buffers"
2467 msgstr ""
2469 #: plugins/check_nwstat.c:1626
2470 msgid "CDBUFF    = current number of dirty cache buffers"
2471 msgstr ""
2473 #: plugins/check_nwstat.c:1627
2474 msgid "DCB       = dirty cache buffers as a percentage of the total"
2475 msgstr ""
2477 #: plugins/check_nwstat.c:1628
2478 msgid "TCB       = dirty cache buffers as a percentage of the original"
2479 msgstr ""
2481 #: plugins/check_nwstat.c:1629
2482 msgid "OFILES    = number of open files"
2483 msgstr ""
2485 #: plugins/check_nwstat.c:1630
2486 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2487 msgstr ""
2489 #: plugins/check_nwstat.c:1631
2490 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2491 msgstr ""
2493 #: plugins/check_nwstat.c:1632
2494 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2495 msgstr ""
2497 #: plugins/check_nwstat.c:1633
2498 msgid "    VPF<vol>  = percent free space on volume <vol>"
2499 msgstr ""
2501 #: plugins/check_nwstat.c:1634
2502 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2503 msgstr ""
2505 #: plugins/check_nwstat.c:1635
2506 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2507 msgstr ""
2509 #: plugins/check_nwstat.c:1636
2510 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2511 msgstr ""
2513 #: plugins/check_nwstat.c:1637
2514 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2515 msgstr ""
2517 #: plugins/check_nwstat.c:1638
2518 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2519 msgstr ""
2521 #: plugins/check_nwstat.c:1639
2522 msgid "    LRUM      = LRU sitting time in minutes"
2523 msgstr ""
2525 #: plugins/check_nwstat.c:1640
2526 msgid "    LRUS      = LRU sitting time in seconds"
2527 msgstr ""
2529 #: plugins/check_nwstat.c:1641
2530 msgid "    DSDB      = check to see if DS Database is open"
2531 msgstr ""
2533 #: plugins/check_nwstat.c:1642
2534 msgid "    DSVER     = NDS version"
2535 msgstr ""
2537 #: plugins/check_nwstat.c:1643
2538 msgid "    UPRB      = used packet receive buffers"
2539 msgstr ""
2541 #: plugins/check_nwstat.c:1644
2542 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2543 msgstr ""
2545 #: plugins/check_nwstat.c:1645
2546 msgid "    SAPENTRIES = number of entries in the SAP table"
2547 msgstr ""
2549 #: plugins/check_nwstat.c:1646
2550 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2551 msgstr ""
2553 #: plugins/check_nwstat.c:1647
2554 msgid "    TSYNC     = timesync status"
2555 msgstr ""
2557 #: plugins/check_nwstat.c:1648
2558 msgid "    LOGINS    = check to see if logins are enabled"
2559 msgstr ""
2561 #: plugins/check_nwstat.c:1649
2562 msgid "    CONNS     = number of currently licensed connections"
2563 msgstr ""
2565 #: plugins/check_nwstat.c:1650
2566 msgid "    NRMH\t= NRM Summary Status"
2567 msgstr ""
2569 #: plugins/check_nwstat.c:1651
2570 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2571 msgstr ""
2573 #: plugins/check_nwstat.c:1652
2574 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
2575 msgstr ""
2577 #: plugins/check_nwstat.c:1653
2578 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
2579 msgstr ""
2581 #: plugins/check_nwstat.c:1654
2582 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
2583 msgstr ""
2585 #: plugins/check_nwstat.c:1655
2586 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
2587 msgstr ""
2589 #: plugins/check_nwstat.c:1656
2590 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
2591 msgstr ""
2593 #: plugins/check_nwstat.c:1657
2594 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
2595 msgstr ""
2597 #: plugins/check_nwstat.c:1658
2598 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
2599 msgstr ""
2601 #: plugins/check_nwstat.c:1659
2602 msgid ""
2603 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
2604 msgstr ""
2606 #: plugins/check_nwstat.c:1660
2607 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
2608 msgstr ""
2610 #: plugins/check_nwstat.c:1661
2611 msgid "                (e.g. NLM:TSANDS.NLM)"
2612 msgstr ""
2614 #: plugins/check_nwstat.c:1668
2615 msgid "Include server version string in results"
2616 msgstr ""
2618 #: plugins/check_nwstat.c:1674
2619 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
2620 msgstr ""
2622 #: plugins/check_nwstat.c:1675
2623 msgid ""
2624 "  extension for NetWare be loaded on the Novell servers you wish to check."
2625 msgstr ""
2627 #: plugins/check_nwstat.c:1676
2628 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
2629 msgstr ""
2631 #: plugins/check_nwstat.c:1677
2632 msgid ""
2633 "- Values for critical thresholds should be lower than warning thresholds"
2634 msgstr ""
2636 #: plugins/check_nwstat.c:1678
2637 msgid ""
2638 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
2639 msgstr ""
2641 #: plugins/check_nwstat.c:1679
2642 msgid "  TCB, LRUS and LRUM.\n"
2643 msgstr ""
2645 #: plugins/check_overcr.c:127
2646 msgid "Unknown error fetching load data\n"
2647 msgstr ""
2649 #: plugins/check_overcr.c:131
2650 msgid "Invalid response from server - no load information\n"
2651 msgstr ""
2653 #: plugins/check_overcr.c:137
2654 msgid "Invalid response from server after load 1\n"
2655 msgstr ""
2657 #: plugins/check_overcr.c:143
2658 msgid "Invalid response from server after load 5\n"
2659 msgstr ""
2661 #: plugins/check_overcr.c:168
2662 #, c-format
2663 msgid "Load %s - %s-min load average = %0.2f"
2664 msgstr ""
2666 #: plugins/check_overcr.c:178
2667 msgid "Unknown error fetching disk data\n"
2668 msgstr ""
2670 #: plugins/check_overcr.c:188 plugins/check_overcr.c:240
2671 #: plugins/check_overcr.c:244
2672 msgid "Invalid response from server\n"
2673 msgstr ""
2675 #: plugins/check_overcr.c:215
2676 msgid "Unknown error fetching network status\n"
2677 msgstr ""
2679 #: plugins/check_overcr.c:225
2680 #, c-format
2681 msgid "Net %s - %d connection%s on port %d"
2682 msgstr ""
2684 #: plugins/check_overcr.c:236
2685 msgid "Unknown error fetching process status\n"
2686 msgstr ""
2688 #: plugins/check_overcr.c:254
2689 #, c-format
2690 msgid "Process %s - %d instance%s of %s running"
2691 msgstr ""
2693 #: plugins/check_overcr.c:281
2694 #, c-format
2695 msgid "Uptime %s - Up %d days %d hours %d minutes"
2696 msgstr ""
2698 #: plugins/check_overcr.c:423
2699 msgid ""
2700 "This plugin attempts to contact the Over-CR collector daemon running on the"
2701 msgstr ""
2703 #: plugins/check_overcr.c:424
2704 msgid "remote UNIX server in order to gather the requested system information."
2705 msgstr ""
2707 #: plugins/check_overcr.c:440
2708 msgid "LOAD1         = 1 minute average CPU load"
2709 msgstr ""
2711 #: plugins/check_overcr.c:441
2712 msgid "LOAD5         = 5 minute average CPU load"
2713 msgstr ""
2715 #: plugins/check_overcr.c:442
2716 msgid "LOAD15        = 15 minute average CPU load"
2717 msgstr ""
2719 #: plugins/check_overcr.c:443
2720 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
2721 msgstr ""
2723 #: plugins/check_overcr.c:444
2724 msgid "PROC<process> = number of running processes with name <process>"
2725 msgstr ""
2727 #: plugins/check_overcr.c:445
2728 msgid "NET<port>     = number of active connections on TCP port <port>"
2729 msgstr ""
2731 #: plugins/check_overcr.c:446
2732 msgid "UPTIME        = system uptime in seconds"
2733 msgstr ""
2735 #: plugins/check_overcr.c:454
2736 msgid ""
2737 "For the available options, the critical threshold value should always be"
2738 msgstr ""
2740 #: plugins/check_overcr.c:455
2741 msgid ""
2742 "higher than the warning threshold value, EXCEPT with the uptime variable"
2743 msgstr ""
2745 #: plugins/check_overcr.c:457
2746 msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be"
2747 msgstr ""
2749 #: plugins/check_overcr.c:458
2750 msgid "running on the remote server."
2751 msgstr ""
2753 #: plugins/check_overcr.c:460
2754 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
2755 msgstr ""
2757 #: plugins/check_pgsql.c:173
2758 #, c-format
2759 msgid "CRITICAL - no connection to '%s' (%s).\n"
2760 msgstr ""
2762 #: plugins/check_pgsql.c:188
2763 #, c-format
2764 msgid " %s - database %s (%d sec.)|%s\n"
2765 msgstr ""
2767 #: plugins/check_pgsql.c:243 plugins/check_time.c:281 plugins/check_time.c:293
2768 #: plugins/check_users.c:168
2769 msgid "Critical threshold must be a positive integer"
2770 msgstr ""
2772 #: plugins/check_pgsql.c:249 plugins/check_time.c:262 plugins/check_time.c:286
2773 #: plugins/check_users.c:174 plugins/check_users.c:184
2774 #: plugins/check_users.c:191
2775 msgid "Warning threshold must be a positive integer"
2776 msgstr ""
2778 #: plugins/check_pgsql.c:267
2779 msgid "Database name is not valid"
2780 msgstr ""
2782 #: plugins/check_pgsql.c:273
2783 msgid "User name is not valid"
2784 msgstr ""
2786 #: plugins/check_pgsql.c:410
2787 #, c-format
2788 msgid "Test whether a PostgreSQL Database is accepting connections."
2789 msgstr ""
2791 #: plugins/check_pgsql.c:423
2792 msgid "Database to check "
2793 msgstr ""
2795 #: plugins/check_pgsql.c:424
2796 #, c-format
2797 msgid "(default: %s)"
2798 msgstr ""
2800 #: plugins/check_pgsql.c:426
2801 msgid "Login name of user"
2802 msgstr ""
2804 #: plugins/check_pgsql.c:428
2805 msgid "Password (BIG SECURITY ISSUE)"
2806 msgstr ""
2808 #: plugins/check_pgsql.c:437
2809 msgid "All parameters are optional."
2810 msgstr ""
2812 #: plugins/check_pgsql.c:438
2813 msgid ""
2814 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
2815 msgstr ""
2817 #: plugins/check_pgsql.c:439
2818 msgid "accepting queries. In its current operation, it simply connects to the"
2819 msgstr ""
2821 #: plugins/check_pgsql.c:440
2822 msgid ""
2823 "specified database, and then disconnects. If no database is specified, it"
2824 msgstr ""
2826 #: plugins/check_pgsql.c:441
2827 msgid ""
2828 "connects to the template1 database, which is present in every functioning"
2829 msgstr ""
2831 #: plugins/check_pgsql.c:442
2832 msgid "PostgreSQL DBMS."
2833 msgstr ""
2835 #: plugins/check_pgsql.c:443
2836 msgid ""
2837 "The plugin will connect to a local postmaster if no host is specified. To"
2838 msgstr ""
2840 #: plugins/check_pgsql.c:444
2841 msgid ""
2842 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
2843 msgstr ""
2845 #: plugins/check_pgsql.c:445
2846 msgid "connections (start the postmaster with the -i option)."
2847 msgstr ""
2849 #: plugins/check_pgsql.c:446
2850 msgid ""
2851 "Typically, the nagios user (unless the --logname option is used) should be"
2852 msgstr ""
2854 #: plugins/check_pgsql.c:447
2855 msgid ""
2856 "able to connect to the database without a password. The plugin can also send"
2857 msgstr ""
2859 #: plugins/check_pgsql.c:448
2860 msgid "a password, but no effort is made to obsure or encrypt the password."
2861 msgstr ""
2863 #: plugins/check_ping.c:145
2864 msgid "CRITICAL - Could not interpret output from ping command\n"
2865 msgstr ""
2867 #: plugins/check_ping.c:161
2868 #, c-format
2869 msgid "PING %s - %sPacket loss = %d%%"
2870 msgstr ""
2872 #: plugins/check_ping.c:164
2873 #, c-format
2874 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
2875 msgstr ""
2877 #: plugins/check_ping.c:252
2878 msgid "Could not realloc() addresses\n"
2879 msgstr ""
2881 #: plugins/check_ping.c:267 plugins/check_ping.c:347
2882 #, c-format
2883 msgid "<max_packets> (%s) must be a non-negative number\n"
2884 msgstr ""
2886 #: plugins/check_ping.c:301
2887 #, c-format
2888 msgid "<wpl> (%s) must be an integer percentage\n"
2889 msgstr ""
2891 #: plugins/check_ping.c:312
2892 #, c-format
2893 msgid "<cpl> (%s) must be an integer percentage\n"
2894 msgstr ""
2896 #: plugins/check_ping.c:323
2897 #, c-format
2898 msgid "<wrta> (%s) must be a non-negative number\n"
2899 msgstr ""
2901 #: plugins/check_ping.c:334
2902 #, c-format
2903 msgid "<crta> (%s) must be a non-negative number\n"
2904 msgstr ""
2906 #: plugins/check_ping.c:367
2907 #, c-format
2908 msgid ""
2909 "%s: Warning threshold must be integer or percentage!\n"
2910 "\n"
2911 msgstr ""
2913 #: plugins/check_ping.c:380
2914 #, c-format
2915 msgid "<wrta> was not set\n"
2916 msgstr ""
2918 #: plugins/check_ping.c:384
2919 #, c-format
2920 msgid "<crta> was not set\n"
2921 msgstr ""
2923 #: plugins/check_ping.c:388
2924 #, c-format
2925 msgid "<wpl> was not set\n"
2926 msgstr ""
2928 #: plugins/check_ping.c:392
2929 #, c-format
2930 msgid "<cpl> was not set\n"
2931 msgstr ""
2933 #: plugins/check_ping.c:396
2934 #, c-format
2935 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
2936 msgstr ""
2938 #: plugins/check_ping.c:400
2939 #, c-format
2940 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
2941 msgstr ""
2943 #: plugins/check_ping.c:436
2944 #, c-format
2945 msgid "Cannot open stderr for %s\n"
2946 msgstr ""
2948 #: plugins/check_ping.c:485 plugins/check_ping.c:487
2949 msgid "System call sent warnings to stderr "
2950 msgstr ""
2952 #: plugins/check_ping.c:514
2953 #, c-format
2954 msgid "CRITICAL - Network Unreachable (%s)"
2955 msgstr ""
2957 #: plugins/check_ping.c:516
2958 #, c-format
2959 msgid "CRITICAL - Host Unreachable (%s)"
2960 msgstr ""
2962 #: plugins/check_ping.c:518
2963 #, c-format
2964 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
2965 msgstr ""
2967 #: plugins/check_ping.c:520
2968 #, c-format
2969 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
2970 msgstr ""
2972 #: plugins/check_ping.c:522
2973 #, c-format
2974 msgid "CRITICAL - Network Prohibited (%s)"
2975 msgstr ""
2977 #: plugins/check_ping.c:524
2978 #, c-format
2979 msgid "CRITICAL - Host Prohibited (%s)"
2980 msgstr ""
2982 #: plugins/check_ping.c:526
2983 #, c-format
2984 msgid "CRITICAL - Packet Filtered (%s)"
2985 msgstr ""
2987 #: plugins/check_ping.c:528
2988 #, c-format
2989 msgid "CRITICAL - Host not found (%s)"
2990 msgstr ""
2992 #: plugins/check_ping.c:530
2993 #, c-format
2994 msgid "CRITICAL - Time to live exceeded (%s)"
2995 msgstr ""
2997 #: plugins/check_ping.c:537
2998 msgid "Unable to realloc warn_text"
2999 msgstr ""
3001 #: plugins/check_ping.c:554
3002 #, c-format
3003 msgid "Use ping to check connection statistics for a remote host."
3004 msgstr ""
3006 #: plugins/check_ping.c:565
3007 msgid "host to ping"
3008 msgstr ""
3010 #: plugins/check_ping.c:571
3011 msgid "number of ICMP ECHO packets to send"
3012 msgstr ""
3014 #: plugins/check_ping.c:572
3015 #, c-format
3016 msgid "(Default: %d)\n"
3017 msgstr ""
3019 #: plugins/check_ping.c:574
3020 msgid "show HTML in the plugin output (obsoleted by urlize)"
3021 msgstr ""
3023 #: plugins/check_ping.c:578
3024 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3025 msgstr ""
3027 #: plugins/check_ping.c:579
3028 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3029 msgstr ""
3031 #: plugins/check_ping.c:580
3032 msgid "percentage of packet loss to trigger an alarm state."
3033 msgstr ""
3035 #: plugins/check_ping.c:584
3036 msgid ""
3037 "This plugin uses the ping command to probe the specified host for packet loss"
3038 msgstr ""
3040 #: plugins/check_ping.c:585
3041 msgid ""
3042 "(percentage) and round trip average (milliseconds). It can produce HTML "
3043 "output"
3044 msgstr ""
3046 #: plugins/check_ping.c:586
3047 msgid ""
3048 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3049 msgstr ""
3051 #: plugins/check_ping.c:587
3052 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3053 msgstr ""
3055 #: plugins/check_procs.c:155
3056 #, c-format
3057 msgid "CMD: %s\n"
3058 msgstr ""
3060 #: plugins/check_procs.c:261
3061 #, c-format
3062 msgid "Not parseable: %s"
3063 msgstr ""
3065 #: plugins/check_procs.c:270
3066 #, c-format
3067 msgid "System call sent warnings to stderr\n"
3068 msgstr ""
3070 #: plugins/check_procs.c:277
3071 #, c-format
3072 msgid "System call returned nonzero status\n"
3073 msgstr ""
3075 #: plugins/check_procs.c:282
3076 #, c-format
3077 msgid "Unable to read output\n"
3078 msgstr ""
3080 #: plugins/check_procs.c:299
3081 #, c-format
3082 msgid "%d warn out of "
3083 msgstr ""
3085 #: plugins/check_procs.c:304
3086 #, c-format
3087 msgid "%d crit, %d warn out of "
3088 msgstr ""
3090 #: plugins/check_procs.c:310
3091 #, c-format
3092 msgid " with %s"
3093 msgstr ""
3095 #: plugins/check_procs.c:385
3096 msgid "Critical Process Count must be an integer!"
3097 msgstr ""
3099 #: plugins/check_procs.c:397
3100 msgid "Warning Process Count must be an integer!"
3101 msgstr ""
3103 #: plugins/check_procs.c:405
3104 msgid "Parent Process ID must be an integer!"
3105 msgstr ""
3107 #: plugins/check_procs.c:411 plugins/check_procs.c:513
3108 #, c-format
3109 msgid "%s%sSTATE = %s"
3110 msgstr ""
3112 #: plugins/check_procs.c:420
3113 #, c-format
3114 msgid "UID %s was not found"
3115 msgstr ""
3117 #: plugins/check_procs.c:426
3118 #, c-format
3119 msgid "User name %s was not found"
3120 msgstr ""
3122 #: plugins/check_procs.c:441
3123 #, c-format
3124 msgid "%s%scommand name '%s'"
3125 msgstr ""
3127 #: plugins/check_procs.c:460
3128 msgid "RSS must be an integer!"
3129 msgstr ""
3131 #: plugins/check_procs.c:467
3132 msgid "VSZ must be an integer!"
3133 msgstr ""
3135 #: plugins/check_procs.c:475
3136 msgid "PCPU must be a float!"
3137 msgstr ""
3139 #: plugins/check_procs.c:499
3140 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3141 msgstr ""
3143 #: plugins/check_procs.c:532
3144 #, c-format
3145 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3146 msgstr ""
3148 #: plugins/check_procs.c:536
3149 #, c-format
3150 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3151 msgstr ""
3153 #: plugins/check_procs.c:673
3154 msgid ""
3155 "Checks all processes and generates WARNING or CRITICAL states if the "
3156 "specified"
3157 msgstr ""
3159 #: plugins/check_procs.c:674
3160 msgid ""
3161 "metric is outside the required threshold ranges. The metric defaults to "
3162 "number"
3163 msgstr ""
3165 #: plugins/check_procs.c:675
3166 msgid ""
3167 "of processes.  Search filters can be applied to limit the processes to check."
3168 msgstr ""
3170 #: plugins/check_procs.c:681
3171 msgid "Required Arguments:"
3172 msgstr ""
3174 #: plugins/check_procs.c:683
3175 msgid "Generate warning state if metric is outside this range"
3176 msgstr ""
3178 #: plugins/check_procs.c:685
3179 msgid "Generate critical state if metric is outside this range"
3180 msgstr ""
3182 #: plugins/check_procs.c:687
3183 msgid "Optional Arguments:"
3184 msgstr ""
3186 #: plugins/check_procs.c:689
3187 msgid "Check thresholds against metric. Valid types:"
3188 msgstr ""
3190 #: plugins/check_procs.c:690
3191 msgid "PROCS   - number of processes (default)"
3192 msgstr ""
3194 #: plugins/check_procs.c:691
3195 msgid "VSZ     - virtual memory size"
3196 msgstr ""
3198 #: plugins/check_procs.c:692
3199 msgid "RSS     - resident set memory size"
3200 msgstr ""
3202 #: plugins/check_procs.c:693
3203 msgid "CPU     - percentage cpu"
3204 msgstr ""
3206 #: plugins/check_procs.c:696
3207 msgid "ELAPSED - time elapsed in seconds"
3208 msgstr ""
3210 #: plugins/check_procs.c:701
3211 msgid "Extra information. Up to 3 verbosity levels"
3212 msgstr ""
3214 #: plugins/check_procs.c:705
3215 msgid "Only scan for processes that have, in the output of `ps`, one or"
3216 msgstr ""
3218 #: plugins/check_procs.c:706
3219 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3220 msgstr ""
3222 #: plugins/check_procs.c:707
3223 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3224 msgstr ""
3226 #: plugins/check_procs.c:709
3227 msgid "Only scan for children of the parent process ID indicated."
3228 msgstr ""
3230 #: plugins/check_procs.c:711
3231 msgid "Only scan for processes with vsz higher than indicated."
3232 msgstr ""
3234 #: plugins/check_procs.c:713
3235 msgid "Only scan for processes with rss higher than indicated."
3236 msgstr ""
3238 #: plugins/check_procs.c:715
3239 msgid "Only scan for processes with pcpu higher than indicated."
3240 msgstr ""
3242 #: plugins/check_procs.c:717
3243 msgid "Only scan for processes with user name or ID indicated."
3244 msgstr ""
3246 #: plugins/check_procs.c:719
3247 msgid "Only scan for processes with args that contain STRING."
3248 msgstr ""
3250 #: plugins/check_procs.c:721
3251 msgid "Only scan for exact matches of COMMAND (without path)."
3252 msgstr ""
3254 #: plugins/check_procs.c:723
3255 #, c-format
3256 msgid ""
3257 "\n"
3258 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3259 "specified 'max:min', a warning status will be generated if the\n"
3260 "count is inside the specified range\n"
3261 "\n"
3262 msgstr ""
3264 #: plugins/check_procs.c:728
3265 #, c-format
3266 msgid ""
3267 "This plugin checks the number of currently running processes and\n"
3268 "generates WARNING or CRITICAL states if the process count is outside\n"
3269 "the specified threshold ranges. The process count can be filtered by\n"
3270 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3271 "be the total number of running processes\n"
3272 "\n"
3273 msgstr ""
3275 #: plugins/check_procs.c:737
3276 msgid "Warning if not two processes with command name portsentry."
3277 msgstr ""
3279 #: plugins/check_procs.c:738
3280 msgid "Critical if < 2 or > 1024 processes"
3281 msgstr ""
3283 #: plugins/check_procs.c:740
3284 msgid "Warning alert if > 10 processes with command arguments containing"
3285 msgstr ""
3287 #: plugins/check_procs.c:741
3288 msgid "'/usr/local/bin/perl' and owned by root"
3289 msgstr ""
3291 #: plugins/check_procs.c:743
3292 msgid "Alert if vsz of any processes over 50K or 100K"
3293 msgstr ""
3295 #: plugins/check_procs.c:745
3296 #, c-format
3297 msgid "Alert if cpu of any processes over 10%% or 20%%"
3298 msgstr ""
3300 #: plugins/check_radius.c:138
3301 msgid "Config file error"
3302 msgstr ""
3304 #: plugins/check_radius.c:147
3305 msgid "Out of Memory?"
3306 msgstr ""
3308 #: plugins/check_radius.c:168
3309 msgid "Timeout"
3310 msgstr ""
3312 #: plugins/check_radius.c:170
3313 msgid "Auth Error"
3314 msgstr ""
3316 #: plugins/check_radius.c:172
3317 msgid "Auth Failed"
3318 msgstr ""
3320 #: plugins/check_radius.c:176
3321 msgid "Auth OK"
3322 msgstr ""
3324 #: plugins/check_radius.c:219 plugins/check_radius.c:279
3325 msgid "Number of retries must be a positive integer"
3326 msgstr ""
3328 #: plugins/check_radius.c:305
3329 msgid "Tests to see if a radius server is accepting connections."
3330 msgstr ""
3332 #: plugins/check_radius.c:316
3333 msgid "The user to authenticate"
3334 msgstr ""
3336 #: plugins/check_radius.c:318
3337 msgid "Password for autentication (SECURITY RISK)"
3338 msgstr ""
3340 #: plugins/check_radius.c:320
3341 msgid "NAS identifier"
3342 msgstr ""
3344 #: plugins/check_radius.c:322
3345 msgid "Configuration file"
3346 msgstr ""
3348 #: plugins/check_radius.c:324
3349 msgid "Response string to expect from the server"
3350 msgstr ""
3352 #: plugins/check_radius.c:326
3353 msgid "Number of times to retry a failed connection"
3354 msgstr ""
3356 #: plugins/check_radius.c:330
3357 msgid ""
3358 "This plugin tests a radius server to see if it is accepting connections."
3359 msgstr ""
3361 #: plugins/check_radius.c:331
3362 msgid ""
3363 "The server to test must be specified in the invocation, as well as a user"
3364 msgstr ""
3366 #: plugins/check_radius.c:332
3367 msgid ""
3368 "name and password. A configuration file may also be present. The format of"
3369 msgstr ""
3371 #: plugins/check_radius.c:333
3372 msgid ""
3373 "the configuration file is described in the radiusclient library sources."
3374 msgstr ""
3376 #: plugins/check_radius.c:334
3377 msgid "The password option presents a substantial security issue because the"
3378 msgstr ""
3380 #: plugins/check_radius.c:335
3381 msgid "password can be determined by careful watching of the command line in"
3382 msgstr ""
3384 #: plugins/check_radius.c:336
3385 msgid "a process listing.  This risk is exacerbated because nagios will"
3386 msgstr ""
3388 #: plugins/check_radius.c:337
3389 msgid "run the plugin at regular prdictable intervals.  Please be sure that"
3390 msgstr ""
3392 #: plugins/check_radius.c:338
3393 msgid "the password used does not allow access to sensitive system resources,"
3394 msgstr ""
3396 #: plugins/check_radius.c:339
3397 msgid "otherwise compormise could occur."
3398 msgstr ""
3400 #: plugins/check_real.c:96
3401 #, c-format
3402 msgid "Unable to connect to %s on port %d\n"
3403 msgstr ""
3405 #: plugins/check_real.c:118
3406 #, c-format
3407 msgid "No data received from %s\n"
3408 msgstr ""
3410 #: plugins/check_real.c:123 plugins/check_real.c:196
3411 msgid "Invalid REAL response received from host"
3412 msgstr ""
3414 #: plugins/check_real.c:125 plugins/check_real.c:198
3415 #, c-format
3416 msgid "Invalid REAL response received from host on port %d\n"
3417 msgstr ""
3419 #: plugins/check_real.c:189 plugins/check_tcp.c:291
3420 #, c-format
3421 msgid "No data received from host\n"
3422 msgstr ""
3424 #: plugins/check_real.c:252
3425 #, c-format
3426 msgid "REAL %s - %d second response time\n"
3427 msgstr ""
3429 #: plugins/check_real.c:341 plugins/check_smtp.c:618 plugins/check_ups.c:535
3430 msgid "Warning time must be a positive integer"
3431 msgstr ""
3433 #: plugins/check_real.c:350 plugins/check_smtp.c:609 plugins/check_ups.c:526
3434 msgid "Critical time must be a positive integer"
3435 msgstr ""
3437 #: plugins/check_real.c:386
3438 msgid "You must provide a server to check"
3439 msgstr ""
3441 #: plugins/check_real.c:418
3442 msgid "This plugin tests the REAL service on the specified host."
3443 msgstr ""
3445 #: plugins/check_real.c:429
3446 msgid "Connect to this url"
3447 msgstr ""
3449 #: plugins/check_real.c:431
3450 #, c-format
3451 msgid "String to expect in first line of server response (default: %s)\n"
3452 msgstr ""
3454 #: plugins/check_real.c:440
3455 msgid "This plugin will attempt to open an RTSP connection with the host."
3456 msgstr ""
3458 #: plugins/check_real.c:441 plugins/check_smtp.c:767
3459 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3460 msgstr ""
3462 #: plugins/check_real.c:442
3463 msgid ""
3464 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3465 msgstr ""
3467 #: plugins/check_real.c:443
3468 msgid ""
3469 "but incorrect reponse messages from the host result in STATE_WARNING return"
3470 msgstr ""
3472 #: plugins/check_real.c:444
3473 msgid "values."
3474 msgstr ""
3476 #: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274
3477 #, c-format
3478 msgid "malloc() failed!\n"
3479 msgstr ""
3481 #: plugins/check_smtp.c:190
3482 #, c-format
3483 msgid "gethostname() failed!\n"
3484 msgstr ""
3486 #: plugins/check_smtp.c:225 plugins/check_smtp.c:249
3487 #, c-format
3488 msgid "recv() failed\n"
3489 msgstr ""
3491 #: plugins/check_smtp.c:236
3492 #, c-format
3493 msgid "Invalid SMTP response received from host\n"
3494 msgstr ""
3496 #: plugins/check_smtp.c:238
3497 #, c-format
3498 msgid "Invalid SMTP response received from host on port %d\n"
3499 msgstr ""
3501 #: plugins/check_smtp.c:260
3502 #, c-format
3503 msgid "WARNING - TLS not supported by server\n"
3504 msgstr ""
3506 #: plugins/check_smtp.c:272
3507 #, c-format
3508 msgid "Server does not support STARTTLS\n"
3509 msgstr ""
3511 #: plugins/check_smtp.c:278
3512 #, c-format
3513 msgid "CRITICAL - Cannot create SSL context.\n"
3514 msgstr ""
3516 #: plugins/check_smtp.c:298
3517 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3518 msgstr ""
3520 #: plugins/check_smtp.c:303
3521 #, c-format
3522 msgid "sent %s"
3523 msgstr ""
3525 #: plugins/check_smtp.c:305
3526 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3527 msgstr ""
3529 #: plugins/check_smtp.c:318
3530 msgid "CRITICAL - Cannot retrieve server certificate."
3531 msgstr ""
3533 #: plugins/check_smtp.c:356 plugins/check_snmp.c:572
3534 #, c-format
3535 msgid "Could Not Compile Regular Expression"
3536 msgstr ""
3538 #: plugins/check_smtp.c:365
3539 #, c-format
3540 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3541 msgstr ""
3543 #: plugins/check_smtp.c:369 plugins/check_snmp.c:322
3544 #, c-format
3545 msgid "Execute Error: %s\n"
3546 msgstr ""
3548 #: plugins/check_smtp.c:383
3549 msgid "no authuser specified, "
3550 msgstr ""
3552 #: plugins/check_smtp.c:388
3553 msgid "no authpass specified, "
3554 msgstr ""
3556 #: plugins/check_smtp.c:395 plugins/check_smtp.c:417 plugins/check_smtp.c:438
3557 #, c-format
3558 msgid "sent %s\n"
3559 msgstr ""
3561 #: plugins/check_smtp.c:398
3562 msgid "recv() failed after AUTH LOGIN, "
3563 msgstr ""
3565 #: plugins/check_smtp.c:404 plugins/check_smtp.c:426 plugins/check_smtp.c:447
3566 #, c-format
3567 msgid "received %s\n"
3568 msgstr ""
3570 #: plugins/check_smtp.c:408
3571 msgid "invalid response received after AUTH LOGIN, "
3572 msgstr ""
3574 #: plugins/check_smtp.c:421
3575 msgid "recv() failed after sending authuser, "
3576 msgstr ""
3578 #: plugins/check_smtp.c:430
3579 msgid "invalid response received after authuser, "
3580 msgstr ""
3582 #: plugins/check_smtp.c:442
3583 msgid "recv() failed after sending authpass, "
3584 msgstr ""
3586 #: plugins/check_smtp.c:451
3587 msgid "invalid response received after authpass, "
3588 msgstr ""
3590 #: plugins/check_smtp.c:458
3591 msgid "only authtype LOGIN is supported, "
3592 msgstr ""
3594 #: plugins/check_smtp.c:482
3595 #, c-format
3596 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
3597 msgstr ""
3599 #: plugins/check_smtp.c:588 plugins/check_smtp.c:598
3600 #, c-format
3601 msgid "Could not realloc() units [%d]\n"
3602 msgstr ""
3604 #: plugins/check_smtp.c:645
3605 msgid "SSL support not available - install OpenSSL and recompile"
3606 msgstr ""
3608 #: plugins/check_smtp.c:724
3609 msgid "This plugin will attempt to open an SMTP connection with the host."
3610 msgstr ""
3612 #: plugins/check_smtp.c:737
3613 #, c-format
3614 msgid "    String to expect in first line of server response (default: '%s')\n"
3615 msgstr ""
3617 #: plugins/check_smtp.c:739
3618 msgid "Suppress SMTP command"
3619 msgstr ""
3621 #: plugins/check_smtp.c:741
3622 msgid "SMTP command (may be used repeatedly)"
3623 msgstr ""
3625 #: plugins/check_smtp.c:743
3626 msgid "Expected response to command (may be used repeatedly)"
3627 msgstr ""
3629 #: plugins/check_smtp.c:745
3630 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
3631 msgstr ""
3633 #: plugins/check_smtp.c:748 plugins/check_tcp.c:638
3634 msgid "Minimum number of days a certificate has to be valid."
3635 msgstr ""
3637 #: plugins/check_smtp.c:750
3638 msgid "Use STARTTLS for the connection."
3639 msgstr ""
3641 #: plugins/check_smtp.c:754
3642 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
3643 msgstr ""
3645 #: plugins/check_smtp.c:756
3646 msgid "SMTP AUTH username"
3647 msgstr ""
3649 #: plugins/check_smtp.c:758
3650 msgid "SMTP AUTH password"
3651 msgstr ""
3653 #: plugins/check_smtp.c:768
3654 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
3655 msgstr ""
3657 #: plugins/check_smtp.c:769
3658 msgid "connects, but incorrect reponse messages from the host result in"
3659 msgstr ""
3661 #: plugins/check_smtp.c:770
3662 msgid "STATE_WARNING return values."
3663 msgstr ""
3665 #: plugins/check_snmp.c:300
3666 msgid "No valid data returned"
3667 msgstr ""
3669 #: plugins/check_snmp.c:368 plugins/negate.c:128
3670 #, c-format
3671 msgid ""
3672 "%s problem - No data received from host\n"
3673 "CMD: %s\n"
3674 msgstr ""
3676 #: plugins/check_snmp.c:506
3677 #, c-format
3678 msgid "Invalid critical threshold: %s\n"
3679 msgstr ""
3681 #: plugins/check_snmp.c:517
3682 #, c-format
3683 msgid "Invalid warning threshold: %s\n"
3684 msgstr ""
3686 #: plugins/check_snmp.c:529
3687 msgid "Retries interval must be a positive integer"
3688 msgstr ""
3690 #: plugins/check_snmp.c:593
3691 #, c-format
3692 msgid "Could not reallocate labels[%d]"
3693 msgstr ""
3695 #: plugins/check_snmp.c:605
3696 msgid "Could not reallocate labels\n"
3697 msgstr ""
3699 #: plugins/check_snmp.c:622
3700 #, c-format
3701 msgid "Could not reallocate units [%d]\n"
3702 msgstr ""
3704 #: plugins/check_snmp.c:634
3705 msgid "Could not realloc() units\n"
3706 msgstr ""
3708 #: plugins/check_snmp.c:719
3709 #, c-format
3710 msgid "Missing secname (%s) or authpassword (%s) ! \n"
3711 msgstr ""
3713 #: plugins/check_snmp.c:727
3714 #, c-format
3715 msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"
3716 msgstr ""
3718 #: plugins/check_snmp.c:736
3719 msgid "Invalid SNMP version"
3720 msgstr ""
3722 #: plugins/check_snmp.c:864
3723 msgid "Unbalanced quotes\n"
3724 msgstr ""
3726 #: plugins/check_snmp.c:913
3727 msgid "Check status of remote machines and obtain sustem information via SNMP"
3728 msgstr ""
3730 #: plugins/check_snmp.c:925
3731 msgid "Use SNMP GETNEXT instead of SNMP GET"
3732 msgstr ""
3734 #: plugins/check_snmp.c:927
3735 msgid "SNMP protocol version"
3736 msgstr ""
3738 #: plugins/check_snmp.c:929
3739 msgid "SNMPv3 securityLevel"
3740 msgstr ""
3742 #: plugins/check_snmp.c:931
3743 msgid "SNMPv3 auth proto"
3744 msgstr ""
3746 #: plugins/check_snmp.c:935
3747 msgid "Optional community string for SNMP communication"
3748 msgstr ""
3750 #: plugins/check_snmp.c:936
3751 #, c-format
3752 msgid "(default is \"%s\")"
3753 msgstr ""
3755 #: plugins/check_snmp.c:938
3756 msgid "SNMPv3 username"
3757 msgstr ""
3759 #: plugins/check_snmp.c:940
3760 msgid "SNMPv3 authentication password"
3761 msgstr ""
3763 #: plugins/check_snmp.c:942
3764 msgid "SNMPv3 crypt passwd (DES)"
3765 msgstr ""
3767 #: plugins/check_snmp.c:946
3768 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
3769 msgstr ""
3771 #: plugins/check_snmp.c:948
3772 msgid ""
3773 "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'"
3774 msgstr ""
3776 #: plugins/check_snmp.c:949
3777 msgid "for symbolic oids.)"
3778 msgstr ""
3780 #: plugins/check_snmp.c:951
3781 #, c-format
3782 msgid "    Delimiter to use when parsing returned data. Default is \"%s\""
3783 msgstr ""
3785 #: plugins/check_snmp.c:952
3786 msgid "Any data on the right hand side of the delimiter is considered"
3787 msgstr ""
3789 #: plugins/check_snmp.c:953
3790 msgid "to be the data that should be used in the evaluation."
3791 msgstr ""
3793 #: plugins/check_snmp.c:957
3794 msgid "Range(s) which will not result in a WARNING status"
3795 msgstr ""
3797 #: plugins/check_snmp.c:959
3798 msgid "Range(s) which will not result in a CRITICAL status"
3799 msgstr ""
3801 #: plugins/check_snmp.c:963
3802 msgid "Return OK state (for that OID) if STRING is an exact match"
3803 msgstr ""
3805 #: plugins/check_snmp.c:965
3806 msgid ""
3807 "Return OK state (for that OID) if extended regular expression REGEX matches"
3808 msgstr ""
3810 #: plugins/check_snmp.c:967
3811 msgid ""
3812 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
3813 msgstr ""
3815 #: plugins/check_snmp.c:969
3816 msgid "Prefix label for output from plugin (default -s 'SNMP')"
3817 msgstr ""
3819 #: plugins/check_snmp.c:973
3820 msgid "Units label(s) for output data (e.g., 'sec.')."
3821 msgstr ""
3823 #: plugins/check_snmp.c:975
3824 msgid "Separates output on multiple OID requests"
3825 msgstr ""
3827 #: plugins/check_snmp.c:981
3828 msgid ""
3829 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
3830 msgstr ""
3832 #: plugins/check_snmp.c:982
3833 msgid ""
3834 "if you don't have the package installed, you will need to download it from"
3835 msgstr ""
3837 #: plugins/check_snmp.c:983
3838 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
3839 msgstr ""
3841 #: plugins/check_snmp.c:985
3842 msgid ""
3843 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
3844 "with"
3845 msgstr ""
3847 #: plugins/check_snmp.c:986
3848 msgid " internal spaces must be quoted) [max 8 OIDs]"
3849 msgstr ""
3851 #: plugins/check_snmp.c:988
3852 msgid "- Ranges are inclusive and are indicated with colons. When specified as"
3853 msgstr ""
3855 #: plugins/check_snmp.c:989
3856 msgid ""
3857 " 'min:max' a STATE_OK will be returned if the result is within the indicated"
3858 msgstr ""
3860 #: plugins/check_snmp.c:990
3861 msgid " range or is equal to the upper or lower bound. A non-OK state will be"
3862 msgstr ""
3864 #: plugins/check_snmp.c:991
3865 msgid " returned if the result is outside the specified range."
3866 msgstr ""
3868 #: plugins/check_snmp.c:993
3869 msgid ""
3870 "- If specified in the order 'max:min' a non-OK state will be returned if the"
3871 msgstr ""
3873 #: plugins/check_snmp.c:994
3874 msgid " result is within the (inclusive) range."
3875 msgstr ""
3877 #: plugins/check_snmp.c:996
3878 msgid ""
3879 "- Upper or lower bounds may be omitted to skip checking the respective limit."
3880 msgstr ""
3882 #: plugins/check_snmp.c:997
3883 msgid "- Bare integers are interpreted as upper limits."
3884 msgstr ""
3886 #: plugins/check_snmp.c:998
3887 msgid ""
3888 "- When checking multiple OIDs, separate ranges by commas like '-w "
3889 "1:10,1:,:20'"
3890 msgstr ""
3892 #: plugins/check_snmp.c:999
3893 msgid "- Note that only one string and one regex may be checked at present"
3894 msgstr ""
3896 #: plugins/check_snmp.c:1000
3897 msgid ""
3898 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
3899 msgstr ""
3901 #: plugins/check_snmp.c:1001
3902 msgid " returned from the SNMP query is an unsigned integer."
3903 msgstr ""
3905 #: plugins/check_ssh.c:170
3906 msgid "Port number must be a positive integer"
3907 msgstr ""
3909 #: plugins/check_ssh.c:235
3910 #, c-format
3911 msgid "Server answer: %s"
3912 msgstr ""
3914 #: plugins/check_ssh.c:253
3915 #, c-format
3916 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
3917 msgstr ""
3919 #: plugins/check_ssh.c:259
3920 #, c-format
3921 msgid "SSH OK - %s (protocol %s)\n"
3922 msgstr ""
3924 #: plugins/check_ssh.c:279
3925 msgid "Try to connect to an SSH server at specified server and port"
3926 msgstr ""
3928 #: plugins/check_ssh.c:294
3929 msgid ""
3930 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
3931 msgstr ""
3933 #: plugins/check_swap.c:172
3934 #, c-format
3935 msgid "Command: %s\n"
3936 msgstr ""
3938 #: plugins/check_swap.c:174
3939 #, c-format
3940 msgid "Format: %s\n"
3941 msgstr ""
3943 #: plugins/check_swap.c:210
3944 #, c-format
3945 msgid "total=%.0f, used=%.0f, free=%.0f\n"
3946 msgstr ""
3948 #: plugins/check_swap.c:224
3949 #, c-format
3950 msgid "total=%.0f, free=%.0f\n"
3951 msgstr ""
3953 #: plugins/check_swap.c:256
3954 msgid "Error getting swap devices\n"
3955 msgstr ""
3957 #: plugins/check_swap.c:259
3958 msgid "SWAP OK: No swap devices defined\n"
3959 msgstr ""
3961 #: plugins/check_swap.c:280 plugins/check_swap.c:322
3962 msgid "swapctl failed: "
3963 msgstr ""
3965 #: plugins/check_swap.c:281 plugins/check_swap.c:323
3966 msgid "Error in swapctl call\n"
3967 msgstr ""
3969 #: plugins/check_swap.c:360
3970 #, c-format
3971 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
3972 msgstr ""
3974 #: plugins/check_swap.c:438
3975 msgid "Warning threshold must be integer or percentage!"
3976 msgstr ""
3978 #: plugins/check_swap.c:456
3979 msgid "Critical threshold must be integer or percentage!"
3980 msgstr ""
3982 #: plugins/check_swap.c:510
3983 msgid "Warning percentage should be more than critical percentage"
3984 msgstr ""
3986 #: plugins/check_swap.c:514
3987 msgid "Warning free space should be more than critical free space"
3988 msgstr ""
3990 #: plugins/check_swap.c:528
3991 msgid "Check swap space on local machine."
3992 msgstr ""
3994 #: plugins/check_swap.c:537
3995 msgid ""
3996 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
3997 msgstr ""
3999 #: plugins/check_swap.c:539
4000 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
4001 msgstr ""
4003 #: plugins/check_swap.c:541
4004 msgid ""
4005 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
4006 msgstr ""
4008 #: plugins/check_swap.c:543
4009 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
4010 msgstr ""
4012 #: plugins/check_swap.c:545
4013 msgid "Conduct comparisons for all swap partitions, one by one"
4014 msgstr ""
4016 #: plugins/check_swap.c:547
4017 msgid "Verbose output. Up to 3 levels"
4018 msgstr ""
4020 #: plugins/check_swap.c:550
4021 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"
4022 msgstr ""
4024 #: plugins/check_tcp.c:199
4025 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
4026 msgstr ""
4028 #: plugins/check_tcp.c:220
4029 msgid "With UDP checks, a send/expect string must be specified."
4030 msgstr ""
4032 #: plugins/check_tcp.c:239
4033 #, c-format
4034 msgid "CRITICAL - Cannot retrieve server certificate.\n"
4035 msgstr ""
4037 #: plugins/check_tcp.c:428
4038 msgid "No arguments found"
4039 msgstr ""
4041 #: plugins/check_tcp.c:530
4042 msgid "Maxbytes must be a positive integer"
4043 msgstr ""
4045 #: plugins/check_tcp.c:548
4046 msgid "Refuse must be one of ok, warn, crit"
4047 msgstr ""
4049 #: plugins/check_tcp.c:558
4050 msgid "Mismatch must be one of ok, warn, crit"
4051 msgstr ""
4053 #: plugins/check_tcp.c:564
4054 msgid "Delay must be a positive integer"
4055 msgstr ""
4057 #: plugins/check_tcp.c:589
4058 msgid "You must provide a server address"
4059 msgstr ""
4061 #: plugins/check_tcp.c:591
4062 msgid "Invalid hostname, address or socket"
4063 msgstr ""
4065 #: plugins/check_tcp.c:605
4066 #, c-format
4067 msgid ""
4068 "This plugin tests %s connections with the specified host (or unix socket).\n"
4069 "\n"
4070 msgstr ""
4072 #: plugins/check_tcp.c:617
4073 msgid ""
4074 "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
4075 "quit option"
4076 msgstr ""
4078 #: plugins/check_tcp.c:618
4079 msgid "Default: nothing added to send, \\r\\n added to end of quit"
4080 msgstr ""
4082 #: plugins/check_tcp.c:620
4083 msgid "String to send to the server"
4084 msgstr ""
4086 #: plugins/check_tcp.c:622
4087 msgid "String to expect in server response"
4088 msgstr ""
4090 #: plugins/check_tcp.c:624
4091 msgid "String to send server to initiate a clean close of the connection"
4092 msgstr ""
4094 #: plugins/check_tcp.c:626
4095 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)"
4096 msgstr ""
4098 #: plugins/check_tcp.c:628
4099 msgid ""
4100 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4101 msgstr ""
4103 #: plugins/check_tcp.c:630
4104 msgid "Hide output from TCP socket"
4105 msgstr ""
4107 #: plugins/check_tcp.c:632
4108 msgid "Close connection once more than this number of bytes are received"
4109 msgstr ""
4111 #: plugins/check_tcp.c:634
4112 msgid "Seconds to wait between sending string and polling for response"
4113 msgstr ""
4115 #: plugins/check_tcp.c:640
4116 msgid "Use SSL for the connection."
4117 msgstr ""
4119 #: plugins/check_time.c:106
4120 #, c-format
4121 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4122 msgstr ""
4124 #: plugins/check_time.c:119
4125 #, c-format
4126 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4127 msgstr ""
4129 #: plugins/check_time.c:143
4130 #, c-format
4131 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4132 msgstr ""
4134 #: plugins/check_time.c:156
4135 #, c-format
4136 msgid "TIME %s - %d second response time|%s\n"
4137 msgstr ""
4139 #: plugins/check_time.c:174
4140 #, c-format
4141 msgid "TIME %s - %lu second time difference|%s %s\n"
4142 msgstr ""
4144 #: plugins/check_time.c:258
4145 msgid "Warning thresholds must be a positive integer"
4146 msgstr ""
4148 #: plugins/check_time.c:277
4149 msgid "Critical thresholds must be a positive integer"
4150 msgstr ""
4152 #: plugins/check_time.c:343
4153 msgid "This plugin will check the time on the specified host."
4154 msgstr ""
4156 #: plugins/check_time.c:354
4157 msgid "Use UDP to connect, not TCP"
4158 msgstr ""
4160 #: plugins/check_time.c:356
4161 msgid "Time difference (sec.) necessary to result in a warning status"
4162 msgstr ""
4164 #: plugins/check_time.c:358
4165 msgid "Time difference (sec.) necessary to result in a critical status"
4166 msgstr ""
4168 #: plugins/check_time.c:360
4169 msgid "Response time (sec.) necessary to result in warning status"
4170 msgstr ""
4172 #: plugins/check_time.c:362
4173 msgid "Response time (sec.) necessary to result in critical status"
4174 msgstr ""
4176 #: plugins/check_ups.c:147
4177 msgid "On Battery, Low Battery"
4178 msgstr ""
4180 #: plugins/check_ups.c:152
4181 msgid "Online"
4182 msgstr ""
4184 #: plugins/check_ups.c:155
4185 msgid "On Battery"
4186 msgstr ""
4188 #: plugins/check_ups.c:159
4189 msgid ", Low Battery"
4190 msgstr ""
4192 #: plugins/check_ups.c:163
4193 msgid ", Calibrating"
4194 msgstr ""
4196 #: plugins/check_ups.c:166
4197 msgid ", Replace Battery"
4198 msgstr ""
4200 #: plugins/check_ups.c:170
4201 msgid ", On Bypass"
4202 msgstr ""
4204 #: plugins/check_ups.c:173
4205 msgid ", Overload"
4206 msgstr ""
4208 #: plugins/check_ups.c:176
4209 msgid ", Trimming"
4210 msgstr ""
4212 #: plugins/check_ups.c:179
4213 msgid ", Boosting"
4214 msgstr ""
4216 #: plugins/check_ups.c:182
4217 msgid ", Charging"
4218 msgstr ""
4220 #: plugins/check_ups.c:185
4221 msgid ", Discharging"
4222 msgstr ""
4224 #: plugins/check_ups.c:188
4225 msgid ", Unknown"
4226 msgstr ""
4228 #: plugins/check_ups.c:327
4229 msgid "UPS does not support any available options\n"
4230 msgstr ""
4232 #: plugins/check_ups.c:351 plugins/check_ups.c:411
4233 msgid "Invalid response received from host"
4234 msgstr ""
4236 #: plugins/check_ups.c:419
4237 #, c-format
4238 msgid "CRITICAL - no such ups '%s' on that host\n"
4239 msgstr ""
4241 #: plugins/check_ups.c:429
4242 msgid "CRITICAL - UPS data is stale"
4243 msgstr ""
4245 #: plugins/check_ups.c:434
4246 #, c-format
4247 msgid "Unknown error: %s\n"
4248 msgstr ""
4250 #: plugins/check_ups.c:441
4251 msgid "Error: unable to parse variable"
4252 msgstr ""
4254 #: plugins/check_ups.c:548
4255 msgid "Unrecognized UPS variable"
4256 msgstr ""
4258 #: plugins/check_ups.c:586
4259 msgid "Error : no ups indicated"
4260 msgstr ""
4262 #: plugins/check_ups.c:606
4263 msgid ""
4264 "This plugin tests the UPS service on the specified host.Network UPS Tools "
4265 msgstr ""
4267 #: plugins/check_ups.c:607
4268 msgid "from www.networkupstools.org must be running for thisplugin to work."
4269 msgstr ""
4271 #: plugins/check_ups.c:618
4272 msgid "Name of UPS"
4273 msgstr ""
4275 #: plugins/check_ups.c:620
4276 msgid "Output of temperatures in Celsius"
4277 msgstr ""
4279 #: plugins/check_ups.c:622
4280 msgid "Valid values for STRING are"
4281 msgstr ""
4283 #: plugins/check_ups.c:635
4284 msgid ""
4285 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4286 msgstr ""
4288 #: plugins/check_ups.c:636
4289 msgid ""
4290 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4291 msgstr ""
4293 #: plugins/check_ups.c:637
4294 msgid ""
4295 "plugin will return an OK state. If the battery is on it will return a WARNING"
4296 msgstr ""
4298 #: plugins/check_ups.c:638
4299 msgid ""
4300 "state.If the UPS is off or has a low battery the plugin will return a "
4301 "CRITICAL"
4302 msgstr ""
4304 #: plugins/check_ups.c:639
4305 msgid "state."
4306 msgstr ""
4308 #: plugins/check_ups.c:641
4309 msgid ""
4310 "You may also specify a variable to check [such as temperature, utility "
4311 "voltage,"
4312 msgstr ""
4314 #: plugins/check_ups.c:642
4315 msgid ""
4316 "battery load, etc.]  as well as warning and critical thresholds for the "
4317 "value of"
4318 msgstr ""
4320 #: plugins/check_ups.c:643
4321 msgid ""
4322 "that variable.  If the remote host has multiple UPS that are being monitored "
4323 "you"
4324 msgstr ""
4326 #: plugins/check_ups.c:644
4327 msgid "will have to use the [ups] option to specify which UPS to check."
4328 msgstr ""
4330 #: plugins/check_ups.c:646
4331 msgid ""
4332 "This plugin requires that the UPSD daemon distributed with Russel Kroll's"
4333 msgstr ""
4335 #: plugins/check_ups.c:647
4336 msgid ""
4337 "Smart UPS Tools be installed on the remote host.  If you do not have the"
4338 msgstr ""
4340 #: plugins/check_ups.c:648
4341 msgid ""
4342 "package installed on your system, you can download it from http://www."
4343 "networkupstools.org"
4344 msgstr ""
4346 #: plugins/check_users.c:94
4347 #, c-format
4348 msgid "# users=%d"
4349 msgstr ""
4351 #: plugins/check_users.c:117
4352 msgid "Unable to read output"
4353 msgstr ""
4355 #: plugins/check_users.c:124
4356 #, c-format
4357 msgid "USERS %s - %d users currently logged in |%s\n"
4358 msgstr ""
4360 #: plugins/check_users.c:209
4361 msgid "This plugin checks the number of users currently logged in on the local"
4362 msgstr ""
4364 #: plugins/check_users.c:210
4365 msgid ""
4366 "system and generates an error if the number exceeds the thresholds specified."
4367 msgstr ""
4369 #: plugins/check_users.c:219
4370 msgid "Set WARNING status if more than INTEGER users are logged in"
4371 msgstr ""
4373 #: plugins/check_users.c:221
4374 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4375 msgstr ""
4377 #: plugins/check_ide_smart.c:231
4378 #, c-format
4379 msgid "CRITICAL - Couldn't open device %s: %s\n"
4380 msgstr ""
4382 #: plugins/check_ide_smart.c:236
4383 #, c-format
4384 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4385 msgstr ""
4387 #: plugins/check_ide_smart.c:297
4388 #, c-format
4389 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4390 msgstr ""
4392 #: plugins/check_ide_smart.c:366
4393 #, c-format
4394 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4395 msgstr ""
4397 #: plugins/check_ide_smart.c:374
4398 #, c-format
4399 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4400 msgstr ""
4402 #: plugins/check_ide_smart.c:382
4403 #, c-format
4404 msgid "OK - Operational (%d/%d tests passed)\n"
4405 msgstr ""
4407 #: plugins/check_ide_smart.c:386
4408 #, c-format
4409 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4410 msgstr ""
4412 #: plugins/check_ide_smart.c:419
4413 #, c-format
4414 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4415 msgstr ""
4417 #: plugins/check_ide_smart.c:425
4418 #, c-format
4419 msgid "OffLineCapability=%d {%s %s %s}\n"
4420 msgstr ""
4422 #: plugins/check_ide_smart.c:431
4423 #, c-format
4424 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4425 msgstr ""
4427 #: plugins/check_ide_smart.c:469
4428 #, c-format
4429 msgid "CRITICAL - %s: %s\n"
4430 msgstr ""
4432 #: plugins/check_ide_smart.c:488
4433 #, c-format
4434 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4435 msgstr ""
4437 #: plugins/check_ide_smart.c:505
4438 #, c-format
4439 msgid ""
4440 "This plugin checks a local hard drive with the (Linux specific) SMART "
4441 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4442 msgstr ""
4444 #: plugins/check_ide_smart.c:514
4445 msgid "Select device DEVICE"
4446 msgstr ""
4448 #: plugins/check_ide_smart.c:515
4449 msgid ""
4450 "Note: if the device is selected with this option, _no_ other options are "
4451 "accepted"
4452 msgstr ""
4454 #: plugins/check_ide_smart.c:517
4455 msgid "Perform immediately offline tests"
4456 msgstr ""
4458 #: plugins/check_ide_smart.c:519
4459 msgid "Returns the number of failed tests"
4460 msgstr ""
4462 #: plugins/check_ide_smart.c:521
4463 msgid "Turn on automatic offline tests"
4464 msgstr ""
4466 #: plugins/check_ide_smart.c:523
4467 msgid "Turn off automatic offline tests"
4468 msgstr ""
4470 #: plugins/check_ide_smart.c:525
4471 msgid "Output suitable for Nagios"
4472 msgstr ""
4474 #: plugins/negate.c:257
4475 msgid ""
4476 "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa)."
4477 msgstr ""
4479 #: plugins/negate.c:267
4480 msgid "[keep timeout than the plugin timeout to retain CRITICAL status]"
4481 msgstr ""
4483 #: plugins/negate.c:271
4484 msgid "Run check_ping and invert result. Must use full path to plugin"
4485 msgstr ""
4487 #: plugins/negate.c:273
4488 msgid "Use single quotes if you need to retain spaces"
4489 msgstr ""
4491 #: plugins/negate.c:277
4492 msgid ""
4493 "This plugin is a wrapper to take the output of another plugin and invert it."
4494 msgstr ""
4496 #: plugins/negate.c:278
4497 msgid ""
4498 "If the wrapped plugin returns STATE_OK, the wrapper will return "
4499 "STATE_CRITICAL."
4500 msgstr ""
4502 #: plugins/negate.c:279
4503 msgid ""
4504 "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
4505 "STATE_OK."
4506 msgstr ""
4508 #: plugins/negate.c:280
4509 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
4510 msgstr ""
4512 #: plugins/netutils.c:49
4513 #, c-format
4514 msgid "CRITICAL - Socket timeout after %d seconds\n"
4515 msgstr ""
4517 #: plugins/netutils.c:51
4518 #, c-format
4519 msgid "CRITICAL - Abnormal timeout after %d seconds\n"
4520 msgstr ""
4522 #: plugins/netutils.c:79 plugins/netutils.c:270
4523 msgid "Send failed"
4524 msgstr ""
4526 #: plugins/netutils.c:96 plugins/netutils.c:285
4527 msgid "No data was received from host!"
4528 msgstr ""
4530 #: plugins/netutils.c:193 plugins/netutils.c:229
4531 msgid "Socket creation failed"
4532 msgstr ""
4534 #: plugins/netutils.c:222
4535 msgid "Supplied path too long unix domain socket"
4536 msgstr ""
4538 #: plugins/netutils.c:294
4539 msgid "Receive failed"
4540 msgstr ""
4542 #: plugins/netutils.c:320
4543 #, c-format
4544 msgid "Invalid hostname/address - %s"
4545 msgstr ""
4547 #: plugins/popen.c:148
4548 msgid "Could not malloc argv array in popen()"
4549 msgstr ""
4551 #: plugins/popen.c:158
4552 msgid "CRITICAL - You need more args!!!"
4553 msgstr ""
4555 #: plugins/popen.c:207
4556 msgid "Cannot catch SIGCHLD"
4557 msgstr ""
4559 #: plugins/popen.c:302 plugins/utils.c:146
4560 #, c-format
4561 msgid "CRITICAL - Plugin timed out after %d seconds\n"
4562 msgstr ""
4564 #: plugins/popen.c:305
4565 msgid "CRITICAL - popen timeout received, but no child process"
4566 msgstr ""
4568 #: plugins/popen.c:321
4569 msgid "sysconf error for _SC_OPEN_MAX"
4570 msgstr ""
4572 #: plugins/urlize.c:137
4573 #, c-format
4574 msgid ""
4575 "%s UNKNOWN - No data received from host\n"
4576 "CMD: %s</A>\n"
4577 msgstr ""
4579 #: plugins/urlize.c:176
4580 msgid "This plugin wraps the text output of another command (plugin)"
4581 msgstr ""
4583 #: plugins/urlize.c:177
4584 msgid ""
4585 "in HTML <A> tags, thus displaying the plugin output in as a clickable link in"
4586 msgstr ""
4588 #: plugins/urlize.c:178
4589 msgid ""
4590 "the Nagios status screen.  The return status is the same as the invoked "
4591 "plugin."
4592 msgstr ""
4594 #: plugins/urlize.c:188
4595 msgid ""
4596 "Pay close attention to quoting to ensure that the shell passes the expected"
4597 msgstr ""
4599 #: plugins/urlize.c:189
4600 msgid "data to the plugin. For example, in:"
4601 msgstr ""
4603 #: plugins/urlize.c:190
4604 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
4605 msgstr ""
4607 #: plugins/urlize.c:191
4608 msgid "the shell will remove the single quotes and urlize will see:"
4609 msgstr ""
4611 #: plugins/urlize.c:192
4612 msgid "urlize http://example.com/ check_http -H example.com -r two words"
4613 msgstr ""
4615 #: plugins/urlize.c:193
4616 msgid "You probably want:"
4617 msgstr ""
4619 #: plugins/urlize.c:194
4620 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
4621 msgstr ""
4623 #: plugins/utils.c:441
4624 msgid "failed realloc in strpcpy\n"
4625 msgstr ""
4627 #: plugins/utils.c:483
4628 msgid "failed malloc in strscat\n"
4629 msgstr ""
4631 #: plugins-root/check_dhcp.c:300
4632 #, c-format
4633 msgid "Error: Could not get hardware address of interface '%s'\n"
4634 msgstr ""
4636 #: plugins-root/check_dhcp.c:322
4637 #, c-format
4638 msgid "Error: if_nametoindex error - %s.\n"
4639 msgstr ""
4641 #: plugins-root/check_dhcp.c:327
4642 #, c-format
4643 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
4644 msgstr ""
4646 #: plugins-root/check_dhcp.c:332
4647 #, c-format
4648 msgid ""
4649 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
4650 msgstr ""
4652 #: plugins-root/check_dhcp.c:337
4653 #, c-format
4654 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
4655 msgstr ""
4657 #: plugins-root/check_dhcp.c:363
4658 #, c-format
4659 msgid ""
4660 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
4661 "eg lnc0.\n"
4662 msgstr ""
4664 #: plugins-root/check_dhcp.c:368 plugins-root/check_dhcp.c:380
4665 #, c-format
4666 msgid ""
4667 "Error: can't read MAC address from DLPI streams interface for device %s unit "
4668 "%d.\n"
4669 msgstr ""
4671 #: plugins-root/check_dhcp.c:386
4672 #, c-format
4673 msgid "Error: can't get MAC address for this architecture.\n"
4674 msgstr ""
4676 #: plugins-root/check_dhcp.c:391
4677 #, c-format
4678 msgid "Hardware address: "
4679 msgstr ""
4681 #: plugins-root/check_dhcp.c:470
4682 #, c-format
4683 msgid "DHCPDISCOVER to %s port %d\n"
4684 msgstr ""
4686 #: plugins-root/check_dhcp.c:522
4687 #, c-format
4688 msgid "Result=ERROR\n"
4689 msgstr ""
4691 #: plugins-root/check_dhcp.c:528
4692 #, c-format
4693 msgid "Result=OK\n"
4694 msgstr ""
4696 #: plugins-root/check_dhcp.c:543
4697 #, c-format
4698 msgid "DHCPOFFER from IP address %s"
4699 msgstr ""
4701 #: plugins-root/check_dhcp.c:544
4702 #, c-format
4703 msgid " via %s\n"
4704 msgstr ""
4706 #: plugins-root/check_dhcp.c:551
4707 #, c-format
4708 msgid ""
4709 "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n"
4710 msgstr ""
4712 #: plugins-root/check_dhcp.c:573
4713 #, c-format
4714 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
4715 msgstr ""
4717 #: plugins-root/check_dhcp.c:591
4718 #, c-format
4719 msgid "Total responses seen on the wire: %d\n"
4720 msgstr ""
4722 #: plugins-root/check_dhcp.c:592
4723 #, c-format
4724 msgid "Valid responses for this machine: %d\n"
4725 msgstr ""
4727 #: plugins-root/check_dhcp.c:607
4728 #, c-format
4729 msgid "send_dhcp_packet result: %d\n"
4730 msgstr ""
4732 #: plugins-root/check_dhcp.c:636
4733 #, c-format
4734 msgid "No (more) data received\n"
4735 msgstr ""
4737 #: plugins-root/check_dhcp.c:655
4738 #, c-format
4739 msgid "recvfrom() failed, "
4740 msgstr ""
4742 #: plugins-root/check_dhcp.c:662
4743 #, c-format
4744 msgid "receive_dhcp_packet() result: %d\n"
4745 msgstr ""
4747 #: plugins-root/check_dhcp.c:663
4748 #, c-format
4749 msgid "receive_dhcp_packet() source: %s\n"
4750 msgstr ""
4752 #: plugins-root/check_dhcp.c:692
4753 #, c-format
4754 msgid "Error: Could not create socket!\n"
4755 msgstr ""
4757 #: plugins-root/check_dhcp.c:702
4758 #, c-format
4759 msgid "Error: Could not set reuse address option on DHCP socket!\n"
4760 msgstr ""
4762 #: plugins-root/check_dhcp.c:708
4763 #, c-format
4764 msgid "Error: Could not set broadcast option on DHCP socket!\n"
4765 msgstr ""
4767 #: plugins-root/check_dhcp.c:716
4768 #, c-format
4769 msgid ""
4770 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
4771 msgstr ""
4773 #: plugins-root/check_dhcp.c:726
4774 #, c-format
4775 msgid ""
4776 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
4777 msgstr ""
4779 #: plugins-root/check_dhcp.c:760
4780 #, c-format
4781 msgid "Requested server address: %s\n"
4782 msgstr ""
4784 #: plugins-root/check_dhcp.c:821
4785 #, c-format
4786 msgid "Lease Time: Infinite\n"
4787 msgstr ""
4789 #: plugins-root/check_dhcp.c:823
4790 #, c-format
4791 msgid "Lease Time: %lu seconds\n"
4792 msgstr ""
4794 #: plugins-root/check_dhcp.c:825
4795 #, c-format
4796 msgid "Renewal Time: Infinite\n"
4797 msgstr ""
4799 #: plugins-root/check_dhcp.c:827
4800 #, c-format
4801 msgid "Renewal Time: %lu seconds\n"
4802 msgstr ""
4804 #: plugins-root/check_dhcp.c:829
4805 #, c-format
4806 msgid "Rebinding Time: Infinite\n"
4807 msgstr ""
4809 #: plugins-root/check_dhcp.c:830
4810 #, c-format
4811 msgid "Rebinding Time: %lu seconds\n"
4812 msgstr ""
4814 #: plugins-root/check_dhcp.c:858
4815 #, c-format
4816 msgid "Added offer from server @ %s"
4817 msgstr ""
4819 #: plugins-root/check_dhcp.c:859
4820 #, c-format
4821 msgid " of IP address %s\n"
4822 msgstr ""
4824 #: plugins-root/check_dhcp.c:926
4825 #, c-format
4826 msgid "DHCP Server Match: Offerer=%s"
4827 msgstr ""
4829 #: plugins-root/check_dhcp.c:927
4830 #, c-format
4831 msgid " Requested=%s"
4832 msgstr ""
4834 #: plugins-root/check_dhcp.c:929
4835 #, c-format
4836 msgid " (duplicate)"
4837 msgstr ""
4839 #: plugins-root/check_dhcp.c:930
4840 #, c-format
4841 msgid "\n"
4842 msgstr ""
4844 #: plugins-root/check_dhcp.c:978
4845 #, c-format
4846 msgid "No DHCPOFFERs were received.\n"
4847 msgstr ""
4849 #: plugins-root/check_dhcp.c:982
4850 #, c-format
4851 msgid "Received %d DHCPOFFER(s)"
4852 msgstr ""
4854 #: plugins-root/check_dhcp.c:985
4855 #, c-format
4856 msgid ", %s%d of %d requested servers responded"
4857 msgstr ""
4859 #: plugins-root/check_dhcp.c:988
4860 #, c-format
4861 msgid ", requested address (%s) was %soffered"
4862 msgstr ""
4864 #: plugins-root/check_dhcp.c:988
4865 msgid "not "
4866 msgstr ""
4868 #: plugins-root/check_dhcp.c:990
4869 #, c-format
4870 msgid ", max lease time = "
4871 msgstr ""
4873 #: plugins-root/check_dhcp.c:992
4874 #, c-format
4875 msgid "Infinity"
4876 msgstr ""
4878 #: plugins-root/check_dhcp.c:1169
4879 #, c-format
4880 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
4881 msgstr ""
4883 #: plugins-root/check_dhcp.c:1181
4884 #, c-format
4885 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
4886 msgstr ""
4888 #: plugins-root/check_dhcp.c:1194
4889 #, c-format
4890 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
4891 msgstr ""
4893 #: plugins-root/check_dhcp.c:1206
4894 #, c-format
4895 msgid ""
4896 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
4897 msgstr ""
4899 #: plugins-root/check_dhcp.c:1230
4900 #, c-format
4901 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
4902 msgstr ""
4904 #: plugins-root/check_dhcp.c:1278
4905 msgid "This plugin tests the availability of DHCP servers on a network."
4906 msgstr ""
4908 #: plugins-root/check_dhcp.c:1289
4909 msgid "IP address of DHCP server that we must hear from"
4910 msgstr ""
4912 #: plugins-root/check_dhcp.c:1291
4913 msgid "IP address that should be offered by at least one DHCP server"
4914 msgstr ""
4916 #: plugins-root/check_dhcp.c:1293
4917 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
4918 msgstr ""
4920 #: plugins-root/check_dhcp.c:1295
4921 msgid "Interface to to use for listening (i.e. eth0)"
4922 msgstr ""
4924 #: plugins-root/check_icmp.c:1227
4925 msgid "specify a target"
4926 msgstr ""
4928 #: plugins-root/check_icmp.c:1229
4929 msgid "warning threshold (currently "
4930 msgstr ""
4932 #: plugins-root/check_icmp.c:1232
4933 msgid "critical threshold (currently "
4934 msgstr ""
4936 #: plugins-root/check_icmp.c:1235
4937 msgid "number of packets to send (currently "
4938 msgstr ""
4940 #: plugins-root/check_icmp.c:1238
4941 msgid "max packet interval (currently "
4942 msgstr ""
4944 #: plugins-root/check_icmp.c:1241
4945 msgid "max target interval (currently "
4946 msgstr ""
4948 #: plugins-root/check_icmp.c:1244
4949 msgid "number of alive hosts required for success"
4950 msgstr ""
4952 #: plugins-root/check_icmp.c:1247
4953 msgid "TTL on outgoing packets (currently "
4954 msgstr ""
4956 #: plugins-root/check_icmp.c:1250
4957 msgid "timeout value (seconds, currently  "
4958 msgstr ""
4960 #: plugins-root/check_icmp.c:1253
4961 msgid "icmp packet size (currenly ignored)"
4962 msgstr ""
4964 #: plugins-root/check_icmp.c:1255
4965 msgid "verbose"
4966 msgstr ""
4968 #: plugins-root/check_icmp.c:1258
4969 msgid "The -H switch is optional. Naming a host (or several) to check is not."
4970 msgstr ""
4972 #: plugins-root/check_icmp.c:1259
4973 msgid ""
4974 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
4975 msgstr ""
4977 #: plugins-root/check_icmp.c:1260
4978 msgid "packet loss.  The default values should work well for most users."
4979 msgstr ""
4981 #: plugins-root/check_icmp.c:1261
4982 msgid ""
4983 "You can specify different RTA factors using the standardized abbreviations"
4984 msgstr ""
4986 #: plugins-root/check_icmp.c:1262
4987 msgid ""
4988 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
4989 msgstr ""
4991 #: plugins-root/check_icmp.c:1267
4992 msgid "The -v switch can be specified several times for increased verbosity."
4993 msgstr ""