Fix for SSL Versioning when multiple options are used.
[monitoring-plugins.git] / po / nagios-plugins.pot
blob0fb2696bacf433ae026c3119602c7e076f3da629
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.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: devel@nagios-plugins.org\n"
11 "POT-Creation-Date: 2012-02-16 17:35-0600\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:86 plugins/check_cluster.c:76 plugins/check_dig.c:87
21 #: plugins/check_disk.c:190 plugins/check_dns.c:102 plugins/check_dummy.c:52
22 #: plugins/check_fping.c:89 plugins/check_game.c:82 plugins/check_hpjd.c:103
23 #: plugins/check_http.c:156 plugins/check_ldap.c:109 plugins/check_load.c:122
24 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85
25 #: plugins/check_nagios.c:91 plugins/check_nt.c:126 plugins/check_ntp.c:766
26 #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548
27 #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102
28 #: plugins/check_pgsql.c:154 plugins/check_ping.c:95 plugins/check_procs.c:147
29 #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:144
30 #: plugins/check_snmp.c:204 plugins/check_ssh.c:73 plugins/check_swap.c:110
31 #: plugins/check_tcp.c:209 plugins/check_time.c:78 plugins/check_ups.c:122
32 #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270
33 msgid "Could not parse arguments"
34 msgstr ""
36 #: plugins/check_by_ssh.c:90 plugins/check_dig.c:81 plugins/check_dns.c:95
37 #: plugins/check_nagios.c:95 plugins/check_pgsql.c:160 plugins/check_ping.c:99
38 #: plugins/check_procs.c:154 plugins/negate.c:76
39 msgid "Cannot catch SIGALRM"
40 msgstr ""
42 #: plugins/check_by_ssh.c:110
43 #, c-format
44 msgid "Remote command execution failed: %s\n"
45 msgstr ""
47 #: plugins/check_by_ssh.c:122
48 #, c-format
49 msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n"
50 msgstr ""
52 #: plugins/check_by_ssh.c:134
53 #, c-format
54 msgid "SSH WARNING: could not open %s\n"
55 msgstr ""
57 #: plugins/check_by_ssh.c:143
58 #, c-format
59 msgid "%s: Error parsing output\n"
60 msgstr ""
62 #: plugins/check_by_ssh.c:219 plugins/check_disk.c:467
63 #: plugins/check_http.c:255 plugins/check_ldap.c:293 plugins/check_pgsql.c:250
64 #: plugins/check_procs.c:366 plugins/check_radius.c:308
65 #: plugins/check_real.c:356 plugins/check_smtp.c:592 plugins/check_snmp.c:661
66 #: plugins/check_ssh.c:138 plugins/check_tcp.c:487 plugins/check_time.c:302
67 #: plugins/check_ups.c:556 plugins/negate.c:161
68 msgid "Timeout interval must be a positive integer"
69 msgstr ""
71 #: plugins/check_by_ssh.c:229 plugins/check_pgsql.c:274
72 #: plugins/check_radius.c:272 plugins/check_real.c:327
73 #: plugins/check_smtp.c:516 plugins/check_tcp.c:493 plugins/check_time.c:296
74 #: plugins/check_ups.c:518
75 msgid "Port must be a positive integer"
76 msgstr ""
78 #: plugins/check_by_ssh.c:290
79 msgid "skip-stdout argument must be an integer"
80 msgstr ""
82 #: plugins/check_by_ssh.c:298
83 msgid "skip-stderr argument must be an integer"
84 msgstr ""
86 #: plugins/check_by_ssh.c:317
87 #, c-format
88 msgid "%s: You must provide a host name\n"
89 msgstr ""
91 #: plugins/check_by_ssh.c:335
92 msgid "No remotecmd"
93 msgstr ""
95 #: plugins/check_by_ssh.c:349
96 #, c-format
97 msgid "%s: Argument limit of %d exceeded\n"
98 msgstr ""
100 #: plugins/check_by_ssh.c:352
101 msgid "Can not (re)allocate 'commargv' buffer\n"
102 msgstr ""
104 #: plugins/check_by_ssh.c:366
105 #, c-format
106 msgid ""
107 "%s: In passive mode, you must provide a service name for each command.\n"
108 msgstr ""
110 #: plugins/check_by_ssh.c:369
111 #, c-format
112 msgid ""
113 "%s: In passive mode, you must provide the host short name from the nagios "
114 "configs.\n"
115 msgstr ""
117 #: plugins/check_by_ssh.c:383
118 #, c-format
119 msgid "This plugin uses SSH to execute commands on a remote host"
120 msgstr ""
122 #: plugins/check_by_ssh.c:398
123 msgid "tell ssh to use Protocol 1 [optional]"
124 msgstr ""
126 #: plugins/check_by_ssh.c:400
127 msgid "tell ssh to use Protocol 2 [optional]"
128 msgstr ""
130 #: plugins/check_by_ssh.c:402
131 msgid "Ignore all or (if specified) first n lines on STDOUT [optional]"
132 msgstr ""
134 #: plugins/check_by_ssh.c:404
135 msgid "Ignore all or (if specified) first n lines on STDERR [optional]"
136 msgstr ""
138 #: plugins/check_by_ssh.c:406
139 msgid ""
140 "tells ssh to fork rather than create a tty [optional]. This will always "
141 "return OK if ssh is executed"
142 msgstr ""
144 #: plugins/check_by_ssh.c:408
145 msgid "command to execute on the remote machine"
146 msgstr ""
148 #: plugins/check_by_ssh.c:410
149 msgid "SSH user name on remote host [optional]"
150 msgstr ""
152 #: plugins/check_by_ssh.c:412
153 msgid "identity of an authorized key [optional]"
154 msgstr ""
156 #: plugins/check_by_ssh.c:414
157 msgid "external command file for nagios [optional]"
158 msgstr ""
160 #: plugins/check_by_ssh.c:416
161 msgid "list of nagios service names, separated by ':' [optional]"
162 msgstr ""
164 #: plugins/check_by_ssh.c:418
165 msgid "short name of host in nagios configuration [optional]"
166 msgstr ""
168 #: plugins/check_by_ssh.c:420
169 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
170 msgstr ""
172 #: plugins/check_by_ssh.c:422
173 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
174 msgstr ""
176 #: plugins/check_by_ssh.c:427
177 msgid "The most common mode of use is to refer to a local identity file with"
178 msgstr ""
180 #: plugins/check_by_ssh.c:428
181 msgid "the '-i' option. In this mode, the identity pair should have a null"
182 msgstr ""
184 #: plugins/check_by_ssh.c:429
185 msgid "passphrase and the public key should be listed in the authorized_keys"
186 msgstr ""
188 #: plugins/check_by_ssh.c:430
189 msgid "file of the remote host. Usually the key will be restricted to running"
190 msgstr ""
192 #: plugins/check_by_ssh.c:431
193 msgid "only one command on the remote server. If the remote SSH server tracks"
194 msgstr ""
196 #: plugins/check_by_ssh.c:432
197 msgid "invocation arguments, the one remote program may be an agent that can"
198 msgstr ""
200 #: plugins/check_by_ssh.c:433
201 msgid "execute additional commands as proxy"
202 msgstr ""
204 #: plugins/check_by_ssh.c:435
205 msgid "To use passive mode, provide multiple '-C' options, and provide"
206 msgstr ""
208 #: plugins/check_by_ssh.c:436
209 msgid ""
210 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
211 msgstr ""
213 #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261
214 #: plugins/check_dig.c:342 plugins/check_disk.c:905 plugins/check_http.c:1403
215 #: plugins/check_nagios.c:302 plugins/check_ntp.c:864
216 #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628
217 #: plugins/check_procs.c:751 plugins/negate.c:268 plugins/urlize.c:180
218 msgid "Examples:"
219 msgstr ""
221 #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274
222 #: plugins/check_dig.c:354 plugins/check_disk.c:922 plugins/check_dns.c:486
223 #: plugins/check_dummy.c:122 plugins/check_fping.c:432
224 #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1426
225 #: plugins/check_ldap.c:456 plugins/check_load.c:325 plugins/check_mrtg.c:382
226 #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:764
227 #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718
228 #: plugins/check_ntp_time.c:637 plugins/check_nwstat.c:1685
229 #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477
230 #: plugins/check_ping.c:601 plugins/check_procs.c:769
231 #: plugins/check_radius.c:385 plugins/check_real.c:451
232 #: plugins/check_smtp.c:840 plugins/check_snmp.c:1103 plugins/check_ssh.c:309
233 #: plugins/check_swap.c:558 plugins/check_tcp.c:648 plugins/check_time.c:371
234 #: plugins/check_ups.c:660 plugins/check_users.c:229
235 #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197
236 #: plugins-root/check_dhcp.c:1421 plugins-root/check_icmp.c:1347
237 msgid "Usage:"
238 msgstr ""
240 #: plugins/check_cluster.c:230
241 #, c-format
242 msgid "Host/Service Cluster Plugin for Nagios 2"
243 msgstr ""
245 #: plugins/check_cluster.c:236 plugins/check_nt.c:666
246 msgid "Options:"
247 msgstr ""
249 #: plugins/check_cluster.c:239
250 msgid "Check service cluster status"
251 msgstr ""
253 #: plugins/check_cluster.c:241
254 msgid "Check host cluster status"
255 msgstr ""
257 #: plugins/check_cluster.c:243
258 msgid "Optional prepended text output (i.e. \"Host cluster\")"
259 msgstr ""
261 #: plugins/check_cluster.c:245 plugins/check_cluster.c:248
262 msgid "Specifies the range of hosts or services in cluster that must be in a"
263 msgstr ""
265 #: plugins/check_cluster.c:246
266 msgid "non-OK state in order to return a WARNING status level"
267 msgstr ""
269 #: plugins/check_cluster.c:249
270 msgid "non-OK state in order to return a CRITICAL status level"
271 msgstr ""
273 #: plugins/check_cluster.c:251
274 msgid "The status codes of the hosts or services in the cluster, separated by"
275 msgstr ""
277 #: plugins/check_cluster.c:252
278 msgid "commas"
279 msgstr ""
281 #: plugins/check_cluster.c:257 plugins/check_game.c:318
282 #: plugins/check_http.c:1389 plugins/check_ldap.c:438 plugins/check_mrtg.c:363
283 #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414
284 #: plugins/check_nt.c:748 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689
285 #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670
286 #: plugins/check_overcr.c:456 plugins/check_snmp.c:1074
287 #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274
288 #: plugins-root/check_icmp.c:1322
289 msgid "Notes:"
290 msgstr ""
292 #: plugins/check_cluster.c:263
293 msgid ""
294 "Will alert critical if there are 3 or more service data points in a non-OK"
295 msgstr ""
297 #: plugins/check_cluster.c:264 plugins/check_ups.c:639
298 msgid "state."
299 msgstr ""
301 #: plugins/check_dig.c:99 plugins/check_dig.c:101
302 #, c-format
303 msgid "Looking for: '%s'\n"
304 msgstr ""
306 #: plugins/check_dig.c:108
307 msgid "dig returned an error status"
308 msgstr ""
310 #: plugins/check_dig.c:133
311 msgid "Server not found in ANSWER SECTION"
312 msgstr ""
314 #: plugins/check_dig.c:143
315 msgid "No ANSWER SECTION found"
316 msgstr ""
318 #: plugins/check_dig.c:170
319 msgid "Probably a non-existent host/domain"
320 msgstr ""
322 #: plugins/check_dig.c:230
323 #, c-format
324 msgid "Port must be a positive integer - %s"
325 msgstr ""
327 #: plugins/check_dig.c:241
328 #, c-format
329 msgid "Warning interval must be a positive integer - %s"
330 msgstr ""
332 #: plugins/check_dig.c:249
333 #, c-format
334 msgid "Critical interval must be a positive integer - %s"
335 msgstr ""
337 #: plugins/check_dig.c:257
338 #, c-format
339 msgid "Timeout interval must be a positive integer - %s"
340 msgstr ""
342 #: plugins/check_dig.c:316
343 #, c-format
344 msgid "This plugin test the DNS service on the specified host using dig"
345 msgstr ""
347 #: plugins/check_dig.c:329
348 msgid "Machine name to lookup"
349 msgstr ""
351 #: plugins/check_dig.c:331
352 msgid "Record type to lookup (default: A)"
353 msgstr ""
355 #: plugins/check_dig.c:333
356 msgid ""
357 "An address expected to be in the answer section. If not set, uses whatever"
358 msgstr ""
360 #: plugins/check_dig.c:334
361 msgid "was in -l"
362 msgstr ""
364 #: plugins/check_dig.c:336
365 msgid "Pass STRING as argument(s) to dig"
366 msgstr ""
368 #: plugins/check_disk.c:212
369 #, c-format
370 msgid "DISK %s: %s not found\n"
371 msgstr ""
373 #: plugins/check_disk.c:212 plugins/check_disk.c:937 plugins/check_dns.c:241
374 #: plugins/check_dummy.c:74 plugins/check_mysql.c:212
375 #: plugins/check_nagios.c:104 plugins/check_nagios.c:168
376 #: plugins/check_nagios.c:172 plugins/check_procs.c:290
377 #, c-format
378 msgid "CRITICAL"
379 msgstr ""
381 #: plugins/check_disk.c:541
382 #, c-format
383 msgid "unit type %s not known\n"
384 msgstr ""
386 #: plugins/check_disk.c:544
387 #, c-format
388 msgid "failed allocating storage for '%s'\n"
389 msgstr ""
391 #: plugins/check_disk.c:568 plugins/check_disk.c:606 plugins/check_disk.c:611
392 #: plugins/check_disk.c:618 plugins/check_disk.c:622 plugins/check_disk.c:662
393 #: plugins/check_disk.c:668 plugins/check_disk.c:687 plugins/check_dummy.c:77
394 #: plugins/check_dummy.c:80 plugins/check_procs.c:453
395 #, c-format
396 msgid "UNKNOWN"
397 msgstr ""
399 #: plugins/check_disk.c:568
400 msgid "Must set a threshold value before using -p\n"
401 msgstr ""
403 #: plugins/check_disk.c:606
404 msgid "Must set -E before selecting paths\n"
405 msgstr ""
407 #: plugins/check_disk.c:611
408 msgid "Must set group value before selecting paths\n"
409 msgstr ""
411 #: plugins/check_disk.c:618
412 msgid ""
413 "Paths need to be selected before using -i/-I. Use -A to select all paths "
414 "explicitly"
415 msgstr ""
417 #: plugins/check_disk.c:622 plugins/check_disk.c:668 plugins/check_procs.c:453
418 msgid "Could not compile regular expression"
419 msgstr ""
421 #: plugins/check_disk.c:662
422 msgid "Must set a threshold value before using -r/-R\n"
423 msgstr ""
425 #: plugins/check_disk.c:688
426 msgid "Regular expression did not match any path or disk"
427 msgstr ""
429 #: plugins/check_disk.c:734
430 msgid "Unknown argument"
431 msgstr ""
433 #: plugins/check_disk.c:768
434 #, c-format
435 msgid " for %s\n"
436 msgstr ""
438 #: plugins/check_disk.c:842
439 msgid ""
440 "This plugin checks the amount of used disk space on a mounted file system"
441 msgstr ""
443 #: plugins/check_disk.c:843
444 msgid ""
445 "and generates an alert if free space is less than one of the threshold values"
446 msgstr ""
448 #: plugins/check_disk.c:853
449 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
450 msgstr ""
452 #: plugins/check_disk.c:855
453 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
454 msgstr ""
456 #: plugins/check_disk.c:857
457 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
458 msgstr ""
460 #: plugins/check_disk.c:859
461 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
462 msgstr ""
464 #: plugins/check_disk.c:861
465 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
466 msgstr ""
468 #: plugins/check_disk.c:863
469 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
470 msgstr ""
472 #: plugins/check_disk.c:865
473 msgid "Path or partition (may be repeated)"
474 msgstr ""
476 #: plugins/check_disk.c:867
477 msgid "Ignore device (only works if -p unspecified)"
478 msgstr ""
480 #: plugins/check_disk.c:869
481 msgid "Clear thresholds"
482 msgstr ""
484 #: plugins/check_disk.c:871
485 msgid "For paths or partitions specified with -p, only check for exact paths"
486 msgstr ""
488 #: plugins/check_disk.c:873
489 msgid "Display only devices/mountpoints with errors"
490 msgstr ""
492 #: plugins/check_disk.c:875
493 msgid ""
494 "Group paths. Thresholds apply to (free-)space of all partitions together"
495 msgstr ""
497 #: plugins/check_disk.c:877
498 msgid "Same as '--units kB'"
499 msgstr ""
501 #: plugins/check_disk.c:879
502 msgid "Only check local filesystems"
503 msgstr ""
505 #: plugins/check_disk.c:881
506 msgid ""
507 "Only check local filesystems against thresholds. Yet call stat on remote "
508 "filesystems"
509 msgstr ""
511 #: plugins/check_disk.c:882
512 msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)"
513 msgstr ""
515 #: plugins/check_disk.c:884
516 msgid "Display the mountpoint instead of the partition"
517 msgstr ""
519 #: plugins/check_disk.c:886
520 msgid "Same as '--units MB'"
521 msgstr ""
523 #: plugins/check_disk.c:888
524 msgid "Explicitly select all paths. This is equivalent to -R '.*'"
525 msgstr ""
527 #: plugins/check_disk.c:890
528 msgid ""
529 "Case insensitive regular expression for path/partition (may be repeated)"
530 msgstr ""
532 #: plugins/check_disk.c:892
533 msgid "Regular expression for path or partition (may be repeated)"
534 msgstr ""
536 #: plugins/check_disk.c:894
537 msgid ""
538 "Regular expression to ignore selected path/partition (case insensitive) (may "
539 "be repeated)"
540 msgstr ""
542 #: plugins/check_disk.c:896
543 msgid ""
544 "Regular expression to ignore selected path or partition (may be repeated)"
545 msgstr ""
547 #: plugins/check_disk.c:899
548 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
549 msgstr ""
551 #: plugins/check_disk.c:902
552 msgid "Ignore all filesystems of indicated type (may be repeated)"
553 msgstr ""
555 #: plugins/check_disk.c:907
556 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
557 msgstr ""
559 #: plugins/check_disk.c:909
560 msgid ""
561 "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -"
562 "r regex"
563 msgstr ""
565 #: plugins/check_disk.c:910
566 msgid ""
567 "are grouped which means the freespace thresholds are applied to all disks "
568 "together"
569 msgstr ""
571 #: plugins/check_disk.c:912
572 msgid ""
573 "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use "
574 "100M/50M"
575 msgstr ""
577 #: plugins/check_disk.c:938
578 #, c-format
579 msgid "%s %s: %s\n"
580 msgstr ""
582 #: plugins/check_disk.c:938
583 msgid "is not accessible"
584 msgstr ""
586 #: plugins/check_dns.c:116
587 msgid "nslookup returned an error status"
588 msgstr ""
590 #: plugins/check_dns.c:134
591 msgid "Warning plugin error"
592 msgstr ""
594 #: plugins/check_dns.c:154
595 #, c-format
596 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
597 msgstr ""
599 #: plugins/check_dns.c:160
600 msgid "Non-authoritative answer:"
601 msgstr ""
603 #: plugins/check_dns.c:201
604 #, c-format
605 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
606 msgstr ""
608 #: plugins/check_dns.c:216
609 #, c-format
610 msgid "expected '%s' but got '%s'"
611 msgstr ""
613 #: plugins/check_dns.c:223
614 #, c-format
615 msgid "server %s is not authoritative for %s"
616 msgstr ""
618 #: plugins/check_dns.c:237 plugins/check_dummy.c:68 plugins/check_nagios.c:182
619 #: plugins/check_procs.c:283
620 #, c-format
621 msgid "OK"
622 msgstr ""
624 #: plugins/check_dns.c:239 plugins/check_dummy.c:71 plugins/check_mysql.c:209
625 #: plugins/check_nagios.c:182 plugins/check_procs.c:285
626 #, c-format
627 msgid "WARNING"
628 msgstr ""
630 #: plugins/check_dns.c:243
631 #, c-format
632 msgid "%.3f second response time"
633 msgid_plural "%.3f seconds response time"
634 msgstr[0] ""
635 msgstr[1] ""
637 #: plugins/check_dns.c:244
638 #, c-format
639 msgid ". %s returns %s"
640 msgstr ""
642 #: plugins/check_dns.c:248
643 #, c-format
644 msgid "DNS WARNING - %s\n"
645 msgstr ""
647 #: plugins/check_dns.c:249 plugins/check_dns.c:252 plugins/check_dns.c:255
648 msgid " Probably a non-existent host/domain"
649 msgstr ""
651 #: plugins/check_dns.c:251
652 #, c-format
653 msgid "DNS CRITICAL - %s\n"
654 msgstr ""
656 #: plugins/check_dns.c:254
657 #, c-format
658 msgid "DNS UNKNOWN - %s\n"
659 msgstr ""
661 #: plugins/check_dns.c:267
662 msgid "Note: nslookup is deprecated and may be removed from future releases."
663 msgstr ""
665 #: plugins/check_dns.c:268
666 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
667 msgstr ""
669 #: plugins/check_dns.c:269
670 msgid "the `-sil[ent]' option to prevent this message from appearing."
671 msgstr ""
673 #: plugins/check_dns.c:274
674 #, c-format
675 msgid "No response from DNS %s\n"
676 msgstr ""
678 #: plugins/check_dns.c:278
679 #, c-format
680 msgid "DNS %s has no records\n"
681 msgstr ""
683 #: plugins/check_dns.c:286
684 #, c-format
685 msgid "Connection to DNS %s was refused\n"
686 msgstr ""
688 #: plugins/check_dns.c:290
689 #, c-format
690 msgid "Query was refused by DNS server at %s\n"
691 msgstr ""
693 #: plugins/check_dns.c:294
694 #, c-format
695 msgid "No information returned by DNS server at %s\n"
696 msgstr ""
698 #: plugins/check_dns.c:300
699 #, c-format
700 msgid "Domain %s was not found by the server\n"
701 msgstr ""
703 #: plugins/check_dns.c:304
704 msgid "Network is unreachable\n"
705 msgstr ""
707 #: plugins/check_dns.c:308
708 #, c-format
709 msgid "DNS failure for %s\n"
710 msgstr ""
712 #: plugins/check_dns.c:372 plugins/check_dns.c:380 plugins/check_dns.c:387
713 #: plugins/check_dns.c:392 plugins/check_dns.c:414 plugins/check_dns.c:422
714 #: plugins/check_game.c:211 plugins/check_game.c:219
715 msgid "Input buffer overflow\n"
716 msgstr ""
718 #: plugins/check_dns.c:450
719 msgid ""
720 "This plugin uses the nslookup program to obtain the IP address for the given "
721 "host/domain query."
722 msgstr ""
724 #: plugins/check_dns.c:451
725 msgid "An optional DNS server to use may be specified."
726 msgstr ""
728 #: plugins/check_dns.c:452
729 msgid ""
730 "If no DNS server is specified, the default server(s) specified in /etc/"
731 "resolv.conf will be used."
732 msgstr ""
734 #: plugins/check_dns.c:462
735 msgid "The name or address you want to query"
736 msgstr ""
738 #: plugins/check_dns.c:464
739 msgid "Optional DNS server you want to use for the lookup"
740 msgstr ""
742 #: plugins/check_dns.c:466
743 msgid ""
744 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with"
745 msgstr ""
747 #: plugins/check_dns.c:467
748 msgid ""
749 "a dot (.). This option can be repeated multiple times (Returns OK if any"
750 msgstr ""
752 #: plugins/check_dns.c:468
753 msgid ""
754 "value match). If multiple addresses are returned at once, you have to match"
755 msgstr ""
757 #: plugins/check_dns.c:469
758 msgid ""
759 "the whole string of addresses separated with commas (sorted alphabetically)."
760 msgstr ""
762 #: plugins/check_dns.c:471
763 msgid "Optionally expect the DNS server to be authoritative for the lookup"
764 msgstr ""
766 #: plugins/check_dns.c:473
767 msgid "Return warning if elapsed time exceeds value. Default off"
768 msgstr ""
770 #: plugins/check_dns.c:475
771 msgid "Return critical if elapsed time exceeds value. Default off"
772 msgstr ""
774 #: plugins/check_dummy.c:62
775 msgid "Arguments to check_dummy must be an integer"
776 msgstr ""
778 #: plugins/check_dummy.c:82
779 #, c-format
780 msgid "Status %d is not a supported error state\n"
781 msgstr ""
783 #: plugins/check_dummy.c:104
784 msgid ""
785 "This plugin will simply return the state corresponding to the numeric value"
786 msgstr ""
788 #: plugins/check_dummy.c:106
789 msgid "of the <state> argument with optional text"
790 msgstr ""
792 #: plugins/check_fping.c:108 plugins/check_hpjd.c:128 plugins/check_ping.c:437
793 #: plugins/check_swap.c:175 plugins/check_users.c:73 plugins/urlize.c:110
794 #, c-format
795 msgid "Could not open pipe: %s\n"
796 msgstr ""
798 #: plugins/check_fping.c:114 plugins/check_hpjd.c:134 plugins/check_load.c:153
799 #: plugins/check_swap.c:181 plugins/check_users.c:79 plugins/urlize.c:116
800 #, c-format
801 msgid "Could not open stderr for %s\n"
802 msgstr ""
804 #: plugins/check_fping.c:154
805 #, c-format
806 msgid "FPING UNKNOW - %s not found\n"
807 msgstr ""
809 #: plugins/check_fping.c:158
810 #, c-format
811 msgid "FPING CRITICAL - %s is unreachable\n"
812 msgstr ""
814 #: plugins/check_fping.c:163
815 #, c-format
816 msgid "FPING CRITICAL - %s is down\n"
817 msgstr ""
819 #: plugins/check_fping.c:190
820 #, c-format
821 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
822 msgstr ""
824 #: plugins/check_fping.c:211
825 #, c-format
826 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
827 msgstr ""
829 #: plugins/check_fping.c:280 plugins/check_hpjd.c:338 plugins/check_hpjd.c:361
830 #: plugins/check_mysql.c:276 plugins/check_mysql.c:334 plugins/check_ntp.c:705
831 #: plugins/check_ntp_peer.c:491 plugins/check_ntp_time.c:492
832 #: plugins/check_pgsql.c:268 plugins/check_ping.c:295 plugins/check_ping.c:418
833 #: plugins/check_radius.c:264 plugins/check_real.c:314
834 #: plugins/check_real.c:376 plugins/check_smtp.c:509 plugins/check_smtp.c:638
835 #: plugins/check_ssh.c:157 plugins/check_time.c:240 plugins/check_time.c:315
836 #: plugins/check_ups.c:504 plugins/check_ups.c:573
837 msgid "Invalid hostname/address"
838 msgstr ""
840 #: plugins/check_fping.c:314
841 msgid "Packet size must be a positive integer"
842 msgstr ""
844 #: plugins/check_fping.c:320
845 msgid "Packet count must be a positive integer"
846 msgstr ""
848 #: plugins/check_fping.c:326
849 msgid "Target timeout must be a positive integer"
850 msgstr ""
852 #: plugins/check_fping.c:332
853 msgid "Interval must be a positive integer"
854 msgstr ""
856 #: plugins/check_fping.c:338 plugins/check_ntp.c:729
857 #: plugins/check_ntp_peer.c:518 plugins/check_ntp_time.c:519
858 #: plugins/check_radius.c:314 plugins/check_time.c:319
859 msgid "Hostname was not supplied"
860 msgstr ""
862 #: plugins/check_fping.c:358
863 #, c-format
864 msgid "%s: Only one threshold may be packet loss (%s)\n"
865 msgstr ""
867 #: plugins/check_fping.c:362
868 #, c-format
869 msgid "%s: Only one threshold must be packet loss (%s)\n"
870 msgstr ""
872 #: plugins/check_fping.c:394
873 msgid ""
874 "This plugin will use the fping command to ping the specified host for a fast "
875 "check"
876 msgstr ""
878 #: plugins/check_fping.c:396
879 msgid "Note that it is necessary to set the suid flag on fping."
880 msgstr ""
882 #: plugins/check_fping.c:406
883 msgid ""
884 "name or IP Address of host to ping (IP Address bypasses name lookup, "
885 "reducing system load)"
886 msgstr ""
888 #: plugins/check_fping.c:408 plugins/check_ping.c:573
889 msgid "warning threshold pair"
890 msgstr ""
892 #: plugins/check_fping.c:410 plugins/check_ping.c:575
893 msgid "critical threshold pair"
894 msgstr ""
896 #: plugins/check_fping.c:412
897 msgid "size of ICMP packet"
898 msgstr ""
900 #: plugins/check_fping.c:414
901 msgid "number of ICMP packets to send"
902 msgstr ""
904 #: plugins/check_fping.c:416
905 msgid "Target timeout (ms)"
906 msgstr ""
908 #: plugins/check_fping.c:418
909 msgid "Interval (ms) between sending packets"
910 msgstr ""
912 #: plugins/check_fping.c:421
913 #, c-format
914 msgid ""
915 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
916 "(ms)"
917 msgstr ""
919 #: plugins/check_fping.c:422
920 msgid ""
921 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
922 msgstr ""
924 #: plugins/check_fping.c:423
925 msgid "packet loss to trigger an alarm state."
926 msgstr ""
928 #: plugins/check_game.c:111
929 #, c-format
930 msgid "CRITICAL - Host type parameter incorrect!\n"
931 msgstr ""
933 #: plugins/check_game.c:126
934 #, c-format
935 msgid "CRITICAL - Host not found\n"
936 msgstr ""
938 #: plugins/check_game.c:130
939 #, c-format
940 msgid "CRITICAL - Game server down or unavailable\n"
941 msgstr ""
943 #: plugins/check_game.c:134
944 #, c-format
945 msgid "CRITICAL - Game server timeout\n"
946 msgstr ""
948 #: plugins/check_game.c:297
949 #, c-format
950 msgid "This plugin tests game server connections with the specified host."
951 msgstr ""
953 #: plugins/check_game.c:307
954 msgid "Optional port of which to connect"
955 msgstr ""
957 #: plugins/check_game.c:309
958 msgid "Field number in raw qstat output that contains game name"
959 msgstr ""
961 #: plugins/check_game.c:311
962 msgid "Field number in raw qstat output that contains map name"
963 msgstr ""
965 #: plugins/check_game.c:313
966 msgid "Field number in raw qstat output that contains ping time"
967 msgstr ""
969 #: plugins/check_game.c:319
970 msgid ""
971 "This plugin uses the 'qstat' command, the popular game server status query "
972 "tool."
973 msgstr ""
975 #: plugins/check_game.c:320
976 msgid ""
977 "If you don't have the package installed, you will need to download it from"
978 msgstr ""
980 #: plugins/check_game.c:321
981 msgid ""
982 "http://www.activesw.com/people/steve/qstat.html before you can use this "
983 "plugin."
984 msgstr ""
986 #: plugins/check_hpjd.c:239
987 msgid "Paper Jam"
988 msgstr ""
990 #: plugins/check_hpjd.c:243
991 msgid "Out of Paper"
992 msgstr ""
994 #: plugins/check_hpjd.c:248
995 msgid "Printer Offline"
996 msgstr ""
998 #: plugins/check_hpjd.c:253
999 msgid "Peripheral Error"
1000 msgstr ""
1002 #: plugins/check_hpjd.c:257
1003 msgid "Intervention Required"
1004 msgstr ""
1006 #: plugins/check_hpjd.c:261
1007 msgid "Toner Low"
1008 msgstr ""
1010 #: plugins/check_hpjd.c:265
1011 msgid "Insufficient Memory"
1012 msgstr ""
1014 #: plugins/check_hpjd.c:269
1015 msgid "A Door is Open"
1016 msgstr ""
1018 #: plugins/check_hpjd.c:273
1019 msgid "Output Tray is Full"
1020 msgstr ""
1022 #: plugins/check_hpjd.c:277
1023 msgid "Data too Slow for Engine"
1024 msgstr ""
1026 #: plugins/check_hpjd.c:281
1027 msgid "Unknown Paper Error"
1028 msgstr ""
1030 #: plugins/check_hpjd.c:286
1031 #, c-format
1032 msgid "Printer ok - (%s)\n"
1033 msgstr ""
1035 #: plugins/check_hpjd.c:391
1036 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
1037 msgstr ""
1039 #: plugins/check_hpjd.c:392
1040 msgid "Net-snmp must be installed on the computer running the plugin."
1041 msgstr ""
1043 #: plugins/check_hpjd.c:402
1044 msgid "The SNMP community name "
1045 msgstr ""
1047 #: plugins/check_hpjd.c:403
1048 #, c-format
1049 msgid "(default=%s)"
1050 msgstr ""
1052 #: plugins/check_http.c:285 plugins/check_tcp.c:556
1053 msgid "Invalid certificate expiration period"
1054 msgstr ""
1056 #: plugins/check_http.c:294 plugins/check_tcp.c:568
1057 msgid "Invalid option - SSL is not available"
1058 msgstr ""
1060 #: plugins/check_http.c:318
1061 msgid "Invalid onredirect option"
1062 msgstr ""
1064 #: plugins/check_http.c:320
1065 #, c-format
1066 msgid "option f:%d \n"
1067 msgstr ""
1069 #: plugins/check_http.c:341
1070 msgid "Invalid port number"
1071 msgstr ""
1073 #: plugins/check_http.c:389
1074 #, c-format
1075 msgid "Could Not Compile Regular Expression: %s"
1076 msgstr ""
1078 #: plugins/check_http.c:403 plugins/check_ntp.c:718
1079 #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508
1080 #: plugins/check_smtp.c:618 plugins/check_ssh.c:149 plugins/check_tcp.c:460
1081 msgid "IPv6 support not available"
1082 msgstr ""
1084 #: plugins/check_http.c:465 plugins/check_ping.c:422
1085 msgid "You must specify a server address or host name"
1086 msgstr ""
1088 #: plugins/check_http.c:600 plugins/check_http.c:768
1089 msgid "HTTP UNKNOWN - Memory allocation error\n"
1090 msgstr ""
1092 #: plugins/check_http.c:672
1093 #, c-format
1094 msgid "%sServer date unknown, "
1095 msgstr ""
1097 #: plugins/check_http.c:675
1098 #, c-format
1099 msgid "%sDocument modification date unknown, "
1100 msgstr ""
1102 #: plugins/check_http.c:682
1103 #, c-format
1104 msgid "%sServer date \"%100s\" unparsable, "
1105 msgstr ""
1107 #: plugins/check_http.c:685
1108 #, c-format
1109 msgid "%sDocument date \"%100s\" unparsable, "
1110 msgstr ""
1112 #: plugins/check_http.c:688
1113 #, c-format
1114 msgid "%sDocument is %d seconds in the future, "
1115 msgstr ""
1117 #: plugins/check_http.c:693
1118 #, c-format
1119 msgid "%sLast modified %.1f days ago, "
1120 msgstr ""
1122 #: plugins/check_http.c:696
1123 #, c-format
1124 msgid "%sLast modified %d:%02d:%02d ago, "
1125 msgstr ""
1127 #: plugins/check_http.c:798
1128 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
1129 msgstr ""
1131 #: plugins/check_http.c:901
1132 msgid "HTTP CRITICAL - Error on receive\n"
1133 msgstr ""
1135 #: plugins/check_http.c:911
1136 msgid "HTTP CRITICAL - No data received from host\n"
1137 msgstr ""
1139 #: plugins/check_http.c:962
1140 #, c-format
1141 msgid "Invalid HTTP response received from host: %s\n"
1142 msgstr ""
1144 #: plugins/check_http.c:966
1145 #, c-format
1146 msgid "Invalid HTTP response received from host on port %d: %s\n"
1147 msgstr ""
1149 #: plugins/check_http.c:975
1150 #, c-format
1151 msgid "Status line output matched \"%s\" - "
1152 msgstr ""
1154 #: plugins/check_http.c:986
1155 #, c-format
1156 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
1157 msgstr ""
1159 #: plugins/check_http.c:993
1160 #, c-format
1161 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
1162 msgstr ""
1164 #: plugins/check_http.c:997 plugins/check_http.c:1002
1165 #: plugins/check_http.c:1012 plugins/check_http.c:1016
1166 #, c-format
1167 msgid "%s - "
1168 msgstr ""
1170 #: plugins/check_http.c:1036
1171 #, c-format
1172 msgid "%sstring '%s' not found on '%s://%s:%d%s', "
1173 msgstr ""
1175 #: plugins/check_http.c:1049
1176 #, c-format
1177 msgid "%spattern not found, "
1178 msgstr ""
1180 #: plugins/check_http.c:1051
1181 #, c-format
1182 msgid "%spattern found, "
1183 msgstr ""
1185 #: plugins/check_http.c:1057
1186 #, c-format
1187 msgid "%sExecute Error: %s, "
1188 msgstr ""
1190 #: plugins/check_http.c:1073
1191 #, c-format
1192 msgid "%spage size %d too large, "
1193 msgstr ""
1195 #: plugins/check_http.c:1076
1196 #, c-format
1197 msgid "%spage size %d too small, "
1198 msgstr ""
1200 #: plugins/check_http.c:1088
1201 #, c-format
1202 msgid "%s - %d bytes in %.3f second response time %s|%s %s"
1203 msgstr ""
1205 #: plugins/check_http.c:1125
1206 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1207 msgstr ""
1209 #: plugins/check_http.c:1129 plugins/check_http.c:1160
1210 msgid "HTTP UNKNOWN - Could not allocate URL\n"
1211 msgstr ""
1213 #: plugins/check_http.c:1138
1214 #, c-format
1215 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1216 msgstr ""
1218 #: plugins/check_http.c:1153
1219 #, c-format
1220 msgid "HTTP UNKNOWN - Empty redirect location%s\n"
1221 msgstr ""
1223 #: plugins/check_http.c:1203
1224 #, c-format
1225 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1226 msgstr ""
1228 #: plugins/check_http.c:1213
1229 #, c-format
1230 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1231 msgstr ""
1233 #: plugins/check_http.c:1221
1234 #, c-format
1235 msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1236 msgstr ""
1238 #: plugins/check_http.c:1242
1239 #, c-format
1240 msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n"
1241 msgstr ""
1243 #: plugins/check_http.c:1247
1244 #, c-format
1245 msgid "Redirection to %s://%s:%d%s\n"
1246 msgstr ""
1248 #: plugins/check_http.c:1298
1249 msgid "This plugin tests the HTTP service on the specified host. It can test"
1250 msgstr ""
1252 #: plugins/check_http.c:1299
1253 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1254 msgstr ""
1256 #: plugins/check_http.c:1300
1257 msgid "strings and regular expressions, check connection times, and report on"
1258 msgstr ""
1260 #: plugins/check_http.c:1301
1261 msgid "certificate expiration times."
1262 msgstr ""
1264 #: plugins/check_http.c:1307
1265 #, c-format
1266 msgid "NOTE: One or both of -H and -I must be specified"
1267 msgstr ""
1269 #: plugins/check_http.c:1315
1270 msgid "Host name argument for servers using host headers (virtual host)"
1271 msgstr ""
1273 #: plugins/check_http.c:1316
1274 msgid "Append a port to include it in the header (eg: example.com:5000)"
1275 msgstr ""
1277 #: plugins/check_http.c:1318
1278 msgid ""
1279 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1280 msgstr ""
1282 #: plugins/check_http.c:1320
1283 msgid "Port number (default: "
1284 msgstr ""
1286 #: plugins/check_http.c:1327
1287 msgid "Connect via SSL. Port defaults to 443"
1288 msgstr ""
1290 #: plugins/check_http.c:1329
1291 msgid "Enable SSL/TLS hostname extension support (SNI)"
1292 msgstr ""
1294 #: plugins/check_http.c:1331
1295 msgid ""
1296 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1297 msgstr ""
1299 #: plugins/check_http.c:1332
1300 msgid "(when this option is used the URL is not checked.)\n"
1301 msgstr ""
1303 #: plugins/check_http.c:1336
1304 msgid "Comma-delimited list of strings, at least one of them is expected in"
1305 msgstr ""
1307 #: plugins/check_http.c:1337
1308 msgid "the first (status) line of the server response (default: "
1309 msgstr ""
1311 #: plugins/check_http.c:1339
1312 msgid ""
1313 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1314 msgstr ""
1316 #: plugins/check_http.c:1341
1317 msgid "String to expect in the content"
1318 msgstr ""
1320 #: plugins/check_http.c:1343
1321 msgid "URL to GET or POST (default: /)"
1322 msgstr ""
1324 #: plugins/check_http.c:1345
1325 msgid "URL encoded http POST data"
1326 msgstr ""
1328 #: plugins/check_http.c:1347
1329 msgid "Set HTTP method."
1330 msgstr ""
1332 #: plugins/check_http.c:1349
1333 msgid "Don't wait for document body: stop reading after headers."
1334 msgstr ""
1336 #: plugins/check_http.c:1350
1337 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1338 msgstr ""
1340 #: plugins/check_http.c:1352
1341 msgid "Warn if document is more than SECONDS old. the number can also be of"
1342 msgstr ""
1344 #: plugins/check_http.c:1353
1345 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1346 msgstr ""
1348 #: plugins/check_http.c:1355
1349 msgid "specify Content-Type header media type when POSTing\n"
1350 msgstr ""
1352 #: plugins/check_http.c:1358
1353 msgid "Allow regex to span newlines (must precede -r or -R)"
1354 msgstr ""
1356 #: plugins/check_http.c:1360
1357 msgid "Search page for regex STRING"
1358 msgstr ""
1360 #: plugins/check_http.c:1362
1361 msgid "Search page for case-insensitive regex STRING"
1362 msgstr ""
1364 #: plugins/check_http.c:1364
1365 msgid "Return CRITICAL if found, OK if not\n"
1366 msgstr ""
1368 #: plugins/check_http.c:1367
1369 msgid "Username:password on sites with basic authentication"
1370 msgstr ""
1372 #: plugins/check_http.c:1369
1373 msgid "Username:password on proxy-servers with basic authentication"
1374 msgstr ""
1376 #: plugins/check_http.c:1371
1377 msgid "String to be sent in http header as \"User Agent\""
1378 msgstr ""
1380 #: plugins/check_http.c:1373
1381 msgid ""
1382 "Any other tags to be sent in http header. Use multiple times for additional "
1383 "headers"
1384 msgstr ""
1386 #: plugins/check_http.c:1375
1387 msgid "Wrap output in HTML link (obsoleted by urlize)"
1388 msgstr ""
1390 #: plugins/check_http.c:1377
1391 msgid "How to handle redirected pages. sticky is like follow but stick to the"
1392 msgstr ""
1394 #: plugins/check_http.c:1378
1395 msgid "specified IP address. stickyport also ensures port stays the same."
1396 msgstr ""
1398 #: plugins/check_http.c:1380
1399 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1400 msgstr ""
1402 #: plugins/check_http.c:1390
1403 msgid "This plugin will attempt to open an HTTP connection with the host."
1404 msgstr ""
1406 #: plugins/check_http.c:1391
1407 msgid ""
1408 "Successful connects return STATE_OK, refusals and timeouts return "
1409 "STATE_CRITICAL"
1410 msgstr ""
1412 #: plugins/check_http.c:1392
1413 msgid ""
1414 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1415 "reponse"
1416 msgstr ""
1418 #: plugins/check_http.c:1393
1419 msgid ""
1420 "messages from the host result in STATE_WARNING return values.  If you are"
1421 msgstr ""
1423 #: plugins/check_http.c:1394
1424 msgid ""
1425 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1426 msgstr ""
1428 #: plugins/check_http.c:1395
1429 msgid "(fully qualified domain name) as the [host_name] argument."
1430 msgstr ""
1432 #: plugins/check_http.c:1399
1433 msgid "This plugin can also check whether an SSL enabled web server is able to"
1434 msgstr ""
1436 #: plugins/check_http.c:1400
1437 msgid "serve content (optionally within a specified time) or whether the X509 "
1438 msgstr ""
1440 #: plugins/check_http.c:1401
1441 msgid "certificate is still valid for the specified number of days."
1442 msgstr ""
1444 #: plugins/check_http.c:1405
1445 msgid ""
1446 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1447 msgstr ""
1449 #: plugins/check_http.c:1406
1450 msgid ""
1451 "a STATE_OK will be returned. When the server returns its content but exceeds"
1452 msgstr ""
1454 #: plugins/check_http.c:1407
1455 msgid ""
1456 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1457 "occurs,"
1458 msgstr ""
1460 #: plugins/check_http.c:1408
1461 msgid "a STATE_CRITICAL will be returned."
1462 msgstr ""
1464 #: plugins/check_http.c:1411
1465 msgid ""
1466 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1467 msgstr ""
1469 #: plugins/check_http.c:1412
1470 msgid ""
1471 "a STATE_OK is returned. When the certificate is still valid, but for less "
1472 "than"
1473 msgstr ""
1475 #: plugins/check_http.c:1413
1476 msgid ""
1477 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1478 msgstr ""
1480 #: plugins/check_http.c:1414
1481 msgid "the certificate is expired."
1482 msgstr ""
1484 #: plugins/check_ldap.c:133
1485 #, c-format
1486 msgid "Could not connect to the server at port %i\n"
1487 msgstr ""
1489 #: plugins/check_ldap.c:142
1490 #, c-format
1491 msgid "Could not set protocol version %d\n"
1492 msgstr ""
1494 #: plugins/check_ldap.c:157
1495 #, c-format
1496 msgid "Could not init TLS at port %i!\n"
1497 msgstr ""
1499 #: plugins/check_ldap.c:161
1500 #, c-format
1501 msgid "TLS not supported by the libraries!\n"
1502 msgstr ""
1504 #: plugins/check_ldap.c:181
1505 #, c-format
1506 msgid "Could not init startTLS at port %i!\n"
1507 msgstr ""
1509 #: plugins/check_ldap.c:185
1510 #, c-format
1511 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1512 msgstr ""
1514 #: plugins/check_ldap.c:195
1515 #, c-format
1516 msgid "Could not bind to the LDAP server\n"
1517 msgstr ""
1519 #: plugins/check_ldap.c:204
1520 #, c-format
1521 msgid "Could not search/find objectclasses in %s\n"
1522 msgstr ""
1524 #: plugins/check_ldap.c:227
1525 #, c-format
1526 msgid "LDAP %s - %.3f seconds response time|%s\n"
1527 msgstr ""
1529 #: plugins/check_ldap.c:339 plugins/check_ldap.c:347
1530 #, c-format
1531 msgid "%s cannot be combined with %s"
1532 msgstr ""
1534 #: plugins/check_ldap.c:353 plugins/check_ping.c:246
1535 msgid "IPv6 support not available\n"
1536 msgstr ""
1538 #: plugins/check_ldap.c:379
1539 msgid "Please specify the host name\n"
1540 msgstr ""
1542 #: plugins/check_ldap.c:382
1543 msgid "Please specify the LDAP base\n"
1544 msgstr ""
1546 #: plugins/check_ldap.c:411
1547 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1548 msgstr ""
1550 #: plugins/check_ldap.c:413
1551 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1552 msgstr ""
1554 #: plugins/check_ldap.c:415
1555 msgid "ldap bind DN (if required)"
1556 msgstr ""
1558 #: plugins/check_ldap.c:417
1559 msgid "ldap password (if required)"
1560 msgstr ""
1562 #: plugins/check_ldap.c:419
1563 msgid "use starttls mechanism introduced in protocol version 3"
1564 msgstr ""
1566 #: plugins/check_ldap.c:421
1567 msgid "use ldaps (ldap v2 ssl method). this also sets the default port to"
1568 msgstr ""
1570 #: plugins/check_ldap.c:425
1571 msgid "use ldap protocol version 2"
1572 msgstr ""
1574 #: plugins/check_ldap.c:427
1575 msgid "use ldap protocol version 3"
1576 msgstr ""
1578 #: plugins/check_ldap.c:428
1579 msgid "default protocol version:"
1580 msgstr ""
1582 #: plugins/check_ldap.c:439
1583 msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"
1584 msgstr ""
1586 #: plugins/check_ldap.c:440
1587 #, c-format
1588 msgid ""
1589 " implied (using default port %i) unless --port=636 is specified. In that "
1590 "case\n"
1591 msgstr ""
1593 #: plugins/check_ldap.c:441
1594 msgid "'SSL on connect' will be used no matter how the plugin was called."
1595 msgstr ""
1597 #: plugins/check_ldap.c:442
1598 msgid ""
1599 "This detection is deprecated, please use 'check_ldap' with the '--starttls' "
1600 "or '--ssl' flags"
1601 msgstr ""
1603 #: plugins/check_ldap.c:443
1604 msgid "to define the behaviour explicitly instead."
1605 msgstr ""
1607 #: plugins/check_load.c:87
1608 msgid "Warning threshold must be float or float triplet!\n"
1609 msgstr ""
1611 #: plugins/check_load.c:132 plugins/check_load.c:148
1612 #, c-format
1613 msgid "Error opening %s\n"
1614 msgstr ""
1616 #: plugins/check_load.c:160
1617 #, c-format
1618 msgid "Error code %d returned in %s\n"
1619 msgstr ""
1621 #: plugins/check_load.c:175
1622 #, c-format
1623 msgid "Error in getloadavg()\n"
1624 msgstr ""
1626 #: plugins/check_load.c:178 plugins/check_load.c:180
1627 #, c-format
1628 msgid "Error processing %s\n"
1629 msgstr ""
1631 #: plugins/check_load.c:189
1632 #, c-format
1633 msgid "load average: %.2f, %.2f, %.2f"
1634 msgstr ""
1636 #: plugins/check_load.c:282
1637 #, c-format
1638 msgid "Critical threshold for %d-minute load average is not specified\n"
1639 msgstr ""
1641 #: plugins/check_load.c:284
1642 #, c-format
1643 msgid "Warning threshold for %d-minute load average is not specified\n"
1644 msgstr ""
1646 #: plugins/check_load.c:286
1647 #, c-format
1648 msgid ""
1649 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1650 "\"critical load\"\n"
1651 msgstr ""
1653 #: plugins/check_load.c:302
1654 #, c-format
1655 msgid "This plugin tests the current system load average."
1656 msgstr ""
1658 #: plugins/check_load.c:312
1659 msgid "Exit with WARNING status if load average exceeds WLOADn"
1660 msgstr ""
1662 #: plugins/check_load.c:314
1663 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1664 msgstr ""
1666 #: plugins/check_load.c:315
1667 msgid "the load average format is the same used by \"uptime\" and \"w\""
1668 msgstr ""
1670 #: plugins/check_load.c:317
1671 msgid "Divide the load averages by the number of CPUs (when possible)"
1672 msgstr ""
1674 #: plugins/check_mrtg.c:75
1675 msgid "Could not parse arguments\n"
1676 msgstr ""
1678 #: plugins/check_mrtg.c:80
1679 #, c-format
1680 msgid "Unable to open MRTG log file\n"
1681 msgstr ""
1683 #: plugins/check_mrtg.c:127
1684 #, c-format
1685 msgid "Unable to process MRTG log file\n"
1686 msgstr ""
1688 #: plugins/check_mrtg.c:135 plugins/check_mrtgtraf.c:136
1689 #, c-format
1690 msgid "MRTG data has expired (%d minutes old)\n"
1691 msgstr ""
1693 #: plugins/check_mrtg.c:152 plugins/check_mrtgtraf.c:195
1694 #: plugins/check_mrtgtraf.c:196
1695 msgid "Avg"
1696 msgstr ""
1698 #: plugins/check_mrtg.c:152 plugins/check_mrtgtraf.c:195
1699 #: plugins/check_mrtgtraf.c:196
1700 msgid "Max"
1701 msgstr ""
1703 #: plugins/check_mrtg.c:221
1704 msgid "Invalid variable number"
1705 msgstr ""
1707 #: plugins/check_mrtg.c:256
1708 #, c-format
1709 msgid ""
1710 "%s is not a valid expiration time\n"
1711 "Use '%s -h' for additional help\n"
1712 msgstr ""
1714 #: plugins/check_mrtg.c:273
1715 msgid "Invalid variable number\n"
1716 msgstr ""
1718 #: plugins/check_mrtg.c:300
1719 msgid "You must supply the variable number"
1720 msgstr ""
1722 #: plugins/check_mrtg.c:321
1723 msgid ""
1724 "This plugin will check either the average or maximum value of one of the"
1725 msgstr ""
1727 #: plugins/check_mrtg.c:322
1728 msgid "two variables recorded in an MRTG log file."
1729 msgstr ""
1731 #: plugins/check_mrtg.c:332
1732 msgid "The MRTG log file containing the data you want to monitor"
1733 msgstr ""
1735 #: plugins/check_mrtg.c:334
1736 msgid "Minutes before MRTG data is considered to be too old"
1737 msgstr ""
1739 #: plugins/check_mrtg.c:336
1740 msgid "Should we check average or maximum values?"
1741 msgstr ""
1743 #: plugins/check_mrtg.c:338
1744 msgid "Which variable set should we inspect? (1 or 2)"
1745 msgstr ""
1747 #: plugins/check_mrtg.c:340
1748 msgid "Threshold value for data to result in WARNING status"
1749 msgstr ""
1751 #: plugins/check_mrtg.c:342
1752 msgid "Threshold value for data to result in CRITICAL status"
1753 msgstr ""
1755 #: plugins/check_mrtg.c:344
1756 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1757 msgstr ""
1759 #: plugins/check_mrtg.c:346
1760 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1761 msgstr ""
1763 #: plugins/check_mrtg.c:347
1764 #, c-format
1765 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1766 msgstr ""
1768 #: plugins/check_mrtg.c:350
1769 msgid ""
1770 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1771 msgstr ""
1773 #: plugins/check_mrtg.c:351
1774 msgid ""
1775 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1776 msgstr ""
1778 #: plugins/check_mrtg.c:352
1779 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1780 msgstr ""
1782 #: plugins/check_mrtg.c:353
1783 msgid "status is returned and a warning message is printed."
1784 msgstr ""
1786 #: plugins/check_mrtg.c:356
1787 msgid ""
1788 "This plugin is useful for monitoring MRTG data that does not correspond to"
1789 msgstr ""
1791 #: plugins/check_mrtg.c:357
1792 msgid ""
1793 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1794 msgstr ""
1796 #: plugins/check_mrtg.c:358
1797 msgid ""
1798 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1799 msgstr ""
1801 #: plugins/check_mrtg.c:359
1802 msgid ""
1803 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1804 msgstr ""
1806 #: plugins/check_mrtg.c:360
1807 msgid ""
1808 "me to track processor utilization, user connections, drive space, etc and"
1809 msgstr ""
1811 #: plugins/check_mrtg.c:361
1812 msgid "this plugin works well for monitoring that kind of data as well."
1813 msgstr ""
1815 #: plugins/check_mrtg.c:364
1816 msgid ""
1817 "- This plugin only monitors one of the two variables stored in the MRTG log"
1818 msgstr ""
1820 #: plugins/check_mrtg.c:365
1821 msgid "file.  If you want to monitor both values you will have to define two"
1822 msgstr ""
1824 #: plugins/check_mrtg.c:366
1825 msgid "commands with different values for the <variable> argument.  Of course,"
1826 msgstr ""
1828 #: plugins/check_mrtg.c:367
1829 msgid "you can always hack the code to make this plugin work for you..."
1830 msgstr ""
1832 #: plugins/check_mrtg.c:368
1833 msgid ""
1834 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1835 "from"
1836 msgstr ""
1838 #: plugins/check_mrtgtraf.c:88
1839 msgid "Unable to open MRTG log file"
1840 msgstr ""
1842 #: plugins/check_mrtgtraf.c:130
1843 msgid "Unable to process MRTG log file"
1844 msgstr ""
1846 #: plugins/check_mrtgtraf.c:194
1847 #, c-format
1848 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1849 msgstr ""
1851 #: plugins/check_mrtgtraf.c:207
1852 #, c-format
1853 msgid "Traffic %s - %s\n"
1854 msgstr ""
1856 #: plugins/check_mrtgtraf.c:335
1857 msgid ""
1858 "This plugin will check the incoming/outgoing transfer rates of a router,"
1859 msgstr ""
1861 #: plugins/check_mrtgtraf.c:336
1862 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1863 msgstr ""
1865 #: plugins/check_mrtgtraf.c:337
1866 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1867 msgstr ""
1869 #: plugins/check_mrtgtraf.c:338
1870 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1871 msgstr ""
1873 #: plugins/check_mrtgtraf.c:339
1874 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1875 msgstr ""
1877 #: plugins/check_mrtgtraf.c:340
1878 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1879 msgstr ""
1881 #: plugins/check_mrtgtraf.c:350
1882 msgid "File to read log from"
1883 msgstr ""
1885 #: plugins/check_mrtgtraf.c:352
1886 msgid "Minutes after which log expires"
1887 msgstr ""
1889 #: plugins/check_mrtgtraf.c:354
1890 msgid "Test average or maximum"
1891 msgstr ""
1893 #: plugins/check_mrtgtraf.c:356
1894 msgid "Warning threshold pair <incoming>,<outgoing>"
1895 msgstr ""
1897 #: plugins/check_mrtgtraf.c:358
1898 msgid "Critical threshold pair <incoming>,<outgoing>"
1899 msgstr ""
1901 #: plugins/check_mrtgtraf.c:362
1902 msgid ""
1903 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1904 msgstr ""
1906 #: plugins/check_mrtgtraf.c:364
1907 msgid "- While MRTG can monitor things other than traffic rates, this"
1908 msgstr ""
1910 #: plugins/check_mrtgtraf.c:365
1911 msgid "  plugin probably won't work with much else without modification."
1912 msgstr ""
1914 #: plugins/check_mrtgtraf.c:366
1915 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1916 msgstr ""
1918 #: plugins/check_mrtgtraf.c:367
1919 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1920 msgstr ""
1922 #: plugins/check_mrtgtraf.c:368
1923 msgid "  for future enhancements of this plugin."
1924 msgstr ""
1926 #: plugins/check_mrtgtraf.c:378
1927 #, c-format
1928 msgid "Usage"
1929 msgstr ""
1931 #: plugins/check_mysql.c:126
1932 #, c-format
1933 msgid "slave query error: %s\n"
1934 msgstr ""
1936 #: plugins/check_mysql.c:133
1937 #, c-format
1938 msgid "slave store_result error: %s\n"
1939 msgstr ""
1941 #: plugins/check_mysql.c:139
1942 msgid "No slaves defined"
1943 msgstr ""
1945 #: plugins/check_mysql.c:147
1946 #, c-format
1947 msgid "slave fetch row error: %s\n"
1948 msgstr ""
1950 #: plugins/check_mysql.c:152
1951 #, c-format
1952 msgid "Slave running: %s"
1953 msgstr ""
1955 #: plugins/check_mysql.c:378
1956 msgid "This program tests connections to a MySQL server"
1957 msgstr ""
1959 #: plugins/check_mysql.c:389
1960 msgid "Use the specified socket (has no effect if -H is used)"
1961 msgstr ""
1963 #: plugins/check_mysql.c:392
1964 msgid "Check database with indicated name"
1965 msgstr ""
1967 #: plugins/check_mysql.c:394
1968 msgid "Connect using the indicated username"
1969 msgstr ""
1971 #: plugins/check_mysql.c:396
1972 msgid "Use the indicated password to authenticate the connection"
1973 msgstr ""
1975 #: plugins/check_mysql.c:397
1976 msgid "IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!"
1977 msgstr ""
1979 #: plugins/check_mysql.c:398
1980 msgid "Your clear-text password could be visible as a process table entry"
1981 msgstr ""
1983 #: plugins/check_mysql.c:400
1984 msgid "Check if the slave thread is running properly."
1985 msgstr ""
1987 #: plugins/check_mysql.c:402
1988 msgid "Exit with WARNING status if slave server is more than INTEGER seconds"
1989 msgstr ""
1991 #: plugins/check_mysql.c:403 plugins/check_mysql.c:406
1992 msgid "behind master"
1993 msgstr ""
1995 #: plugins/check_mysql.c:405
1996 msgid "Exit with CRITICAL status if slave server is more then INTEGER seconds"
1997 msgstr ""
1999 #: plugins/check_mysql.c:409
2000 msgid ""
2001 "There are no required arguments. By default, the local database is checked"
2002 msgstr ""
2004 #: plugins/check_mysql.c:410
2005 msgid ""
2006 "using the default unix socket. You can force TCP on localhost by using an"
2007 msgstr ""
2009 #: plugins/check_mysql.c:411
2010 msgid "IP address or FQDN ('localhost' will use the socket as well)."
2011 msgstr ""
2013 #: plugins/check_mysql.c:415
2014 msgid "You must specify -p with an empty string to force an empty password,"
2015 msgstr ""
2017 #: plugins/check_mysql.c:416
2018 msgid "overriding any my.cnf settings."
2019 msgstr ""
2021 #: plugins/check_nagios.c:104
2022 msgid "Cannot open status log for reading!"
2023 msgstr ""
2025 #: plugins/check_nagios.c:154
2026 #, c-format
2027 msgid "Found process: %s %s\n"
2028 msgstr ""
2030 #: plugins/check_nagios.c:168
2031 msgid "Could not locate a running Nagios process!"
2032 msgstr ""
2034 #: plugins/check_nagios.c:172
2035 msgid "Cannot parse Nagios log file for valid time"
2036 msgstr ""
2038 #: plugins/check_nagios.c:183 plugins/check_procs.c:295
2039 #, c-format
2040 msgid "%d process"
2041 msgid_plural "%d processes"
2042 msgstr[0] ""
2043 msgstr[1] ""
2045 #: plugins/check_nagios.c:186
2046 #, c-format
2047 msgid "status log updated %d second ago"
2048 msgid_plural "status log updated %d seconds ago"
2049 msgstr[0] ""
2050 msgstr[1] ""
2052 #: plugins/check_nagios.c:223 plugins/check_nagios.c:252
2053 msgid "Expiration time must be an integer (seconds)\n"
2054 msgstr ""
2056 #: plugins/check_nagios.c:264
2057 msgid "You must provide the status_log\n"
2058 msgstr ""
2060 #: plugins/check_nagios.c:267
2061 msgid "You must provide a process string\n"
2062 msgstr ""
2064 #: plugins/check_nagios.c:281
2065 msgid ""
2066 "This plugin checks the status of the Nagios process on the local machine"
2067 msgstr ""
2069 #: plugins/check_nagios.c:282
2070 msgid ""
2071 "The plugin will check to make sure the Nagios status log is no older than"
2072 msgstr ""
2074 #: plugins/check_nagios.c:283
2075 msgid "the number of minutes specified by the expires option."
2076 msgstr ""
2078 #: plugins/check_nagios.c:284
2079 msgid ""
2080 "It also checks the process table for a process matching the command argument."
2081 msgstr ""
2083 #: plugins/check_nagios.c:294
2084 msgid "Name of the log file to check"
2085 msgstr ""
2087 #: plugins/check_nagios.c:296
2088 msgid "Minutes aging after which logfile is considered stale"
2089 msgstr ""
2091 #: plugins/check_nagios.c:298
2092 msgid "Substring to search for in process arguments"
2093 msgstr ""
2095 #: plugins/check_nt.c:141
2096 #, c-format
2097 msgid "Wrong client version - running: %s, required: %s"
2098 msgstr ""
2100 #: plugins/check_nt.c:152 plugins/check_nt.c:217
2101 msgid "missing -l parameters"
2102 msgstr ""
2104 #: plugins/check_nt.c:154
2105 msgid "wrong -l parameter."
2106 msgstr ""
2108 #: plugins/check_nt.c:158
2109 msgid "CPU Load"
2110 msgstr ""
2112 #: plugins/check_nt.c:181
2113 #, c-format
2114 msgid " %lu%% (%lu min average)"
2115 msgstr ""
2117 #: plugins/check_nt.c:183
2118 #, c-format
2119 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
2120 msgstr ""
2122 #: plugins/check_nt.c:193
2123 msgid "not enough values for -l parameters"
2124 msgstr ""
2126 #: plugins/check_nt.c:205
2127 #, c-format
2128 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
2129 msgstr ""
2131 #: plugins/check_nt.c:219
2132 msgid "wrong -l argument"
2133 msgstr ""
2135 #: plugins/check_nt.c:235
2136 #, c-format
2137 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
2138 msgstr ""
2140 #: plugins/check_nt.c:238
2141 #, c-format
2142 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
2143 msgstr ""
2145 #: plugins/check_nt.c:252
2146 msgid "Free disk space : Invalid drive"
2147 msgstr ""
2149 #: plugins/check_nt.c:262
2150 msgid "No service/process specified"
2151 msgstr ""
2153 #: plugins/check_nt.c:286
2154 #, c-format
2155 msgid ""
2156 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
2157 msgstr ""
2159 #: plugins/check_nt.c:289
2160 #, c-format
2161 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
2162 msgstr ""
2164 #: plugins/check_nt.c:325 plugins/check_nt.c:410 plugins/check_nt.c:440
2165 msgid "No counter specified"
2166 msgstr ""
2168 #: plugins/check_nt.c:357
2169 msgid "Minimum value contains non-numbers"
2170 msgstr ""
2172 #: plugins/check_nt.c:361
2173 msgid "Maximum value contains non-numbers"
2174 msgstr ""
2176 #: plugins/check_nt.c:368
2177 msgid "No unit counter specified"
2178 msgstr ""
2180 #: plugins/check_nt.c:455
2181 msgid "Please specify a variable to check"
2182 msgstr ""
2184 #: plugins/check_nt.c:539
2185 msgid "Server port must be an integer\n"
2186 msgstr ""
2188 #: plugins/check_nt.c:593
2189 msgid "You must provide a server address or host name"
2190 msgstr ""
2192 #: plugins/check_nt.c:599
2193 msgid "None"
2194 msgstr ""
2196 #: plugins/check_nt.c:612
2197 msgid "could not fetch information from server\n"
2198 msgstr ""
2200 #: plugins/check_nt.c:656
2201 msgid "This plugin collects data from the NSClient service running on a"
2202 msgstr ""
2204 #: plugins/check_nt.c:657
2205 msgid "Windows NT/2000/XP/2003 server."
2206 msgstr ""
2208 #: plugins/check_nt.c:668
2209 msgid "Name of the host to check"
2210 msgstr ""
2212 #: plugins/check_nt.c:670
2213 msgid "Optional port number (default: "
2214 msgstr ""
2216 #: plugins/check_nt.c:673
2217 msgid "Password needed for the request"
2218 msgstr ""
2220 #: plugins/check_nt.c:675 plugins/check_nwstat.c:1661
2221 #: plugins/check_overcr.c:432
2222 msgid "Threshold which will result in a warning status"
2223 msgstr ""
2225 #: plugins/check_nt.c:677 plugins/check_nwstat.c:1663
2226 #: plugins/check_overcr.c:434
2227 msgid "Threshold which will result in a critical status"
2228 msgstr ""
2230 #: plugins/check_nt.c:679
2231 msgid "Seconds before connection attempt times out (default: "
2232 msgstr ""
2234 #: plugins/check_nt.c:681
2235 msgid "Parameters passed to specified check (see below)"
2236 msgstr ""
2238 #: plugins/check_nt.c:683
2239 msgid "Display options (currently only SHOWALL works)"
2240 msgstr ""
2242 #: plugins/check_nt.c:685
2243 msgid "Return UNKNOWN on timeouts"
2244 msgstr ""
2246 #: plugins/check_nt.c:688
2247 msgid "Print this help screen"
2248 msgstr ""
2250 #: plugins/check_nt.c:690
2251 msgid "Print version information"
2252 msgstr ""
2254 #: plugins/check_nt.c:692
2255 msgid "Variable to check"
2256 msgstr ""
2258 #: plugins/check_nt.c:693
2259 msgid "Valid variables are:"
2260 msgstr ""
2262 #: plugins/check_nt.c:695
2263 msgid "Get the NSClient version"
2264 msgstr ""
2266 #: plugins/check_nt.c:696
2267 msgid "If -l <version> is specified, will return warning if versions differ."
2268 msgstr ""
2270 #: plugins/check_nt.c:698
2271 msgid "Average CPU load on last x minutes."
2272 msgstr ""
2274 #: plugins/check_nt.c:699
2275 msgid "Request a -l parameter with the following syntax:"
2276 msgstr ""
2278 #: plugins/check_nt.c:700
2279 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2280 msgstr ""
2282 #: plugins/check_nt.c:701
2283 msgid "<minute range> should be less than 24*60."
2284 msgstr ""
2286 #: plugins/check_nt.c:702
2287 msgid ""
2288 "Thresholds are percentage and up to 10 requests can be done in one shot."
2289 msgstr ""
2291 #: plugins/check_nt.c:705
2292 msgid "Get the uptime of the machine."
2293 msgstr ""
2295 #: plugins/check_nt.c:706
2296 msgid "No specific parameters. No warning or critical threshold"
2297 msgstr ""
2299 #: plugins/check_nt.c:708
2300 msgid "Size and percentage of disk use."
2301 msgstr ""
2303 #: plugins/check_nt.c:709
2304 msgid "Request a -l parameter containing the drive letter only."
2305 msgstr ""
2307 #: plugins/check_nt.c:710 plugins/check_nt.c:713
2308 msgid "Warning and critical thresholds can be specified with -w and -c."
2309 msgstr ""
2311 #: plugins/check_nt.c:712
2312 msgid "Memory use."
2313 msgstr ""
2315 #: plugins/check_nt.c:715
2316 msgid "Check the state of one or several services."
2317 msgstr ""
2319 #: plugins/check_nt.c:716 plugins/check_nt.c:725
2320 msgid "Request a -l parameters with the following syntax:"
2321 msgstr ""
2323 #: plugins/check_nt.c:717
2324 msgid "-l <service1>,<service2>,<service3>,..."
2325 msgstr ""
2327 #: plugins/check_nt.c:718
2328 msgid "You can specify -d SHOWALL in case you want to see working services"
2329 msgstr ""
2331 #: plugins/check_nt.c:719
2332 msgid "in the returned string."
2333 msgstr ""
2335 #: plugins/check_nt.c:721
2336 msgid "Check if one or several process are running."
2337 msgstr ""
2339 #: plugins/check_nt.c:722
2340 msgid "Same syntax as SERVICESTATE."
2341 msgstr ""
2343 #: plugins/check_nt.c:724
2344 msgid "Check any performance counter of Windows NT/2000."
2345 msgstr ""
2347 #: plugins/check_nt.c:726
2348 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2349 msgstr ""
2351 #: plugins/check_nt.c:727
2352 msgid "The <description> parameter is optional and is given to a printf "
2353 msgstr ""
2355 #: plugins/check_nt.c:728
2356 msgid "output command which requires a float parameter."
2357 msgstr ""
2359 #: plugins/check_nt.c:729
2360 #, c-format
2361 msgid "If <description> does not include \"%%\", it is used as a label."
2362 msgstr ""
2364 #: plugins/check_nt.c:730 plugins/check_nt.c:745
2365 msgid "Some examples:"
2366 msgstr ""
2368 #: plugins/check_nt.c:734
2369 msgid "Check any performance counter object of Windows NT/2000."
2370 msgstr ""
2372 #: plugins/check_nt.c:735
2373 msgid ""
2374 "Syntax: check_nt -H <hostname> -p <port> -v INSTANCES -l <counter object>"
2375 msgstr ""
2377 #: plugins/check_nt.c:736
2378 msgid "<counter object> is a Windows Perfmon Counter object (eg. Process),"
2379 msgstr ""
2381 #: plugins/check_nt.c:737
2382 msgid "if it is two words, it should be enclosed in quotes"
2383 msgstr ""
2385 #: plugins/check_nt.c:738
2386 msgid "The returned results will be a comma-separated list of instances on "
2387 msgstr ""
2389 #: plugins/check_nt.c:739
2390 msgid " the selected computer for that object."
2391 msgstr ""
2393 #: plugins/check_nt.c:740
2394 msgid ""
2395 "The purpose of this is to be run from command line to determine what "
2396 "instances"
2397 msgstr ""
2399 #: plugins/check_nt.c:741
2400 msgid ""
2401 " are available for monitoring without having to log onto the Windows server"
2402 msgstr ""
2404 #: plugins/check_nt.c:742
2405 msgid "  to run Perfmon directly."
2406 msgstr ""
2408 #: plugins/check_nt.c:743
2409 msgid "It can also be used in scripts that automatically create Nagios service"
2410 msgstr ""
2412 #: plugins/check_nt.c:744
2413 msgid " configuration files."
2414 msgstr ""
2416 #: plugins/check_nt.c:746
2417 msgid "check_nt -H 192.168.1.1 -p 1248 -v INSTANCES -l Process"
2418 msgstr ""
2420 #: plugins/check_nt.c:749
2421 msgid ""
2422 "- The NSClient service should be running on the server to get any information"
2423 msgstr ""
2425 #: plugins/check_nt.c:751
2426 msgid "- Critical thresholds should be lower than warning thresholds"
2427 msgstr ""
2429 #: plugins/check_nt.c:752
2430 msgid "- Default port 1248 is sometimes in use by other services. The error"
2431 msgstr ""
2433 #: plugins/check_nt.c:753
2434 msgid ""
2435 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2436 msgstr ""
2438 #: plugins/check_nt.c:754
2439 msgid "One fix for this is to change the port to something else on check_nt "
2440 msgstr ""
2442 #: plugins/check_nt.c:755
2443 msgid "and on the client service it's connecting to."
2444 msgstr ""
2446 #: plugins/check_ntp.c:803 plugins/check_ntp_peer.c:606
2447 #: plugins/check_ntp_time.c:567
2448 #, c-format
2449 msgid "NTP CRITICAL:"
2450 msgstr ""
2452 #: plugins/check_ntp.c:806 plugins/check_ntp_peer.c:609
2453 #: plugins/check_ntp_time.c:570
2454 #, c-format
2455 msgid "NTP WARNING:"
2456 msgstr ""
2458 #: plugins/check_ntp.c:809 plugins/check_ntp_peer.c:612
2459 #: plugins/check_ntp_time.c:573
2460 #, c-format
2461 msgid "NTP OK:"
2462 msgstr ""
2464 #: plugins/check_ntp.c:812 plugins/check_ntp_peer.c:615
2465 #: plugins/check_ntp_time.c:576
2466 #, c-format
2467 msgid "NTP UNKNOWN:"
2468 msgstr ""
2470 #: plugins/check_ntp.c:816 plugins/check_ntp_peer.c:624
2471 #: plugins/check_ntp_time.c:580
2472 msgid "Offset unknown"
2473 msgstr ""
2475 #: plugins/check_ntp.c:819 plugins/check_ntp_peer.c:627
2476 #: plugins/check_ntp_time.c:583
2477 msgid "Offset"
2478 msgstr ""
2480 #: plugins/check_ntp.c:840 plugins/check_ntp_peer.c:656
2481 msgid "This plugin checks the selected ntp server"
2482 msgstr ""
2484 #: plugins/check_ntp.c:849 plugins/check_ntp_peer.c:667
2485 #: plugins/check_ntp_time.c:609
2486 msgid "Offset to result in warning status (seconds)"
2487 msgstr ""
2489 #: plugins/check_ntp.c:851 plugins/check_ntp_peer.c:669
2490 #: plugins/check_ntp_time.c:611
2491 msgid "Offset to result in critical status (seconds)"
2492 msgstr ""
2494 #: plugins/check_ntp.c:853 plugins/check_ntp_peer.c:675
2495 msgid "Warning threshold for jitter"
2496 msgstr ""
2498 #: plugins/check_ntp.c:855 plugins/check_ntp_peer.c:677
2499 msgid "Critical threshold for jitter"
2500 msgstr ""
2502 #: plugins/check_ntp.c:865
2503 msgid "Normal offset check:"
2504 msgstr ""
2506 #: plugins/check_ntp.c:868 plugins/check_ntp_peer.c:702
2507 msgid ""
2508 "Check jitter too, avoiding critical notifications if jitter isn't available"
2509 msgstr ""
2511 #: plugins/check_ntp.c:869 plugins/check_ntp_peer.c:703
2512 msgid "(See Notes above for more details on thresholds formats):"
2513 msgstr ""
2515 #: plugins/check_ntp.c:874 plugins/check_ntp.c:881
2516 msgid "WARNING: check_ntp is deprecated. Please use check_ntp_peer or"
2517 msgstr ""
2519 #: plugins/check_ntp.c:875 plugins/check_ntp.c:882
2520 msgid "check_ntp_time instead."
2521 msgstr ""
2523 #: plugins/check_ntp_peer.c:619
2524 msgid "Server not synchronized"
2525 msgstr ""
2527 #: plugins/check_ntp_peer.c:621
2528 msgid "Server has the LI_ALARM bit set"
2529 msgstr ""
2531 #: plugins/check_ntp_peer.c:665
2532 msgid ""
2533 "Returns UNKNOWN instead of CRITICAL or WARNING if server isn't synchronized"
2534 msgstr ""
2536 #: plugins/check_ntp_peer.c:671
2537 msgid "Warning threshold for stratum"
2538 msgstr ""
2540 #: plugins/check_ntp_peer.c:673
2541 msgid "Critical threshold for stratum"
2542 msgstr ""
2544 #: plugins/check_ntp_peer.c:679
2545 msgid "Warning threshold for number of usable time sources (\"truechimers\")"
2546 msgstr ""
2548 #: plugins/check_ntp_peer.c:681
2549 msgid "Critical threshold for number of usable time sources (\"truechimers\")"
2550 msgstr ""
2552 #: plugins/check_ntp_peer.c:686
2553 msgid "This plugin checks an NTP server independent of any commandline"
2554 msgstr ""
2556 #: plugins/check_ntp_peer.c:687
2557 msgid "programs or external libraries."
2558 msgstr ""
2560 #: plugins/check_ntp_peer.c:690
2561 msgid "Use this plugin to check the health of an NTP server. It supports"
2562 msgstr ""
2564 #: plugins/check_ntp_peer.c:691
2565 msgid "checking the offset with the sync peer, the jitter and stratum. This"
2566 msgstr ""
2568 #: plugins/check_ntp_peer.c:692
2569 msgid "plugin will not check the clock offset between the local host and NTP"
2570 msgstr ""
2572 #: plugins/check_ntp_peer.c:693
2573 msgid "server; please use check_ntp_time for that purpose."
2574 msgstr ""
2576 #: plugins/check_ntp_peer.c:699
2577 msgid "Simple NTP server check:"
2578 msgstr ""
2580 #: plugins/check_ntp_peer.c:706
2581 msgid "Only check the number of usable time sources (\"truechimers\"):"
2582 msgstr ""
2584 #: plugins/check_ntp_peer.c:709
2585 msgid "Check only stratum:"
2586 msgstr ""
2588 #: plugins/check_ntp_time.c:598
2589 msgid "This plugin checks the clock offset with the ntp server"
2590 msgstr ""
2592 #: plugins/check_ntp_time.c:607
2593 msgid "Returns UNKNOWN instead of CRITICAL if offset cannot be found"
2594 msgstr ""
2596 #: plugins/check_ntp_time.c:616
2597 msgid "This plugin checks the clock offset between the local host and a"
2598 msgstr ""
2600 #: plugins/check_ntp_time.c:617
2601 msgid "remote NTP server. It is independent of any commandline programs or"
2602 msgstr ""
2604 #: plugins/check_ntp_time.c:618
2605 msgid "external libraries."
2606 msgstr ""
2608 #: plugins/check_ntp_time.c:622
2609 msgid "If you'd rather want to monitor an NTP server, please use"
2610 msgstr ""
2612 #: plugins/check_ntp_time.c:623
2613 msgid "check_ntp_peer."
2614 msgstr ""
2616 #: plugins/check_nwstat.c:194
2617 #, c-format
2618 msgid "NetWare %s: "
2619 msgstr ""
2621 #: plugins/check_nwstat.c:232
2622 #, c-format
2623 msgid "Up %s,"
2624 msgstr ""
2626 #: plugins/check_nwstat.c:240
2627 #, c-format
2628 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2629 msgstr ""
2631 #: plugins/check_nwstat.c:268
2632 #, c-format
2633 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2634 msgstr ""
2636 #: plugins/check_nwstat.c:293
2637 #, c-format
2638 msgid "%s: Long term cache hits = %lu%%"
2639 msgstr ""
2641 #: plugins/check_nwstat.c:315
2642 #, c-format
2643 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2644 msgstr ""
2646 #: plugins/check_nwstat.c:340
2647 #, c-format
2648 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2649 msgstr ""
2651 #: plugins/check_nwstat.c:365
2652 #, c-format
2653 msgid "%s: LRU sitting time = %lu minutes"
2654 msgstr ""
2656 #: plugins/check_nwstat.c:382 plugins/check_nwstat.c:410
2657 #: plugins/check_nwstat.c:437 plugins/check_nwstat.c:470
2658 #: plugins/check_nwstat.c:650 plugins/check_nwstat.c:676
2659 #: plugins/check_nwstat.c:707 plugins/check_nwstat.c:753
2660 #: plugins/check_nwstat.c:777
2661 #, c-format
2662 msgid "CRITICAL - Volume '%s' does not exist!"
2663 msgstr ""
2665 #: plugins/check_nwstat.c:391
2666 #, c-format
2667 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2668 msgstr ""
2670 #: plugins/check_nwstat.c:392 plugins/check_nwstat.c:420
2671 #: plugins/check_nwstat.c:447 plugins/check_nwstat.c:659
2672 #: plugins/check_nwstat.c:685 plugins/check_nwstat.c:761
2673 msgid "Only "
2674 msgstr ""
2676 #: plugins/check_nwstat.c:419
2677 #, c-format
2678 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2679 msgstr ""
2681 #: plugins/check_nwstat.c:446
2682 #, c-format
2683 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2684 msgstr ""
2686 #: plugins/check_nwstat.c:494
2687 #, c-format
2688 msgid ""
2689 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2690 msgstr ""
2692 #: plugins/check_nwstat.c:528
2693 #, c-format
2694 msgid "Directory Services Database is %s (DS version %s)"
2695 msgstr ""
2697 #: plugins/check_nwstat.c:545
2698 #, c-format
2699 msgid "Logins are %s"
2700 msgstr ""
2702 #: plugins/check_nwstat.c:545
2703 msgid "enabled"
2704 msgstr ""
2706 #: plugins/check_nwstat.c:545
2707 msgid "disabled"
2708 msgstr ""
2710 #: plugins/check_nwstat.c:560
2711 #, c-format
2712 msgid "CRITICAL - NRM Status is bad!"
2713 msgstr ""
2715 #: plugins/check_nwstat.c:565
2716 #, c-format
2717 msgid "Warning - NRM Status is suspect!"
2718 msgstr ""
2720 #: plugins/check_nwstat.c:568
2721 #, c-format
2722 msgid "OK - NRM Status is good!"
2723 msgstr ""
2725 #: plugins/check_nwstat.c:610
2726 #, c-format
2727 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2728 msgstr ""
2730 #: plugins/check_nwstat.c:634
2731 #, c-format
2732 msgid "%lu entries in SAP table"
2733 msgstr ""
2735 #: plugins/check_nwstat.c:636
2736 #, c-format
2737 msgid "%lu entries in SAP table for SAP type %d"
2738 msgstr ""
2740 #: plugins/check_nwstat.c:658
2741 #, c-format
2742 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2743 msgstr ""
2745 #: plugins/check_nwstat.c:684
2746 #, c-format
2747 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2748 msgstr ""
2750 #: plugins/check_nwstat.c:730
2751 #, c-format
2752 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2753 msgstr ""
2755 #: plugins/check_nwstat.c:761
2756 #, c-format
2757 msgid "%s%lu KB not yet purgeable on volume %s"
2758 msgstr ""
2760 #: plugins/check_nwstat.c:800
2761 #, c-format
2762 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2763 msgstr ""
2765 #: plugins/check_nwstat.c:821
2766 #, c-format
2767 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2768 msgstr ""
2770 #: plugins/check_nwstat.c:846
2771 #, c-format
2772 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2773 msgstr ""
2775 #: plugins/check_nwstat.c:881
2776 #, c-format
2777 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2778 msgstr ""
2780 #: plugins/check_nwstat.c:904
2781 #, c-format
2782 msgid "CRITICAL - Time not in sync with network!"
2783 msgstr ""
2785 #: plugins/check_nwstat.c:907
2786 #, c-format
2787 msgid "OK - Time in sync with network!"
2788 msgstr ""
2790 #: plugins/check_nwstat.c:930
2791 #, c-format
2792 msgid "LRU sitting time = %lu seconds"
2793 msgstr ""
2795 #: plugins/check_nwstat.c:949
2796 #, c-format
2797 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2798 msgstr ""
2800 #: plugins/check_nwstat.c:971
2801 #, c-format
2802 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2803 msgstr ""
2805 #: plugins/check_nwstat.c:989
2806 #, c-format
2807 msgid "NDS Version %s"
2808 msgstr ""
2810 #: plugins/check_nwstat.c:1005
2811 #, c-format
2812 msgid "Up %s"
2813 msgstr ""
2815 #: plugins/check_nwstat.c:1019
2816 #, c-format
2817 msgid "Module %s version %s is loaded"
2818 msgstr ""
2820 #: plugins/check_nwstat.c:1022
2821 #, c-format
2822 msgid "Module %s is not loaded"
2823 msgstr ""
2825 #: plugins/check_nwstat.c:1033 plugins/check_nwstat.c:1059
2826 #: plugins/check_nwstat.c:1085 plugins/check_nwstat.c:1111
2827 #: plugins/check_nwstat.c:1137 plugins/check_nwstat.c:1163
2828 #: plugins/check_nwstat.c:1189 plugins/check_nwstat.c:1215
2829 #: plugins/check_nwstat.c:1241 plugins/check_nwstat.c:1267
2830 #, c-format
2831 msgid "CRITICAL - Value '%s' does not exist!"
2832 msgstr ""
2834 #: plugins/check_nwstat.c:1042 plugins/check_nwstat.c:1068
2835 #: plugins/check_nwstat.c:1094 plugins/check_nwstat.c:1120
2836 #: plugins/check_nwstat.c:1146 plugins/check_nwstat.c:1172
2837 #: plugins/check_nwstat.c:1198 plugins/check_nwstat.c:1224
2838 #: plugins/check_nwstat.c:1250 plugins/check_nwstat.c:1276
2839 #, c-format
2840 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2841 msgstr ""
2843 #: plugins/check_nwstat.c:1289 plugins/check_overcr.c:285
2844 msgid "Nothing to check!\n"
2845 msgstr ""
2847 #: plugins/check_nwstat.c:1371 plugins/check_overcr.c:355
2848 msgid "Server port an integer\n"
2849 msgstr ""
2851 #: plugins/check_nwstat.c:1601
2852 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2853 msgstr ""
2855 #: plugins/check_nwstat.c:1602
2856 msgid "Novell server to gather the requested system information."
2857 msgstr ""
2859 #: plugins/check_nwstat.c:1614 plugins/check_overcr.c:436
2860 msgid "Variable to check.  Valid variables include:"
2861 msgstr ""
2863 #: plugins/check_nwstat.c:1615
2864 msgid "LOAD1     = 1 minute average CPU load"
2865 msgstr ""
2867 #: plugins/check_nwstat.c:1616
2868 msgid "LOAD5     = 5 minute average CPU load"
2869 msgstr ""
2871 #: plugins/check_nwstat.c:1617
2872 msgid "LOAD15    = 15 minute average CPU load"
2873 msgstr ""
2875 #: plugins/check_nwstat.c:1618
2876 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2877 msgstr ""
2879 #: plugins/check_nwstat.c:1619
2880 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2881 msgstr ""
2883 #: plugins/check_nwstat.c:1620
2884 msgid "UPTIME    = server uptime"
2885 msgstr ""
2887 #: plugins/check_nwstat.c:1621
2888 msgid "LTCH      = percent long term cache hits"
2889 msgstr ""
2891 #: plugins/check_nwstat.c:1622
2892 msgid "CBUFF     = current number of cache buffers"
2893 msgstr ""
2895 #: plugins/check_nwstat.c:1623
2896 msgid "CDBUFF    = current number of dirty cache buffers"
2897 msgstr ""
2899 #: plugins/check_nwstat.c:1624
2900 msgid "DCB       = dirty cache buffers as a percentage of the total"
2901 msgstr ""
2903 #: plugins/check_nwstat.c:1625
2904 msgid "TCB       = dirty cache buffers as a percentage of the original"
2905 msgstr ""
2907 #: plugins/check_nwstat.c:1626
2908 msgid "OFILES    = number of open files"
2909 msgstr ""
2911 #: plugins/check_nwstat.c:1627
2912 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2913 msgstr ""
2915 #: plugins/check_nwstat.c:1628
2916 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2917 msgstr ""
2919 #: plugins/check_nwstat.c:1629
2920 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2921 msgstr ""
2923 #: plugins/check_nwstat.c:1630
2924 msgid "    VPF<vol>  = percent free space on volume <vol>"
2925 msgstr ""
2927 #: plugins/check_nwstat.c:1631
2928 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2929 msgstr ""
2931 #: plugins/check_nwstat.c:1632
2932 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2933 msgstr ""
2935 #: plugins/check_nwstat.c:1633
2936 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2937 msgstr ""
2939 #: plugins/check_nwstat.c:1634
2940 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2941 msgstr ""
2943 #: plugins/check_nwstat.c:1635
2944 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2945 msgstr ""
2947 #: plugins/check_nwstat.c:1636
2948 msgid "    LRUM      = LRU sitting time in minutes"
2949 msgstr ""
2951 #: plugins/check_nwstat.c:1637
2952 msgid "    LRUS      = LRU sitting time in seconds"
2953 msgstr ""
2955 #: plugins/check_nwstat.c:1638
2956 msgid "    DSDB      = check to see if DS Database is open"
2957 msgstr ""
2959 #: plugins/check_nwstat.c:1639
2960 msgid "    DSVER     = NDS version"
2961 msgstr ""
2963 #: plugins/check_nwstat.c:1640
2964 msgid "    UPRB      = used packet receive buffers"
2965 msgstr ""
2967 #: plugins/check_nwstat.c:1641
2968 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2969 msgstr ""
2971 #: plugins/check_nwstat.c:1642
2972 msgid "    SAPENTRIES = number of entries in the SAP table"
2973 msgstr ""
2975 #: plugins/check_nwstat.c:1643
2976 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2977 msgstr ""
2979 #: plugins/check_nwstat.c:1644
2980 msgid "    TSYNC     = timesync status"
2981 msgstr ""
2983 #: plugins/check_nwstat.c:1645
2984 msgid "    LOGINS    = check to see if logins are enabled"
2985 msgstr ""
2987 #: plugins/check_nwstat.c:1646
2988 msgid "    CONNS     = number of currently licensed connections"
2989 msgstr ""
2991 #: plugins/check_nwstat.c:1647
2992 msgid "    NRMH\t= NRM Summary Status"
2993 msgstr ""
2995 #: plugins/check_nwstat.c:1648
2996 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2997 msgstr ""
2999 #: plugins/check_nwstat.c:1649
3000 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
3001 msgstr ""
3003 #: plugins/check_nwstat.c:1650
3004 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
3005 msgstr ""
3007 #: plugins/check_nwstat.c:1651
3008 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
3009 msgstr ""
3011 #: plugins/check_nwstat.c:1652
3012 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
3013 msgstr ""
3015 #: plugins/check_nwstat.c:1653
3016 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
3017 msgstr ""
3019 #: plugins/check_nwstat.c:1654
3020 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
3021 msgstr ""
3023 #: plugins/check_nwstat.c:1655
3024 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
3025 msgstr ""
3027 #: plugins/check_nwstat.c:1656
3028 msgid ""
3029 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
3030 msgstr ""
3032 #: plugins/check_nwstat.c:1657
3033 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
3034 msgstr ""
3036 #: plugins/check_nwstat.c:1658
3037 msgid "                (e.g. NLM:TSANDS.NLM)"
3038 msgstr ""
3040 #: plugins/check_nwstat.c:1665
3041 msgid "Include server version string in results"
3042 msgstr ""
3044 #: plugins/check_nwstat.c:1671
3045 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
3046 msgstr ""
3048 #: plugins/check_nwstat.c:1672
3049 msgid ""
3050 "  extension for NetWare be loaded on the Novell servers you wish to check."
3051 msgstr ""
3053 #: plugins/check_nwstat.c:1673
3054 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
3055 msgstr ""
3057 #: plugins/check_nwstat.c:1674
3058 msgid ""
3059 "- Values for critical thresholds should be lower than warning thresholds"
3060 msgstr ""
3062 #: plugins/check_nwstat.c:1675
3063 msgid ""
3064 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
3065 msgstr ""
3067 #: plugins/check_nwstat.c:1676
3068 msgid "  TCB, LRUS and LRUM."
3069 msgstr ""
3071 #: plugins/check_overcr.c:123
3072 msgid "Unknown error fetching load data\n"
3073 msgstr ""
3075 #: plugins/check_overcr.c:127
3076 msgid "Invalid response from server - no load information\n"
3077 msgstr ""
3079 #: plugins/check_overcr.c:133
3080 msgid "Invalid response from server after load 1\n"
3081 msgstr ""
3083 #: plugins/check_overcr.c:139
3084 msgid "Invalid response from server after load 5\n"
3085 msgstr ""
3087 #: plugins/check_overcr.c:164
3088 #, c-format
3089 msgid "Load %s - %s-min load average = %0.2f"
3090 msgstr ""
3092 #: plugins/check_overcr.c:174
3093 msgid "Unknown error fetching disk data\n"
3094 msgstr ""
3096 #: plugins/check_overcr.c:184 plugins/check_overcr.c:236
3097 #: plugins/check_overcr.c:240
3098 msgid "Invalid response from server\n"
3099 msgstr ""
3101 #: plugins/check_overcr.c:211
3102 msgid "Unknown error fetching network status\n"
3103 msgstr ""
3105 #: plugins/check_overcr.c:221
3106 #, c-format
3107 msgid "Net %s - %d connection%s on port %d"
3108 msgstr ""
3110 #: plugins/check_overcr.c:232
3111 msgid "Unknown error fetching process status\n"
3112 msgstr ""
3114 #: plugins/check_overcr.c:250
3115 #, c-format
3116 msgid "Process %s - %d instance%s of %s running"
3117 msgstr ""
3119 #: plugins/check_overcr.c:277
3120 #, c-format
3121 msgid "Uptime %s - Up %d days %d hours %d minutes"
3122 msgstr ""
3124 #: plugins/check_overcr.c:419
3125 msgid ""
3126 "This plugin attempts to contact the Over-CR collector daemon running on the"
3127 msgstr ""
3129 #: plugins/check_overcr.c:420
3130 msgid "remote UNIX server in order to gather the requested system information."
3131 msgstr ""
3133 #: plugins/check_overcr.c:437
3134 msgid "LOAD1         = 1 minute average CPU load"
3135 msgstr ""
3137 #: plugins/check_overcr.c:438
3138 msgid "LOAD5         = 5 minute average CPU load"
3139 msgstr ""
3141 #: plugins/check_overcr.c:439
3142 msgid "LOAD15        = 15 minute average CPU load"
3143 msgstr ""
3145 #: plugins/check_overcr.c:440
3146 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
3147 msgstr ""
3149 #: plugins/check_overcr.c:441
3150 msgid "PROC<process> = number of running processes with name <process>"
3151 msgstr ""
3153 #: plugins/check_overcr.c:442
3154 msgid "NET<port>     = number of active connections on TCP port <port>"
3155 msgstr ""
3157 #: plugins/check_overcr.c:443
3158 msgid "UPTIME        = system uptime in seconds"
3159 msgstr ""
3161 #: plugins/check_overcr.c:450
3162 msgid "This plugin requires that Eric Molitors' Over-CR collector daemon be"
3163 msgstr ""
3165 #: plugins/check_overcr.c:451
3166 msgid "running on the remote server."
3167 msgstr ""
3169 #: plugins/check_overcr.c:452
3170 msgid "Over-CR can be downloaded from http://www.molitor.org/overcr"
3171 msgstr ""
3173 #: plugins/check_overcr.c:453
3174 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
3175 msgstr ""
3177 #: plugins/check_overcr.c:457
3178 msgid ""
3179 "For the available options, the critical threshold value should always be"
3180 msgstr ""
3182 #: plugins/check_overcr.c:458
3183 msgid ""
3184 "higher than the warning threshold value, EXCEPT with the uptime variable"
3185 msgstr ""
3187 #: plugins/check_pgsql.c:183
3188 #, c-format
3189 msgid "CRITICAL - no connection to '%s' (%s).\n"
3190 msgstr ""
3192 #: plugins/check_pgsql.c:200
3193 #, c-format
3194 msgid " %s - database %s (%d sec.)|%s\n"
3195 msgstr ""
3197 #: plugins/check_pgsql.c:256 plugins/check_time.c:277 plugins/check_time.c:289
3198 #: plugins/check_users.c:166
3199 msgid "Critical threshold must be a positive integer"
3200 msgstr ""
3202 #: plugins/check_pgsql.c:262 plugins/check_time.c:258 plugins/check_time.c:282
3203 #: plugins/check_users.c:172 plugins/check_users.c:182
3204 #: plugins/check_users.c:189
3205 msgid "Warning threshold must be a positive integer"
3206 msgstr ""
3208 #: plugins/check_pgsql.c:280
3209 msgid "Database name is not valid"
3210 msgstr ""
3212 #: plugins/check_pgsql.c:286
3213 msgid "User name is not valid"
3214 msgstr ""
3216 #: plugins/check_pgsql.c:426
3217 #, c-format
3218 msgid "Test whether a PostgreSQL Database is accepting connections."
3219 msgstr ""
3221 #: plugins/check_pgsql.c:440
3222 msgid "Database to check "
3223 msgstr ""
3225 #: plugins/check_pgsql.c:441
3226 #, c-format
3227 msgid "(default: %s)"
3228 msgstr ""
3230 #: plugins/check_pgsql.c:443
3231 msgid "Login name of user"
3232 msgstr ""
3234 #: plugins/check_pgsql.c:445
3235 msgid "Password (BIG SECURITY ISSUE)"
3236 msgstr ""
3238 #: plugins/check_pgsql.c:454
3239 msgid "All parameters are optional."
3240 msgstr ""
3242 #: plugins/check_pgsql.c:455
3243 msgid ""
3244 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
3245 msgstr ""
3247 #: plugins/check_pgsql.c:456
3248 msgid "accepting queries. In its current operation, it simply connects to the"
3249 msgstr ""
3251 #: plugins/check_pgsql.c:457
3252 msgid ""
3253 "specified database, and then disconnects. If no database is specified, it"
3254 msgstr ""
3256 #: plugins/check_pgsql.c:458
3257 msgid ""
3258 "connects to the template1 database, which is present in every functioning"
3259 msgstr ""
3261 #: plugins/check_pgsql.c:459
3262 msgid "PostgreSQL DBMS."
3263 msgstr ""
3265 #: plugins/check_pgsql.c:461
3266 msgid ""
3267 "The plugin will connect to a local postmaster if no host is specified. To"
3268 msgstr ""
3270 #: plugins/check_pgsql.c:462
3271 msgid ""
3272 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
3273 msgstr ""
3275 #: plugins/check_pgsql.c:463
3276 msgid "connections (start the postmaster with the -i option)."
3277 msgstr ""
3279 #: plugins/check_pgsql.c:465
3280 msgid ""
3281 "Typically, the nagios user (unless the --logname option is used) should be"
3282 msgstr ""
3284 #: plugins/check_pgsql.c:466
3285 msgid ""
3286 "able to connect to the database without a password. The plugin can also send"
3287 msgstr ""
3289 #: plugins/check_pgsql.c:467
3290 msgid "a password, but no effort is made to obsure or encrypt the password."
3291 msgstr ""
3293 #: plugins/check_ping.c:141
3294 msgid "CRITICAL - Could not interpret output from ping command\n"
3295 msgstr ""
3297 #: plugins/check_ping.c:157
3298 #, c-format
3299 msgid "PING %s - %sPacket loss = %d%%"
3300 msgstr ""
3302 #: plugins/check_ping.c:160
3303 #, c-format
3304 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
3305 msgstr ""
3307 #: plugins/check_ping.c:257
3308 msgid "Could not realloc() addresses\n"
3309 msgstr ""
3311 #: plugins/check_ping.c:272 plugins/check_ping.c:352
3312 #, c-format
3313 msgid "<max_packets> (%s) must be a non-negative number\n"
3314 msgstr ""
3316 #: plugins/check_ping.c:306
3317 #, c-format
3318 msgid "<wpl> (%s) must be an integer percentage\n"
3319 msgstr ""
3321 #: plugins/check_ping.c:317
3322 #, c-format
3323 msgid "<cpl> (%s) must be an integer percentage\n"
3324 msgstr ""
3326 #: plugins/check_ping.c:328
3327 #, c-format
3328 msgid "<wrta> (%s) must be a non-negative number\n"
3329 msgstr ""
3331 #: plugins/check_ping.c:339
3332 #, c-format
3333 msgid "<crta> (%s) must be a non-negative number\n"
3334 msgstr ""
3336 #: plugins/check_ping.c:372
3337 #, c-format
3338 msgid ""
3339 "%s: Warning threshold must be integer or percentage!\n"
3340 "\n"
3341 msgstr ""
3343 #: plugins/check_ping.c:385
3344 #, c-format
3345 msgid "<wrta> was not set\n"
3346 msgstr ""
3348 #: plugins/check_ping.c:389
3349 #, c-format
3350 msgid "<crta> was not set\n"
3351 msgstr ""
3353 #: plugins/check_ping.c:393
3354 #, c-format
3355 msgid "<wpl> was not set\n"
3356 msgstr ""
3358 #: plugins/check_ping.c:397
3359 #, c-format
3360 msgid "<cpl> was not set\n"
3361 msgstr ""
3363 #: plugins/check_ping.c:401
3364 #, c-format
3365 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
3366 msgstr ""
3368 #: plugins/check_ping.c:405
3369 #, c-format
3370 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
3371 msgstr ""
3373 #: plugins/check_ping.c:441
3374 #, c-format
3375 msgid "Cannot open stderr for %s\n"
3376 msgstr ""
3378 #: plugins/check_ping.c:490 plugins/check_ping.c:492
3379 msgid "System call sent warnings to stderr "
3380 msgstr ""
3382 #: plugins/check_ping.c:519
3383 #, c-format
3384 msgid "CRITICAL - Network Unreachable (%s)"
3385 msgstr ""
3387 #: plugins/check_ping.c:521
3388 #, c-format
3389 msgid "CRITICAL - Host Unreachable (%s)"
3390 msgstr ""
3392 #: plugins/check_ping.c:523
3393 #, c-format
3394 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
3395 msgstr ""
3397 #: plugins/check_ping.c:525
3398 #, c-format
3399 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
3400 msgstr ""
3402 #: plugins/check_ping.c:527
3403 #, c-format
3404 msgid "CRITICAL - Network Prohibited (%s)"
3405 msgstr ""
3407 #: plugins/check_ping.c:529
3408 #, c-format
3409 msgid "CRITICAL - Host Prohibited (%s)"
3410 msgstr ""
3412 #: plugins/check_ping.c:531
3413 #, c-format
3414 msgid "CRITICAL - Packet Filtered (%s)"
3415 msgstr ""
3417 #: plugins/check_ping.c:533
3418 #, c-format
3419 msgid "CRITICAL - Host not found (%s)"
3420 msgstr ""
3422 #: plugins/check_ping.c:535
3423 #, c-format
3424 msgid "CRITICAL - Time to live exceeded (%s)"
3425 msgstr ""
3427 #: plugins/check_ping.c:542
3428 msgid "Unable to realloc warn_text"
3429 msgstr ""
3431 #: plugins/check_ping.c:559
3432 #, c-format
3433 msgid "Use ping to check connection statistics for a remote host."
3434 msgstr ""
3436 #: plugins/check_ping.c:571
3437 msgid "host to ping"
3438 msgstr ""
3440 #: plugins/check_ping.c:577
3441 msgid "number of ICMP ECHO packets to send"
3442 msgstr ""
3444 #: plugins/check_ping.c:578
3445 #, c-format
3446 msgid "(Default: %d)\n"
3447 msgstr ""
3449 #: plugins/check_ping.c:580
3450 msgid "show HTML in the plugin output (obsoleted by urlize)"
3451 msgstr ""
3453 #: plugins/check_ping.c:585
3454 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3455 msgstr ""
3457 #: plugins/check_ping.c:586
3458 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3459 msgstr ""
3461 #: plugins/check_ping.c:587
3462 msgid "percentage of packet loss to trigger an alarm state."
3463 msgstr ""
3465 #: plugins/check_ping.c:590
3466 msgid ""
3467 "This plugin uses the ping command to probe the specified host for packet loss"
3468 msgstr ""
3470 #: plugins/check_ping.c:591
3471 msgid ""
3472 "(percentage) and round trip average (milliseconds). It can produce HTML "
3473 "output"
3474 msgstr ""
3476 #: plugins/check_ping.c:592
3477 msgid ""
3478 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3479 msgstr ""
3481 #: plugins/check_ping.c:593
3482 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3483 msgstr ""
3485 #: plugins/check_procs.c:159
3486 #, c-format
3487 msgid "CMD: %s\n"
3488 msgstr ""
3490 #: plugins/check_procs.c:164
3491 msgid "System call sent warnings to stderr"
3492 msgstr ""
3494 #: plugins/check_procs.c:265
3495 #, c-format
3496 msgid "Not parseable: %s"
3497 msgstr ""
3499 #: plugins/check_procs.c:270
3500 #, c-format
3501 msgid "Unable to read output\n"
3502 msgstr ""
3504 #: plugins/check_procs.c:287
3505 #, c-format
3506 msgid "%d warn out of "
3507 msgstr ""
3509 #: plugins/check_procs.c:292
3510 #, c-format
3511 msgid "%d crit, %d warn out of "
3512 msgstr ""
3514 #: plugins/check_procs.c:298
3515 #, c-format
3516 msgid " with %s"
3517 msgstr ""
3519 #: plugins/check_procs.c:380
3520 msgid "Critical Process Count must be an integer!"
3521 msgstr ""
3523 #: plugins/check_procs.c:392
3524 msgid "Warning Process Count must be an integer!"
3525 msgstr ""
3527 #: plugins/check_procs.c:400
3528 msgid "Parent Process ID must be an integer!"
3529 msgstr ""
3531 #: plugins/check_procs.c:406 plugins/check_procs.c:527
3532 #, c-format
3533 msgid "%s%sSTATE = %s"
3534 msgstr ""
3536 #: plugins/check_procs.c:415
3537 msgid "UID was not found"
3538 msgstr ""
3540 #: plugins/check_procs.c:421
3541 msgid "User name was not found"
3542 msgstr ""
3544 #: plugins/check_procs.c:436
3545 #, c-format
3546 msgid "%s%scommand name '%s'"
3547 msgstr ""
3549 #: plugins/check_procs.c:471
3550 msgid "RSS must be an integer!"
3551 msgstr ""
3553 #: plugins/check_procs.c:478
3554 msgid "VSZ must be an integer!"
3555 msgstr ""
3557 #: plugins/check_procs.c:486
3558 msgid "PCPU must be a float!"
3559 msgstr ""
3561 #: plugins/check_procs.c:510
3562 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3563 msgstr ""
3565 #: plugins/check_procs.c:546
3566 #, c-format
3567 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3568 msgstr ""
3570 #: plugins/check_procs.c:550
3571 #, c-format
3572 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3573 msgstr ""
3575 #: plugins/check_procs.c:687
3576 msgid ""
3577 "Checks all processes and generates WARNING or CRITICAL states if the "
3578 "specified"
3579 msgstr ""
3581 #: plugins/check_procs.c:688
3582 msgid ""
3583 "metric is outside the required threshold ranges. The metric defaults to "
3584 "number"
3585 msgstr ""
3587 #: plugins/check_procs.c:689
3588 msgid ""
3589 "of processes.  Search filters can be applied to limit the processes to check."
3590 msgstr ""
3592 #: plugins/check_procs.c:698
3593 msgid "Generate warning state if metric is outside this range"
3594 msgstr ""
3596 #: plugins/check_procs.c:700
3597 msgid "Generate critical state if metric is outside this range"
3598 msgstr ""
3600 #: plugins/check_procs.c:702
3601 msgid "Check thresholds against metric. Valid types:"
3602 msgstr ""
3604 #: plugins/check_procs.c:703
3605 msgid "PROCS   - number of processes (default)"
3606 msgstr ""
3608 #: plugins/check_procs.c:704
3609 msgid "VSZ     - virtual memory size"
3610 msgstr ""
3612 #: plugins/check_procs.c:705
3613 msgid "RSS     - resident set memory size"
3614 msgstr ""
3616 #: plugins/check_procs.c:706
3617 msgid "CPU     - percentage CPU"
3618 msgstr ""
3620 #: plugins/check_procs.c:709
3621 msgid "ELAPSED - time elapsed in seconds"
3622 msgstr ""
3624 #: plugins/check_procs.c:714
3625 msgid "Extra information. Up to 3 verbosity levels"
3626 msgstr ""
3628 #: plugins/check_procs.c:719
3629 msgid "Only scan for processes that have, in the output of `ps`, one or"
3630 msgstr ""
3632 #: plugins/check_procs.c:720
3633 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3634 msgstr ""
3636 #: plugins/check_procs.c:721
3637 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3638 msgstr ""
3640 #: plugins/check_procs.c:723
3641 msgid "Only scan for children of the parent process ID indicated."
3642 msgstr ""
3644 #: plugins/check_procs.c:725
3645 msgid "Only scan for processes with VSZ higher than indicated."
3646 msgstr ""
3648 #: plugins/check_procs.c:727
3649 msgid "Only scan for processes with RSS higher than indicated."
3650 msgstr ""
3652 #: plugins/check_procs.c:729
3653 msgid "Only scan for processes with PCPU higher than indicated."
3654 msgstr ""
3656 #: plugins/check_procs.c:731
3657 msgid "Only scan for processes with user name or ID indicated."
3658 msgstr ""
3660 #: plugins/check_procs.c:733
3661 msgid "Only scan for processes with args that contain STRING."
3662 msgstr ""
3664 #: plugins/check_procs.c:735
3665 msgid "Only scan for processes with args that contain the regex STRING."
3666 msgstr ""
3668 #: plugins/check_procs.c:737
3669 msgid "Only scan for exact matches of COMMAND (without path)."
3670 msgstr ""
3672 #: plugins/check_procs.c:739
3673 #, c-format
3674 msgid ""
3675 "\n"
3676 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3677 "specified 'max:min', a warning status will be generated if the\n"
3678 "count is inside the specified range\n"
3679 "\n"
3680 msgstr ""
3682 #: plugins/check_procs.c:744
3683 #, c-format
3684 msgid ""
3685 "This plugin checks the number of currently running processes and\n"
3686 "generates WARNING or CRITICAL states if the process count is outside\n"
3687 "the specified threshold ranges. The process count can be filtered by\n"
3688 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3689 "be the total number of running processes\n"
3690 "\n"
3691 msgstr ""
3693 #: plugins/check_procs.c:753
3694 msgid "Warning if not two processes with command name portsentry."
3695 msgstr ""
3697 #: plugins/check_procs.c:754
3698 msgid "Critical if < 2 or > 1024 processes"
3699 msgstr ""
3701 #: plugins/check_procs.c:756
3702 msgid "Warning alert if > 10 processes with command arguments containing"
3703 msgstr ""
3705 #: plugins/check_procs.c:757
3706 msgid "'/usr/local/bin/perl' and owned by root"
3707 msgstr ""
3709 #: plugins/check_procs.c:759
3710 msgid "Alert if VSZ of any processes over 50K or 100K"
3711 msgstr ""
3713 #: plugins/check_procs.c:761
3714 #, c-format
3715 msgid "Alert if CPU of any processes over 10%% or 20%%"
3716 msgstr ""
3718 #: plugins/check_radius.c:165
3719 msgid "Config file error"
3720 msgstr ""
3722 #: plugins/check_radius.c:174
3723 msgid "Out of Memory?"
3724 msgstr ""
3726 #: plugins/check_radius.c:178
3727 msgid "Invalid NAS-Identifier"
3728 msgstr ""
3730 #: plugins/check_radius.c:183 plugins/check_radius.c:185
3731 #: plugins/check_radius.c:191
3732 msgid "Invalid NAS-IP-Address"
3733 msgstr ""
3735 #: plugins/check_radius.c:188
3736 msgid "Can't find local IP for NAS-IP-Address"
3737 msgstr ""
3739 #: plugins/check_radius.c:202
3740 msgid "Timeout"
3741 msgstr ""
3743 #: plugins/check_radius.c:204
3744 msgid "Auth Error"
3745 msgstr ""
3747 #: plugins/check_radius.c:206
3748 msgid "Auth Failed"
3749 msgstr ""
3751 #: plugins/check_radius.c:208
3752 msgid "Bad Response"
3753 msgstr ""
3755 #: plugins/check_radius.c:212
3756 msgid "Auth OK"
3757 msgstr ""
3759 #: plugins/check_radius.c:213
3760 #, c-format
3761 msgid "Unexpected result code %d"
3762 msgstr ""
3764 #: plugins/check_radius.c:302
3765 msgid "Number of retries must be a positive integer"
3766 msgstr ""
3768 #: plugins/check_radius.c:316
3769 msgid "User not specified"
3770 msgstr ""
3772 #: plugins/check_radius.c:318
3773 msgid "Password not specified"
3774 msgstr ""
3776 #: plugins/check_radius.c:320
3777 msgid "Configuration file not specified"
3778 msgstr ""
3780 #: plugins/check_radius.c:338
3781 msgid "Tests to see if a RADIUS server is accepting connections."
3782 msgstr ""
3784 #: plugins/check_radius.c:350
3785 msgid "The user to authenticate"
3786 msgstr ""
3788 #: plugins/check_radius.c:352
3789 msgid "Password for autentication (SECURITY RISK)"
3790 msgstr ""
3792 #: plugins/check_radius.c:354
3793 msgid "NAS identifier"
3794 msgstr ""
3796 #: plugins/check_radius.c:356
3797 msgid "NAS IP Address"
3798 msgstr ""
3800 #: plugins/check_radius.c:358
3801 msgid "Configuration file"
3802 msgstr ""
3804 #: plugins/check_radius.c:360
3805 msgid "Response string to expect from the server"
3806 msgstr ""
3808 #: plugins/check_radius.c:362
3809 msgid "Number of times to retry a failed connection"
3810 msgstr ""
3812 #: plugins/check_radius.c:367
3813 msgid ""
3814 "This plugin tests a RADIUS server to see if it is accepting connections."
3815 msgstr ""
3817 #: plugins/check_radius.c:368
3818 msgid ""
3819 "The server to test must be specified in the invocation, as well as a user"
3820 msgstr ""
3822 #: plugins/check_radius.c:369
3823 msgid ""
3824 "name and password. A configuration file may also be present. The format of"
3825 msgstr ""
3827 #: plugins/check_radius.c:370
3828 msgid ""
3829 "the configuration file is described in the radiusclient library sources."
3830 msgstr ""
3832 #: plugins/check_radius.c:371
3833 msgid "The password option presents a substantial security issue because the"
3834 msgstr ""
3836 #: plugins/check_radius.c:372
3837 msgid ""
3838 "password can possibly be determined by careful watching of the command line"
3839 msgstr ""
3841 #: plugins/check_radius.c:373
3842 msgid "in a process listing. This risk is exacerbated because nagios will"
3843 msgstr ""
3845 #: plugins/check_radius.c:374
3846 msgid "run the plugin at regular predictable intervals. Please be sure that"
3847 msgstr ""
3849 #: plugins/check_radius.c:375
3850 msgid "the password used does not allow access to sensitive system resources."
3851 msgstr ""
3853 #: plugins/check_real.c:91
3854 #, c-format
3855 msgid "Unable to connect to %s on port %d\n"
3856 msgstr ""
3858 #: plugins/check_real.c:113
3859 #, c-format
3860 msgid "No data received from %s\n"
3861 msgstr ""
3863 #: plugins/check_real.c:118 plugins/check_real.c:191
3864 msgid "Invalid REAL response received from host"
3865 msgstr ""
3867 #: plugins/check_real.c:120 plugins/check_real.c:193
3868 #, c-format
3869 msgid "Invalid REAL response received from host on port %d\n"
3870 msgstr ""
3872 #: plugins/check_real.c:184 plugins/check_tcp.c:289
3873 #, c-format
3874 msgid "No data received from host\n"
3875 msgstr ""
3877 #: plugins/check_real.c:247
3878 #, c-format
3879 msgid "REAL %s - %d second response time\n"
3880 msgstr ""
3882 #: plugins/check_real.c:336 plugins/check_smtp.c:578 plugins/check_ups.c:536
3883 msgid "Warning time must be a positive integer"
3884 msgstr ""
3886 #: plugins/check_real.c:345 plugins/check_smtp.c:569 plugins/check_ups.c:527
3887 msgid "Critical time must be a positive integer"
3888 msgstr ""
3890 #: plugins/check_real.c:381
3891 msgid "You must provide a server to check"
3892 msgstr ""
3894 #: plugins/check_real.c:413
3895 msgid "This plugin tests the REAL service on the specified host."
3896 msgstr ""
3898 #: plugins/check_real.c:425
3899 msgid "Connect to this url"
3900 msgstr ""
3902 #: plugins/check_real.c:427
3903 #, c-format
3904 msgid "String to expect in first line of server response (default: %s)\n"
3905 msgstr ""
3907 #: plugins/check_real.c:437
3908 msgid "This plugin will attempt to open an RTSP connection with the host."
3909 msgstr ""
3911 #: plugins/check_real.c:438 plugins/check_smtp.c:827
3912 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3913 msgstr ""
3915 #: plugins/check_real.c:439
3916 msgid ""
3917 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3918 msgstr ""
3920 #: plugins/check_real.c:440
3921 msgid ""
3922 "but incorrect reponse messages from the host result in STATE_WARNING return"
3923 msgstr ""
3925 #: plugins/check_real.c:441
3926 msgid "values."
3927 msgstr ""
3929 #: plugins/check_smtp.c:150 plugins/check_swap.c:265 plugins/check_swap.c:271
3930 #, c-format
3931 msgid "malloc() failed!\n"
3932 msgstr ""
3934 #: plugins/check_smtp.c:154
3935 #, c-format
3936 msgid "gethostname() failed!\n"
3937 msgstr ""
3939 #: plugins/check_smtp.c:189 plugins/check_smtp.c:213
3940 #, c-format
3941 msgid "recv() failed\n"
3942 msgstr ""
3944 #: plugins/check_smtp.c:200
3945 #, c-format
3946 msgid "Invalid SMTP response received from host: %s\n"
3947 msgstr ""
3949 #: plugins/check_smtp.c:202
3950 #, c-format
3951 msgid "Invalid SMTP response received from host on port %d: %s\n"
3952 msgstr ""
3954 #: plugins/check_smtp.c:223
3955 #, c-format
3956 msgid "WARNING - TLS not supported by server\n"
3957 msgstr ""
3959 #: plugins/check_smtp.c:235
3960 #, c-format
3961 msgid "Server does not support STARTTLS\n"
3962 msgstr ""
3964 #: plugins/check_smtp.c:241
3965 #, c-format
3966 msgid "CRITICAL - Cannot create SSL context.\n"
3967 msgstr ""
3969 #: plugins/check_smtp.c:261
3970 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3971 msgstr ""
3973 #: plugins/check_smtp.c:266
3974 #, c-format
3975 msgid "sent %s"
3976 msgstr ""
3978 #: plugins/check_smtp.c:268
3979 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3980 msgstr ""
3982 #: plugins/check_smtp.c:312 plugins/check_snmp.c:718
3983 #, c-format
3984 msgid "Could Not Compile Regular Expression"
3985 msgstr ""
3987 #: plugins/check_smtp.c:321
3988 #, c-format
3989 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3990 msgstr ""
3992 #: plugins/check_smtp.c:325 plugins/check_snmp.c:449
3993 #, c-format
3994 msgid "Execute Error: %s\n"
3995 msgstr ""
3997 #: plugins/check_smtp.c:339
3998 #, c-format
3999 msgid "no authuser specified, "
4000 msgstr ""
4002 #: plugins/check_smtp.c:344
4003 #, c-format
4004 msgid "no authpass specified, "
4005 msgstr ""
4007 #: plugins/check_smtp.c:351 plugins/check_smtp.c:373 plugins/check_smtp.c:394
4008 #: plugins/check_smtp.c:685
4009 #, c-format
4010 msgid "sent %s\n"
4011 msgstr ""
4013 #: plugins/check_smtp.c:354
4014 #, c-format
4015 msgid "recv() failed after AUTH LOGIN, "
4016 msgstr ""
4018 #: plugins/check_smtp.c:359 plugins/check_smtp.c:381 plugins/check_smtp.c:402
4019 #: plugins/check_smtp.c:696
4020 #, c-format
4021 msgid "received %s\n"
4022 msgstr ""
4024 #: plugins/check_smtp.c:363
4025 #, c-format
4026 msgid "invalid response received after AUTH LOGIN, "
4027 msgstr ""
4029 #: plugins/check_smtp.c:377
4030 #, c-format
4031 msgid "recv() failed after sending authuser, "
4032 msgstr ""
4034 #: plugins/check_smtp.c:385
4035 #, c-format
4036 msgid "invalid response received after authuser, "
4037 msgstr ""
4039 #: plugins/check_smtp.c:398
4040 #, c-format
4041 msgid "recv() failed after sending authpass, "
4042 msgstr ""
4044 #: plugins/check_smtp.c:406
4045 #, c-format
4046 msgid "invalid response received after authpass, "
4047 msgstr ""
4049 #: plugins/check_smtp.c:413
4050 #, c-format
4051 msgid "only authtype LOGIN is supported, "
4052 msgstr ""
4054 #: plugins/check_smtp.c:437
4055 #, c-format
4056 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
4057 msgstr ""
4059 #: plugins/check_smtp.c:545 plugins/check_smtp.c:557
4060 #, c-format
4061 msgid "Could not realloc() units [%d]\n"
4062 msgstr ""
4064 #: plugins/check_smtp.c:608
4065 msgid "SSL support not available - install OpenSSL and recompile"
4066 msgstr ""
4068 #: plugins/check_smtp.c:676 plugins/check_smtp.c:681
4069 #, c-format
4070 msgid "Connection closed by server before sending QUIT command\n"
4071 msgstr ""
4073 #: plugins/check_smtp.c:691
4074 #, c-format
4075 msgid "recv() failed after QUIT."
4076 msgstr ""
4078 #: plugins/check_smtp.c:693
4079 #, c-format
4080 msgid "Connection reset by peer."
4081 msgstr ""
4083 #: plugins/check_smtp.c:781
4084 msgid "This plugin will attempt to open an SMTP connection with the host."
4085 msgstr ""
4087 #: plugins/check_smtp.c:795
4088 #, c-format
4089 msgid "    String to expect in first line of server response (default: '%s')\n"
4090 msgstr ""
4092 #: plugins/check_smtp.c:797
4093 msgid "SMTP command (may be used repeatedly)"
4094 msgstr ""
4096 #: plugins/check_smtp.c:799
4097 msgid "Expected response to command (may be used repeatedly)"
4098 msgstr ""
4100 #: plugins/check_smtp.c:801
4101 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
4102 msgstr ""
4104 #: plugins/check_smtp.c:803
4105 msgid "FQDN used for HELO"
4106 msgstr ""
4108 #: plugins/check_smtp.c:806 plugins/check_tcp.c:630
4109 msgid "Minimum number of days a certificate has to be valid."
4110 msgstr ""
4112 #: plugins/check_smtp.c:808
4113 msgid "Use STARTTLS for the connection."
4114 msgstr ""
4116 #: plugins/check_smtp.c:812
4117 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
4118 msgstr ""
4120 #: plugins/check_smtp.c:814
4121 msgid "SMTP AUTH username"
4122 msgstr ""
4124 #: plugins/check_smtp.c:816
4125 msgid "SMTP AUTH password"
4126 msgstr ""
4128 #: plugins/check_smtp.c:818
4129 msgid "Ignore failure when sending QUIT command to server"
4130 msgstr ""
4132 #: plugins/check_smtp.c:828
4133 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
4134 msgstr ""
4136 #: plugins/check_smtp.c:829
4137 msgid "connects, but incorrect reponse messages from the host result in"
4138 msgstr ""
4140 #: plugins/check_smtp.c:830
4141 msgid "STATE_WARNING return values."
4142 msgstr ""
4144 #: plugins/check_snmp.c:298
4145 #, c-format
4146 msgid "External command error: %s\n"
4147 msgstr ""
4149 #: plugins/check_snmp.c:303
4150 #, c-format
4151 msgid "External command error with no output (return code: %d)\n"
4152 msgstr ""
4154 #: plugins/check_snmp.c:406
4155 msgid "No valid data returned"
4156 msgstr ""
4158 #: plugins/check_snmp.c:413
4159 msgid "Time duration between plugin calls is invalid"
4160 msgstr ""
4162 #: plugins/check_snmp.c:509
4163 msgid "Cannot malloc"
4164 msgstr ""
4166 #: plugins/check_snmp.c:515
4167 msgid "Cannot asprintf()"
4168 msgstr ""
4170 #: plugins/check_snmp.c:521
4171 msgid "Cannot realloc()"
4172 msgstr ""
4174 #: plugins/check_snmp.c:537
4175 msgid "No previous data to calculate rate - assume okay"
4176 msgstr ""
4178 #: plugins/check_snmp.c:676
4179 msgid "Retries interval must be a positive integer"
4180 msgstr ""
4182 #: plugins/check_snmp.c:738
4183 #, c-format
4184 msgid "Could not reallocate labels[%d]"
4185 msgstr ""
4187 #: plugins/check_snmp.c:750
4188 msgid "Could not reallocate labels\n"
4189 msgstr ""
4191 #: plugins/check_snmp.c:767
4192 #, c-format
4193 msgid "Could not reallocate units [%d]\n"
4194 msgstr ""
4196 #: plugins/check_snmp.c:779
4197 msgid "Could not realloc() units\n"
4198 msgstr ""
4200 #: plugins/check_snmp.c:796
4201 msgid "Rate multiplier must be a positive integer"
4202 msgstr ""
4204 #: plugins/check_snmp.c:848
4205 msgid "No host specified\n"
4206 msgstr ""
4208 #: plugins/check_snmp.c:852
4209 msgid "No OIDs specified\n"
4210 msgstr ""
4212 #: plugins/check_snmp.c:874
4213 msgid "Invalid seclevel"
4214 msgstr ""
4216 #: plugins/check_snmp.c:881 plugins/check_snmp.c:884 plugins/check_snmp.c:902
4217 #, c-format
4218 msgid "Required parameter: %s\n"
4219 msgstr ""
4221 #: plugins/check_snmp.c:923
4222 msgid "Invalid SNMP version"
4223 msgstr ""
4225 #: plugins/check_snmp.c:940
4226 msgid "Unbalanced quotes\n"
4227 msgstr ""
4229 #: plugins/check_snmp.c:989
4230 msgid "Check status of remote machines and obtain system information via SNMP"
4231 msgstr ""
4233 #: plugins/check_snmp.c:1002
4234 msgid "Use SNMP GETNEXT instead of SNMP GET"
4235 msgstr ""
4237 #: plugins/check_snmp.c:1004
4238 msgid "SNMP protocol version"
4239 msgstr ""
4241 #: plugins/check_snmp.c:1006
4242 msgid "SNMPv3 securityLevel"
4243 msgstr ""
4245 #: plugins/check_snmp.c:1008
4246 msgid "SNMPv3 auth proto"
4247 msgstr ""
4249 #: plugins/check_snmp.c:1010
4250 msgid "SNMPv3 priv proto (default DES)"
4251 msgstr ""
4253 #: plugins/check_snmp.c:1014
4254 msgid "Optional community string for SNMP communication"
4255 msgstr ""
4257 #: plugins/check_snmp.c:1015
4258 msgid "default is"
4259 msgstr ""
4261 #: plugins/check_snmp.c:1017
4262 msgid "SNMPv3 username"
4263 msgstr ""
4265 #: plugins/check_snmp.c:1019
4266 msgid "SNMPv3 authentication password"
4267 msgstr ""
4269 #: plugins/check_snmp.c:1021
4270 msgid "SNMPv3 privacy password"
4271 msgstr ""
4273 #: plugins/check_snmp.c:1025
4274 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
4275 msgstr ""
4277 #: plugins/check_snmp.c:1027
4278 msgid ""
4279 "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"
4280 msgstr ""
4282 #: plugins/check_snmp.c:1028
4283 msgid "for symbolic OIDs.)"
4284 msgstr ""
4286 #: plugins/check_snmp.c:1030
4287 msgid "Delimiter to use when parsing returned data. Default is"
4288 msgstr ""
4290 #: plugins/check_snmp.c:1031
4291 msgid "Any data on the right hand side of the delimiter is considered"
4292 msgstr ""
4294 #: plugins/check_snmp.c:1032
4295 msgid "to be the data that should be used in the evaluation."
4296 msgstr ""
4298 #: plugins/check_snmp.c:1036
4299 msgid "Warning threshold range(s)"
4300 msgstr ""
4302 #: plugins/check_snmp.c:1038
4303 msgid "Critical threshold range(s)"
4304 msgstr ""
4306 #: plugins/check_snmp.c:1040
4307 msgid "Enable rate calculation. See 'Rate Calculation' below"
4308 msgstr ""
4310 #: plugins/check_snmp.c:1042
4311 msgid ""
4312 "Converts rate per second. For example, set to 60 to convert to per minute"
4313 msgstr ""
4315 #: plugins/check_snmp.c:1046
4316 msgid "Return OK state (for that OID) if STRING is an exact match"
4317 msgstr ""
4319 #: plugins/check_snmp.c:1048
4320 msgid ""
4321 "Return OK state (for that OID) if extended regular expression REGEX matches"
4322 msgstr ""
4324 #: plugins/check_snmp.c:1050
4325 msgid ""
4326 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
4327 msgstr ""
4329 #: plugins/check_snmp.c:1052
4330 msgid "Invert search result (CRITICAL if found)"
4331 msgstr ""
4333 #: plugins/check_snmp.c:1056
4334 msgid "Prefix label for output from plugin"
4335 msgstr ""
4337 #: plugins/check_snmp.c:1058
4338 msgid "Units label(s) for output data (e.g., 'sec.')."
4339 msgstr ""
4341 #: plugins/check_snmp.c:1060
4342 msgid "Separates output on multiple OID requests"
4343 msgstr ""
4345 #: plugins/check_snmp.c:1064
4346 msgid "Number of retries to be used in the requests"
4347 msgstr ""
4349 #: plugins/check_snmp.c:1069
4350 msgid ""
4351 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
4352 msgstr ""
4354 #: plugins/check_snmp.c:1070
4355 msgid ""
4356 "if you don't have the package installed, you will need to download it from"
4357 msgstr ""
4359 #: plugins/check_snmp.c:1071
4360 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
4361 msgstr ""
4363 #: plugins/check_snmp.c:1075
4364 msgid ""
4365 "- Multiple OIDs may be indicated by a comma or space-delimited list (lists "
4366 "with"
4367 msgstr ""
4369 #: plugins/check_snmp.c:1076
4370 msgid "internal spaces must be quoted). Maximum:"
4371 msgstr ""
4373 #: plugins/check_snmp.c:1076
4374 msgid "OIDs."
4375 msgstr ""
4377 #: plugins/check_snmp.c:1080
4378 msgid ""
4379 "- When checking multiple OIDs, separate ranges by commas like '-w "
4380 "1:10,1:,:20'"
4381 msgstr ""
4383 #: plugins/check_snmp.c:1081
4384 msgid "- Note that only one string and one regex may be checked at present"
4385 msgstr ""
4387 #: plugins/check_snmp.c:1082
4388 msgid ""
4389 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
4390 msgstr ""
4392 #: plugins/check_snmp.c:1083
4393 msgid "returned from the SNMP query is an unsigned integer."
4394 msgstr ""
4396 #: plugins/check_snmp.c:1086
4397 msgid "Rate Calculation:"
4398 msgstr ""
4400 #: plugins/check_snmp.c:1087
4401 msgid "In many places, SNMP returns counters that are only meaningful when"
4402 msgstr ""
4404 #: plugins/check_snmp.c:1088
4405 msgid "calculating the counter difference since the last check. check_snmp"
4406 msgstr ""
4408 #: plugins/check_snmp.c:1089
4409 msgid "saves the last state information in a file so that the rate per second"
4410 msgstr ""
4412 #: plugins/check_snmp.c:1090
4413 msgid "can be calculated. Use the --rate option to save state information."
4414 msgstr ""
4416 #: plugins/check_snmp.c:1091
4417 msgid ""
4418 "On the first run, there will be no prior state - this will return with OK."
4419 msgstr ""
4421 #: plugins/check_snmp.c:1092
4422 msgid "The state is uniquely determined by the arguments to the plugin, so"
4423 msgstr ""
4425 #: plugins/check_snmp.c:1093
4426 msgid "changing the arguments will create a new state file."
4427 msgstr ""
4429 #: plugins/check_ssh.c:165
4430 msgid "Port number must be a positive integer"
4431 msgstr ""
4433 #: plugins/check_ssh.c:232
4434 #, c-format
4435 msgid "Server answer: %s"
4436 msgstr ""
4438 #: plugins/check_ssh.c:251
4439 #, c-format
4440 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
4441 msgstr ""
4443 #: plugins/check_ssh.c:260
4444 #, c-format
4445 msgid "SSH OK - %s (protocol %s) | %s\n"
4446 msgstr ""
4448 #: plugins/check_ssh.c:281
4449 msgid "Try to connect to an SSH server at specified server and port"
4450 msgstr ""
4452 #: plugins/check_ssh.c:297
4453 msgid ""
4454 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
4455 msgstr ""
4457 #: plugins/check_swap.c:169
4458 #, c-format
4459 msgid "Command: %s\n"
4460 msgstr ""
4462 #: plugins/check_swap.c:171
4463 #, c-format
4464 msgid "Format: %s\n"
4465 msgstr ""
4467 #: plugins/check_swap.c:207
4468 #, c-format
4469 msgid "total=%.0f, used=%.0f, free=%.0f\n"
4470 msgstr ""
4472 #: plugins/check_swap.c:221
4473 #, c-format
4474 msgid "total=%.0f, free=%.0f\n"
4475 msgstr ""
4477 #: plugins/check_swap.c:253
4478 msgid "Error getting swap devices\n"
4479 msgstr ""
4481 #: plugins/check_swap.c:256
4482 msgid "SWAP OK: No swap devices defined\n"
4483 msgstr ""
4485 #: plugins/check_swap.c:277 plugins/check_swap.c:319
4486 msgid "swapctl failed: "
4487 msgstr ""
4489 #: plugins/check_swap.c:278 plugins/check_swap.c:320
4490 msgid "Error in swapctl call\n"
4491 msgstr ""
4493 #: plugins/check_swap.c:357
4494 #, c-format
4495 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
4496 msgstr ""
4498 #: plugins/check_swap.c:435
4499 msgid "Warning threshold must be integer or percentage!"
4500 msgstr ""
4502 #: plugins/check_swap.c:453
4503 msgid "Critical threshold must be integer or percentage!"
4504 msgstr ""
4506 #: plugins/check_swap.c:507
4507 msgid "Warning percentage should be more than critical percentage"
4508 msgstr ""
4510 #: plugins/check_swap.c:511
4511 msgid "Warning free space should be more than critical free space"
4512 msgstr ""
4514 #: plugins/check_swap.c:525
4515 msgid "Check swap space on local machine."
4516 msgstr ""
4518 #: plugins/check_swap.c:535
4519 msgid ""
4520 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
4521 msgstr ""
4523 #: plugins/check_swap.c:537
4524 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
4525 msgstr ""
4527 #: plugins/check_swap.c:539
4528 msgid ""
4529 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
4530 msgstr ""
4532 #: plugins/check_swap.c:541
4533 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
4534 msgstr ""
4536 #: plugins/check_swap.c:543
4537 msgid "Conduct comparisons for all swap partitions, one by one"
4538 msgstr ""
4540 #: plugins/check_swap.c:548
4541 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s."
4542 msgstr ""
4544 #: plugins/check_tcp.c:197
4545 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
4546 msgstr ""
4548 #: plugins/check_tcp.c:221
4549 msgid "With UDP checks, a send/expect string must be specified."
4550 msgstr ""
4552 #: plugins/check_tcp.c:415
4553 msgid "No arguments found"
4554 msgstr ""
4556 #: plugins/check_tcp.c:516
4557 msgid "Maxbytes must be a positive integer"
4558 msgstr ""
4560 #: plugins/check_tcp.c:534
4561 msgid "Refuse must be one of ok, warn, crit"
4562 msgstr ""
4564 #: plugins/check_tcp.c:544
4565 msgid "Mismatch must be one of ok, warn, crit"
4566 msgstr ""
4568 #: plugins/check_tcp.c:550
4569 msgid "Delay must be a positive integer"
4570 msgstr ""
4572 #: plugins/check_tcp.c:578
4573 msgid "You must provide a server address"
4574 msgstr ""
4576 #: plugins/check_tcp.c:580
4577 msgid "Invalid hostname, address or socket"
4578 msgstr ""
4580 #: plugins/check_tcp.c:594
4581 #, c-format
4582 msgid ""
4583 "This plugin tests %s connections with the specified host (or unix socket).\n"
4584 "\n"
4585 msgstr ""
4587 #: plugins/check_tcp.c:607
4588 msgid ""
4589 "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
4590 "quit option"
4591 msgstr ""
4593 #: plugins/check_tcp.c:608
4594 msgid "Default: nothing added to send, \\r\\n added to end of quit"
4595 msgstr ""
4597 #: plugins/check_tcp.c:610
4598 msgid "String to send to the server"
4599 msgstr ""
4601 #: plugins/check_tcp.c:612
4602 msgid "String to expect in server response"
4603 msgstr ""
4605 #: plugins/check_tcp.c:612
4606 msgid "(may be repeated)"
4607 msgstr ""
4609 #: plugins/check_tcp.c:614
4610 msgid "All expect strings need to occur in server response. Default is any"
4611 msgstr ""
4613 #: plugins/check_tcp.c:616
4614 msgid "String to send server to initiate a clean close of the connection"
4615 msgstr ""
4617 #: plugins/check_tcp.c:618
4618 msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
4619 msgstr ""
4621 #: plugins/check_tcp.c:620
4622 msgid ""
4623 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4624 msgstr ""
4626 #: plugins/check_tcp.c:622
4627 msgid "Hide output from TCP socket"
4628 msgstr ""
4630 #: plugins/check_tcp.c:624
4631 msgid "Close connection once more than this number of bytes are received"
4632 msgstr ""
4634 #: plugins/check_tcp.c:626
4635 msgid "Seconds to wait between sending string and polling for response"
4636 msgstr ""
4638 #: plugins/check_tcp.c:632
4639 msgid "Use SSL for the connection."
4640 msgstr ""
4642 #: plugins/check_time.c:102
4643 #, c-format
4644 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4645 msgstr ""
4647 #: plugins/check_time.c:115
4648 #, c-format
4649 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4650 msgstr ""
4652 #: plugins/check_time.c:139
4653 #, c-format
4654 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4655 msgstr ""
4657 #: plugins/check_time.c:152
4658 #, c-format
4659 msgid "TIME %s - %d second response time|%s\n"
4660 msgstr ""
4662 #: plugins/check_time.c:170
4663 #, c-format
4664 msgid "TIME %s - %lu second time difference|%s %s\n"
4665 msgstr ""
4667 #: plugins/check_time.c:254
4668 msgid "Warning thresholds must be a positive integer"
4669 msgstr ""
4671 #: plugins/check_time.c:273
4672 msgid "Critical thresholds must be a positive integer"
4673 msgstr ""
4675 #: plugins/check_time.c:339
4676 msgid "This plugin will check the time on the specified host."
4677 msgstr ""
4679 #: plugins/check_time.c:351
4680 msgid "Use UDP to connect, not TCP"
4681 msgstr ""
4683 #: plugins/check_time.c:353
4684 msgid "Time difference (sec.) necessary to result in a warning status"
4685 msgstr ""
4687 #: plugins/check_time.c:355
4688 msgid "Time difference (sec.) necessary to result in a critical status"
4689 msgstr ""
4691 #: plugins/check_time.c:357
4692 msgid "Response time (sec.) necessary to result in warning status"
4693 msgstr ""
4695 #: plugins/check_time.c:359
4696 msgid "Response time (sec.) necessary to result in critical status"
4697 msgstr ""
4699 #: plugins/check_ups.c:144
4700 #, c-format
4701 msgid "On Battery, Low Battery"
4702 msgstr ""
4704 #: plugins/check_ups.c:149
4705 msgid "Online"
4706 msgstr ""
4708 #: plugins/check_ups.c:152
4709 msgid "On Battery"
4710 msgstr ""
4712 #: plugins/check_ups.c:156
4713 msgid ", Low Battery"
4714 msgstr ""
4716 #: plugins/check_ups.c:160
4717 msgid ", Calibrating"
4718 msgstr ""
4720 #: plugins/check_ups.c:163
4721 msgid ", Replace Battery"
4722 msgstr ""
4724 #: plugins/check_ups.c:167
4725 msgid ", On Bypass"
4726 msgstr ""
4728 #: plugins/check_ups.c:170
4729 msgid ", Overload"
4730 msgstr ""
4732 #: plugins/check_ups.c:173
4733 msgid ", Trimming"
4734 msgstr ""
4736 #: plugins/check_ups.c:176
4737 msgid ", Boosting"
4738 msgstr ""
4740 #: plugins/check_ups.c:179
4741 msgid ", Charging"
4742 msgstr ""
4744 #: plugins/check_ups.c:182
4745 msgid ", Discharging"
4746 msgstr ""
4748 #: plugins/check_ups.c:185
4749 msgid ", Unknown"
4750 msgstr ""
4752 #: plugins/check_ups.c:324
4753 #, c-format
4754 msgid "UPS does not support any available options\n"
4755 msgstr ""
4757 #: plugins/check_ups.c:348 plugins/check_ups.c:411
4758 msgid "Invalid response received from host"
4759 msgstr ""
4761 #: plugins/check_ups.c:420
4762 #, c-format
4763 msgid "CRITICAL - no such UPS '%s' on that host\n"
4764 msgstr ""
4766 #: plugins/check_ups.c:430
4767 msgid "CRITICAL - UPS data is stale"
4768 msgstr ""
4770 #: plugins/check_ups.c:435
4771 #, c-format
4772 msgid "Unknown error: %s\n"
4773 msgstr ""
4775 #: plugins/check_ups.c:442
4776 msgid "Error: unable to parse variable"
4777 msgstr ""
4779 #: plugins/check_ups.c:549
4780 msgid "Unrecognized UPS variable"
4781 msgstr ""
4783 #: plugins/check_ups.c:587
4784 msgid "Error : no UPS indicated"
4785 msgstr ""
4787 #: plugins/check_ups.c:607
4788 msgid ""
4789 "This plugin tests the UPS service on the specified host. Network UPS Tools"
4790 msgstr ""
4792 #: plugins/check_ups.c:608
4793 msgid "from www.networkupstools.org must be running for this plugin to work."
4794 msgstr ""
4796 #: plugins/check_ups.c:620
4797 msgid "Name of UPS"
4798 msgstr ""
4800 #: plugins/check_ups.c:622
4801 msgid "Output of temperatures in Celsius"
4802 msgstr ""
4804 #: plugins/check_ups.c:624
4805 msgid "Valid values for STRING are"
4806 msgstr ""
4808 #: plugins/check_ups.c:635
4809 msgid ""
4810 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4811 msgstr ""
4813 #: plugins/check_ups.c:636
4814 msgid ""
4815 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4816 msgstr ""
4818 #: plugins/check_ups.c:637
4819 msgid ""
4820 "plugin will return an OK state. If the battery is on it will return a WARNING"
4821 msgstr ""
4823 #: plugins/check_ups.c:638
4824 msgid ""
4825 "state. If the UPS is off or has a low battery the plugin will return a "
4826 "CRITICAL"
4827 msgstr ""
4829 #: plugins/check_ups.c:643
4830 msgid ""
4831 "You may also specify a variable to check (such as temperature, utility "
4832 "voltage,"
4833 msgstr ""
4835 #: plugins/check_ups.c:644
4836 msgid ""
4837 "battery load, etc.) as well as warning and critical thresholds for the value"
4838 msgstr ""
4840 #: plugins/check_ups.c:645
4841 msgid ""
4842 "of that variable.  If the remote host has multiple UPS that are being "
4843 "monitored"
4844 msgstr ""
4846 #: plugins/check_ups.c:646
4847 msgid "you will have to use the --ups option to specify which UPS to check."
4848 msgstr ""
4850 #: plugins/check_ups.c:648
4851 msgid ""
4852 "This plugin requires that the UPSD daemon distributed with Russell Kroll's"
4853 msgstr ""
4855 #: plugins/check_ups.c:649
4856 msgid ""
4857 "Network UPS Tools be installed on the remote host. If you do not have the"
4858 msgstr ""
4860 #: plugins/check_ups.c:650
4861 msgid "package installed on your system, you can download it from"
4862 msgstr ""
4864 #: plugins/check_ups.c:651
4865 msgid "http://www.networkupstools.org"
4866 msgstr ""
4868 #: plugins/check_users.c:92
4869 #, c-format
4870 msgid "# users=%d"
4871 msgstr ""
4873 #: plugins/check_users.c:115
4874 msgid "Unable to read output"
4875 msgstr ""
4877 #: plugins/check_users.c:122
4878 #, c-format
4879 msgid "USERS %s - %d users currently logged in |%s\n"
4880 msgstr ""
4882 #: plugins/check_users.c:207
4883 msgid "This plugin checks the number of users currently logged in on the local"
4884 msgstr ""
4886 #: plugins/check_users.c:208
4887 msgid ""
4888 "system and generates an error if the number exceeds the thresholds specified."
4889 msgstr ""
4891 #: plugins/check_users.c:218
4892 msgid "Set WARNING status if more than INTEGER users are logged in"
4893 msgstr ""
4895 #: plugins/check_users.c:220
4896 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4897 msgstr ""
4899 #: plugins/check_ide_smart.c:229
4900 #, c-format
4901 msgid "CRITICAL - Couldn't open device %s: %s\n"
4902 msgstr ""
4904 #: plugins/check_ide_smart.c:234
4905 #, c-format
4906 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4907 msgstr ""
4909 #: plugins/check_ide_smart.c:295
4910 #, c-format
4911 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4912 msgstr ""
4914 #: plugins/check_ide_smart.c:364
4915 #, c-format
4916 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4917 msgstr ""
4919 #: plugins/check_ide_smart.c:372
4920 #, c-format
4921 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4922 msgstr ""
4924 #: plugins/check_ide_smart.c:380
4925 #, c-format
4926 msgid "OK - Operational (%d/%d tests passed)\n"
4927 msgstr ""
4929 #: plugins/check_ide_smart.c:384
4930 #, c-format
4931 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4932 msgstr ""
4934 #: plugins/check_ide_smart.c:417
4935 #, c-format
4936 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4937 msgstr ""
4939 #: plugins/check_ide_smart.c:423
4940 #, c-format
4941 msgid "OffLineCapability=%d {%s %s %s}\n"
4942 msgstr ""
4944 #: plugins/check_ide_smart.c:429
4945 #, c-format
4946 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4947 msgstr ""
4949 #: plugins/check_ide_smart.c:450
4950 #, c-format
4951 msgid "CRITICAL - %s: %s\n"
4952 msgstr ""
4954 #: plugins/check_ide_smart.c:469
4955 #, c-format
4956 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4957 msgstr ""
4959 #: plugins/check_ide_smart.c:486
4960 #, c-format
4961 msgid ""
4962 "This plugin checks a local hard drive with the (Linux specific) SMART "
4963 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4964 msgstr ""
4966 #: plugins/check_ide_smart.c:496
4967 msgid "Select device DEVICE"
4968 msgstr ""
4970 #: plugins/check_ide_smart.c:497
4971 msgid ""
4972 "Note: if the device is selected with this option, _no_ other options are "
4973 "accepted"
4974 msgstr ""
4976 #: plugins/check_ide_smart.c:499
4977 msgid "Perform immediately offline tests"
4978 msgstr ""
4980 #: plugins/check_ide_smart.c:501
4981 msgid "Returns the number of failed tests"
4982 msgstr ""
4984 #: plugins/check_ide_smart.c:503
4985 msgid "Turn on automatic offline tests"
4986 msgstr ""
4988 #: plugins/check_ide_smart.c:505
4989 msgid "Turn off automatic offline tests"
4990 msgstr ""
4992 #: plugins/check_ide_smart.c:507
4993 msgid "Output suitable for Nagios"
4994 msgstr ""
4996 #: plugins/negate.c:96
4997 msgid "No data returned from command\n"
4998 msgstr ""
5000 #: plugins/negate.c:167
5001 msgid ""
5002 "Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) "
5003 "or integer (0-3)."
5004 msgstr ""
5006 #: plugins/negate.c:171
5007 msgid ""
5008 "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
5009 "3)."
5010 msgstr ""
5012 #: plugins/negate.c:177
5013 msgid ""
5014 "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5015 "integer (0-3)."
5016 msgstr ""
5018 #: plugins/negate.c:182
5019 msgid ""
5020 "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5021 "integer (0-3)."
5022 msgstr ""
5024 #: plugins/negate.c:187
5025 msgid ""
5026 "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5027 "integer (0-3)."
5028 msgstr ""
5030 #: plugins/negate.c:214
5031 msgid "Require path to command"
5032 msgstr ""
5034 #: plugins/negate.c:243
5035 msgid ""
5036 "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."
5037 msgstr ""
5039 #: plugins/negate.c:244
5040 msgid "Additional switches can be used to control which state becomes what."
5041 msgstr ""
5043 #: plugins/negate.c:253
5044 msgid "Keep timeout longer than the plugin timeout to retain CRITICAL status."
5045 msgstr ""
5047 #: plugins/negate.c:255
5048 msgid "Custom result on Negate timeouts; see below for STATUS definition\n"
5049 msgstr ""
5051 #: plugins/negate.c:261
5052 #, c-format
5053 msgid ""
5054 "    STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n"
5055 msgstr ""
5057 #: plugins/negate.c:262
5058 #, c-format
5059 msgid ""
5060 "    quotes. Numeric values are accepted. If nothing is specified, permutes\n"
5061 msgstr ""
5063 #: plugins/negate.c:263
5064 #, c-format
5065 msgid "    OK and CRITICAL.\n"
5066 msgstr ""
5068 #: plugins/negate.c:265
5069 #, c-format
5070 msgid ""
5071 "    Substitute output text as well. Will only substitute text in CAPITALS\n"
5072 msgstr ""
5074 #: plugins/negate.c:270
5075 msgid "Run check_ping and invert result. Must use full path to plugin"
5076 msgstr ""
5078 #: plugins/negate.c:272
5079 msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL"
5080 msgstr ""
5082 #: plugins/negate.c:275
5083 msgid ""
5084 "This plugin is a wrapper to take the output of another plugin and invert it."
5085 msgstr ""
5087 #: plugins/negate.c:276
5088 msgid "The full path of the plugin must be provided."
5089 msgstr ""
5091 #: plugins/negate.c:277
5092 msgid "If the wrapped plugin returns OK, the wrapper will return CRITICAL."
5093 msgstr ""
5095 #: plugins/negate.c:278
5096 msgid "If the wrapped plugin returns CRITICAL, the wrapper will return OK."
5097 msgstr ""
5099 #: plugins/negate.c:279
5100 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
5101 msgstr ""
5103 #: plugins/negate.c:281
5104 msgid ""
5105 "Using timeout-result, it is possible to override the timeout behaviour or a"
5106 msgstr ""
5108 #: plugins/negate.c:282
5109 msgid "plugin by setting the negate timeout a bit lower."
5110 msgstr ""
5112 #: plugins/netutils.c:48
5113 #, c-format
5114 msgid "%s - Socket timeout after %d seconds\n"
5115 msgstr ""
5117 #: plugins/netutils.c:50
5118 #, c-format
5119 msgid "%s - Abnormal timeout after %d seconds\n"
5120 msgstr ""
5122 #: plugins/netutils.c:78 plugins/netutils.c:280
5123 msgid "Send failed"
5124 msgstr ""
5126 #: plugins/netutils.c:95 plugins/netutils.c:295
5127 msgid "No data was received from host!"
5128 msgstr ""
5130 #: plugins/netutils.c:203 plugins/netutils.c:239
5131 msgid "Socket creation failed"
5132 msgstr ""
5134 #: plugins/netutils.c:232
5135 msgid "Supplied path too long unix domain socket"
5136 msgstr ""
5138 #: plugins/netutils.c:304
5139 msgid "Receive failed"
5140 msgstr ""
5142 #: plugins/netutils.c:330 plugins-root/check_dhcp.c:1341
5143 #, c-format
5144 msgid "Invalid hostname/address - %s"
5145 msgstr ""
5147 #: plugins/popen.c:142
5148 msgid "Could not malloc argv array in popen()"
5149 msgstr ""
5151 #: plugins/popen.c:152
5152 msgid "CRITICAL - You need more args!!!"
5153 msgstr ""
5155 #: plugins/popen.c:209
5156 msgid "Cannot catch SIGCHLD"
5157 msgstr ""
5159 #: plugins/popen.c:304
5160 #, c-format
5161 msgid "CRITICAL - Plugin timed out after %d seconds\n"
5162 msgstr ""
5164 #: plugins/popen.c:307
5165 msgid "CRITICAL - popen timeout received, but no child process"
5166 msgstr ""
5168 #: plugins/popen.c:323
5169 msgid "sysconf error for _SC_OPEN_MAX"
5170 msgstr ""
5172 #: plugins/urlize.c:130
5173 #, c-format
5174 msgid ""
5175 "%s UNKNOWN - No data received from host\n"
5176 "CMD: %s</A>\n"
5177 msgstr ""
5179 #: plugins/urlize.c:169
5180 msgid "This plugin wraps the text output of another command (plugin)"
5181 msgstr ""
5183 #: plugins/urlize.c:170
5184 msgid ""
5185 "in HTML <A> tags, thus displaying the child plugin's output as a clickable "
5186 "link in"
5187 msgstr ""
5189 #: plugins/urlize.c:171
5190 msgid ""
5191 "the Nagios status screen.  This plugin returns the status of the invoked "
5192 "plugin."
5193 msgstr ""
5195 #: plugins/urlize.c:181
5196 msgid ""
5197 "Pay close attention to quoting to ensure that the shell passes the expected"
5198 msgstr ""
5200 #: plugins/urlize.c:182
5201 msgid "data to the plugin. For example, in:"
5202 msgstr ""
5204 #: plugins/urlize.c:183
5205 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
5206 msgstr ""
5208 #: plugins/urlize.c:184
5209 msgid "the shell will remove the single quotes and urlize will see:"
5210 msgstr ""
5212 #: plugins/urlize.c:185
5213 msgid "urlize http://example.com/ check_http -H example.com -r two words"
5214 msgstr ""
5216 #: plugins/urlize.c:186
5217 msgid "You probably want:"
5218 msgstr ""
5220 #: plugins/urlize.c:187
5221 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
5222 msgstr ""
5224 #: plugins/utils.c:171
5225 #, c-format
5226 msgid "%s - Plugin timed out after %d seconds\n"
5227 msgstr ""
5229 #: plugins/utils.c:466
5230 msgid "failed realloc in strpcpy\n"
5231 msgstr ""
5233 #: plugins/utils.c:508
5234 msgid "failed malloc in strscat\n"
5235 msgstr ""
5237 #: plugins/utils.h:140
5238 #, c-format
5239 msgid ""
5240 "       %s (-h | --help) for detailed help\n"
5241 "       %s (-V | --version) for version information\n"
5242 msgstr ""
5244 #: plugins/utils.h:144
5245 msgid ""
5246 "\n"
5247 "Options:\n"
5248 " -h, --help\n"
5249 "    Print detailed help screen\n"
5250 " -V, --version\n"
5251 "    Print version information\n"
5252 msgstr ""
5254 #: plugins/utils.h:151
5255 #, c-format
5256 msgid ""
5257 " -H, --hostname=ADDRESS\n"
5258 "    Host name, IP Address, or unix socket (must be an absolute path)\n"
5259 " -%c, --port=INTEGER\n"
5260 "    Port number (default: %s)\n"
5261 msgstr ""
5263 #: plugins/utils.h:157
5264 msgid ""
5265 " -4, --use-ipv4\n"
5266 "    Use IPv4 connection\n"
5267 " -6, --use-ipv6\n"
5268 "    Use IPv6 connection\n"
5269 msgstr ""
5271 #: plugins/utils.h:163
5272 msgid ""
5273 " -v, --verbose\n"
5274 "    Show details for command-line debugging (Nagios may truncate output)\n"
5275 msgstr ""
5277 #: plugins/utils.h:167
5278 msgid ""
5279 " -w, --warning=DOUBLE\n"
5280 "    Response time to result in warning status (seconds)\n"
5281 " -c, --critical=DOUBLE\n"
5282 "    Response time to result in critical status (seconds)\n"
5283 msgstr ""
5285 #: plugins/utils.h:173
5286 msgid ""
5287 " -w, --warning=RANGE\n"
5288 "    Warning range (format: start:end). Alert if outside this range\n"
5289 " -c, --critical=RANGE\n"
5290 "    Critical range\n"
5291 msgstr ""
5293 #: plugins/utils.h:179
5294 #, c-format
5295 msgid ""
5296 " -t, --timeout=INTEGER\n"
5297 "    Seconds before connection times out (default: %d)\n"
5298 msgstr ""
5300 #: plugins/utils.h:184
5301 msgid ""
5302 " --extra-opts=[section][@file]\n"
5303 "    Read options from an ini file. See http://nagiosplugins.org/extra-opts\n"
5304 "    for usage and examples.\n"
5305 msgstr ""
5307 #: plugins/utils.h:192
5308 msgid ""
5309 " See:\n"
5310 " https://www.nagios-plugins.org/doc/guidelines.html."
5311 "html#THRESHOLDFORMAT\n"
5312 " for THRESHOLD format and examples.\n"
5313 msgstr ""
5315 #: plugins/utils.h:197
5316 msgid ""
5317 "\n"
5318 "Send email to help@nagios-plugins.org if you have questions regarding use\n"
5319 "of this software. To submit patches or suggest improvements, send email to\n"
5320 "devel@nagios-plugins.org\n"
5321 "\n"
5322 msgstr ""
5324 #: plugins/utils.h:202
5325 msgid ""
5326 "\n"
5327 "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n"
5328 "copies of the plugins under the terms of the GNU General Public License.\n"
5329 "For more information about these matters, see the file named COPYING.\n"
5330 msgstr ""
5332 #: plugins-root/check_dhcp.c:320
5333 #, c-format
5334 msgid "Error: Could not get hardware address of interface '%s'\n"
5335 msgstr ""
5337 #: plugins-root/check_dhcp.c:342
5338 #, c-format
5339 msgid "Error: if_nametoindex error - %s.\n"
5340 msgstr ""
5342 #: plugins-root/check_dhcp.c:347
5343 #, c-format
5344 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
5345 msgstr ""
5347 #: plugins-root/check_dhcp.c:352
5348 #, c-format
5349 msgid ""
5350 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
5351 msgstr ""
5353 #: plugins-root/check_dhcp.c:357
5354 #, c-format
5355 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
5356 msgstr ""
5358 #: plugins-root/check_dhcp.c:383
5359 #, c-format
5360 msgid ""
5361 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
5362 "eg lnc0.\n"
5363 msgstr ""
5365 #: plugins-root/check_dhcp.c:388 plugins-root/check_dhcp.c:400
5366 #, c-format
5367 msgid ""
5368 "Error: can't read MAC address from DLPI streams interface for device %s unit "
5369 "%d.\n"
5370 msgstr ""
5372 #: plugins-root/check_dhcp.c:406
5373 #, c-format
5374 msgid ""
5375 "Error: can't get MAC address for this architecture.  Use the --mac option.\n"
5376 msgstr ""
5378 #: plugins-root/check_dhcp.c:425
5379 #, c-format
5380 msgid "Error: Cannot determine IP address of interface %s\n"
5381 msgstr ""
5383 #: plugins-root/check_dhcp.c:433
5384 #, c-format
5385 msgid "Error: Cannot get interface IP address on this platform.\n"
5386 msgstr ""
5388 #: plugins-root/check_dhcp.c:438
5389 #, c-format
5390 msgid "Pretending to be relay client %s\n"
5391 msgstr ""
5393 #: plugins-root/check_dhcp.c:523
5394 #, c-format
5395 msgid "DHCPDISCOVER to %s port %d\n"
5396 msgstr ""
5398 #: plugins-root/check_dhcp.c:575
5399 #, c-format
5400 msgid "Result=ERROR\n"
5401 msgstr ""
5403 #: plugins-root/check_dhcp.c:581
5404 #, c-format
5405 msgid "Result=OK\n"
5406 msgstr ""
5408 #: plugins-root/check_dhcp.c:596
5409 #, c-format
5410 msgid "DHCPOFFER from IP address %s"
5411 msgstr ""
5413 #: plugins-root/check_dhcp.c:597
5414 #, c-format
5415 msgid " via %s\n"
5416 msgstr ""
5418 #: plugins-root/check_dhcp.c:604
5419 #, c-format
5420 msgid ""
5421 "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n"
5422 msgstr ""
5424 #: plugins-root/check_dhcp.c:626
5425 #, c-format
5426 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
5427 msgstr ""
5429 #: plugins-root/check_dhcp.c:644
5430 #, c-format
5431 msgid "Total responses seen on the wire: %d\n"
5432 msgstr ""
5434 #: plugins-root/check_dhcp.c:645
5435 #, c-format
5436 msgid "Valid responses for this machine: %d\n"
5437 msgstr ""
5439 #: plugins-root/check_dhcp.c:660
5440 #, c-format
5441 msgid "send_dhcp_packet result: %d\n"
5442 msgstr ""
5444 #: plugins-root/check_dhcp.c:693
5445 #, c-format
5446 msgid "No (more) data received (nfound: %d)\n"
5447 msgstr ""
5449 #: plugins-root/check_dhcp.c:712
5450 #, c-format
5451 msgid "recvfrom() failed, "
5452 msgstr ""
5454 #: plugins-root/check_dhcp.c:719
5455 #, c-format
5456 msgid "receive_dhcp_packet() result: %d\n"
5457 msgstr ""
5459 #: plugins-root/check_dhcp.c:720
5460 #, c-format
5461 msgid "receive_dhcp_packet() source: %s\n"
5462 msgstr ""
5464 #: plugins-root/check_dhcp.c:750
5465 #, c-format
5466 msgid "Error: Could not create socket!\n"
5467 msgstr ""
5469 #: plugins-root/check_dhcp.c:760
5470 #, c-format
5471 msgid "Error: Could not set reuse address option on DHCP socket!\n"
5472 msgstr ""
5474 #: plugins-root/check_dhcp.c:766
5475 #, c-format
5476 msgid "Error: Could not set broadcast option on DHCP socket!\n"
5477 msgstr ""
5479 #: plugins-root/check_dhcp.c:775
5480 #, c-format
5481 msgid ""
5482 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
5483 msgstr ""
5485 #: plugins-root/check_dhcp.c:786
5486 #, c-format
5487 msgid ""
5488 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
5489 msgstr ""
5491 #: plugins-root/check_dhcp.c:820
5492 #, c-format
5493 msgid "Requested server address: %s\n"
5494 msgstr ""
5496 #: plugins-root/check_dhcp.c:881
5497 #, c-format
5498 msgid "Lease Time: Infinite\n"
5499 msgstr ""
5501 #: plugins-root/check_dhcp.c:883
5502 #, c-format
5503 msgid "Lease Time: %lu seconds\n"
5504 msgstr ""
5506 #: plugins-root/check_dhcp.c:885
5507 #, c-format
5508 msgid "Renewal Time: Infinite\n"
5509 msgstr ""
5511 #: plugins-root/check_dhcp.c:887
5512 #, c-format
5513 msgid "Renewal Time: %lu seconds\n"
5514 msgstr ""
5516 #: plugins-root/check_dhcp.c:889
5517 #, c-format
5518 msgid "Rebinding Time: Infinite\n"
5519 msgstr ""
5521 #: plugins-root/check_dhcp.c:890
5522 #, c-format
5523 msgid "Rebinding Time: %lu seconds\n"
5524 msgstr ""
5526 #: plugins-root/check_dhcp.c:918
5527 #, c-format
5528 msgid "Added offer from server @ %s"
5529 msgstr ""
5531 #: plugins-root/check_dhcp.c:919
5532 #, c-format
5533 msgid " of IP address %s\n"
5534 msgstr ""
5536 #: plugins-root/check_dhcp.c:986
5537 #, c-format
5538 msgid "DHCP Server Match: Offerer=%s"
5539 msgstr ""
5541 #: plugins-root/check_dhcp.c:987
5542 #, c-format
5543 msgid " Requested=%s"
5544 msgstr ""
5546 #: plugins-root/check_dhcp.c:989
5547 #, c-format
5548 msgid " (duplicate)"
5549 msgstr ""
5551 #: plugins-root/check_dhcp.c:990
5552 #, c-format
5553 msgid "\n"
5554 msgstr ""
5556 #: plugins-root/check_dhcp.c:1038
5557 #, c-format
5558 msgid "No DHCPOFFERs were received.\n"
5559 msgstr ""
5561 #: plugins-root/check_dhcp.c:1042
5562 #, c-format
5563 msgid "Received %d DHCPOFFER(s)"
5564 msgstr ""
5566 #: plugins-root/check_dhcp.c:1045
5567 #, c-format
5568 msgid ", %s%d of %d requested servers responded"
5569 msgstr ""
5571 #: plugins-root/check_dhcp.c:1048
5572 #, c-format
5573 msgid ", requested address (%s) was %soffered"
5574 msgstr ""
5576 #: plugins-root/check_dhcp.c:1048
5577 msgid "not "
5578 msgstr ""
5580 #: plugins-root/check_dhcp.c:1050
5581 #, c-format
5582 msgid ", max lease time = "
5583 msgstr ""
5585 #: plugins-root/check_dhcp.c:1052
5586 #, c-format
5587 msgid "Infinity"
5588 msgstr ""
5590 #: plugins-root/check_dhcp.c:1233
5591 #, c-format
5592 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
5593 msgstr ""
5595 #: plugins-root/check_dhcp.c:1245
5596 #, c-format
5597 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
5598 msgstr ""
5600 #: plugins-root/check_dhcp.c:1258
5601 #, c-format
5602 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
5603 msgstr ""
5605 #: plugins-root/check_dhcp.c:1270
5606 #, c-format
5607 msgid ""
5608 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
5609 msgstr ""
5611 #: plugins-root/check_dhcp.c:1294
5612 #, c-format
5613 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
5614 msgstr ""
5616 #: plugins-root/check_dhcp.c:1373
5617 #, c-format
5618 msgid "Hardware address: "
5619 msgstr ""
5621 #: plugins-root/check_dhcp.c:1389
5622 msgid "This plugin tests the availability of DHCP servers on a network."
5623 msgstr ""
5625 #: plugins-root/check_dhcp.c:1401
5626 msgid "IP address of DHCP server that we must hear from"
5627 msgstr ""
5629 #: plugins-root/check_dhcp.c:1403
5630 msgid "IP address that should be offered by at least one DHCP server"
5631 msgstr ""
5633 #: plugins-root/check_dhcp.c:1405
5634 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
5635 msgstr ""
5637 #: plugins-root/check_dhcp.c:1407
5638 msgid "Interface to to use for listening (i.e. eth0)"
5639 msgstr ""
5641 #: plugins-root/check_dhcp.c:1409
5642 msgid "MAC address to use in the DHCP request"
5643 msgstr ""
5645 #: plugins-root/check_dhcp.c:1411
5646 msgid "Unicast testing: mimic a DHCP relay, requires -s"
5647 msgstr ""
5649 #: plugins-root/check_icmp.c:1288
5650 msgid "specify a target"
5651 msgstr ""
5653 #: plugins-root/check_icmp.c:1290
5654 msgid "warning threshold (currently "
5655 msgstr ""
5657 #: plugins-root/check_icmp.c:1293
5658 msgid "critical threshold (currently "
5659 msgstr ""
5661 #: plugins-root/check_icmp.c:1296
5662 msgid "specify a source IP address or device name"
5663 msgstr ""
5665 #: plugins-root/check_icmp.c:1298
5666 msgid "number of packets to send (currently "
5667 msgstr ""
5669 #: plugins-root/check_icmp.c:1301
5670 msgid "max packet interval (currently "
5671 msgstr ""
5673 #: plugins-root/check_icmp.c:1304
5674 msgid "max target interval (currently "
5675 msgstr ""
5677 #: plugins-root/check_icmp.c:1307
5678 msgid "number of alive hosts required for success"
5679 msgstr ""
5681 #: plugins-root/check_icmp.c:1310
5682 msgid "TTL on outgoing packets (currently "
5683 msgstr ""
5685 #: plugins-root/check_icmp.c:1313
5686 msgid "timeout value (seconds, currently  "
5687 msgstr ""
5689 #: plugins-root/check_icmp.c:1316
5690 msgid "Number of icmp data bytes to send"
5691 msgstr ""
5693 #: plugins-root/check_icmp.c:1317
5694 msgid "Packet size will be data bytes + icmp header (currently"
5695 msgstr ""
5697 #: plugins-root/check_icmp.c:1319
5698 msgid "verbose"
5699 msgstr ""
5701 #: plugins-root/check_icmp.c:1323
5702 msgid "The -H switch is optional. Naming a host (or several) to check is not."
5703 msgstr ""
5705 #: plugins-root/check_icmp.c:1325
5706 msgid ""
5707 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
5708 msgstr ""
5710 #: plugins-root/check_icmp.c:1326
5711 msgid "packet loss.  The default values should work well for most users."
5712 msgstr ""
5714 #: plugins-root/check_icmp.c:1327
5715 msgid ""
5716 "You can specify different RTA factors using the standardized abbreviations"
5717 msgstr ""
5719 #: plugins-root/check_icmp.c:1328
5720 msgid ""
5721 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
5722 msgstr ""
5724 #: plugins-root/check_icmp.c:1334
5725 msgid "The -v switch can be specified several times for increased verbosity."
5726 msgstr ""