Code

4495b3635a68c681090dbfa8588ebf997a1d9091
[nagiosplug.git] / po / nagios-plugins.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Nagios Plugin Development Group
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n"
11 "POT-Creation-Date: 2010-06-23 14:50+0000\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:192 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:157 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:140
30 #: plugins/check_snmp.c:203 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:525
63 #: plugins/check_http.c:256 plugins/check_ldap.c:293 plugins/check_pgsql.c:250
64 #: plugins/check_procs.c:364 plugins/check_radius.c:308
65 #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:662
66 #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 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:514 plugins/check_tcp.c:496 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:963 plugins/check_http.c:1415
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:742 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:980 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:1438
225 #: plugins/check_ldap.c:452 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:759
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:760
231 #: plugins/check_radius.c:385 plugins/check_real.c:451
232 #: plugins/check_smtp.c:821 plugins/check_snmp.c:1097 plugins/check_ssh.c:302
233 #: plugins/check_swap.c:558 plugins/check_tcp.c:651 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:661
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:1401 plugins/check_ldap.c:434 plugins/check_mrtg.c:363
283 #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414
284 #: plugins/check_nt.c:743 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:1068
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:214
369 #, c-format
370 msgid "DISK %s: %s not found\n"
371 msgstr ""
373 #: plugins/check_disk.c:214 plugins/check_disk.c:995 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:599
382 #, c-format
383 msgid "unit type %s not known\n"
384 msgstr ""
386 #: plugins/check_disk.c:602
387 #, c-format
388 msgid "failed allocating storage for '%s'\n"
389 msgstr ""
391 #: plugins/check_disk.c:626 plugins/check_disk.c:664 plugins/check_disk.c:669
392 #: plugins/check_disk.c:676 plugins/check_disk.c:680 plugins/check_disk.c:720
393 #: plugins/check_disk.c:726 plugins/check_disk.c:745 plugins/check_dummy.c:77
394 #: plugins/check_dummy.c:80 plugins/check_procs.c:451
395 #, c-format
396 msgid "UNKNOWN"
397 msgstr ""
399 #: plugins/check_disk.c:626
400 msgid "Must set a threshold value before using -p\n"
401 msgstr ""
403 #: plugins/check_disk.c:664
404 msgid "Must set -E before selecting paths\n"
405 msgstr ""
407 #: plugins/check_disk.c:669
408 msgid "Must set group value before selecting paths\n"
409 msgstr ""
411 #: plugins/check_disk.c:676
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:680 plugins/check_disk.c:726 plugins/check_procs.c:451
418 msgid "Could not compile regular expression"
419 msgstr ""
421 #: plugins/check_disk.c:720
422 msgid "Must set a threshold value before using -r/-R\n"
423 msgstr ""
425 #: plugins/check_disk.c:746
426 msgid "Regular expression did not match any path or disk"
427 msgstr ""
429 #: plugins/check_disk.c:792
430 msgid "Unknown argument"
431 msgstr ""
433 #: plugins/check_disk.c:826
434 #, c-format
435 msgid " for %s\n"
436 msgstr ""
438 #: plugins/check_disk.c:900
439 msgid ""
440 "This plugin checks the amount of used disk space on a mounted file system"
441 msgstr ""
443 #: plugins/check_disk.c:901
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:911
449 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
450 msgstr ""
452 #: plugins/check_disk.c:913
453 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
454 msgstr ""
456 #: plugins/check_disk.c:915
457 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
458 msgstr ""
460 #: plugins/check_disk.c:917
461 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
462 msgstr ""
464 #: plugins/check_disk.c:919
465 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
466 msgstr ""
468 #: plugins/check_disk.c:921
469 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
470 msgstr ""
472 #: plugins/check_disk.c:923
473 msgid "Path or partition (may be repeated)"
474 msgstr ""
476 #: plugins/check_disk.c:925
477 msgid "Ignore device (only works if -p unspecified)"
478 msgstr ""
480 #: plugins/check_disk.c:927
481 msgid "Clear thresholds"
482 msgstr ""
484 #: plugins/check_disk.c:929
485 msgid "For paths or partitions specified with -p, only check for exact paths"
486 msgstr ""
488 #: plugins/check_disk.c:931
489 msgid "Display only devices/mountpoints with errors"
490 msgstr ""
492 #: plugins/check_disk.c:933
493 msgid ""
494 "Group paths. Thresholds apply to (free-)space of all partitions together"
495 msgstr ""
497 #: plugins/check_disk.c:935
498 msgid "Same as '--units kB'"
499 msgstr ""
501 #: plugins/check_disk.c:937
502 msgid "Only check local filesystems"
503 msgstr ""
505 #: plugins/check_disk.c:939
506 msgid ""
507 "Only check local filesystems against thresholds. Yet call stat on remote "
508 "filesystems"
509 msgstr ""
511 #: plugins/check_disk.c:940
512 msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)"
513 msgstr ""
515 #: plugins/check_disk.c:942
516 msgid "Display the mountpoint instead of the partition"
517 msgstr ""
519 #: plugins/check_disk.c:944
520 msgid "Same as '--units MB'"
521 msgstr ""
523 #: plugins/check_disk.c:946
524 msgid "Explicitly select all paths. This is equivalent to -R '.*'"
525 msgstr ""
527 #: plugins/check_disk.c:948
528 msgid ""
529 "Case insensitive regular expression for path/partition (may be repeated)"
530 msgstr ""
532 #: plugins/check_disk.c:950
533 msgid "Regular expression for path or partition (may be repeated)"
534 msgstr ""
536 #: plugins/check_disk.c:952
537 msgid ""
538 "Regular expression to ignore selected path/partition (case insensitive) (may "
539 "be repeated)"
540 msgstr ""
542 #: plugins/check_disk.c:954
543 msgid ""
544 "Regular expression to ignore selected path or partition (may be repeated)"
545 msgstr ""
547 #: plugins/check_disk.c:957
548 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
549 msgstr ""
551 #: plugins/check_disk.c:960
552 msgid "Ignore all filesystems of indicated type (may be repeated)"
553 msgstr ""
555 #: plugins/check_disk.c:965
556 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
557 msgstr ""
559 #: plugins/check_disk.c:967
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:968
566 msgid ""
567 "are grouped which means the freespace thresholds are applied to all disks "
568 "together"
569 msgstr ""
571 #: plugins/check_disk.c:970
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:996
578 #, c-format
579 msgid "%s %s: %s\n"
580 msgstr ""
582 #: plugins/check_disk.c:996
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:507 plugins/check_smtp.c:633
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:262
1053 msgid "Critical threshold must be integer"
1054 msgstr ""
1056 #: plugins/check_http.c:270
1057 msgid "Warning threshold must be integer"
1058 msgstr ""
1060 #: plugins/check_http.c:296 plugins/check_tcp.c:559
1061 msgid "Invalid certificate expiration period"
1062 msgstr ""
1064 #: plugins/check_http.c:305 plugins/check_tcp.c:571
1065 msgid "Invalid option - SSL is not available"
1066 msgstr ""
1068 #: plugins/check_http.c:329
1069 msgid "Invalid onredirect option"
1070 msgstr ""
1072 #: plugins/check_http.c:331
1073 #, c-format
1074 msgid "option f:%d \n"
1075 msgstr ""
1077 #: plugins/check_http.c:352
1078 msgid "Invalid port number"
1079 msgstr ""
1081 #: plugins/check_http.c:400
1082 #, c-format
1083 msgid "Could Not Compile Regular Expression: %s"
1084 msgstr ""
1086 #: plugins/check_http.c:414 plugins/check_ntp.c:718
1087 #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508
1088 #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463
1089 msgid "IPv6 support not available"
1090 msgstr ""
1092 #: plugins/check_http.c:476 plugins/check_ping.c:422
1093 msgid "You must specify a server address or host name"
1094 msgstr ""
1096 #: plugins/check_http.c:609 plugins/check_http.c:777
1097 msgid "HTTP UNKNOWN - Memory allocation error\n"
1098 msgstr ""
1100 #: plugins/check_http.c:681
1101 #, c-format
1102 msgid "%sServer date unknown, "
1103 msgstr ""
1105 #: plugins/check_http.c:684
1106 #, c-format
1107 msgid "%sDocument modification date unknown, "
1108 msgstr ""
1110 #: plugins/check_http.c:691
1111 #, c-format
1112 msgid "%sServer date \"%100s\" unparsable, "
1113 msgstr ""
1115 #: plugins/check_http.c:694
1116 #, c-format
1117 msgid "%sDocument date \"%100s\" unparsable, "
1118 msgstr ""
1120 #: plugins/check_http.c:697
1121 #, c-format
1122 msgid "%sDocument is %d seconds in the future, "
1123 msgstr ""
1125 #: plugins/check_http.c:702
1126 #, c-format
1127 msgid "%sLast modified %.1f days ago, "
1128 msgstr ""
1130 #: plugins/check_http.c:705
1131 #, c-format
1132 msgid "%sLast modified %d:%02d:%02d ago, "
1133 msgstr ""
1135 #: plugins/check_http.c:807
1136 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
1137 msgstr ""
1139 #: plugins/check_http.c:910
1140 msgid "HTTP CRITICAL - Error on receive\n"
1141 msgstr ""
1143 #: plugins/check_http.c:920
1144 msgid "HTTP CRITICAL - No data received from host\n"
1145 msgstr ""
1147 #: plugins/check_http.c:971
1148 #, c-format
1149 msgid "Invalid HTTP response received from host: %s\n"
1150 msgstr ""
1152 #: plugins/check_http.c:975
1153 #, c-format
1154 msgid "Invalid HTTP response received from host on port %d: %s\n"
1155 msgstr ""
1157 #: plugins/check_http.c:984
1158 #, c-format
1159 msgid "Status line output matched \"%s\" - "
1160 msgstr ""
1162 #: plugins/check_http.c:995
1163 #, c-format
1164 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
1165 msgstr ""
1167 #: plugins/check_http.c:1002
1168 #, c-format
1169 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
1170 msgstr ""
1172 #: plugins/check_http.c:1006 plugins/check_http.c:1011
1173 #: plugins/check_http.c:1021 plugins/check_http.c:1025
1174 #, c-format
1175 msgid "%s - "
1176 msgstr ""
1178 #: plugins/check_http.c:1045
1179 #, c-format
1180 msgid "%sstring '%s' not found on '%s://%s:%d%s', "
1181 msgstr ""
1183 #: plugins/check_http.c:1058
1184 #, c-format
1185 msgid "%spattern not found, "
1186 msgstr ""
1188 #: plugins/check_http.c:1060
1189 #, c-format
1190 msgid "%spattern found, "
1191 msgstr ""
1193 #: plugins/check_http.c:1066
1194 #, c-format
1195 msgid "%sExecute Error: %s, "
1196 msgstr ""
1198 #: plugins/check_http.c:1082
1199 #, c-format
1200 msgid "%spage size %d too large, "
1201 msgstr ""
1203 #: plugins/check_http.c:1085
1204 #, c-format
1205 msgid "%spage size %d too small, "
1206 msgstr ""
1208 #: plugins/check_http.c:1097
1209 #, c-format
1210 msgid "%s - %d bytes in %.3f second response time %s|%s %s"
1211 msgstr ""
1213 #: plugins/check_http.c:1137
1214 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1215 msgstr ""
1217 #: plugins/check_http.c:1141 plugins/check_http.c:1172
1218 msgid "HTTP UNKNOWN - Could not allocate URL\n"
1219 msgstr ""
1221 #: plugins/check_http.c:1150
1222 #, c-format
1223 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1224 msgstr ""
1226 #: plugins/check_http.c:1165
1227 #, c-format
1228 msgid "HTTP UNKNOWN - Empty redirect location%s\n"
1229 msgstr ""
1231 #: plugins/check_http.c:1215
1232 #, c-format
1233 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1234 msgstr ""
1236 #: plugins/check_http.c:1225
1237 #, c-format
1238 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1239 msgstr ""
1241 #: plugins/check_http.c:1233
1242 #, c-format
1243 msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1244 msgstr ""
1246 #: plugins/check_http.c:1254
1247 #, c-format
1248 msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n"
1249 msgstr ""
1251 #: plugins/check_http.c:1259
1252 #, c-format
1253 msgid "Redirection to %s://%s:%d%s\n"
1254 msgstr ""
1256 #: plugins/check_http.c:1310
1257 msgid "This plugin tests the HTTP service on the specified host. It can test"
1258 msgstr ""
1260 #: plugins/check_http.c:1311
1261 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1262 msgstr ""
1264 #: plugins/check_http.c:1312
1265 msgid "strings and regular expressions, check connection times, and report on"
1266 msgstr ""
1268 #: plugins/check_http.c:1313
1269 msgid "certificate expiration times."
1270 msgstr ""
1272 #: plugins/check_http.c:1319
1273 #, c-format
1274 msgid "NOTE: One or both of -H and -I must be specified"
1275 msgstr ""
1277 #: plugins/check_http.c:1327
1278 msgid "Host name argument for servers using host headers (virtual host)"
1279 msgstr ""
1281 #: plugins/check_http.c:1328
1282 msgid "Append a port to include it in the header (eg: example.com:5000)"
1283 msgstr ""
1285 #: plugins/check_http.c:1330
1286 msgid ""
1287 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1288 msgstr ""
1290 #: plugins/check_http.c:1332
1291 msgid "Port number (default: "
1292 msgstr ""
1294 #: plugins/check_http.c:1339
1295 msgid "Connect via SSL. Port defaults to 443"
1296 msgstr ""
1298 #: plugins/check_http.c:1341
1299 msgid "Enable SSL/TLS hostname extension support (SNI)"
1300 msgstr ""
1302 #: plugins/check_http.c:1343
1303 msgid ""
1304 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1305 msgstr ""
1307 #: plugins/check_http.c:1344
1308 msgid "(when this option is used the URL is not checked.)\n"
1309 msgstr ""
1311 #: plugins/check_http.c:1348
1312 msgid "Comma-delimited list of strings, at least one of them is expected in"
1313 msgstr ""
1315 #: plugins/check_http.c:1349
1316 msgid "the first (status) line of the server response (default: "
1317 msgstr ""
1319 #: plugins/check_http.c:1351
1320 msgid ""
1321 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1322 msgstr ""
1324 #: plugins/check_http.c:1353
1325 msgid "String to expect in the content"
1326 msgstr ""
1328 #: plugins/check_http.c:1355
1329 msgid "URL to GET or POST (default: /)"
1330 msgstr ""
1332 #: plugins/check_http.c:1357
1333 msgid "URL encoded http POST data"
1334 msgstr ""
1336 #: plugins/check_http.c:1359
1337 msgid "Set HTTP method."
1338 msgstr ""
1340 #: plugins/check_http.c:1361
1341 msgid "Don't wait for document body: stop reading after headers."
1342 msgstr ""
1344 #: plugins/check_http.c:1362
1345 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1346 msgstr ""
1348 #: plugins/check_http.c:1364
1349 msgid "Warn if document is more than SECONDS old. the number can also be of"
1350 msgstr ""
1352 #: plugins/check_http.c:1365
1353 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1354 msgstr ""
1356 #: plugins/check_http.c:1367
1357 msgid "specify Content-Type header media type when POSTing\n"
1358 msgstr ""
1360 #: plugins/check_http.c:1370
1361 msgid "Allow regex to span newlines (must precede -r or -R)"
1362 msgstr ""
1364 #: plugins/check_http.c:1372
1365 msgid "Search page for regex STRING"
1366 msgstr ""
1368 #: plugins/check_http.c:1374
1369 msgid "Search page for case-insensitive regex STRING"
1370 msgstr ""
1372 #: plugins/check_http.c:1376
1373 msgid "Return CRITICAL if found, OK if not\n"
1374 msgstr ""
1376 #: plugins/check_http.c:1379
1377 msgid "Username:password on sites with basic authentication"
1378 msgstr ""
1380 #: plugins/check_http.c:1381
1381 msgid "Username:password on proxy-servers with basic authentication"
1382 msgstr ""
1384 #: plugins/check_http.c:1383
1385 msgid "String to be sent in http header as \"User Agent\""
1386 msgstr ""
1388 #: plugins/check_http.c:1385
1389 msgid ""
1390 " Any other tags to be sent in http header. Use multiple times for additional "
1391 "headers"
1392 msgstr ""
1394 #: plugins/check_http.c:1387
1395 msgid "Wrap output in HTML link (obsoleted by urlize)"
1396 msgstr ""
1398 #: plugins/check_http.c:1389
1399 msgid "How to handle redirected pages. sticky is like follow but stick to the"
1400 msgstr ""
1402 #: plugins/check_http.c:1390
1403 msgid "specified IP address. stickyport also ensure post stays the same."
1404 msgstr ""
1406 #: plugins/check_http.c:1392
1407 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1408 msgstr ""
1410 #: plugins/check_http.c:1402
1411 msgid "This plugin will attempt to open an HTTP connection with the host."
1412 msgstr ""
1414 #: plugins/check_http.c:1403
1415 msgid ""
1416 "Successful connects return STATE_OK, refusals and timeouts return "
1417 "STATE_CRITICAL"
1418 msgstr ""
1420 #: plugins/check_http.c:1404
1421 msgid ""
1422 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1423 "reponse"
1424 msgstr ""
1426 #: plugins/check_http.c:1405
1427 msgid ""
1428 "messages from the host result in STATE_WARNING return values.  If you are"
1429 msgstr ""
1431 #: plugins/check_http.c:1406
1432 msgid ""
1433 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1434 msgstr ""
1436 #: plugins/check_http.c:1407
1437 msgid "(fully qualified domain name) as the [host_name] argument."
1438 msgstr ""
1440 #: plugins/check_http.c:1411
1441 msgid "This plugin can also check whether an SSL enabled web server is able to"
1442 msgstr ""
1444 #: plugins/check_http.c:1412
1445 msgid "serve content (optionally within a specified time) or whether the X509 "
1446 msgstr ""
1448 #: plugins/check_http.c:1413
1449 msgid "certificate is still valid for the specified number of days."
1450 msgstr ""
1452 #: plugins/check_http.c:1417
1453 msgid ""
1454 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1455 msgstr ""
1457 #: plugins/check_http.c:1418
1458 msgid ""
1459 "a STATE_OK will be returned. When the server returns its content but exceeds"
1460 msgstr ""
1462 #: plugins/check_http.c:1419
1463 msgid ""
1464 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1465 "occurs,"
1466 msgstr ""
1468 #: plugins/check_http.c:1420
1469 msgid "a STATE_CRITICAL will be returned."
1470 msgstr ""
1472 #: plugins/check_http.c:1423
1473 msgid ""
1474 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1475 msgstr ""
1477 #: plugins/check_http.c:1424
1478 msgid ""
1479 "a STATE_OK is returned. When the certificate is still valid, but for less "
1480 "than"
1481 msgstr ""
1483 #: plugins/check_http.c:1425
1484 msgid ""
1485 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1486 msgstr ""
1488 #: plugins/check_http.c:1426
1489 msgid "the certificate is expired."
1490 msgstr ""
1492 #: plugins/check_ldap.c:133
1493 #, c-format
1494 msgid "Could not connect to the server at port %i\n"
1495 msgstr ""
1497 #: plugins/check_ldap.c:142
1498 #, c-format
1499 msgid "Could not set protocol version %d\n"
1500 msgstr ""
1502 #: plugins/check_ldap.c:157
1503 #, c-format
1504 msgid "Could not init TLS at port %i!\n"
1505 msgstr ""
1507 #: plugins/check_ldap.c:161
1508 #, c-format
1509 msgid "TLS not supported by the libraries!\n"
1510 msgstr ""
1512 #: plugins/check_ldap.c:181
1513 #, c-format
1514 msgid "Could not init startTLS at port %i!\n"
1515 msgstr ""
1517 #: plugins/check_ldap.c:185
1518 #, c-format
1519 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1520 msgstr ""
1522 #: plugins/check_ldap.c:195
1523 #, c-format
1524 msgid "Could not bind to the LDAP server\n"
1525 msgstr ""
1527 #: plugins/check_ldap.c:204
1528 #, c-format
1529 msgid "Could not search/find objectclasses in %s\n"
1530 msgstr ""
1532 #: plugins/check_ldap.c:227
1533 #, c-format
1534 msgid "LDAP %s - %.3f seconds response time|%s\n"
1535 msgstr ""
1537 #: plugins/check_ldap.c:339 plugins/check_ldap.c:346
1538 #, c-format
1539 msgid "%s cannot be combined with %s"
1540 msgstr ""
1542 #: plugins/check_ldap.c:352 plugins/check_ping.c:246
1543 msgid "IPv6 support not available\n"
1544 msgstr ""
1546 #: plugins/check_ldap.c:375
1547 msgid "Please specify the host name\n"
1548 msgstr ""
1550 #: plugins/check_ldap.c:378
1551 msgid "Please specify the LDAP base\n"
1552 msgstr ""
1554 #: plugins/check_ldap.c:407
1555 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1556 msgstr ""
1558 #: plugins/check_ldap.c:409
1559 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1560 msgstr ""
1562 #: plugins/check_ldap.c:411
1563 msgid "ldap bind DN (if required)"
1564 msgstr ""
1566 #: plugins/check_ldap.c:413
1567 msgid "ldap password (if required)"
1568 msgstr ""
1570 #: plugins/check_ldap.c:415
1571 msgid "use starttls mechanism introduced in protocol version 3"
1572 msgstr ""
1574 #: plugins/check_ldap.c:417
1575 msgid "use ldaps (ldap v2 ssl method). this also sets the default port to"
1576 msgstr ""
1578 #: plugins/check_ldap.c:421
1579 msgid "use ldap protocol version 2"
1580 msgstr ""
1582 #: plugins/check_ldap.c:423
1583 msgid "use ldap protocol version 3"
1584 msgstr ""
1586 #: plugins/check_ldap.c:424
1587 msgid "default protocol version:"
1588 msgstr ""
1590 #: plugins/check_ldap.c:435
1591 msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"
1592 msgstr ""
1594 #: plugins/check_ldap.c:436
1595 #, c-format
1596 msgid ""
1597 " implied (using default port %i) unless --port=636 is specified. In that "
1598 "case\n"
1599 msgstr ""
1601 #: plugins/check_ldap.c:437
1602 msgid "'SSL on connect' will be used no matter how the plugin was called."
1603 msgstr ""
1605 #: plugins/check_ldap.c:438
1606 msgid ""
1607 "This detection is deprecated, please use 'check_ldap' with the '--starttls' "
1608 "or '--ssl' flags"
1609 msgstr ""
1611 #: plugins/check_ldap.c:439
1612 msgid "to define the behaviour explicitly instead."
1613 msgstr ""
1615 #: plugins/check_load.c:87
1616 msgid "Warning threshold must be float or float triplet!\n"
1617 msgstr ""
1619 #: plugins/check_load.c:132 plugins/check_load.c:148
1620 #, c-format
1621 msgid "Error opening %s\n"
1622 msgstr ""
1624 #: plugins/check_load.c:160
1625 #, c-format
1626 msgid "Error code %d returned in %s\n"
1627 msgstr ""
1629 #: plugins/check_load.c:175
1630 #, c-format
1631 msgid "Error in getloadavg()\n"
1632 msgstr ""
1634 #: plugins/check_load.c:178 plugins/check_load.c:180
1635 #, c-format
1636 msgid "Error processing %s\n"
1637 msgstr ""
1639 #: plugins/check_load.c:189
1640 #, c-format
1641 msgid "load average: %.2f, %.2f, %.2f"
1642 msgstr ""
1644 #: plugins/check_load.c:282
1645 #, c-format
1646 msgid "Critical threshold for %d-minute load average is not specified\n"
1647 msgstr ""
1649 #: plugins/check_load.c:284
1650 #, c-format
1651 msgid "Warning threshold for %d-minute load average is not specified\n"
1652 msgstr ""
1654 #: plugins/check_load.c:286
1655 #, c-format
1656 msgid ""
1657 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1658 "\"critical load\"\n"
1659 msgstr ""
1661 #: plugins/check_load.c:302
1662 #, c-format
1663 msgid "This plugin tests the current system load average."
1664 msgstr ""
1666 #: plugins/check_load.c:312
1667 msgid "Exit with WARNING status if load average exceeds WLOADn"
1668 msgstr ""
1670 #: plugins/check_load.c:314
1671 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1672 msgstr ""
1674 #: plugins/check_load.c:315
1675 msgid "the load average format is the same used by \"uptime\" and \"w\""
1676 msgstr ""
1678 #: plugins/check_load.c:317
1679 msgid "Divide the load averages by the number of CPUs (when possible)"
1680 msgstr ""
1682 #: plugins/check_mrtg.c:75
1683 msgid "Could not parse arguments\n"
1684 msgstr ""
1686 #: plugins/check_mrtg.c:80
1687 #, c-format
1688 msgid "Unable to open MRTG log file\n"
1689 msgstr ""
1691 #: plugins/check_mrtg.c:127
1692 #, c-format
1693 msgid "Unable to process MRTG log file\n"
1694 msgstr ""
1696 #: plugins/check_mrtg.c:135 plugins/check_mrtgtraf.c:136
1697 #, c-format
1698 msgid "MRTG data has expired (%d minutes old)\n"
1699 msgstr ""
1701 #: plugins/check_mrtg.c:152 plugins/check_mrtgtraf.c:195
1702 #: plugins/check_mrtgtraf.c:196
1703 msgid "Avg"
1704 msgstr ""
1706 #: plugins/check_mrtg.c:152 plugins/check_mrtgtraf.c:195
1707 #: plugins/check_mrtgtraf.c:196
1708 msgid "Max"
1709 msgstr ""
1711 #: plugins/check_mrtg.c:221
1712 msgid "Invalid variable number"
1713 msgstr ""
1715 #: plugins/check_mrtg.c:256
1716 #, c-format
1717 msgid ""
1718 "%s is not a valid expiration time\n"
1719 "Use '%s -h' for additional help\n"
1720 msgstr ""
1722 #: plugins/check_mrtg.c:273
1723 msgid "Invalid variable number\n"
1724 msgstr ""
1726 #: plugins/check_mrtg.c:300
1727 msgid "You must supply the variable number"
1728 msgstr ""
1730 #: plugins/check_mrtg.c:321
1731 msgid ""
1732 "This plugin will check either the average or maximum value of one of the"
1733 msgstr ""
1735 #: plugins/check_mrtg.c:322
1736 msgid "two variables recorded in an MRTG log file."
1737 msgstr ""
1739 #: plugins/check_mrtg.c:332
1740 msgid "The MRTG log file containing the data you want to monitor"
1741 msgstr ""
1743 #: plugins/check_mrtg.c:334
1744 msgid "Minutes before MRTG data is considered to be too old"
1745 msgstr ""
1747 #: plugins/check_mrtg.c:336
1748 msgid "Should we check average or maximum values?"
1749 msgstr ""
1751 #: plugins/check_mrtg.c:338
1752 msgid "Which variable set should we inspect? (1 or 2)"
1753 msgstr ""
1755 #: plugins/check_mrtg.c:340
1756 msgid "Threshold value for data to result in WARNING status"
1757 msgstr ""
1759 #: plugins/check_mrtg.c:342
1760 msgid "Threshold value for data to result in CRITICAL status"
1761 msgstr ""
1763 #: plugins/check_mrtg.c:344
1764 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1765 msgstr ""
1767 #: plugins/check_mrtg.c:346
1768 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1769 msgstr ""
1771 #: plugins/check_mrtg.c:347
1772 #, c-format
1773 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1774 msgstr ""
1776 #: plugins/check_mrtg.c:350
1777 msgid ""
1778 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1779 msgstr ""
1781 #: plugins/check_mrtg.c:351
1782 msgid ""
1783 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1784 msgstr ""
1786 #: plugins/check_mrtg.c:352
1787 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1788 msgstr ""
1790 #: plugins/check_mrtg.c:353
1791 msgid "status is returned and a warning message is printed."
1792 msgstr ""
1794 #: plugins/check_mrtg.c:356
1795 msgid ""
1796 "This plugin is useful for monitoring MRTG data that does not correspond to"
1797 msgstr ""
1799 #: plugins/check_mrtg.c:357
1800 msgid ""
1801 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1802 msgstr ""
1804 #: plugins/check_mrtg.c:358
1805 msgid ""
1806 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1807 msgstr ""
1809 #: plugins/check_mrtg.c:359
1810 msgid ""
1811 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows"
1812 msgstr ""
1814 #: plugins/check_mrtg.c:360
1815 msgid ""
1816 "me to track processor utilization, user connections, drive space, etc and"
1817 msgstr ""
1819 #: plugins/check_mrtg.c:361
1820 msgid "this plugin works well for monitoring that kind of data as well."
1821 msgstr ""
1823 #: plugins/check_mrtg.c:364
1824 msgid ""
1825 "- This plugin only monitors one of the two variables stored in the MRTG log"
1826 msgstr ""
1828 #: plugins/check_mrtg.c:365
1829 msgid "file.  If you want to monitor both values you will have to define two"
1830 msgstr ""
1832 #: plugins/check_mrtg.c:366
1833 msgid "commands with different values for the <variable> argument.  Of course,"
1834 msgstr ""
1836 #: plugins/check_mrtg.c:367
1837 msgid "you can always hack the code to make this plugin work for you..."
1838 msgstr ""
1840 #: plugins/check_mrtg.c:368
1841 msgid ""
1842 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1843 "from"
1844 msgstr ""
1846 #: plugins/check_mrtgtraf.c:88
1847 msgid "Unable to open MRTG log file"
1848 msgstr ""
1850 #: plugins/check_mrtgtraf.c:130
1851 msgid "Unable to process MRTG log file"
1852 msgstr ""
1854 #: plugins/check_mrtgtraf.c:194
1855 #, c-format
1856 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1857 msgstr ""
1859 #: plugins/check_mrtgtraf.c:207
1860 #, c-format
1861 msgid "Traffic %s - %s\n"
1862 msgstr ""
1864 #: plugins/check_mrtgtraf.c:335
1865 msgid ""
1866 "This plugin will check the incoming/outgoing transfer rates of a router,"
1867 msgstr ""
1869 #: plugins/check_mrtgtraf.c:336
1870 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1871 msgstr ""
1873 #: plugins/check_mrtgtraf.c:337
1874 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1875 msgstr ""
1877 #: plugins/check_mrtgtraf.c:338
1878 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1879 msgstr ""
1881 #: plugins/check_mrtgtraf.c:339
1882 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1883 msgstr ""
1885 #: plugins/check_mrtgtraf.c:340
1886 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1887 msgstr ""
1889 #: plugins/check_mrtgtraf.c:350
1890 msgid "File to read log from"
1891 msgstr ""
1893 #: plugins/check_mrtgtraf.c:352
1894 msgid "Minutes after which log expires"
1895 msgstr ""
1897 #: plugins/check_mrtgtraf.c:354
1898 msgid "Test average or maximum"
1899 msgstr ""
1901 #: plugins/check_mrtgtraf.c:356
1902 msgid "Warning threshold pair <incoming>,<outgoing>"
1903 msgstr ""
1905 #: plugins/check_mrtgtraf.c:358
1906 msgid "Critical threshold pair <incoming>,<outgoing>"
1907 msgstr ""
1909 #: plugins/check_mrtgtraf.c:362
1910 msgid ""
1911 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1912 msgstr ""
1914 #: plugins/check_mrtgtraf.c:364
1915 msgid "- While MRTG can monitor things other than traffic rates, this"
1916 msgstr ""
1918 #: plugins/check_mrtgtraf.c:365
1919 msgid "  plugin probably won't work with much else without modification."
1920 msgstr ""
1922 #: plugins/check_mrtgtraf.c:366
1923 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1924 msgstr ""
1926 #: plugins/check_mrtgtraf.c:367
1927 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1928 msgstr ""
1930 #: plugins/check_mrtgtraf.c:368
1931 msgid "  for future enhancements of this plugin."
1932 msgstr ""
1934 #: plugins/check_mrtgtraf.c:378
1935 #, c-format
1936 msgid "Usage"
1937 msgstr ""
1939 #: plugins/check_mysql.c:126
1940 #, c-format
1941 msgid "slave query error: %s\n"
1942 msgstr ""
1944 #: plugins/check_mysql.c:133
1945 #, c-format
1946 msgid "slave store_result error: %s\n"
1947 msgstr ""
1949 #: plugins/check_mysql.c:139
1950 msgid "No slaves defined"
1951 msgstr ""
1953 #: plugins/check_mysql.c:147
1954 #, c-format
1955 msgid "slave fetch row error: %s\n"
1956 msgstr ""
1958 #: plugins/check_mysql.c:152
1959 #, c-format
1960 msgid "Slave running: %s"
1961 msgstr ""
1963 #: plugins/check_mysql.c:378
1964 msgid "This program tests connections to a MySQL server"
1965 msgstr ""
1967 #: plugins/check_mysql.c:389
1968 msgid "Use the specified socket (has no effect if -H is used)"
1969 msgstr ""
1971 #: plugins/check_mysql.c:392
1972 msgid "Check database with indicated name"
1973 msgstr ""
1975 #: plugins/check_mysql.c:394
1976 msgid "Connect using the indicated username"
1977 msgstr ""
1979 #: plugins/check_mysql.c:396
1980 msgid "Use the indicated password to authenticate the connection"
1981 msgstr ""
1983 #: plugins/check_mysql.c:397
1984 msgid "IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!"
1985 msgstr ""
1987 #: plugins/check_mysql.c:398
1988 msgid "Your clear-text password could be visible as a process table entry"
1989 msgstr ""
1991 #: plugins/check_mysql.c:400
1992 msgid "Check if the slave thread is running properly."
1993 msgstr ""
1995 #: plugins/check_mysql.c:402
1996 msgid "Exit with WARNING status if slave server is more than INTEGER seconds"
1997 msgstr ""
1999 #: plugins/check_mysql.c:403 plugins/check_mysql.c:406
2000 msgid "behind master"
2001 msgstr ""
2003 #: plugins/check_mysql.c:405
2004 msgid "Exit with CRITICAL status if slave server is more then INTEGER seconds"
2005 msgstr ""
2007 #: plugins/check_mysql.c:409
2008 msgid ""
2009 "There are no required arguments. By default, the local database is checked"
2010 msgstr ""
2012 #: plugins/check_mysql.c:410
2013 msgid ""
2014 "using the default unix socket. You can force TCP on localhost by using an"
2015 msgstr ""
2017 #: plugins/check_mysql.c:411
2018 msgid "IP address or FQDN ('localhost' will use the socket as well)."
2019 msgstr ""
2021 #: plugins/check_mysql.c:415
2022 msgid "You must specify -p with an empty string to force an empty password,"
2023 msgstr ""
2025 #: plugins/check_mysql.c:416
2026 msgid "overriding any my.cnf settings."
2027 msgstr ""
2029 #: plugins/check_nagios.c:104
2030 msgid "Cannot open status log for reading!"
2031 msgstr ""
2033 #: plugins/check_nagios.c:154
2034 #, c-format
2035 msgid "Found process: %s %s\n"
2036 msgstr ""
2038 #: plugins/check_nagios.c:168
2039 msgid "Could not locate a running Nagios process!"
2040 msgstr ""
2042 #: plugins/check_nagios.c:172
2043 msgid "Cannot parse Nagios log file for valid time"
2044 msgstr ""
2046 #: plugins/check_nagios.c:183 plugins/check_procs.c:295
2047 #, c-format
2048 msgid "%d process"
2049 msgid_plural "%d processes"
2050 msgstr[0] ""
2051 msgstr[1] ""
2053 #: plugins/check_nagios.c:186
2054 #, c-format
2055 msgid "status log updated %d second ago"
2056 msgid_plural "status log updated %d seconds ago"
2057 msgstr[0] ""
2058 msgstr[1] ""
2060 #: plugins/check_nagios.c:223 plugins/check_nagios.c:252
2061 msgid "Expiration time must be an integer (seconds)\n"
2062 msgstr ""
2064 #: plugins/check_nagios.c:264
2065 msgid "You must provide the status_log\n"
2066 msgstr ""
2068 #: plugins/check_nagios.c:267
2069 msgid "You must provide a process string\n"
2070 msgstr ""
2072 #: plugins/check_nagios.c:281
2073 msgid ""
2074 "This plugin checks the status of the Nagios process on the local machine"
2075 msgstr ""
2077 #: plugins/check_nagios.c:282
2078 msgid ""
2079 "The plugin will check to make sure the Nagios status log is no older than"
2080 msgstr ""
2082 #: plugins/check_nagios.c:283
2083 msgid "the number of minutes specified by the expires option."
2084 msgstr ""
2086 #: plugins/check_nagios.c:284
2087 msgid ""
2088 "It also checks the process table for a process matching the command argument."
2089 msgstr ""
2091 #: plugins/check_nagios.c:294
2092 msgid "Name of the log file to check"
2093 msgstr ""
2095 #: plugins/check_nagios.c:296
2096 msgid "Minutes aging after which logfile is considered stale"
2097 msgstr ""
2099 #: plugins/check_nagios.c:298
2100 msgid "Substring to search for in process arguments"
2101 msgstr ""
2103 #: plugins/check_nt.c:141
2104 #, c-format
2105 msgid "Wrong client version - running: %s, required: %s"
2106 msgstr ""
2108 #: plugins/check_nt.c:152 plugins/check_nt.c:212
2109 msgid "missing -l parameters"
2110 msgstr ""
2112 #: plugins/check_nt.c:154
2113 msgid "wrong -l parameter."
2114 msgstr ""
2116 #: plugins/check_nt.c:158
2117 msgid "CPU Load"
2118 msgstr ""
2120 #: plugins/check_nt.c:181
2121 #, c-format
2122 msgid " %lu%% (%lu min average)"
2123 msgstr ""
2125 #: plugins/check_nt.c:183
2126 #, c-format
2127 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
2128 msgstr ""
2130 #: plugins/check_nt.c:193
2131 msgid "not enough values for -l parameters"
2132 msgstr ""
2134 #: plugins/check_nt.c:205
2135 #, c-format
2136 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
2137 msgstr ""
2139 #: plugins/check_nt.c:214
2140 msgid "wrong -l argument"
2141 msgstr ""
2143 #: plugins/check_nt.c:230
2144 #, c-format
2145 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
2146 msgstr ""
2148 #: plugins/check_nt.c:233
2149 #, c-format
2150 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
2151 msgstr ""
2153 #: plugins/check_nt.c:247
2154 msgid "Free disk space : Invalid drive"
2155 msgstr ""
2157 #: plugins/check_nt.c:257
2158 msgid "No service/process specified"
2159 msgstr ""
2161 #: plugins/check_nt.c:281
2162 #, c-format
2163 msgid ""
2164 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
2165 msgstr ""
2167 #: plugins/check_nt.c:284
2168 #, c-format
2169 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
2170 msgstr ""
2172 #: plugins/check_nt.c:320 plugins/check_nt.c:405 plugins/check_nt.c:435
2173 msgid "No counter specified"
2174 msgstr ""
2176 #: plugins/check_nt.c:352
2177 msgid "Minimum value contains non-numbers"
2178 msgstr ""
2180 #: plugins/check_nt.c:356
2181 msgid "Maximum value contains non-numbers"
2182 msgstr ""
2184 #: plugins/check_nt.c:363
2185 msgid "No unit counter specified"
2186 msgstr ""
2188 #: plugins/check_nt.c:450
2189 msgid "Please specify a variable to check"
2190 msgstr ""
2192 #: plugins/check_nt.c:534
2193 msgid "Server port must be an integer\n"
2194 msgstr ""
2196 #: plugins/check_nt.c:588
2197 msgid "You must provide a server address or host name"
2198 msgstr ""
2200 #: plugins/check_nt.c:594
2201 msgid "None"
2202 msgstr ""
2204 #: plugins/check_nt.c:607
2205 msgid "could not fetch information from server\n"
2206 msgstr ""
2208 #: plugins/check_nt.c:651
2209 msgid "This plugin collects data from the NSClient service running on a"
2210 msgstr ""
2212 #: plugins/check_nt.c:652
2213 msgid "Windows NT/2000/XP/2003 server."
2214 msgstr ""
2216 #: plugins/check_nt.c:663
2217 msgid "Name of the host to check"
2218 msgstr ""
2220 #: plugins/check_nt.c:665
2221 msgid "Optional port number (default: "
2222 msgstr ""
2224 #: plugins/check_nt.c:668
2225 msgid "Password needed for the request"
2226 msgstr ""
2228 #: plugins/check_nt.c:670 plugins/check_nwstat.c:1661
2229 #: plugins/check_overcr.c:432
2230 msgid "Threshold which will result in a warning status"
2231 msgstr ""
2233 #: plugins/check_nt.c:672 plugins/check_nwstat.c:1663
2234 #: plugins/check_overcr.c:434
2235 msgid "Threshold which will result in a critical status"
2236 msgstr ""
2238 #: plugins/check_nt.c:674
2239 msgid "Seconds before connection attempt times out (default: "
2240 msgstr ""
2242 #: plugins/check_nt.c:676
2243 msgid "Parameters passed to specified check (see below)"
2244 msgstr ""
2246 #: plugins/check_nt.c:678
2247 msgid "Display options (currently only SHOWALL works)"
2248 msgstr ""
2250 #: plugins/check_nt.c:680
2251 msgid "Return UNKNOWN on timeouts"
2252 msgstr ""
2254 #: plugins/check_nt.c:683
2255 msgid "Print this help screen"
2256 msgstr ""
2258 #: plugins/check_nt.c:685
2259 msgid "Print version information"
2260 msgstr ""
2262 #: plugins/check_nt.c:687
2263 msgid "Variable to check"
2264 msgstr ""
2266 #: plugins/check_nt.c:688
2267 msgid "Valid variables are:"
2268 msgstr ""
2270 #: plugins/check_nt.c:690
2271 msgid "Get the NSClient version"
2272 msgstr ""
2274 #: plugins/check_nt.c:691
2275 msgid "If -l <version> is specified, will return warning if versions differ."
2276 msgstr ""
2278 #: plugins/check_nt.c:693
2279 msgid "Average CPU load on last x minutes."
2280 msgstr ""
2282 #: plugins/check_nt.c:694
2283 msgid "Request a -l parameter with the following syntax:"
2284 msgstr ""
2286 #: plugins/check_nt.c:695
2287 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2288 msgstr ""
2290 #: plugins/check_nt.c:696
2291 msgid "<minute range> should be less than 24*60."
2292 msgstr ""
2294 #: plugins/check_nt.c:697
2295 msgid ""
2296 "Thresholds are percentage and up to 10 requests can be done in one shot."
2297 msgstr ""
2299 #: plugins/check_nt.c:700
2300 msgid "Get the uptime of the machine."
2301 msgstr ""
2303 #: plugins/check_nt.c:701
2304 msgid "No specific parameters. No warning or critical threshold"
2305 msgstr ""
2307 #: plugins/check_nt.c:703
2308 msgid "Size and percentage of disk use."
2309 msgstr ""
2311 #: plugins/check_nt.c:704
2312 msgid "Request a -l parameter containing the drive letter only."
2313 msgstr ""
2315 #: plugins/check_nt.c:705 plugins/check_nt.c:708
2316 msgid "Warning and critical thresholds can be specified with -w and -c."
2317 msgstr ""
2319 #: plugins/check_nt.c:707
2320 msgid "Memory use."
2321 msgstr ""
2323 #: plugins/check_nt.c:710
2324 msgid "Check the state of one or several services."
2325 msgstr ""
2327 #: plugins/check_nt.c:711 plugins/check_nt.c:720
2328 msgid "Request a -l parameters with the following syntax:"
2329 msgstr ""
2331 #: plugins/check_nt.c:712
2332 msgid "-l <service1>,<service2>,<service3>,..."
2333 msgstr ""
2335 #: plugins/check_nt.c:713
2336 msgid "You can specify -d SHOWALL in case you want to see working services"
2337 msgstr ""
2339 #: plugins/check_nt.c:714
2340 msgid "in the returned string."
2341 msgstr ""
2343 #: plugins/check_nt.c:716
2344 msgid "Check if one or several process are running."
2345 msgstr ""
2347 #: plugins/check_nt.c:717
2348 msgid "Same syntax as SERVICESTATE."
2349 msgstr ""
2351 #: plugins/check_nt.c:719
2352 msgid "Check any performance counter of Windows NT/2000."
2353 msgstr ""
2355 #: plugins/check_nt.c:721
2356 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2357 msgstr ""
2359 #: plugins/check_nt.c:722
2360 msgid "The <description> parameter is optional and is given to a printf "
2361 msgstr ""
2363 #: plugins/check_nt.c:723
2364 msgid "output command which requires a float parameter."
2365 msgstr ""
2367 #: plugins/check_nt.c:724
2368 #, c-format
2369 msgid "If <description> does not include \"%%\", it is used as a label."
2370 msgstr ""
2372 #: plugins/check_nt.c:725 plugins/check_nt.c:740
2373 msgid "Some examples:"
2374 msgstr ""
2376 #: plugins/check_nt.c:729
2377 msgid "Check any performance counter object of Windows NT/2000."
2378 msgstr ""
2380 #: plugins/check_nt.c:730
2381 msgid ""
2382 "Syntax: check_nt -H <hostname> -p <port> -v INSTANCES -l <counter object>"
2383 msgstr ""
2385 #: plugins/check_nt.c:731
2386 msgid "<counter object> is a Windows Perfmon Counter object (eg. Process),"
2387 msgstr ""
2389 #: plugins/check_nt.c:732
2390 msgid "if it is two words, it should be enclosed in quotes"
2391 msgstr ""
2393 #: plugins/check_nt.c:733
2394 msgid "The returned results will be a comma-separated list of instances on "
2395 msgstr ""
2397 #: plugins/check_nt.c:734
2398 msgid " the selected computer for that object."
2399 msgstr ""
2401 #: plugins/check_nt.c:735
2402 msgid ""
2403 "The purpose of this is to be run from command line to determine what "
2404 "instances"
2405 msgstr ""
2407 #: plugins/check_nt.c:736
2408 msgid ""
2409 " are available for monitoring without having to log onto the Windows server"
2410 msgstr ""
2412 #: plugins/check_nt.c:737
2413 msgid "  to run Perfmon directly."
2414 msgstr ""
2416 #: plugins/check_nt.c:738
2417 msgid "It can also be used in scripts that automatically create Nagios service"
2418 msgstr ""
2420 #: plugins/check_nt.c:739
2421 msgid " configuration files."
2422 msgstr ""
2424 #: plugins/check_nt.c:741
2425 msgid "check_nt -H 192.168.1.1 -p 1248 -v INSTANCES -l Process"
2426 msgstr ""
2428 #: plugins/check_nt.c:744
2429 msgid ""
2430 "- The NSClient service should be running on the server to get any information"
2431 msgstr ""
2433 #: plugins/check_nt.c:746
2434 msgid "- Critical thresholds should be lower than warning thresholds"
2435 msgstr ""
2437 #: plugins/check_nt.c:747
2438 msgid "- Default port 1248 is sometimes in use by other services. The error"
2439 msgstr ""
2441 #: plugins/check_nt.c:748
2442 msgid ""
2443 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2444 msgstr ""
2446 #: plugins/check_nt.c:749
2447 msgid "One fix for this is to change the port to something else on check_nt "
2448 msgstr ""
2450 #: plugins/check_nt.c:750
2451 msgid "and on the client service it's connecting to."
2452 msgstr ""
2454 #: plugins/check_ntp.c:803 plugins/check_ntp_peer.c:606
2455 #: plugins/check_ntp_time.c:567
2456 #, c-format
2457 msgid "NTP CRITICAL:"
2458 msgstr ""
2460 #: plugins/check_ntp.c:806 plugins/check_ntp_peer.c:609
2461 #: plugins/check_ntp_time.c:570
2462 #, c-format
2463 msgid "NTP WARNING:"
2464 msgstr ""
2466 #: plugins/check_ntp.c:809 plugins/check_ntp_peer.c:612
2467 #: plugins/check_ntp_time.c:573
2468 #, c-format
2469 msgid "NTP OK:"
2470 msgstr ""
2472 #: plugins/check_ntp.c:812 plugins/check_ntp_peer.c:615
2473 #: plugins/check_ntp_time.c:576
2474 #, c-format
2475 msgid "NTP UNKNOWN:"
2476 msgstr ""
2478 #: plugins/check_ntp.c:816 plugins/check_ntp_peer.c:624
2479 #: plugins/check_ntp_time.c:580
2480 msgid "Offset unknown"
2481 msgstr ""
2483 #: plugins/check_ntp.c:819 plugins/check_ntp_peer.c:627
2484 #: plugins/check_ntp_time.c:583
2485 msgid "Offset"
2486 msgstr ""
2488 #: plugins/check_ntp.c:840 plugins/check_ntp_peer.c:656
2489 msgid "This plugin checks the selected ntp server"
2490 msgstr ""
2492 #: plugins/check_ntp.c:849 plugins/check_ntp_peer.c:667
2493 #: plugins/check_ntp_time.c:609
2494 msgid "Offset to result in warning status (seconds)"
2495 msgstr ""
2497 #: plugins/check_ntp.c:851 plugins/check_ntp_peer.c:669
2498 #: plugins/check_ntp_time.c:611
2499 msgid "Offset to result in critical status (seconds)"
2500 msgstr ""
2502 #: plugins/check_ntp.c:853 plugins/check_ntp_peer.c:675
2503 msgid "Warning threshold for jitter"
2504 msgstr ""
2506 #: plugins/check_ntp.c:855 plugins/check_ntp_peer.c:677
2507 msgid "Critical threshold for jitter"
2508 msgstr ""
2510 #: plugins/check_ntp.c:865
2511 msgid "Normal offset check:"
2512 msgstr ""
2514 #: plugins/check_ntp.c:868 plugins/check_ntp_peer.c:702
2515 msgid ""
2516 "Check jitter too, avoiding critical notifications if jitter isn't available"
2517 msgstr ""
2519 #: plugins/check_ntp.c:869 plugins/check_ntp_peer.c:703
2520 msgid "(See Notes above for more details on thresholds formats):"
2521 msgstr ""
2523 #: plugins/check_ntp.c:874 plugins/check_ntp.c:881
2524 msgid "WARNING: check_ntp is deprecated. Please use check_ntp_peer or"
2525 msgstr ""
2527 #: plugins/check_ntp.c:875 plugins/check_ntp.c:882
2528 msgid "check_ntp_time instead."
2529 msgstr ""
2531 #: plugins/check_ntp_peer.c:619
2532 msgid "Server not synchronized"
2533 msgstr ""
2535 #: plugins/check_ntp_peer.c:621
2536 msgid "Server has the LI_ALARM bit set"
2537 msgstr ""
2539 #: plugins/check_ntp_peer.c:665
2540 msgid ""
2541 "Returns UNKNOWN instead of CRITICAL or WARNING if server isn't synchronized"
2542 msgstr ""
2544 #: plugins/check_ntp_peer.c:671
2545 msgid "Warning threshold for stratum"
2546 msgstr ""
2548 #: plugins/check_ntp_peer.c:673
2549 msgid "Critical threshold for stratum"
2550 msgstr ""
2552 #: plugins/check_ntp_peer.c:679
2553 msgid "Warning threshold for number of usable time sources (\"truechimers\")"
2554 msgstr ""
2556 #: plugins/check_ntp_peer.c:681
2557 msgid "Critical threshold for number of usable time sources (\"truechimers\")"
2558 msgstr ""
2560 #: plugins/check_ntp_peer.c:686
2561 msgid "This plugin checks an NTP server independent of any commandline"
2562 msgstr ""
2564 #: plugins/check_ntp_peer.c:687
2565 msgid "programs or external libraries."
2566 msgstr ""
2568 #: plugins/check_ntp_peer.c:690
2569 msgid "Use this plugin to check the health of an NTP server. It supports"
2570 msgstr ""
2572 #: plugins/check_ntp_peer.c:691
2573 msgid "checking the offset with the sync peer, the jitter and stratum. This"
2574 msgstr ""
2576 #: plugins/check_ntp_peer.c:692
2577 msgid "plugin will not check the clock offset between the local host and NTP"
2578 msgstr ""
2580 #: plugins/check_ntp_peer.c:693
2581 msgid "server; please use check_ntp_time for that purpose."
2582 msgstr ""
2584 #: plugins/check_ntp_peer.c:699
2585 msgid "Simple NTP server check:"
2586 msgstr ""
2588 #: plugins/check_ntp_peer.c:706
2589 msgid "Only check the number of usable time sources (\"truechimers\"):"
2590 msgstr ""
2592 #: plugins/check_ntp_peer.c:709
2593 msgid "Check only stratum:"
2594 msgstr ""
2596 #: plugins/check_ntp_time.c:598
2597 msgid "This plugin checks the clock offset with the ntp server"
2598 msgstr ""
2600 #: plugins/check_ntp_time.c:607
2601 msgid "Returns UNKNOWN instead of CRITICAL if offset cannot be found"
2602 msgstr ""
2604 #: plugins/check_ntp_time.c:616
2605 msgid "This plugin checks the clock offset between the local host and a"
2606 msgstr ""
2608 #: plugins/check_ntp_time.c:617
2609 msgid "remote NTP server. It is independent of any commandline programs or"
2610 msgstr ""
2612 #: plugins/check_ntp_time.c:618
2613 msgid "external libraries."
2614 msgstr ""
2616 #: plugins/check_ntp_time.c:622
2617 msgid "If you'd rather want to monitor an NTP server, please use"
2618 msgstr ""
2620 #: plugins/check_ntp_time.c:623
2621 msgid "check_ntp_peer."
2622 msgstr ""
2624 #: plugins/check_nwstat.c:194
2625 #, c-format
2626 msgid "NetWare %s: "
2627 msgstr ""
2629 #: plugins/check_nwstat.c:232
2630 #, c-format
2631 msgid "Up %s,"
2632 msgstr ""
2634 #: plugins/check_nwstat.c:240
2635 #, c-format
2636 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2637 msgstr ""
2639 #: plugins/check_nwstat.c:268
2640 #, c-format
2641 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2642 msgstr ""
2644 #: plugins/check_nwstat.c:293
2645 #, c-format
2646 msgid "%s: Long term cache hits = %lu%%"
2647 msgstr ""
2649 #: plugins/check_nwstat.c:315
2650 #, c-format
2651 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2652 msgstr ""
2654 #: plugins/check_nwstat.c:340
2655 #, c-format
2656 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2657 msgstr ""
2659 #: plugins/check_nwstat.c:365
2660 #, c-format
2661 msgid "%s: LRU sitting time = %lu minutes"
2662 msgstr ""
2664 #: plugins/check_nwstat.c:382 plugins/check_nwstat.c:410
2665 #: plugins/check_nwstat.c:437 plugins/check_nwstat.c:470
2666 #: plugins/check_nwstat.c:650 plugins/check_nwstat.c:676
2667 #: plugins/check_nwstat.c:707 plugins/check_nwstat.c:753
2668 #: plugins/check_nwstat.c:777
2669 #, c-format
2670 msgid "CRITICAL - Volume '%s' does not exist!"
2671 msgstr ""
2673 #: plugins/check_nwstat.c:391
2674 #, c-format
2675 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2676 msgstr ""
2678 #: plugins/check_nwstat.c:392 plugins/check_nwstat.c:420
2679 #: plugins/check_nwstat.c:447 plugins/check_nwstat.c:659
2680 #: plugins/check_nwstat.c:685 plugins/check_nwstat.c:761
2681 msgid "Only "
2682 msgstr ""
2684 #: plugins/check_nwstat.c:419
2685 #, c-format
2686 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2687 msgstr ""
2689 #: plugins/check_nwstat.c:446
2690 #, c-format
2691 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2692 msgstr ""
2694 #: plugins/check_nwstat.c:494
2695 #, c-format
2696 msgid ""
2697 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2698 msgstr ""
2700 #: plugins/check_nwstat.c:528
2701 #, c-format
2702 msgid "Directory Services Database is %s (DS version %s)"
2703 msgstr ""
2705 #: plugins/check_nwstat.c:545
2706 #, c-format
2707 msgid "Logins are %s"
2708 msgstr ""
2710 #: plugins/check_nwstat.c:545
2711 msgid "enabled"
2712 msgstr ""
2714 #: plugins/check_nwstat.c:545
2715 msgid "disabled"
2716 msgstr ""
2718 #: plugins/check_nwstat.c:560
2719 #, c-format
2720 msgid "CRITICAL - NRM Status is bad!"
2721 msgstr ""
2723 #: plugins/check_nwstat.c:565
2724 #, c-format
2725 msgid "Warning - NRM Status is suspect!"
2726 msgstr ""
2728 #: plugins/check_nwstat.c:568
2729 #, c-format
2730 msgid "OK - NRM Status is good!"
2731 msgstr ""
2733 #: plugins/check_nwstat.c:610
2734 #, c-format
2735 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2736 msgstr ""
2738 #: plugins/check_nwstat.c:634
2739 #, c-format
2740 msgid "%lu entries in SAP table"
2741 msgstr ""
2743 #: plugins/check_nwstat.c:636
2744 #, c-format
2745 msgid "%lu entries in SAP table for SAP type %d"
2746 msgstr ""
2748 #: plugins/check_nwstat.c:658
2749 #, c-format
2750 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2751 msgstr ""
2753 #: plugins/check_nwstat.c:684
2754 #, c-format
2755 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2756 msgstr ""
2758 #: plugins/check_nwstat.c:730
2759 #, c-format
2760 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2761 msgstr ""
2763 #: plugins/check_nwstat.c:761
2764 #, c-format
2765 msgid "%s%lu KB not yet purgeable on volume %s"
2766 msgstr ""
2768 #: plugins/check_nwstat.c:800
2769 #, c-format
2770 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2771 msgstr ""
2773 #: plugins/check_nwstat.c:821
2774 #, c-format
2775 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2776 msgstr ""
2778 #: plugins/check_nwstat.c:846
2779 #, c-format
2780 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2781 msgstr ""
2783 #: plugins/check_nwstat.c:881
2784 #, c-format
2785 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2786 msgstr ""
2788 #: plugins/check_nwstat.c:904
2789 #, c-format
2790 msgid "CRITICAL - Time not in sync with network!"
2791 msgstr ""
2793 #: plugins/check_nwstat.c:907
2794 #, c-format
2795 msgid "OK - Time in sync with network!"
2796 msgstr ""
2798 #: plugins/check_nwstat.c:930
2799 #, c-format
2800 msgid "LRU sitting time = %lu seconds"
2801 msgstr ""
2803 #: plugins/check_nwstat.c:949
2804 #, c-format
2805 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2806 msgstr ""
2808 #: plugins/check_nwstat.c:971
2809 #, c-format
2810 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2811 msgstr ""
2813 #: plugins/check_nwstat.c:989
2814 #, c-format
2815 msgid "NDS Version %s"
2816 msgstr ""
2818 #: plugins/check_nwstat.c:1005
2819 #, c-format
2820 msgid "Up %s"
2821 msgstr ""
2823 #: plugins/check_nwstat.c:1019
2824 #, c-format
2825 msgid "Module %s version %s is loaded"
2826 msgstr ""
2828 #: plugins/check_nwstat.c:1022
2829 #, c-format
2830 msgid "Module %s is not loaded"
2831 msgstr ""
2833 #: plugins/check_nwstat.c:1033 plugins/check_nwstat.c:1059
2834 #: plugins/check_nwstat.c:1085 plugins/check_nwstat.c:1111
2835 #: plugins/check_nwstat.c:1137 plugins/check_nwstat.c:1163
2836 #: plugins/check_nwstat.c:1189 plugins/check_nwstat.c:1215
2837 #: plugins/check_nwstat.c:1241 plugins/check_nwstat.c:1267
2838 #, c-format
2839 msgid "CRITICAL - Value '%s' does not exist!"
2840 msgstr ""
2842 #: plugins/check_nwstat.c:1042 plugins/check_nwstat.c:1068
2843 #: plugins/check_nwstat.c:1094 plugins/check_nwstat.c:1120
2844 #: plugins/check_nwstat.c:1146 plugins/check_nwstat.c:1172
2845 #: plugins/check_nwstat.c:1198 plugins/check_nwstat.c:1224
2846 #: plugins/check_nwstat.c:1250 plugins/check_nwstat.c:1276
2847 #, c-format
2848 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2849 msgstr ""
2851 #: plugins/check_nwstat.c:1289 plugins/check_overcr.c:285
2852 msgid "Nothing to check!\n"
2853 msgstr ""
2855 #: plugins/check_nwstat.c:1371 plugins/check_overcr.c:355
2856 msgid "Server port an integer\n"
2857 msgstr ""
2859 #: plugins/check_nwstat.c:1601
2860 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2861 msgstr ""
2863 #: plugins/check_nwstat.c:1602
2864 msgid "Novell server to gather the requested system information."
2865 msgstr ""
2867 #: plugins/check_nwstat.c:1614 plugins/check_overcr.c:436
2868 msgid "Variable to check.  Valid variables include:"
2869 msgstr ""
2871 #: plugins/check_nwstat.c:1615
2872 msgid "LOAD1     = 1 minute average CPU load"
2873 msgstr ""
2875 #: plugins/check_nwstat.c:1616
2876 msgid "LOAD5     = 5 minute average CPU load"
2877 msgstr ""
2879 #: plugins/check_nwstat.c:1617
2880 msgid "LOAD15    = 15 minute average CPU load"
2881 msgstr ""
2883 #: plugins/check_nwstat.c:1618
2884 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2885 msgstr ""
2887 #: plugins/check_nwstat.c:1619
2888 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2889 msgstr ""
2891 #: plugins/check_nwstat.c:1620
2892 msgid "UPTIME    = server uptime"
2893 msgstr ""
2895 #: plugins/check_nwstat.c:1621
2896 msgid "LTCH      = percent long term cache hits"
2897 msgstr ""
2899 #: plugins/check_nwstat.c:1622
2900 msgid "CBUFF     = current number of cache buffers"
2901 msgstr ""
2903 #: plugins/check_nwstat.c:1623
2904 msgid "CDBUFF    = current number of dirty cache buffers"
2905 msgstr ""
2907 #: plugins/check_nwstat.c:1624
2908 msgid "DCB       = dirty cache buffers as a percentage of the total"
2909 msgstr ""
2911 #: plugins/check_nwstat.c:1625
2912 msgid "TCB       = dirty cache buffers as a percentage of the original"
2913 msgstr ""
2915 #: plugins/check_nwstat.c:1626
2916 msgid "OFILES    = number of open files"
2917 msgstr ""
2919 #: plugins/check_nwstat.c:1627
2920 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2921 msgstr ""
2923 #: plugins/check_nwstat.c:1628
2924 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2925 msgstr ""
2927 #: plugins/check_nwstat.c:1629
2928 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2929 msgstr ""
2931 #: plugins/check_nwstat.c:1630
2932 msgid "    VPF<vol>  = percent free space on volume <vol>"
2933 msgstr ""
2935 #: plugins/check_nwstat.c:1631
2936 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2937 msgstr ""
2939 #: plugins/check_nwstat.c:1632
2940 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2941 msgstr ""
2943 #: plugins/check_nwstat.c:1633
2944 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2945 msgstr ""
2947 #: plugins/check_nwstat.c:1634
2948 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2949 msgstr ""
2951 #: plugins/check_nwstat.c:1635
2952 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2953 msgstr ""
2955 #: plugins/check_nwstat.c:1636
2956 msgid "    LRUM      = LRU sitting time in minutes"
2957 msgstr ""
2959 #: plugins/check_nwstat.c:1637
2960 msgid "    LRUS      = LRU sitting time in seconds"
2961 msgstr ""
2963 #: plugins/check_nwstat.c:1638
2964 msgid "    DSDB      = check to see if DS Database is open"
2965 msgstr ""
2967 #: plugins/check_nwstat.c:1639
2968 msgid "    DSVER     = NDS version"
2969 msgstr ""
2971 #: plugins/check_nwstat.c:1640
2972 msgid "    UPRB      = used packet receive buffers"
2973 msgstr ""
2975 #: plugins/check_nwstat.c:1641
2976 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2977 msgstr ""
2979 #: plugins/check_nwstat.c:1642
2980 msgid "    SAPENTRIES = number of entries in the SAP table"
2981 msgstr ""
2983 #: plugins/check_nwstat.c:1643
2984 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2985 msgstr ""
2987 #: plugins/check_nwstat.c:1644
2988 msgid "    TSYNC     = timesync status"
2989 msgstr ""
2991 #: plugins/check_nwstat.c:1645
2992 msgid "    LOGINS    = check to see if logins are enabled"
2993 msgstr ""
2995 #: plugins/check_nwstat.c:1646
2996 msgid "    CONNS     = number of currently licensed connections"
2997 msgstr ""
2999 #: plugins/check_nwstat.c:1647
3000 msgid "    NRMH\t= NRM Summary Status"
3001 msgstr ""
3003 #: plugins/check_nwstat.c:1648
3004 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
3005 msgstr ""
3007 #: plugins/check_nwstat.c:1649
3008 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
3009 msgstr ""
3011 #: plugins/check_nwstat.c:1650
3012 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
3013 msgstr ""
3015 #: plugins/check_nwstat.c:1651
3016 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
3017 msgstr ""
3019 #: plugins/check_nwstat.c:1652
3020 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
3021 msgstr ""
3023 #: plugins/check_nwstat.c:1653
3024 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
3025 msgstr ""
3027 #: plugins/check_nwstat.c:1654
3028 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
3029 msgstr ""
3031 #: plugins/check_nwstat.c:1655
3032 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
3033 msgstr ""
3035 #: plugins/check_nwstat.c:1656
3036 msgid ""
3037 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
3038 msgstr ""
3040 #: plugins/check_nwstat.c:1657
3041 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
3042 msgstr ""
3044 #: plugins/check_nwstat.c:1658
3045 msgid "                (e.g. NLM:TSANDS.NLM)"
3046 msgstr ""
3048 #: plugins/check_nwstat.c:1665
3049 msgid "Include server version string in results"
3050 msgstr ""
3052 #: plugins/check_nwstat.c:1671
3053 msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG"
3054 msgstr ""
3056 #: plugins/check_nwstat.c:1672
3057 msgid ""
3058 "  extension for NetWare be loaded on the Novell servers you wish to check."
3059 msgstr ""
3061 #: plugins/check_nwstat.c:1673
3062 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
3063 msgstr ""
3065 #: plugins/check_nwstat.c:1674
3066 msgid ""
3067 "- Values for critical thresholds should be lower than warning thresholds"
3068 msgstr ""
3070 #: plugins/check_nwstat.c:1675
3071 msgid ""
3072 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
3073 msgstr ""
3075 #: plugins/check_nwstat.c:1676
3076 msgid "  TCB, LRUS and LRUM."
3077 msgstr ""
3079 #: plugins/check_overcr.c:123
3080 msgid "Unknown error fetching load data\n"
3081 msgstr ""
3083 #: plugins/check_overcr.c:127
3084 msgid "Invalid response from server - no load information\n"
3085 msgstr ""
3087 #: plugins/check_overcr.c:133
3088 msgid "Invalid response from server after load 1\n"
3089 msgstr ""
3091 #: plugins/check_overcr.c:139
3092 msgid "Invalid response from server after load 5\n"
3093 msgstr ""
3095 #: plugins/check_overcr.c:164
3096 #, c-format
3097 msgid "Load %s - %s-min load average = %0.2f"
3098 msgstr ""
3100 #: plugins/check_overcr.c:174
3101 msgid "Unknown error fetching disk data\n"
3102 msgstr ""
3104 #: plugins/check_overcr.c:184 plugins/check_overcr.c:236
3105 #: plugins/check_overcr.c:240
3106 msgid "Invalid response from server\n"
3107 msgstr ""
3109 #: plugins/check_overcr.c:211
3110 msgid "Unknown error fetching network status\n"
3111 msgstr ""
3113 #: plugins/check_overcr.c:221
3114 #, c-format
3115 msgid "Net %s - %d connection%s on port %d"
3116 msgstr ""
3118 #: plugins/check_overcr.c:232
3119 msgid "Unknown error fetching process status\n"
3120 msgstr ""
3122 #: plugins/check_overcr.c:250
3123 #, c-format
3124 msgid "Process %s - %d instance%s of %s running"
3125 msgstr ""
3127 #: plugins/check_overcr.c:277
3128 #, c-format
3129 msgid "Uptime %s - Up %d days %d hours %d minutes"
3130 msgstr ""
3132 #: plugins/check_overcr.c:419
3133 msgid ""
3134 "This plugin attempts to contact the Over-CR collector daemon running on the"
3135 msgstr ""
3137 #: plugins/check_overcr.c:420
3138 msgid "remote UNIX server in order to gather the requested system information."
3139 msgstr ""
3141 #: plugins/check_overcr.c:437
3142 msgid "LOAD1         = 1 minute average CPU load"
3143 msgstr ""
3145 #: plugins/check_overcr.c:438
3146 msgid "LOAD5         = 5 minute average CPU load"
3147 msgstr ""
3149 #: plugins/check_overcr.c:439
3150 msgid "LOAD15        = 15 minute average CPU load"
3151 msgstr ""
3153 #: plugins/check_overcr.c:440
3154 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
3155 msgstr ""
3157 #: plugins/check_overcr.c:441
3158 msgid "PROC<process> = number of running processes with name <process>"
3159 msgstr ""
3161 #: plugins/check_overcr.c:442
3162 msgid "NET<port>     = number of active connections on TCP port <port>"
3163 msgstr ""
3165 #: plugins/check_overcr.c:443
3166 msgid "UPTIME        = system uptime in seconds"
3167 msgstr ""
3169 #: plugins/check_overcr.c:450
3170 msgid "This plugin requires that Eric Molitors' Over-CR collector daemon be"
3171 msgstr ""
3173 #: plugins/check_overcr.c:451
3174 msgid "running on the remote server."
3175 msgstr ""
3177 #: plugins/check_overcr.c:452
3178 msgid "Over-CR can be downloaded from http://www.molitor.org/overcr"
3179 msgstr ""
3181 #: plugins/check_overcr.c:453
3182 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
3183 msgstr ""
3185 #: plugins/check_overcr.c:457
3186 msgid ""
3187 "For the available options, the critical threshold value should always be"
3188 msgstr ""
3190 #: plugins/check_overcr.c:458
3191 msgid ""
3192 "higher than the warning threshold value, EXCEPT with the uptime variable"
3193 msgstr ""
3195 #: plugins/check_pgsql.c:183
3196 #, c-format
3197 msgid "CRITICAL - no connection to '%s' (%s).\n"
3198 msgstr ""
3200 #: plugins/check_pgsql.c:200
3201 #, c-format
3202 msgid " %s - database %s (%d sec.)|%s\n"
3203 msgstr ""
3205 #: plugins/check_pgsql.c:256 plugins/check_time.c:277 plugins/check_time.c:289
3206 #: plugins/check_users.c:166
3207 msgid "Critical threshold must be a positive integer"
3208 msgstr ""
3210 #: plugins/check_pgsql.c:262 plugins/check_time.c:258 plugins/check_time.c:282
3211 #: plugins/check_users.c:172 plugins/check_users.c:182
3212 #: plugins/check_users.c:189
3213 msgid "Warning threshold must be a positive integer"
3214 msgstr ""
3216 #: plugins/check_pgsql.c:280
3217 msgid "Database name is not valid"
3218 msgstr ""
3220 #: plugins/check_pgsql.c:286
3221 msgid "User name is not valid"
3222 msgstr ""
3224 #: plugins/check_pgsql.c:426
3225 #, c-format
3226 msgid "Test whether a PostgreSQL Database is accepting connections."
3227 msgstr ""
3229 #: plugins/check_pgsql.c:440
3230 msgid "Database to check "
3231 msgstr ""
3233 #: plugins/check_pgsql.c:441
3234 #, c-format
3235 msgid "(default: %s)"
3236 msgstr ""
3238 #: plugins/check_pgsql.c:443
3239 msgid "Login name of user"
3240 msgstr ""
3242 #: plugins/check_pgsql.c:445
3243 msgid "Password (BIG SECURITY ISSUE)"
3244 msgstr ""
3246 #: plugins/check_pgsql.c:454
3247 msgid "All parameters are optional."
3248 msgstr ""
3250 #: plugins/check_pgsql.c:455
3251 msgid ""
3252 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
3253 msgstr ""
3255 #: plugins/check_pgsql.c:456
3256 msgid "accepting queries. In its current operation, it simply connects to the"
3257 msgstr ""
3259 #: plugins/check_pgsql.c:457
3260 msgid ""
3261 "specified database, and then disconnects. If no database is specified, it"
3262 msgstr ""
3264 #: plugins/check_pgsql.c:458
3265 msgid ""
3266 "connects to the template1 database, which is present in every functioning"
3267 msgstr ""
3269 #: plugins/check_pgsql.c:459
3270 msgid "PostgreSQL DBMS."
3271 msgstr ""
3273 #: plugins/check_pgsql.c:461
3274 msgid ""
3275 "The plugin will connect to a local postmaster if no host is specified. To"
3276 msgstr ""
3278 #: plugins/check_pgsql.c:462
3279 msgid ""
3280 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
3281 msgstr ""
3283 #: plugins/check_pgsql.c:463
3284 msgid "connections (start the postmaster with the -i option)."
3285 msgstr ""
3287 #: plugins/check_pgsql.c:465
3288 msgid ""
3289 "Typically, the nagios user (unless the --logname option is used) should be"
3290 msgstr ""
3292 #: plugins/check_pgsql.c:466
3293 msgid ""
3294 "able to connect to the database without a password. The plugin can also send"
3295 msgstr ""
3297 #: plugins/check_pgsql.c:467
3298 msgid "a password, but no effort is made to obsure or encrypt the password."
3299 msgstr ""
3301 #: plugins/check_ping.c:141
3302 msgid "CRITICAL - Could not interpret output from ping command\n"
3303 msgstr ""
3305 #: plugins/check_ping.c:157
3306 #, c-format
3307 msgid "PING %s - %sPacket loss = %d%%"
3308 msgstr ""
3310 #: plugins/check_ping.c:160
3311 #, c-format
3312 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
3313 msgstr ""
3315 #: plugins/check_ping.c:257
3316 msgid "Could not realloc() addresses\n"
3317 msgstr ""
3319 #: plugins/check_ping.c:272 plugins/check_ping.c:352
3320 #, c-format
3321 msgid "<max_packets> (%s) must be a non-negative number\n"
3322 msgstr ""
3324 #: plugins/check_ping.c:306
3325 #, c-format
3326 msgid "<wpl> (%s) must be an integer percentage\n"
3327 msgstr ""
3329 #: plugins/check_ping.c:317
3330 #, c-format
3331 msgid "<cpl> (%s) must be an integer percentage\n"
3332 msgstr ""
3334 #: plugins/check_ping.c:328
3335 #, c-format
3336 msgid "<wrta> (%s) must be a non-negative number\n"
3337 msgstr ""
3339 #: plugins/check_ping.c:339
3340 #, c-format
3341 msgid "<crta> (%s) must be a non-negative number\n"
3342 msgstr ""
3344 #: plugins/check_ping.c:372
3345 #, c-format
3346 msgid ""
3347 "%s: Warning threshold must be integer or percentage!\n"
3348 "\n"
3349 msgstr ""
3351 #: plugins/check_ping.c:385
3352 #, c-format
3353 msgid "<wrta> was not set\n"
3354 msgstr ""
3356 #: plugins/check_ping.c:389
3357 #, c-format
3358 msgid "<crta> was not set\n"
3359 msgstr ""
3361 #: plugins/check_ping.c:393
3362 #, c-format
3363 msgid "<wpl> was not set\n"
3364 msgstr ""
3366 #: plugins/check_ping.c:397
3367 #, c-format
3368 msgid "<cpl> was not set\n"
3369 msgstr ""
3371 #: plugins/check_ping.c:401
3372 #, c-format
3373 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
3374 msgstr ""
3376 #: plugins/check_ping.c:405
3377 #, c-format
3378 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
3379 msgstr ""
3381 #: plugins/check_ping.c:441
3382 #, c-format
3383 msgid "Cannot open stderr for %s\n"
3384 msgstr ""
3386 #: plugins/check_ping.c:490 plugins/check_ping.c:492
3387 msgid "System call sent warnings to stderr "
3388 msgstr ""
3390 #: plugins/check_ping.c:519
3391 #, c-format
3392 msgid "CRITICAL - Network Unreachable (%s)"
3393 msgstr ""
3395 #: plugins/check_ping.c:521
3396 #, c-format
3397 msgid "CRITICAL - Host Unreachable (%s)"
3398 msgstr ""
3400 #: plugins/check_ping.c:523
3401 #, c-format
3402 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)"
3403 msgstr ""
3405 #: plugins/check_ping.c:525
3406 #, c-format
3407 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)"
3408 msgstr ""
3410 #: plugins/check_ping.c:527
3411 #, c-format
3412 msgid "CRITICAL - Network Prohibited (%s)"
3413 msgstr ""
3415 #: plugins/check_ping.c:529
3416 #, c-format
3417 msgid "CRITICAL - Host Prohibited (%s)"
3418 msgstr ""
3420 #: plugins/check_ping.c:531
3421 #, c-format
3422 msgid "CRITICAL - Packet Filtered (%s)"
3423 msgstr ""
3425 #: plugins/check_ping.c:533
3426 #, c-format
3427 msgid "CRITICAL - Host not found (%s)"
3428 msgstr ""
3430 #: plugins/check_ping.c:535
3431 #, c-format
3432 msgid "CRITICAL - Time to live exceeded (%s)"
3433 msgstr ""
3435 #: plugins/check_ping.c:542
3436 msgid "Unable to realloc warn_text"
3437 msgstr ""
3439 #: plugins/check_ping.c:559
3440 #, c-format
3441 msgid "Use ping to check connection statistics for a remote host."
3442 msgstr ""
3444 #: plugins/check_ping.c:571
3445 msgid "host to ping"
3446 msgstr ""
3448 #: plugins/check_ping.c:577
3449 msgid "number of ICMP ECHO packets to send"
3450 msgstr ""
3452 #: plugins/check_ping.c:578
3453 #, c-format
3454 msgid "(Default: %d)\n"
3455 msgstr ""
3457 #: plugins/check_ping.c:580
3458 msgid "show HTML in the plugin output (obsoleted by urlize)"
3459 msgstr ""
3461 #: plugins/check_ping.c:585
3462 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3463 msgstr ""
3465 #: plugins/check_ping.c:586
3466 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3467 msgstr ""
3469 #: plugins/check_ping.c:587
3470 msgid "percentage of packet loss to trigger an alarm state."
3471 msgstr ""
3473 #: plugins/check_ping.c:590
3474 msgid ""
3475 "This plugin uses the ping command to probe the specified host for packet loss"
3476 msgstr ""
3478 #: plugins/check_ping.c:591
3479 msgid ""
3480 "(percentage) and round trip average (milliseconds). It can produce HTML "
3481 "output"
3482 msgstr ""
3484 #: plugins/check_ping.c:592
3485 msgid ""
3486 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3487 msgstr ""
3489 #: plugins/check_ping.c:593
3490 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3491 msgstr ""
3493 #: plugins/check_procs.c:159
3494 #, c-format
3495 msgid "CMD: %s\n"
3496 msgstr ""
3498 #: plugins/check_procs.c:164
3499 msgid "System call sent warnings to stderr"
3500 msgstr ""
3502 #: plugins/check_procs.c:265
3503 #, c-format
3504 msgid "Not parseable: %s"
3505 msgstr ""
3507 #: plugins/check_procs.c:270
3508 #, c-format
3509 msgid "Unable to read output\n"
3510 msgstr ""
3512 #: plugins/check_procs.c:287
3513 #, c-format
3514 msgid "%d warn out of "
3515 msgstr ""
3517 #: plugins/check_procs.c:292
3518 #, c-format
3519 msgid "%d crit, %d warn out of "
3520 msgstr ""
3522 #: plugins/check_procs.c:298
3523 #, c-format
3524 msgid " with %s"
3525 msgstr ""
3527 #: plugins/check_procs.c:378
3528 msgid "Critical Process Count must be an integer!"
3529 msgstr ""
3531 #: plugins/check_procs.c:390
3532 msgid "Warning Process Count must be an integer!"
3533 msgstr ""
3535 #: plugins/check_procs.c:398
3536 msgid "Parent Process ID must be an integer!"
3537 msgstr ""
3539 #: plugins/check_procs.c:404 plugins/check_procs.c:518
3540 #, c-format
3541 msgid "%s%sSTATE = %s"
3542 msgstr ""
3544 #: plugins/check_procs.c:413
3545 msgid "UID was not found"
3546 msgstr ""
3548 #: plugins/check_procs.c:419
3549 msgid "User name was not found"
3550 msgstr ""
3552 #: plugins/check_procs.c:434
3553 #, c-format
3554 msgid "%s%scommand name '%s'"
3555 msgstr ""
3557 #: plugins/check_procs.c:462
3558 msgid "RSS must be an integer!"
3559 msgstr ""
3561 #: plugins/check_procs.c:469
3562 msgid "VSZ must be an integer!"
3563 msgstr ""
3565 #: plugins/check_procs.c:477
3566 msgid "PCPU must be a float!"
3567 msgstr ""
3569 #: plugins/check_procs.c:501
3570 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3571 msgstr ""
3573 #: plugins/check_procs.c:537
3574 #, c-format
3575 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
3576 msgstr ""
3578 #: plugins/check_procs.c:541
3579 #, c-format
3580 msgid "wmin (%d) cannot be less than cmin (%d)\n"
3581 msgstr ""
3583 #: plugins/check_procs.c:678
3584 msgid ""
3585 "Checks all processes and generates WARNING or CRITICAL states if the "
3586 "specified"
3587 msgstr ""
3589 #: plugins/check_procs.c:679
3590 msgid ""
3591 "metric is outside the required threshold ranges. The metric defaults to "
3592 "number"
3593 msgstr ""
3595 #: plugins/check_procs.c:680
3596 msgid ""
3597 "of processes.  Search filters can be applied to limit the processes to check."
3598 msgstr ""
3600 #: plugins/check_procs.c:689
3601 msgid "Generate warning state if metric is outside this range"
3602 msgstr ""
3604 #: plugins/check_procs.c:691
3605 msgid "Generate critical state if metric is outside this range"
3606 msgstr ""
3608 #: plugins/check_procs.c:693
3609 msgid "Check thresholds against metric. Valid types:"
3610 msgstr ""
3612 #: plugins/check_procs.c:694
3613 msgid "PROCS   - number of processes (default)"
3614 msgstr ""
3616 #: plugins/check_procs.c:695
3617 msgid "VSZ     - virtual memory size"
3618 msgstr ""
3620 #: plugins/check_procs.c:696
3621 msgid "RSS     - resident set memory size"
3622 msgstr ""
3624 #: plugins/check_procs.c:697
3625 msgid "CPU     - percentage CPU"
3626 msgstr ""
3628 #: plugins/check_procs.c:700
3629 msgid "ELAPSED - time elapsed in seconds"
3630 msgstr ""
3632 #: plugins/check_procs.c:705
3633 msgid "Extra information. Up to 3 verbosity levels"
3634 msgstr ""
3636 #: plugins/check_procs.c:710
3637 msgid "Only scan for processes that have, in the output of `ps`, one or"
3638 msgstr ""
3640 #: plugins/check_procs.c:711
3641 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3642 msgstr ""
3644 #: plugins/check_procs.c:712
3645 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3646 msgstr ""
3648 #: plugins/check_procs.c:714
3649 msgid "Only scan for children of the parent process ID indicated."
3650 msgstr ""
3652 #: plugins/check_procs.c:716
3653 msgid "Only scan for processes with VSZ higher than indicated."
3654 msgstr ""
3656 #: plugins/check_procs.c:718
3657 msgid "Only scan for processes with RSS higher than indicated."
3658 msgstr ""
3660 #: plugins/check_procs.c:720
3661 msgid "Only scan for processes with PCPU higher than indicated."
3662 msgstr ""
3664 #: plugins/check_procs.c:722
3665 msgid "Only scan for processes with user name or ID indicated."
3666 msgstr ""
3668 #: plugins/check_procs.c:724
3669 msgid "Only scan for processes with args that contain STRING."
3670 msgstr ""
3672 #: plugins/check_procs.c:726
3673 msgid "Only scan for processes with args that contain the regex STRING."
3674 msgstr ""
3676 #: plugins/check_procs.c:728
3677 msgid "Only scan for exact matches of COMMAND (without path)."
3678 msgstr ""
3680 #: plugins/check_procs.c:730
3681 #, c-format
3682 msgid ""
3683 "\n"
3684 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3685 "specified 'max:min', a warning status will be generated if the\n"
3686 "count is inside the specified range\n"
3687 "\n"
3688 msgstr ""
3690 #: plugins/check_procs.c:735
3691 #, c-format
3692 msgid ""
3693 "This plugin checks the number of currently running processes and\n"
3694 "generates WARNING or CRITICAL states if the process count is outside\n"
3695 "the specified threshold ranges. The process count can be filtered by\n"
3696 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3697 "be the total number of running processes\n"
3698 "\n"
3699 msgstr ""
3701 #: plugins/check_procs.c:744
3702 msgid "Warning if not two processes with command name portsentry."
3703 msgstr ""
3705 #: plugins/check_procs.c:745
3706 msgid "Critical if < 2 or > 1024 processes"
3707 msgstr ""
3709 #: plugins/check_procs.c:747
3710 msgid "Warning alert if > 10 processes with command arguments containing"
3711 msgstr ""
3713 #: plugins/check_procs.c:748
3714 msgid "'/usr/local/bin/perl' and owned by root"
3715 msgstr ""
3717 #: plugins/check_procs.c:750
3718 msgid "Alert if VSZ of any processes over 50K or 100K"
3719 msgstr ""
3721 #: plugins/check_procs.c:752
3722 #, c-format
3723 msgid "Alert if CPU of any processes over 10%% or 20%%"
3724 msgstr ""
3726 #: plugins/check_radius.c:165
3727 msgid "Config file error"
3728 msgstr ""
3730 #: plugins/check_radius.c:174
3731 msgid "Out of Memory?"
3732 msgstr ""
3734 #: plugins/check_radius.c:178
3735 msgid "Invalid NAS-Identifier"
3736 msgstr ""
3738 #: plugins/check_radius.c:183 plugins/check_radius.c:185
3739 #: plugins/check_radius.c:191
3740 msgid "Invalid NAS-IP-Address"
3741 msgstr ""
3743 #: plugins/check_radius.c:188
3744 msgid "Can't find local IP for NAS-IP-Address"
3745 msgstr ""
3747 #: plugins/check_radius.c:202
3748 msgid "Timeout"
3749 msgstr ""
3751 #: plugins/check_radius.c:204
3752 msgid "Auth Error"
3753 msgstr ""
3755 #: plugins/check_radius.c:206
3756 msgid "Auth Failed"
3757 msgstr ""
3759 #: plugins/check_radius.c:208
3760 msgid "Bad Response"
3761 msgstr ""
3763 #: plugins/check_radius.c:212
3764 msgid "Auth OK"
3765 msgstr ""
3767 #: plugins/check_radius.c:213
3768 #, c-format
3769 msgid "Unexpected result code %d"
3770 msgstr ""
3772 #: plugins/check_radius.c:302
3773 msgid "Number of retries must be a positive integer"
3774 msgstr ""
3776 #: plugins/check_radius.c:316
3777 msgid "User not specified"
3778 msgstr ""
3780 #: plugins/check_radius.c:318
3781 msgid "Password not specified"
3782 msgstr ""
3784 #: plugins/check_radius.c:320
3785 msgid "Configuration file not specified"
3786 msgstr ""
3788 #: plugins/check_radius.c:338
3789 msgid "Tests to see if a RADIUS server is accepting connections."
3790 msgstr ""
3792 #: plugins/check_radius.c:350
3793 msgid "The user to authenticate"
3794 msgstr ""
3796 #: plugins/check_radius.c:352
3797 msgid "Password for autentication (SECURITY RISK)"
3798 msgstr ""
3800 #: plugins/check_radius.c:354
3801 msgid "NAS identifier"
3802 msgstr ""
3804 #: plugins/check_radius.c:356
3805 msgid "NAS IP Address"
3806 msgstr ""
3808 #: plugins/check_radius.c:358
3809 msgid "Configuration file"
3810 msgstr ""
3812 #: plugins/check_radius.c:360
3813 msgid "Response string to expect from the server"
3814 msgstr ""
3816 #: plugins/check_radius.c:362
3817 msgid "Number of times to retry a failed connection"
3818 msgstr ""
3820 #: plugins/check_radius.c:367
3821 msgid ""
3822 "This plugin tests a RADIUS server to see if it is accepting connections."
3823 msgstr ""
3825 #: plugins/check_radius.c:368
3826 msgid ""
3827 "The server to test must be specified in the invocation, as well as a user"
3828 msgstr ""
3830 #: plugins/check_radius.c:369
3831 msgid ""
3832 "name and password. A configuration file may also be present. The format of"
3833 msgstr ""
3835 #: plugins/check_radius.c:370
3836 msgid ""
3837 "the configuration file is described in the radiusclient library sources."
3838 msgstr ""
3840 #: plugins/check_radius.c:371
3841 msgid "The password option presents a substantial security issue because the"
3842 msgstr ""
3844 #: plugins/check_radius.c:372
3845 msgid ""
3846 "password can possibly be determined by careful watching of the command line"
3847 msgstr ""
3849 #: plugins/check_radius.c:373
3850 msgid "in a process listing. This risk is exacerbated because nagios will"
3851 msgstr ""
3853 #: plugins/check_radius.c:374
3854 msgid "run the plugin at regular predictable intervals. Please be sure that"
3855 msgstr ""
3857 #: plugins/check_radius.c:375
3858 msgid "the password used does not allow access to sensitive system resources."
3859 msgstr ""
3861 #: plugins/check_real.c:91
3862 #, c-format
3863 msgid "Unable to connect to %s on port %d\n"
3864 msgstr ""
3866 #: plugins/check_real.c:113
3867 #, c-format
3868 msgid "No data received from %s\n"
3869 msgstr ""
3871 #: plugins/check_real.c:118 plugins/check_real.c:191
3872 msgid "Invalid REAL response received from host"
3873 msgstr ""
3875 #: plugins/check_real.c:120 plugins/check_real.c:193
3876 #, c-format
3877 msgid "Invalid REAL response received from host on port %d\n"
3878 msgstr ""
3880 #: plugins/check_real.c:184 plugins/check_tcp.c:292
3881 #, c-format
3882 msgid "No data received from host\n"
3883 msgstr ""
3885 #: plugins/check_real.c:247
3886 #, c-format
3887 msgid "REAL %s - %d second response time\n"
3888 msgstr ""
3890 #: plugins/check_real.c:336 plugins/check_smtp.c:576 plugins/check_ups.c:536
3891 msgid "Warning time must be a positive integer"
3892 msgstr ""
3894 #: plugins/check_real.c:345 plugins/check_smtp.c:567 plugins/check_ups.c:527
3895 msgid "Critical time must be a positive integer"
3896 msgstr ""
3898 #: plugins/check_real.c:381
3899 msgid "You must provide a server to check"
3900 msgstr ""
3902 #: plugins/check_real.c:413
3903 msgid "This plugin tests the REAL service on the specified host."
3904 msgstr ""
3906 #: plugins/check_real.c:425
3907 msgid "Connect to this url"
3908 msgstr ""
3910 #: plugins/check_real.c:427
3911 #, c-format
3912 msgid "String to expect in first line of server response (default: %s)\n"
3913 msgstr ""
3915 #: plugins/check_real.c:437
3916 msgid "This plugin will attempt to open an RTSP connection with the host."
3917 msgstr ""
3919 #: plugins/check_real.c:438 plugins/check_smtp.c:808
3920 msgid "Successul connects return STATE_OK, refusals and timeouts return"
3921 msgstr ""
3923 #: plugins/check_real.c:439
3924 msgid ""
3925 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3926 msgstr ""
3928 #: plugins/check_real.c:440
3929 msgid ""
3930 "but incorrect reponse messages from the host result in STATE_WARNING return"
3931 msgstr ""
3933 #: plugins/check_real.c:441
3934 msgid "values."
3935 msgstr ""
3937 #: plugins/check_smtp.c:146 plugins/check_swap.c:265 plugins/check_swap.c:271
3938 #, c-format
3939 msgid "malloc() failed!\n"
3940 msgstr ""
3942 #: plugins/check_smtp.c:150
3943 #, c-format
3944 msgid "gethostname() failed!\n"
3945 msgstr ""
3947 #: plugins/check_smtp.c:185 plugins/check_smtp.c:209
3948 #, c-format
3949 msgid "recv() failed\n"
3950 msgstr ""
3952 #: plugins/check_smtp.c:196
3953 #, c-format
3954 msgid "Invalid SMTP response received from host: %s\n"
3955 msgstr ""
3957 #: plugins/check_smtp.c:198
3958 #, c-format
3959 msgid "Invalid SMTP response received from host on port %d: %s\n"
3960 msgstr ""
3962 #: plugins/check_smtp.c:219
3963 #, c-format
3964 msgid "WARNING - TLS not supported by server\n"
3965 msgstr ""
3967 #: plugins/check_smtp.c:231
3968 #, c-format
3969 msgid "Server does not support STARTTLS\n"
3970 msgstr ""
3972 #: plugins/check_smtp.c:237
3973 #, c-format
3974 msgid "CRITICAL - Cannot create SSL context.\n"
3975 msgstr ""
3977 #: plugins/check_smtp.c:257
3978 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3979 msgstr ""
3981 #: plugins/check_smtp.c:262
3982 #, c-format
3983 msgid "sent %s"
3984 msgstr ""
3986 #: plugins/check_smtp.c:264
3987 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3988 msgstr ""
3990 #: plugins/check_smtp.c:276
3991 msgid "CRITICAL - Cannot retrieve server certificate."
3992 msgstr ""
3994 #: plugins/check_smtp.c:311 plugins/check_snmp.c:719
3995 #, c-format
3996 msgid "Could Not Compile Regular Expression"
3997 msgstr ""
3999 #: plugins/check_smtp.c:320
4000 #, c-format
4001 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
4002 msgstr ""
4004 #: plugins/check_smtp.c:324 plugins/check_snmp.c:449
4005 #, c-format
4006 msgid "Execute Error: %s\n"
4007 msgstr ""
4009 #: plugins/check_smtp.c:338
4010 #, c-format
4011 msgid "no authuser specified, "
4012 msgstr ""
4014 #: plugins/check_smtp.c:343
4015 #, c-format
4016 msgid "no authpass specified, "
4017 msgstr ""
4019 #: plugins/check_smtp.c:350 plugins/check_smtp.c:372 plugins/check_smtp.c:393
4020 #: plugins/check_smtp.c:668
4021 #, c-format
4022 msgid "sent %s\n"
4023 msgstr ""
4025 #: plugins/check_smtp.c:353
4026 #, c-format
4027 msgid "recv() failed after AUTH LOGIN, "
4028 msgstr ""
4030 #: plugins/check_smtp.c:358 plugins/check_smtp.c:380 plugins/check_smtp.c:401
4031 #: plugins/check_smtp.c:679
4032 #, c-format
4033 msgid "received %s\n"
4034 msgstr ""
4036 #: plugins/check_smtp.c:362
4037 #, c-format
4038 msgid "invalid response received after AUTH LOGIN, "
4039 msgstr ""
4041 #: plugins/check_smtp.c:376
4042 #, c-format
4043 msgid "recv() failed after sending authuser, "
4044 msgstr ""
4046 #: plugins/check_smtp.c:384
4047 #, c-format
4048 msgid "invalid response received after authuser, "
4049 msgstr ""
4051 #: plugins/check_smtp.c:397
4052 #, c-format
4053 msgid "recv() failed after sending authpass, "
4054 msgstr ""
4056 #: plugins/check_smtp.c:405
4057 #, c-format
4058 msgid "invalid response received after authpass, "
4059 msgstr ""
4061 #: plugins/check_smtp.c:412
4062 #, c-format
4063 msgid "only authtype LOGIN is supported, "
4064 msgstr ""
4066 #: plugins/check_smtp.c:436
4067 #, c-format
4068 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
4069 msgstr ""
4071 #: plugins/check_smtp.c:543 plugins/check_smtp.c:555
4072 #, c-format
4073 msgid "Could not realloc() units [%d]\n"
4074 msgstr ""
4076 #: plugins/check_smtp.c:603
4077 msgid "SSL support not available - install OpenSSL and recompile"
4078 msgstr ""
4080 #: plugins/check_smtp.c:674
4081 #, c-format
4082 msgid "recv() failed after QUIT."
4083 msgstr ""
4085 #: plugins/check_smtp.c:676
4086 #, c-format
4087 msgid "Connection reset by peer."
4088 msgstr ""
4090 #: plugins/check_smtp.c:764
4091 msgid "This plugin will attempt to open an SMTP connection with the host."
4092 msgstr ""
4094 #: plugins/check_smtp.c:778
4095 #, c-format
4096 msgid "    String to expect in first line of server response (default: '%s')\n"
4097 msgstr ""
4099 #: plugins/check_smtp.c:780
4100 msgid "SMTP command (may be used repeatedly)"
4101 msgstr ""
4103 #: plugins/check_smtp.c:782
4104 msgid "Expected response to command (may be used repeatedly)"
4105 msgstr ""
4107 #: plugins/check_smtp.c:784
4108 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
4109 msgstr ""
4111 #: plugins/check_smtp.c:786
4112 msgid "FQDN used for HELO"
4113 msgstr ""
4115 #: plugins/check_smtp.c:789 plugins/check_tcp.c:633
4116 msgid "Minimum number of days a certificate has to be valid."
4117 msgstr ""
4119 #: plugins/check_smtp.c:791
4120 msgid "Use STARTTLS for the connection."
4121 msgstr ""
4123 #: plugins/check_smtp.c:795
4124 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
4125 msgstr ""
4127 #: plugins/check_smtp.c:797
4128 msgid "SMTP AUTH username"
4129 msgstr ""
4131 #: plugins/check_smtp.c:799
4132 msgid "SMTP AUTH password"
4133 msgstr ""
4135 #: plugins/check_smtp.c:809
4136 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
4137 msgstr ""
4139 #: plugins/check_smtp.c:810
4140 msgid "connects, but incorrect reponse messages from the host result in"
4141 msgstr ""
4143 #: plugins/check_smtp.c:811
4144 msgid "STATE_WARNING return values."
4145 msgstr ""
4147 #: plugins/check_snmp.c:297
4148 #, c-format
4149 msgid "External command error: %s\n"
4150 msgstr ""
4152 #: plugins/check_snmp.c:302
4153 #, c-format
4154 msgid "External command error with no output (return code: %d)\n"
4155 msgstr ""
4157 #: plugins/check_snmp.c:408
4158 msgid "No valid data returned"
4159 msgstr ""
4161 #: plugins/check_snmp.c:415
4162 msgid "Time duration between plugin calls is invalid"
4163 msgstr ""
4165 #: plugins/check_snmp.c:511
4166 msgid "Cannot malloc"
4167 msgstr ""
4169 #: plugins/check_snmp.c:517
4170 msgid "Cannot asprintf()"
4171 msgstr ""
4173 #: plugins/check_snmp.c:523
4174 msgid "Cannot realloc()"
4175 msgstr ""
4177 #: plugins/check_snmp.c:539
4178 msgid "No previous data to calculate rate - assume okay"
4179 msgstr ""
4181 #: plugins/check_snmp.c:677
4182 msgid "Retries interval must be a positive integer"
4183 msgstr ""
4185 #: plugins/check_snmp.c:739
4186 #, c-format
4187 msgid "Could not reallocate labels[%d]"
4188 msgstr ""
4190 #: plugins/check_snmp.c:751
4191 msgid "Could not reallocate labels\n"
4192 msgstr ""
4194 #: plugins/check_snmp.c:768
4195 #, c-format
4196 msgid "Could not reallocate units [%d]\n"
4197 msgstr ""
4199 #: plugins/check_snmp.c:780
4200 msgid "Could not realloc() units\n"
4201 msgstr ""
4203 #: plugins/check_snmp.c:797
4204 msgid "Rate multiplier must be a positive integer"
4205 msgstr ""
4207 #: plugins/check_snmp.c:846
4208 msgid "No host specified\n"
4209 msgstr ""
4211 #: plugins/check_snmp.c:850
4212 msgid "No OIDs specified\n"
4213 msgstr ""
4215 #: plugins/check_snmp.c:872
4216 msgid "Invalid seclevel"
4217 msgstr ""
4219 #: plugins/check_snmp.c:879 plugins/check_snmp.c:882 plugins/check_snmp.c:900
4220 #, c-format
4221 msgid "Required parameter: %s\n"
4222 msgstr ""
4224 #: plugins/check_snmp.c:921
4225 msgid "Invalid SNMP version"
4226 msgstr ""
4228 #: plugins/check_snmp.c:938
4229 msgid "Unbalanced quotes\n"
4230 msgstr ""
4232 #: plugins/check_snmp.c:987
4233 msgid "Check status of remote machines and obtain system information via SNMP"
4234 msgstr ""
4236 #: plugins/check_snmp.c:1000
4237 msgid "Use SNMP GETNEXT instead of SNMP GET"
4238 msgstr ""
4240 #: plugins/check_snmp.c:1002
4241 msgid "SNMP protocol version"
4242 msgstr ""
4244 #: plugins/check_snmp.c:1004
4245 msgid "SNMPv3 securityLevel"
4246 msgstr ""
4248 #: plugins/check_snmp.c:1006
4249 msgid "SNMPv3 auth proto"
4250 msgstr ""
4252 #: plugins/check_snmp.c:1008
4253 msgid "SNMPv3 priv proto (default DES)"
4254 msgstr ""
4256 #: plugins/check_snmp.c:1012
4257 msgid "Optional community string for SNMP communication"
4258 msgstr ""
4260 #: plugins/check_snmp.c:1013
4261 msgid "default is"
4262 msgstr ""
4264 #: plugins/check_snmp.c:1015
4265 msgid "SNMPv3 username"
4266 msgstr ""
4268 #: plugins/check_snmp.c:1017
4269 msgid "SNMPv3 authentication password"
4270 msgstr ""
4272 #: plugins/check_snmp.c:1019
4273 msgid "SNMPv3 privacy password"
4274 msgstr ""
4276 #: plugins/check_snmp.c:1023
4277 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
4278 msgstr ""
4280 #: plugins/check_snmp.c:1025
4281 msgid ""
4282 "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"
4283 msgstr ""
4285 #: plugins/check_snmp.c:1026
4286 msgid "for symbolic OIDs.)"
4287 msgstr ""
4289 #: plugins/check_snmp.c:1028
4290 msgid "Delimiter to use when parsing returned data. Default is"
4291 msgstr ""
4293 #: plugins/check_snmp.c:1029
4294 msgid "Any data on the right hand side of the delimiter is considered"
4295 msgstr ""
4297 #: plugins/check_snmp.c:1030
4298 msgid "to be the data that should be used in the evaluation."
4299 msgstr ""
4301 #: plugins/check_snmp.c:1034
4302 msgid "Warning threshold range(s)"
4303 msgstr ""
4305 #: plugins/check_snmp.c:1036
4306 msgid "Critical threshold range(s)"
4307 msgstr ""
4309 #: plugins/check_snmp.c:1038
4310 msgid "Enable rate calculation. See 'Rate Calculation' below"
4311 msgstr ""
4313 #: plugins/check_snmp.c:1042
4314 msgid "Return OK state (for that OID) if STRING is an exact match"
4315 msgstr ""
4317 #: plugins/check_snmp.c:1044
4318 msgid ""
4319 "Return OK state (for that OID) if extended regular expression REGEX matches"
4320 msgstr ""
4322 #: plugins/check_snmp.c:1046
4323 msgid ""
4324 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
4325 msgstr ""
4327 #: plugins/check_snmp.c:1048
4328 msgid "Prefix label for output from plugin (default -l 'SNMP')"
4329 msgstr ""
4331 #: plugins/check_snmp.c:1052
4332 msgid "Units label(s) for output data (e.g., 'sec.')."
4333 msgstr ""
4335 #: plugins/check_snmp.c:1054
4336 msgid "Separates output on multiple OID requests"
4337 msgstr ""
4339 #: plugins/check_snmp.c:1058
4340 msgid "Number of retries to be used in the requests"
4341 msgstr ""
4343 #: plugins/check_snmp.c:1063
4344 msgid ""
4345 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
4346 msgstr ""
4348 #: plugins/check_snmp.c:1064
4349 msgid ""
4350 "if you don't have the package installed, you will need to download it from"
4351 msgstr ""
4353 #: plugins/check_snmp.c:1065
4354 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
4355 msgstr ""
4357 #: plugins/check_snmp.c:1069
4358 msgid ""
4359 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
4360 "with"
4361 msgstr ""
4363 #: plugins/check_snmp.c:1070
4364 msgid "internal spaces must be quoted) [max 8 OIDs]"
4365 msgstr ""
4367 #: plugins/check_snmp.c:1074
4368 msgid ""
4369 "- When checking multiple OIDs, separate ranges by commas like '-w "
4370 "1:10,1:,:20'"
4371 msgstr ""
4373 #: plugins/check_snmp.c:1075
4374 msgid "- Note that only one string and one regex may be checked at present"
4375 msgstr ""
4377 #: plugins/check_snmp.c:1076
4378 msgid ""
4379 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
4380 msgstr ""
4382 #: plugins/check_snmp.c:1077
4383 msgid "returned from the SNMP query is an unsigned integer."
4384 msgstr ""
4386 #: plugins/check_snmp.c:1080
4387 msgid "Rate Calculation:"
4388 msgstr ""
4390 #: plugins/check_snmp.c:1081
4391 msgid "In many places, SNMP returns counters that are only meaningful when"
4392 msgstr ""
4394 #: plugins/check_snmp.c:1082
4395 msgid "calculating the counter difference since the last check. check_snmp"
4396 msgstr ""
4398 #: plugins/check_snmp.c:1083
4399 msgid "saves the last state information in a file so that the rate can be"
4400 msgstr ""
4402 #: plugins/check_snmp.c:1084
4403 msgid "calculated. Use the --rate option to save state information. On the"
4404 msgstr ""
4406 #: plugins/check_snmp.c:1085
4407 msgid "first run, there will be no prior state - this will return with OK."
4408 msgstr ""
4410 #: plugins/check_snmp.c:1086
4411 msgid "The state is uniquely determined by the arguments to the plugin, so"
4412 msgstr ""
4414 #: plugins/check_snmp.c:1087
4415 msgid "changing the arguments will create a new state file."
4416 msgstr ""
4418 #: plugins/check_ssh.c:165
4419 msgid "Port number must be a positive integer"
4420 msgstr ""
4422 #: plugins/check_ssh.c:228
4423 #, c-format
4424 msgid "Server answer: %s"
4425 msgstr ""
4427 #: plugins/check_ssh.c:247
4428 #, c-format
4429 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
4430 msgstr ""
4432 #: plugins/check_ssh.c:254
4433 #, c-format
4434 msgid "SSH OK - %s (protocol %s)\n"
4435 msgstr ""
4437 #: plugins/check_ssh.c:274
4438 msgid "Try to connect to an SSH server at specified server and port"
4439 msgstr ""
4441 #: plugins/check_ssh.c:290
4442 msgid ""
4443 "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
4444 msgstr ""
4446 #: plugins/check_swap.c:169
4447 #, c-format
4448 msgid "Command: %s\n"
4449 msgstr ""
4451 #: plugins/check_swap.c:171
4452 #, c-format
4453 msgid "Format: %s\n"
4454 msgstr ""
4456 #: plugins/check_swap.c:207
4457 #, c-format
4458 msgid "total=%.0f, used=%.0f, free=%.0f\n"
4459 msgstr ""
4461 #: plugins/check_swap.c:221
4462 #, c-format
4463 msgid "total=%.0f, free=%.0f\n"
4464 msgstr ""
4466 #: plugins/check_swap.c:253
4467 msgid "Error getting swap devices\n"
4468 msgstr ""
4470 #: plugins/check_swap.c:256
4471 msgid "SWAP OK: No swap devices defined\n"
4472 msgstr ""
4474 #: plugins/check_swap.c:277 plugins/check_swap.c:319
4475 msgid "swapctl failed: "
4476 msgstr ""
4478 #: plugins/check_swap.c:278 plugins/check_swap.c:320
4479 msgid "Error in swapctl call\n"
4480 msgstr ""
4482 #: plugins/check_swap.c:357
4483 #, c-format
4484 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
4485 msgstr ""
4487 #: plugins/check_swap.c:435
4488 msgid "Warning threshold must be integer or percentage!"
4489 msgstr ""
4491 #: plugins/check_swap.c:453
4492 msgid "Critical threshold must be integer or percentage!"
4493 msgstr ""
4495 #: plugins/check_swap.c:507
4496 msgid "Warning percentage should be more than critical percentage"
4497 msgstr ""
4499 #: plugins/check_swap.c:511
4500 msgid "Warning free space should be more than critical free space"
4501 msgstr ""
4503 #: plugins/check_swap.c:525
4504 msgid "Check swap space on local machine."
4505 msgstr ""
4507 #: plugins/check_swap.c:535
4508 msgid ""
4509 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
4510 msgstr ""
4512 #: plugins/check_swap.c:537
4513 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
4514 msgstr ""
4516 #: plugins/check_swap.c:539
4517 msgid ""
4518 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
4519 msgstr ""
4521 #: plugins/check_swap.c:541
4522 msgid "Exit with CRITCAL status if less than PERCENT of swap space is free"
4523 msgstr ""
4525 #: plugins/check_swap.c:543
4526 msgid "Conduct comparisons for all swap partitions, one by one"
4527 msgstr ""
4529 #: plugins/check_swap.c:548
4530 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s."
4531 msgstr ""
4533 #: plugins/check_tcp.c:197
4534 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
4535 msgstr ""
4537 #: plugins/check_tcp.c:221
4538 msgid "With UDP checks, a send/expect string must be specified."
4539 msgstr ""
4541 #: plugins/check_tcp.c:240
4542 #, c-format
4543 msgid "CRITICAL - Cannot retrieve server certificate.\n"
4544 msgstr ""
4546 #: plugins/check_tcp.c:418
4547 msgid "No arguments found"
4548 msgstr ""
4550 #: plugins/check_tcp.c:519
4551 msgid "Maxbytes must be a positive integer"
4552 msgstr ""
4554 #: plugins/check_tcp.c:537
4555 msgid "Refuse must be one of ok, warn, crit"
4556 msgstr ""
4558 #: plugins/check_tcp.c:547
4559 msgid "Mismatch must be one of ok, warn, crit"
4560 msgstr ""
4562 #: plugins/check_tcp.c:553
4563 msgid "Delay must be a positive integer"
4564 msgstr ""
4566 #: plugins/check_tcp.c:581
4567 msgid "You must provide a server address"
4568 msgstr ""
4570 #: plugins/check_tcp.c:583
4571 msgid "Invalid hostname, address or socket"
4572 msgstr ""
4574 #: plugins/check_tcp.c:597
4575 #, c-format
4576 msgid ""
4577 "This plugin tests %s connections with the specified host (or unix socket).\n"
4578 "\n"
4579 msgstr ""
4581 #: plugins/check_tcp.c:610
4582 msgid ""
4583 "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
4584 "quit option"
4585 msgstr ""
4587 #: plugins/check_tcp.c:611
4588 msgid "Default: nothing added to send, \\r\\n added to end of quit"
4589 msgstr ""
4591 #: plugins/check_tcp.c:613
4592 msgid "String to send to the server"
4593 msgstr ""
4595 #: plugins/check_tcp.c:615
4596 msgid "String to expect in server response"
4597 msgstr ""
4599 #: plugins/check_tcp.c:615
4600 msgid "(may be repeated)"
4601 msgstr ""
4603 #: plugins/check_tcp.c:617
4604 msgid "All expect strings need to occur in server response. Default is any"
4605 msgstr ""
4607 #: plugins/check_tcp.c:619
4608 msgid "String to send server to initiate a clean close of the connection"
4609 msgstr ""
4611 #: plugins/check_tcp.c:621
4612 msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
4613 msgstr ""
4615 #: plugins/check_tcp.c:623
4616 msgid ""
4617 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4618 msgstr ""
4620 #: plugins/check_tcp.c:625
4621 msgid "Hide output from TCP socket"
4622 msgstr ""
4624 #: plugins/check_tcp.c:627
4625 msgid "Close connection once more than this number of bytes are received"
4626 msgstr ""
4628 #: plugins/check_tcp.c:629
4629 msgid "Seconds to wait between sending string and polling for response"
4630 msgstr ""
4632 #: plugins/check_tcp.c:635
4633 msgid "Use SSL for the connection."
4634 msgstr ""
4636 #: plugins/check_time.c:102
4637 #, c-format
4638 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4639 msgstr ""
4641 #: plugins/check_time.c:115
4642 #, c-format
4643 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4644 msgstr ""
4646 #: plugins/check_time.c:139
4647 #, c-format
4648 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4649 msgstr ""
4651 #: plugins/check_time.c:152
4652 #, c-format
4653 msgid "TIME %s - %d second response time|%s\n"
4654 msgstr ""
4656 #: plugins/check_time.c:170
4657 #, c-format
4658 msgid "TIME %s - %lu second time difference|%s %s\n"
4659 msgstr ""
4661 #: plugins/check_time.c:254
4662 msgid "Warning thresholds must be a positive integer"
4663 msgstr ""
4665 #: plugins/check_time.c:273
4666 msgid "Critical thresholds must be a positive integer"
4667 msgstr ""
4669 #: plugins/check_time.c:339
4670 msgid "This plugin will check the time on the specified host."
4671 msgstr ""
4673 #: plugins/check_time.c:351
4674 msgid "Use UDP to connect, not TCP"
4675 msgstr ""
4677 #: plugins/check_time.c:353
4678 msgid "Time difference (sec.) necessary to result in a warning status"
4679 msgstr ""
4681 #: plugins/check_time.c:355
4682 msgid "Time difference (sec.) necessary to result in a critical status"
4683 msgstr ""
4685 #: plugins/check_time.c:357
4686 msgid "Response time (sec.) necessary to result in warning status"
4687 msgstr ""
4689 #: plugins/check_time.c:359
4690 msgid "Response time (sec.) necessary to result in critical status"
4691 msgstr ""
4693 #: plugins/check_ups.c:144
4694 #, c-format
4695 msgid "On Battery, Low Battery"
4696 msgstr ""
4698 #: plugins/check_ups.c:149
4699 msgid "Online"
4700 msgstr ""
4702 #: plugins/check_ups.c:152
4703 msgid "On Battery"
4704 msgstr ""
4706 #: plugins/check_ups.c:156
4707 msgid ", Low Battery"
4708 msgstr ""
4710 #: plugins/check_ups.c:160
4711 msgid ", Calibrating"
4712 msgstr ""
4714 #: plugins/check_ups.c:163
4715 msgid ", Replace Battery"
4716 msgstr ""
4718 #: plugins/check_ups.c:167
4719 msgid ", On Bypass"
4720 msgstr ""
4722 #: plugins/check_ups.c:170
4723 msgid ", Overload"
4724 msgstr ""
4726 #: plugins/check_ups.c:173
4727 msgid ", Trimming"
4728 msgstr ""
4730 #: plugins/check_ups.c:176
4731 msgid ", Boosting"
4732 msgstr ""
4734 #: plugins/check_ups.c:179
4735 msgid ", Charging"
4736 msgstr ""
4738 #: plugins/check_ups.c:182
4739 msgid ", Discharging"
4740 msgstr ""
4742 #: plugins/check_ups.c:185
4743 msgid ", Unknown"
4744 msgstr ""
4746 #: plugins/check_ups.c:324
4747 #, c-format
4748 msgid "UPS does not support any available options\n"
4749 msgstr ""
4751 #: plugins/check_ups.c:348 plugins/check_ups.c:411
4752 msgid "Invalid response received from host"
4753 msgstr ""
4755 #: plugins/check_ups.c:420
4756 #, c-format
4757 msgid "CRITICAL - no such UPS '%s' on that host\n"
4758 msgstr ""
4760 #: plugins/check_ups.c:430
4761 msgid "CRITICAL - UPS data is stale"
4762 msgstr ""
4764 #: plugins/check_ups.c:435
4765 #, c-format
4766 msgid "Unknown error: %s\n"
4767 msgstr ""
4769 #: plugins/check_ups.c:442
4770 msgid "Error: unable to parse variable"
4771 msgstr ""
4773 #: plugins/check_ups.c:549
4774 msgid "Unrecognized UPS variable"
4775 msgstr ""
4777 #: plugins/check_ups.c:587
4778 msgid "Error : no UPS indicated"
4779 msgstr ""
4781 #: plugins/check_ups.c:607
4782 msgid ""
4783 "This plugin tests the UPS service on the specified host. Network UPS Tools"
4784 msgstr ""
4786 #: plugins/check_ups.c:608
4787 msgid "from www.networkupstools.org must be running for this plugin to work."
4788 msgstr ""
4790 #: plugins/check_ups.c:620
4791 msgid "Name of UPS"
4792 msgstr ""
4794 #: plugins/check_ups.c:622
4795 msgid "Output of temperatures in Celsius"
4796 msgstr ""
4798 #: plugins/check_ups.c:624
4799 msgid "Valid values for STRING are"
4800 msgstr ""
4802 #: plugins/check_ups.c:635
4803 msgid ""
4804 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4805 msgstr ""
4807 #: plugins/check_ups.c:636
4808 msgid ""
4809 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4810 msgstr ""
4812 #: plugins/check_ups.c:637
4813 msgid ""
4814 "plugin will return an OK state. If the battery is on it will return a WARNING"
4815 msgstr ""
4817 #: plugins/check_ups.c:638
4818 msgid ""
4819 "state. If the UPS is off or has a low battery the plugin will return a "
4820 "CRITICAL"
4821 msgstr ""
4823 #: plugins/check_ups.c:643
4824 msgid ""
4825 "You may also specify a variable to check (such as temperature, utility "
4826 "voltage,"
4827 msgstr ""
4829 #: plugins/check_ups.c:644
4830 msgid ""
4831 "battery load, etc.) as well as warning and critical thresholds for the value"
4832 msgstr ""
4834 #: plugins/check_ups.c:645
4835 msgid ""
4836 "of that variable.  If the remote host has multiple UPS that are being "
4837 "monitored"
4838 msgstr ""
4840 #: plugins/check_ups.c:646
4841 msgid "you will have to use the --ups option to specify which UPS to check."
4842 msgstr ""
4844 #: plugins/check_ups.c:648
4845 msgid ""
4846 "This plugin requires that the UPSD daemon distributed with Russell Kroll's"
4847 msgstr ""
4849 #: plugins/check_ups.c:649
4850 msgid ""
4851 "Network UPS Tools be installed on the remote host. If you do not have the"
4852 msgstr ""
4854 #: plugins/check_ups.c:650
4855 msgid "package installed on your system, you can download it from"
4856 msgstr ""
4858 #: plugins/check_ups.c:651
4859 msgid "http://www.networkupstools.org"
4860 msgstr ""
4862 #: plugins/check_users.c:92
4863 #, c-format
4864 msgid "# users=%d"
4865 msgstr ""
4867 #: plugins/check_users.c:115
4868 msgid "Unable to read output"
4869 msgstr ""
4871 #: plugins/check_users.c:122
4872 #, c-format
4873 msgid "USERS %s - %d users currently logged in |%s\n"
4874 msgstr ""
4876 #: plugins/check_users.c:207
4877 msgid "This plugin checks the number of users currently logged in on the local"
4878 msgstr ""
4880 #: plugins/check_users.c:208
4881 msgid ""
4882 "system and generates an error if the number exceeds the thresholds specified."
4883 msgstr ""
4885 #: plugins/check_users.c:218
4886 msgid "Set WARNING status if more than INTEGER users are logged in"
4887 msgstr ""
4889 #: plugins/check_users.c:220
4890 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4891 msgstr ""
4893 #: plugins/check_ide_smart.c:229
4894 #, c-format
4895 msgid "CRITICAL - Couldn't open device %s: %s\n"
4896 msgstr ""
4898 #: plugins/check_ide_smart.c:234
4899 #, c-format
4900 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4901 msgstr ""
4903 #: plugins/check_ide_smart.c:295
4904 #, c-format
4905 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4906 msgstr ""
4908 #: plugins/check_ide_smart.c:364
4909 #, c-format
4910 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4911 msgstr ""
4913 #: plugins/check_ide_smart.c:372
4914 #, c-format
4915 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4916 msgstr ""
4918 #: plugins/check_ide_smart.c:380
4919 #, c-format
4920 msgid "OK - Operational (%d/%d tests passed)\n"
4921 msgstr ""
4923 #: plugins/check_ide_smart.c:384
4924 #, c-format
4925 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
4926 msgstr ""
4928 #: plugins/check_ide_smart.c:417
4929 #, c-format
4930 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4931 msgstr ""
4933 #: plugins/check_ide_smart.c:423
4934 #, c-format
4935 msgid "OffLineCapability=%d {%s %s %s}\n"
4936 msgstr ""
4938 #: plugins/check_ide_smart.c:429
4939 #, c-format
4940 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4941 msgstr ""
4943 #: plugins/check_ide_smart.c:450
4944 #, c-format
4945 msgid "CRITICAL - %s: %s\n"
4946 msgstr ""
4948 #: plugins/check_ide_smart.c:469
4949 #, c-format
4950 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4951 msgstr ""
4953 #: plugins/check_ide_smart.c:486
4954 #, c-format
4955 msgid ""
4956 "This plugin checks a local hard drive with the (Linux specific) SMART "
4957 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4958 msgstr ""
4960 #: plugins/check_ide_smart.c:496
4961 msgid "Select device DEVICE"
4962 msgstr ""
4964 #: plugins/check_ide_smart.c:497
4965 msgid ""
4966 "Note: if the device is selected with this option, _no_ other options are "
4967 "accepted"
4968 msgstr ""
4970 #: plugins/check_ide_smart.c:499
4971 msgid "Perform immediately offline tests"
4972 msgstr ""
4974 #: plugins/check_ide_smart.c:501
4975 msgid "Returns the number of failed tests"
4976 msgstr ""
4978 #: plugins/check_ide_smart.c:503
4979 msgid "Turn on automatic offline tests"
4980 msgstr ""
4982 #: plugins/check_ide_smart.c:505
4983 msgid "Turn off automatic offline tests"
4984 msgstr ""
4986 #: plugins/check_ide_smart.c:507
4987 msgid "Output suitable for Nagios"
4988 msgstr ""
4990 #: plugins/negate.c:96
4991 msgid "No data returned from command\n"
4992 msgstr ""
4994 #: plugins/negate.c:167
4995 msgid ""
4996 "Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) "
4997 "or integer (0-3)."
4998 msgstr ""
5000 #: plugins/negate.c:171
5001 msgid ""
5002 "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
5003 "3)."
5004 msgstr ""
5006 #: plugins/negate.c:177
5007 msgid ""
5008 "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5009 "integer (0-3)."
5010 msgstr ""
5012 #: plugins/negate.c:182
5013 msgid ""
5014 "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5015 "integer (0-3)."
5016 msgstr ""
5018 #: plugins/negate.c:187
5019 msgid ""
5020 "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
5021 "integer (0-3)."
5022 msgstr ""
5024 #: plugins/negate.c:214
5025 msgid "Require path to command"
5026 msgstr ""
5028 #: plugins/negate.c:243
5029 msgid ""
5030 "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."
5031 msgstr ""
5033 #: plugins/negate.c:244
5034 msgid "Additional switches can be used to control which state becomes what."
5035 msgstr ""
5037 #: plugins/negate.c:253
5038 msgid "Keep timeout longer than the plugin timeout to retain CRITICAL status."
5039 msgstr ""
5041 #: plugins/negate.c:255
5042 msgid "Custom result on Negate timeouts; see below for STATUS definition\n"
5043 msgstr ""
5045 #: plugins/negate.c:261
5046 #, c-format
5047 msgid ""
5048 "    STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n"
5049 msgstr ""
5051 #: plugins/negate.c:262
5052 #, c-format
5053 msgid ""
5054 "    quotes. Numeric values are accepted. If nothing is specified, permutes\n"
5055 msgstr ""
5057 #: plugins/negate.c:263
5058 #, c-format
5059 msgid "    OK and CRITICAL.\n"
5060 msgstr ""
5062 #: plugins/negate.c:265
5063 #, c-format
5064 msgid ""
5065 "    Substitute output text as well. Will only substitute text in CAPITALS\n"
5066 msgstr ""
5068 #: plugins/negate.c:270
5069 msgid "Run check_ping and invert result. Must use full path to plugin"
5070 msgstr ""
5072 #: plugins/negate.c:272
5073 msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL"
5074 msgstr ""
5076 #: plugins/negate.c:275
5077 msgid ""
5078 "This plugin is a wrapper to take the output of another plugin and invert it."
5079 msgstr ""
5081 #: plugins/negate.c:276
5082 msgid "The full path of the plugin must be provided."
5083 msgstr ""
5085 #: plugins/negate.c:277
5086 msgid "If the wrapped plugin returns OK, the wrapper will return CRITICAL."
5087 msgstr ""
5089 #: plugins/negate.c:278
5090 msgid "If the wrapped plugin returns CRITICAL, the wrapper will return OK."
5091 msgstr ""
5093 #: plugins/negate.c:279
5094 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
5095 msgstr ""
5097 #: plugins/negate.c:281
5098 msgid ""
5099 "Using timeout-result, it is possible to override the timeout behaviour or a"
5100 msgstr ""
5102 #: plugins/negate.c:282
5103 msgid "plugin by setting the negate timeout a bit lower."
5104 msgstr ""
5106 #: plugins/netutils.c:48
5107 #, c-format
5108 msgid "%s - Socket timeout after %d seconds\n"
5109 msgstr ""
5111 #: plugins/netutils.c:50
5112 #, c-format
5113 msgid "%s - Abnormal timeout after %d seconds\n"
5114 msgstr ""
5116 #: plugins/netutils.c:78 plugins/netutils.c:280
5117 msgid "Send failed"
5118 msgstr ""
5120 #: plugins/netutils.c:95 plugins/netutils.c:295
5121 msgid "No data was received from host!"
5122 msgstr ""
5124 #: plugins/netutils.c:203 plugins/netutils.c:239
5125 msgid "Socket creation failed"
5126 msgstr ""
5128 #: plugins/netutils.c:232
5129 msgid "Supplied path too long unix domain socket"
5130 msgstr ""
5132 #: plugins/netutils.c:304
5133 msgid "Receive failed"
5134 msgstr ""
5136 #: plugins/netutils.c:330 plugins-root/check_dhcp.c:1341
5137 #, c-format
5138 msgid "Invalid hostname/address - %s"
5139 msgstr ""
5141 #: plugins/popen.c:142
5142 msgid "Could not malloc argv array in popen()"
5143 msgstr ""
5145 #: plugins/popen.c:152
5146 msgid "CRITICAL - You need more args!!!"
5147 msgstr ""
5149 #: plugins/popen.c:209
5150 msgid "Cannot catch SIGCHLD"
5151 msgstr ""
5153 #: plugins/popen.c:304
5154 #, c-format
5155 msgid "CRITICAL - Plugin timed out after %d seconds\n"
5156 msgstr ""
5158 #: plugins/popen.c:307
5159 msgid "CRITICAL - popen timeout received, but no child process"
5160 msgstr ""
5162 #: plugins/popen.c:323
5163 msgid "sysconf error for _SC_OPEN_MAX"
5164 msgstr ""
5166 #: plugins/urlize.c:130
5167 #, c-format
5168 msgid ""
5169 "%s UNKNOWN - No data received from host\n"
5170 "CMD: %s</A>\n"
5171 msgstr ""
5173 #: plugins/urlize.c:169
5174 msgid "This plugin wraps the text output of another command (plugin)"
5175 msgstr ""
5177 #: plugins/urlize.c:170
5178 msgid ""
5179 "in HTML <A> tags, thus displaying the child plugin's output as a clickable "
5180 "link in"
5181 msgstr ""
5183 #: plugins/urlize.c:171
5184 msgid ""
5185 "the Nagios status screen.  This plugin returns the status of the invoked "
5186 "plugin."
5187 msgstr ""
5189 #: plugins/urlize.c:181
5190 msgid ""
5191 "Pay close attention to quoting to ensure that the shell passes the expected"
5192 msgstr ""
5194 #: plugins/urlize.c:182
5195 msgid "data to the plugin. For example, in:"
5196 msgstr ""
5198 #: plugins/urlize.c:183
5199 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
5200 msgstr ""
5202 #: plugins/urlize.c:184
5203 msgid "the shell will remove the single quotes and urlize will see:"
5204 msgstr ""
5206 #: plugins/urlize.c:185
5207 msgid "urlize http://example.com/ check_http -H example.com -r two words"
5208 msgstr ""
5210 #: plugins/urlize.c:186
5211 msgid "You probably want:"
5212 msgstr ""
5214 #: plugins/urlize.c:187
5215 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
5216 msgstr ""
5218 #: plugins/utils.c:171
5219 #, c-format
5220 msgid "%s - Plugin timed out after %d seconds\n"
5221 msgstr ""
5223 #: plugins/utils.c:466
5224 msgid "failed realloc in strpcpy\n"
5225 msgstr ""
5227 #: plugins/utils.c:508
5228 msgid "failed malloc in strscat\n"
5229 msgstr ""
5231 #: plugins/utils.h:140
5232 #, c-format
5233 msgid ""
5234 "       %s (-h | --help) for detailed help\n"
5235 "       %s (-V | --version) for version information\n"
5236 msgstr ""
5238 #: plugins/utils.h:144
5239 msgid ""
5240 "\n"
5241 "Options:\n"
5242 " -h, --help\n"
5243 "    Print detailed help screen\n"
5244 " -V, --version\n"
5245 "    Print version information\n"
5246 msgstr ""
5248 #: plugins/utils.h:151
5249 #, c-format
5250 msgid ""
5251 " -H, --hostname=ADDRESS\n"
5252 "    Host name, IP Address, or unix socket (must be an absolute path)\n"
5253 " -%c, --port=INTEGER\n"
5254 "    Port number (default: %s)\n"
5255 msgstr ""
5257 #: plugins/utils.h:157
5258 msgid ""
5259 " -4, --use-ipv4\n"
5260 "    Use IPv4 connection\n"
5261 " -6, --use-ipv6\n"
5262 "    Use IPv6 connection\n"
5263 msgstr ""
5265 #: plugins/utils.h:163
5266 msgid ""
5267 " -v, --verbose\n"
5268 "    Show details for command-line debugging (Nagios may truncate output)\n"
5269 msgstr ""
5271 #: plugins/utils.h:167
5272 msgid ""
5273 " -w, --warning=DOUBLE\n"
5274 "    Response time to result in warning status (seconds)\n"
5275 " -c, --critical=DOUBLE\n"
5276 "    Response time to result in critical status (seconds)\n"
5277 msgstr ""
5279 #: plugins/utils.h:173
5280 msgid ""
5281 " -w, --warning=RANGE\n"
5282 "    Warning range (format: start:end). Alert if outside this range\n"
5283 " -c, --critical=RANGE\n"
5284 "    Critical range\n"
5285 msgstr ""
5287 #: plugins/utils.h:179
5288 #, c-format
5289 msgid ""
5290 " -t, --timeout=INTEGER\n"
5291 "    Seconds before connection times out (default: %d)\n"
5292 msgstr ""
5294 #: plugins/utils.h:184
5295 msgid ""
5296 " --extra-opts=[section][@file]\n"
5297 "    Read options from an ini file. See http://nagiosplugins.org/extra-opts\n"
5298 "    for usage and examples.\n"
5299 msgstr ""
5301 #: plugins/utils.h:192
5302 msgid ""
5303 " See:\n"
5304 " http://nagiosplug.sourceforge.net/developer-guidelines."
5305 "html#THRESHOLDFORMAT\n"
5306 " for THRESHOLD format and examples.\n"
5307 msgstr ""
5309 #: plugins/utils.h:197
5310 msgid ""
5311 "\n"
5312 "Send email to nagios-users@lists.sourceforge.net if you have questions\n"
5313 "regarding use of this software. To submit patches or suggest improvements,\n"
5314 "send email to nagiosplug-devel@lists.sourceforge.net\n"
5315 "\n"
5316 msgstr ""
5318 #: plugins/utils.h:202
5319 msgid ""
5320 "\n"
5321 "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n"
5322 "copies of the plugins under the terms of the GNU General Public License.\n"
5323 "For more information about these matters, see the file named COPYING.\n"
5324 msgstr ""
5326 #: plugins-root/check_dhcp.c:320
5327 #, c-format
5328 msgid "Error: Could not get hardware address of interface '%s'\n"
5329 msgstr ""
5331 #: plugins-root/check_dhcp.c:342
5332 #, c-format
5333 msgid "Error: if_nametoindex error - %s.\n"
5334 msgstr ""
5336 #: plugins-root/check_dhcp.c:347
5337 #, c-format
5338 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
5339 msgstr ""
5341 #: plugins-root/check_dhcp.c:352
5342 #, c-format
5343 msgid ""
5344 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
5345 msgstr ""
5347 #: plugins-root/check_dhcp.c:357
5348 #, c-format
5349 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
5350 msgstr ""
5352 #: plugins-root/check_dhcp.c:383
5353 #, c-format
5354 msgid ""
5355 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
5356 "eg lnc0.\n"
5357 msgstr ""
5359 #: plugins-root/check_dhcp.c:388 plugins-root/check_dhcp.c:400
5360 #, c-format
5361 msgid ""
5362 "Error: can't read MAC address from DLPI streams interface for device %s unit "
5363 "%d.\n"
5364 msgstr ""
5366 #: plugins-root/check_dhcp.c:406
5367 #, c-format
5368 msgid ""
5369 "Error: can't get MAC address for this architecture.  Use the --mac option.\n"
5370 msgstr ""
5372 #: plugins-root/check_dhcp.c:425
5373 #, c-format
5374 msgid "Error: Cannot determine IP address of interface %s\n"
5375 msgstr ""
5377 #: plugins-root/check_dhcp.c:433
5378 #, c-format
5379 msgid "Error: Cannot get interface IP address on this platform.\n"
5380 msgstr ""
5382 #: plugins-root/check_dhcp.c:438
5383 #, c-format
5384 msgid "Pretending to be relay client %s\n"
5385 msgstr ""
5387 #: plugins-root/check_dhcp.c:523
5388 #, c-format
5389 msgid "DHCPDISCOVER to %s port %d\n"
5390 msgstr ""
5392 #: plugins-root/check_dhcp.c:575
5393 #, c-format
5394 msgid "Result=ERROR\n"
5395 msgstr ""
5397 #: plugins-root/check_dhcp.c:581
5398 #, c-format
5399 msgid "Result=OK\n"
5400 msgstr ""
5402 #: plugins-root/check_dhcp.c:596
5403 #, c-format
5404 msgid "DHCPOFFER from IP address %s"
5405 msgstr ""
5407 #: plugins-root/check_dhcp.c:597
5408 #, c-format
5409 msgid " via %s\n"
5410 msgstr ""
5412 #: plugins-root/check_dhcp.c:604
5413 #, c-format
5414 msgid ""
5415 "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n"
5416 msgstr ""
5418 #: plugins-root/check_dhcp.c:626
5419 #, c-format
5420 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
5421 msgstr ""
5423 #: plugins-root/check_dhcp.c:644
5424 #, c-format
5425 msgid "Total responses seen on the wire: %d\n"
5426 msgstr ""
5428 #: plugins-root/check_dhcp.c:645
5429 #, c-format
5430 msgid "Valid responses for this machine: %d\n"
5431 msgstr ""
5433 #: plugins-root/check_dhcp.c:660
5434 #, c-format
5435 msgid "send_dhcp_packet result: %d\n"
5436 msgstr ""
5438 #: plugins-root/check_dhcp.c:693
5439 #, c-format
5440 msgid "No (more) data received (nfound: %d)\n"
5441 msgstr ""
5443 #: plugins-root/check_dhcp.c:712
5444 #, c-format
5445 msgid "recvfrom() failed, "
5446 msgstr ""
5448 #: plugins-root/check_dhcp.c:719
5449 #, c-format
5450 msgid "receive_dhcp_packet() result: %d\n"
5451 msgstr ""
5453 #: plugins-root/check_dhcp.c:720
5454 #, c-format
5455 msgid "receive_dhcp_packet() source: %s\n"
5456 msgstr ""
5458 #: plugins-root/check_dhcp.c:750
5459 #, c-format
5460 msgid "Error: Could not create socket!\n"
5461 msgstr ""
5463 #: plugins-root/check_dhcp.c:760
5464 #, c-format
5465 msgid "Error: Could not set reuse address option on DHCP socket!\n"
5466 msgstr ""
5468 #: plugins-root/check_dhcp.c:766
5469 #, c-format
5470 msgid "Error: Could not set broadcast option on DHCP socket!\n"
5471 msgstr ""
5473 #: plugins-root/check_dhcp.c:775
5474 #, c-format
5475 msgid ""
5476 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
5477 msgstr ""
5479 #: plugins-root/check_dhcp.c:786
5480 #, c-format
5481 msgid ""
5482 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
5483 msgstr ""
5485 #: plugins-root/check_dhcp.c:820
5486 #, c-format
5487 msgid "Requested server address: %s\n"
5488 msgstr ""
5490 #: plugins-root/check_dhcp.c:881
5491 #, c-format
5492 msgid "Lease Time: Infinite\n"
5493 msgstr ""
5495 #: plugins-root/check_dhcp.c:883
5496 #, c-format
5497 msgid "Lease Time: %lu seconds\n"
5498 msgstr ""
5500 #: plugins-root/check_dhcp.c:885
5501 #, c-format
5502 msgid "Renewal Time: Infinite\n"
5503 msgstr ""
5505 #: plugins-root/check_dhcp.c:887
5506 #, c-format
5507 msgid "Renewal Time: %lu seconds\n"
5508 msgstr ""
5510 #: plugins-root/check_dhcp.c:889
5511 #, c-format
5512 msgid "Rebinding Time: Infinite\n"
5513 msgstr ""
5515 #: plugins-root/check_dhcp.c:890
5516 #, c-format
5517 msgid "Rebinding Time: %lu seconds\n"
5518 msgstr ""
5520 #: plugins-root/check_dhcp.c:918
5521 #, c-format
5522 msgid "Added offer from server @ %s"
5523 msgstr ""
5525 #: plugins-root/check_dhcp.c:919
5526 #, c-format
5527 msgid " of IP address %s\n"
5528 msgstr ""
5530 #: plugins-root/check_dhcp.c:986
5531 #, c-format
5532 msgid "DHCP Server Match: Offerer=%s"
5533 msgstr ""
5535 #: plugins-root/check_dhcp.c:987
5536 #, c-format
5537 msgid " Requested=%s"
5538 msgstr ""
5540 #: plugins-root/check_dhcp.c:989
5541 #, c-format
5542 msgid " (duplicate)"
5543 msgstr ""
5545 #: plugins-root/check_dhcp.c:990
5546 #, c-format
5547 msgid "\n"
5548 msgstr ""
5550 #: plugins-root/check_dhcp.c:1038
5551 #, c-format
5552 msgid "No DHCPOFFERs were received.\n"
5553 msgstr ""
5555 #: plugins-root/check_dhcp.c:1042
5556 #, c-format
5557 msgid "Received %d DHCPOFFER(s)"
5558 msgstr ""
5560 #: plugins-root/check_dhcp.c:1045
5561 #, c-format
5562 msgid ", %s%d of %d requested servers responded"
5563 msgstr ""
5565 #: plugins-root/check_dhcp.c:1048
5566 #, c-format
5567 msgid ", requested address (%s) was %soffered"
5568 msgstr ""
5570 #: plugins-root/check_dhcp.c:1048
5571 msgid "not "
5572 msgstr ""
5574 #: plugins-root/check_dhcp.c:1050
5575 #, c-format
5576 msgid ", max lease time = "
5577 msgstr ""
5579 #: plugins-root/check_dhcp.c:1052
5580 #, c-format
5581 msgid "Infinity"
5582 msgstr ""
5584 #: plugins-root/check_dhcp.c:1233
5585 #, c-format
5586 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
5587 msgstr ""
5589 #: plugins-root/check_dhcp.c:1245
5590 #, c-format
5591 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
5592 msgstr ""
5594 #: plugins-root/check_dhcp.c:1258
5595 #, c-format
5596 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
5597 msgstr ""
5599 #: plugins-root/check_dhcp.c:1270
5600 #, c-format
5601 msgid ""
5602 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
5603 msgstr ""
5605 #: plugins-root/check_dhcp.c:1294
5606 #, c-format
5607 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
5608 msgstr ""
5610 #: plugins-root/check_dhcp.c:1373
5611 #, c-format
5612 msgid "Hardware address: "
5613 msgstr ""
5615 #: plugins-root/check_dhcp.c:1389
5616 msgid "This plugin tests the availability of DHCP servers on a network."
5617 msgstr ""
5619 #: plugins-root/check_dhcp.c:1401
5620 msgid "IP address of DHCP server that we must hear from"
5621 msgstr ""
5623 #: plugins-root/check_dhcp.c:1403
5624 msgid "IP address that should be offered by at least one DHCP server"
5625 msgstr ""
5627 #: plugins-root/check_dhcp.c:1405
5628 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
5629 msgstr ""
5631 #: plugins-root/check_dhcp.c:1407
5632 msgid "Interface to to use for listening (i.e. eth0)"
5633 msgstr ""
5635 #: plugins-root/check_dhcp.c:1409
5636 msgid "MAC address to use in the DHCP request"
5637 msgstr ""
5639 #: plugins-root/check_dhcp.c:1411
5640 msgid "Unicast testing: mimic a DHCP relay, requires -s"
5641 msgstr ""
5643 #: plugins-root/check_icmp.c:1288
5644 msgid "specify a target"
5645 msgstr ""
5647 #: plugins-root/check_icmp.c:1290
5648 msgid "warning threshold (currently "
5649 msgstr ""
5651 #: plugins-root/check_icmp.c:1293
5652 msgid "critical threshold (currently "
5653 msgstr ""
5655 #: plugins-root/check_icmp.c:1296
5656 msgid "specify a source IP address or device name"
5657 msgstr ""
5659 #: plugins-root/check_icmp.c:1298
5660 msgid "number of packets to send (currently "
5661 msgstr ""
5663 #: plugins-root/check_icmp.c:1301
5664 msgid "max packet interval (currently "
5665 msgstr ""
5667 #: plugins-root/check_icmp.c:1304
5668 msgid "max target interval (currently "
5669 msgstr ""
5671 #: plugins-root/check_icmp.c:1307
5672 msgid "number of alive hosts required for success"
5673 msgstr ""
5675 #: plugins-root/check_icmp.c:1310
5676 msgid "TTL on outgoing packets (currently "
5677 msgstr ""
5679 #: plugins-root/check_icmp.c:1313
5680 msgid "timeout value (seconds, currently  "
5681 msgstr ""
5683 #: plugins-root/check_icmp.c:1316
5684 msgid "Number of icmp data bytes to send"
5685 msgstr ""
5687 #: plugins-root/check_icmp.c:1317
5688 msgid "Packet size will be data bytes + icmp header (currently"
5689 msgstr ""
5691 #: plugins-root/check_icmp.c:1319
5692 msgid "verbose"
5693 msgstr ""
5695 #: plugins-root/check_icmp.c:1323
5696 msgid "The -H switch is optional. Naming a host (or several) to check is not."
5697 msgstr ""
5699 #: plugins-root/check_icmp.c:1325
5700 msgid ""
5701 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
5702 msgstr ""
5704 #: plugins-root/check_icmp.c:1326
5705 msgid "packet loss.  The default values should work well for most users."
5706 msgstr ""
5708 #: plugins-root/check_icmp.c:1327
5709 msgid ""
5710 "You can specify different RTA factors using the standardized abbreviations"
5711 msgstr ""
5713 #: plugins-root/check_icmp.c:1328
5714 msgid ""
5715 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
5716 msgstr ""
5718 #: plugins-root/check_icmp.c:1334
5719 msgid "The -v switch can be specified several times for increased verbosity."
5720 msgstr ""