Code

Synchronise with coreutils 2.95. Gettext now synced with coreutils,
[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: \n"
11 "POT-Creation-Date: 2006-04-15 00:41+0200\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:69 plugins/check_dig.c:76 plugins/check_disk.c:177
21 #: plugins/check_dns.c:78 plugins/check_dummy.c:43 plugins/check_fping.c:73
22 #: plugins/check_game.c:68 plugins/check_hpjd.c:89 plugins/check_http.c:130
23 #: plugins/check_ldap.c:92 plugins/check_load.c:106
24 #: plugins/check_mrtgtraf.c:66 plugins/check_mysql.c:65
25 #: plugins/check_nagios.c:75 plugins/check_nt.c:120 plugins/check_nwstat.c:125
26 #: plugins/check_overcr.c:89 plugins/check_pgsql.c:140 plugins/check_ping.c:83
27 #: plugins/check_procs.c:128 plugins/check_radius.c:117
28 #: plugins/check_real.c:68 plugins/check_smtp.c:166 plugins/check_snmp.c:168
29 #: plugins/check_ssh.c:61 plugins/check_swap.c:90 plugins/check_tcp.c:195
30 #: plugins/check_time.c:66 plugins/check_udp.c:55 plugins/check_ups.c:115
31 #: plugins/check_users.c:54 plugins/negate.c:87 plugins-root/check_dhcp.c:251
32 msgid "Could not parse arguments"
33 msgstr ""
35 #: plugins/check_by_ssh.c:73 plugins/check_dig.c:73 plugins/check_dns.c:74
36 #: plugins/check_nagios.c:79 plugins/check_pgsql.c:144 plugins/check_ping.c:87
37 #: plugins/check_procs.c:135 plugins/negate.c:91
38 msgid "Cannot catch SIGALRM"
39 msgstr ""
41 #: plugins/check_by_ssh.c:84
42 #, c-format
43 msgid "Remote command execution failed: %s\n"
44 msgstr ""
46 #: plugins/check_by_ssh.c:85
47 msgid "Unknown error"
48 msgstr ""
50 #: plugins/check_by_ssh.c:103
51 #, c-format
52 msgid "SSH WARNING: could not open %s\n"
53 msgstr ""
55 #: plugins/check_by_ssh.c:185 plugins/check_disk.c:366
56 #: plugins/check_http.c:225 plugins/check_ldap.c:268 plugins/check_pgsql.c:221
57 #: plugins/check_procs.c:359 plugins/check_radius.c:198
58 #: plugins/check_radius.c:268 plugins/check_real.c:344
59 #: plugins/check_smtp.c:595 plugins/check_snmp.c:479 plugins/check_ssh.c:125
60 #: plugins/check_tcp.c:483 plugins/check_time.c:290 plugins/check_udp.c:180
61 #: plugins/check_ups.c:545 plugins/negate.c:188
62 msgid "Timeout interval must be a positive integer"
63 msgstr ""
65 #: plugins/check_by_ssh.c:195 plugins/check_pgsql.c:245
66 #: plugins/check_radius.c:207 plugins/check_radius.c:241
67 #: plugins/check_real.c:315 plugins/check_smtp.c:527 plugins/check_tcp.c:489
68 #: plugins/check_time.c:284 plugins/check_udp.c:186 plugins/check_ups.c:507
69 msgid "Port must be a positive integer"
70 msgstr ""
72 #: plugins/check_by_ssh.c:239
73 msgid "skip lines must be an integer"
74 msgstr ""
76 #: plugins/check_by_ssh.c:244 plugins/check_dig.c:255 plugins/check_dns.c:358
77 #: plugins/check_game.c:236 plugins/check_nagios.c:242
78 #, c-format
79 msgid "Unknown argument - %s"
80 msgstr ""
82 #: plugins/check_by_ssh.c:251
83 #, c-format
84 msgid "%s: You must provide a host name\n"
85 msgstr ""
87 #: plugins/check_by_ssh.c:269
88 msgid "No remotecmd"
89 msgstr ""
91 #: plugins/check_by_ssh.c:285
92 #, c-format
93 msgid ""
94 "%s: In passive mode, you must provide a service name for each command.\n"
95 msgstr ""
97 #: plugins/check_by_ssh.c:288
98 #, c-format
99 msgid ""
100 "%s: In passive mode, you must provide the host short name from the nagios "
101 "configs.\n"
102 msgstr ""
104 #: plugins/check_by_ssh.c:302
105 #, c-format
106 msgid ""
107 "This plugin uses SSH to execute commands on a remote host\n"
108 "\n"
109 msgstr ""
111 #: plugins/check_by_ssh.c:312
112 #, c-format
113 msgid ""
114 " -1, --proto1\n"
115 "    tell ssh to use Protocol 1\n"
116 " -2, --proto2\n"
117 "    tell ssh to use Protocol 2\n"
118 " -S, --skiplines=n\n"
119 "    Ignore first n lines on STDERR (to suppress a logon banner)\n"
120 " -f\n"
121 "    tells ssh to fork rather than create a tty\n"
122 msgstr ""
124 #: plugins/check_by_ssh.c:322
125 #, c-format
126 msgid ""
127 " -C, --command='COMMAND STRING'\n"
128 "    command to execute on the remote machine\n"
129 " -l, --logname=USERNAME\n"
130 "    SSH user name on remote host [optional]\n"
131 " -i, --identity=KEYFILE\n"
132 "    identity of an authorized key [optional]\n"
133 " -O, --output=FILE\n"
134 "    external command file for nagios [optional]\n"
135 " -s, --services=LIST\n"
136 "    list of nagios service names, separated by ':' [optional]\n"
137 " -n, --name=NAME\n"
138 "    short name of host in nagios configuration [optional]\n"
139 msgstr ""
141 #: plugins/check_by_ssh.c:340
142 #, c-format
143 msgid ""
144 "\n"
145 "The most common mode of use is to refer to a local identity file with\n"
146 "the '-i' option. In this mode, the identity pair should have a null\n"
147 "passphrase and the public key should be listed in the authorized_keys\n"
148 "file of the remote host. Usually the key will be restricted to running\n"
149 "only one command on the remote server. If the remote SSH server tracks\n"
150 "invocation arguments, the one remote program may be an agent that can\n"
151 "execute additional commands as proxy\n"
152 msgstr ""
154 #: plugins/check_by_ssh.c:349
155 #, c-format
156 msgid ""
157 "\n"
158 "To use passive mode, provide multiple '-C' options, and provide\n"
159 "all of -O, -s, and -n options (servicelist order must match '-C'\n"
160 "options)\n"
161 msgstr ""
163 #: plugins/check_dig.c:88 plugins/check_dig.c:90
164 #, c-format
165 msgid "Looking for: '%s'\n"
166 msgstr ""
168 #: plugins/check_dig.c:97
169 msgid "dig returned an error status"
170 msgstr ""
172 #: plugins/check_dig.c:122
173 msgid "Server not found in ANSWER SECTION"
174 msgstr ""
176 #: plugins/check_dig.c:132
177 msgid "No ANSWER SECTION found"
178 msgstr ""
180 #: plugins/check_dig.c:157
181 msgid "Probably a non-existent host/domain"
182 msgstr ""
184 #: plugins/check_dig.c:215
185 #, c-format
186 msgid "Port must be a positive integer - %s"
187 msgstr ""
189 #: plugins/check_dig.c:226
190 #, c-format
191 msgid "Warning interval must be a positive integer - %s"
192 msgstr ""
194 #: plugins/check_dig.c:234
195 #, c-format
196 msgid "Critical interval must be a positive integer - %s"
197 msgstr ""
199 #: plugins/check_dig.c:242
200 #, c-format
201 msgid "Timeout interval must be a positive integer - %s"
202 msgstr ""
204 #: plugins/check_dig.c:295
205 #, c-format
206 msgid "This plugin test the DNS service on the specified host using dig"
207 msgstr ""
209 #: plugins/check_dig.c:309
210 #, c-format
211 msgid "machine name to lookup"
212 msgstr ""
214 #: plugins/check_dig.c:317
215 #, c-format
216 msgid "record type to lookup (default: A)"
217 msgstr ""
219 #: plugins/check_dig.c:325
220 #, c-format
221 msgid ""
222 "an address expected to be in the answer section.if not set, uses whatever "
223 "was in -l"
224 msgstr ""
226 #: plugins/check_dig.c:343 plugins/check_disk.c:752 plugins/check_dns.c:431
227 #: plugins/check_dummy.c:113 plugins/check_fping.c:430
228 #: plugins/check_game.c:325 plugins/check_http.c:1340
229 #, c-format
230 msgid "Usage:"
231 msgstr ""
233 #: plugins/check_disk.c:268
234 #, c-format
235 msgid ""
236 "%s\n"
237 "%.0f of %.0f %s (%.0f%% inode=%.0f%%) free on %s (type %s mounted on %s) "
238 "warn:%lu crit:%lu warn%%:%.0f%% crit%%:%.0f%%"
239 msgstr ""
241 #: plugins/check_disk.c:285
242 #, c-format
243 msgid "%s [%s not found]"
244 msgstr ""
246 #: plugins/check_disk.c:383 plugins/check_swap.c:404
247 msgid "Warning threshold must be integer or percentage!"
248 msgstr ""
250 #: plugins/check_disk.c:400 plugins/check_swap.c:422
251 msgid "Critical threshold must be integer or percentage!"
252 msgstr ""
254 #: plugins/check_disk.c:409
255 msgid "Warning inode threshold must be percentage!\n"
256 msgstr ""
258 #: plugins/check_disk.c:416
259 msgid "Critical inode threshold must be percentage!\n"
260 msgstr ""
262 #: plugins/check_disk.c:437
263 #, c-format
264 msgid "unit type %s not known\n"
265 msgstr ""
267 #: plugins/check_disk.c:440
268 #, c-format
269 msgid "failed allocating storage for '%s'\n"
270 msgstr ""
272 #: plugins/check_disk.c:530 plugins/check_fping.c:245 plugins/check_hpjd.c:337
273 #: plugins/check_http.c:213 plugins/check_ldap.c:315 plugins/check_load.c:223
274 #: plugins/check_mrtg.c:229 plugins/check_mrtgtraf.c:263
275 #: plugins/check_mysql.c:288 plugins/check_nt.c:489 plugins/check_nwstat.c:870
276 #: plugins/check_overcr.c:327 plugins/check_pgsql.c:212
277 #: plugins/check_ping.c:198 plugins/check_procs.c:350
278 #: plugins/check_radius.c:221 plugins/check_real.c:354
279 #: plugins/check_smtp.c:631 plugins/check_snmp.c:432 plugins/check_ssh.c:113
280 #: plugins/check_swap.c:437 plugins/check_tcp.c:433 plugins/check_time.c:219
281 #: plugins/check_udp.c:149 plugins/check_ups.c:487 plugins/check_users.c:143
282 #: plugins/check_ide_smart.c:214 plugins/negate.c:177 plugins/urlize.c:79
283 #: plugins-root/check_dhcp.c:1072
284 msgid "Unknown argument"
285 msgstr ""
287 #: plugins/check_disk.c:561 plugins/check_dns.c:193 plugins/check_dummy.c:65
288 #: plugins/check_http.c:948 plugins/check_mysql.c:191
289 #: plugins/check_nagios.c:88 plugins/check_nagios.c:152
290 #: plugins/check_nagios.c:156 plugins/check_procs.c:290
291 #, c-format
292 msgid "CRITICAL"
293 msgstr ""
295 #: plugins/check_disk.c:562
296 #, c-format
297 msgid "%s does not exist\n"
298 msgstr ""
300 #: plugins/check_disk.c:589
301 #, c-format
302 msgid " for %s\n"
303 msgstr ""
305 #: plugins/check_disk.c:600
306 #, c-format
307 msgid "INPUT ERROR: No thresholds specified"
308 msgstr ""
310 #: plugins/check_disk.c:606
311 #, c-format
312 msgid ""
313 "INPUT ERROR: C_DFP (%f) should be less than W_DFP (%.1f) and both should be "
314 "between zero and 100 percent, inclusive"
315 msgstr ""
317 #: plugins/check_disk.c:614
318 #, c-format
319 msgid ""
320 "INPUT ERROR: C_IDFP (%f) should be less than W_IDFP (%.1f) and both should "
321 "be between zero and 100 percent, inclusive"
322 msgstr ""
324 #: plugins/check_disk.c:621
325 #, c-format
326 msgid ""
327 "INPUT ERROR: C_DF (%lu) should be less than W_DF (%lu) and both should be "
328 "greater than zero"
329 msgstr ""
331 #: plugins/check_disk.c:697
332 #, c-format
333 msgid ""
334 "This plugin checks the amount of used disk space on a mounted file system"
335 msgstr ""
337 #: plugins/check_disk.c:698
338 #, c-format
339 msgid ""
340 "and generates an alert if free space is less than one of the threshold values"
341 msgstr ""
343 #: plugins/check_disk.c:707
344 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
345 msgstr ""
347 #: plugins/check_disk.c:709
348 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
349 msgstr ""
351 #: plugins/check_disk.c:711
352 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
353 msgstr ""
355 #: plugins/check_disk.c:713
356 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
357 msgstr ""
359 #: plugins/check_disk.c:715
360 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
361 msgstr ""
363 #: plugins/check_disk.c:717
364 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free"
365 msgstr ""
367 #: plugins/check_disk.c:719
368 msgid "Clear thresholds"
369 msgstr ""
371 #: plugins/check_disk.c:721
372 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
373 msgstr ""
375 #: plugins/check_disk.c:723
376 msgid "Same as '--units kB'"
377 msgstr ""
379 #: plugins/check_disk.c:725
380 msgid "Same as '--units MB'"
381 msgstr ""
383 #: plugins/check_disk.c:727
384 msgid "Only check local filesystems"
385 msgstr ""
387 #: plugins/check_disk.c:729
388 msgid "Path or partition (may be repeated)"
389 msgstr ""
391 #: plugins/check_disk.c:731
392 msgid "Ignore device (only works if -p unspecified)"
393 msgstr ""
395 #: plugins/check_disk.c:732
396 msgid "-X, --exclude-type=TYPE <STRING>"
397 msgstr ""
399 #: plugins/check_disk.c:733
400 msgid "Ignore all filesystems of indicated type (may be repeated)"
401 msgstr ""
403 #: plugins/check_disk.c:735
404 msgid "Display the mountpoint instead of the partition"
405 msgstr ""
407 #: plugins/check_disk.c:737
408 msgid "Display only devices/mountpoints with errors"
409 msgstr ""
411 #: plugins/check_disk.c:741
412 msgid "Examples:"
413 msgstr ""
415 #: plugins/check_disk.c:743
416 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
417 msgstr ""
419 #: plugins/check_dns.c:92
420 msgid "nslookup returned an error status"
421 msgstr ""
423 #: plugins/check_dns.c:105
424 msgid "Warning plugin error"
425 msgstr ""
427 #: plugins/check_dns.c:125
428 #, c-format
429 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
430 msgstr ""
432 #: plugins/check_dns.c:135
433 msgid "Non-authoritative answer:"
434 msgstr ""
436 #: plugins/check_dns.c:163
437 #, c-format
438 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
439 msgstr ""
441 #: plugins/check_dns.c:169
442 #, c-format
443 msgid "expected '%s' but got '%s'"
444 msgstr ""
446 #: plugins/check_dns.c:175
447 #, c-format
448 msgid "server %s is not authoritative for %s"
449 msgstr ""
451 #: plugins/check_dns.c:189 plugins/check_dummy.c:59 plugins/check_http.c:944
452 #: plugins/check_nagios.c:166 plugins/check_procs.c:283
453 #, c-format
454 msgid "OK"
455 msgstr ""
457 #: plugins/check_dns.c:191 plugins/check_dummy.c:62 plugins/check_http.c:946
458 #: plugins/check_mysql.c:188 plugins/check_nagios.c:166
459 #: plugins/check_procs.c:285
460 #, c-format
461 msgid "WARNING"
462 msgstr ""
464 #: plugins/check_dns.c:195
465 #, c-format
466 msgid "%.3f second response time"
467 msgid_plural "%.3f seconds response time"
468 msgstr[0] ""
469 msgstr[1] ""
471 #: plugins/check_dns.c:196
472 #, c-format
473 msgid ". %s returns %s"
474 msgstr ""
476 #: plugins/check_dns.c:200
477 #, c-format
478 msgid "DNS WARNING - %s\n"
479 msgstr ""
481 #: plugins/check_dns.c:201 plugins/check_dns.c:204 plugins/check_dns.c:207
482 msgid " Probably a non-existent host/domain"
483 msgstr ""
485 #: plugins/check_dns.c:203
486 #, c-format
487 msgid "DNS CRITICAL - %s\n"
488 msgstr ""
490 #: plugins/check_dns.c:206
491 #, c-format
492 msgid "DNS UNKNOW - %s\n"
493 msgstr ""
495 #: plugins/check_dns.c:219
496 msgid "Note: nslookup is deprecated and may be removed from future releases."
497 msgstr ""
499 #: plugins/check_dns.c:220
500 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
501 msgstr ""
503 #: plugins/check_dns.c:221
504 msgid "the `-sil[ent]' option to prevent this message from appearing."
505 msgstr ""
507 #: plugins/check_dns.c:226
508 #, c-format
509 msgid "No response from DNS %s\n"
510 msgstr ""
512 #: plugins/check_dns.c:230
513 #, c-format
514 msgid "DNS %s has no records\n"
515 msgstr ""
517 #: plugins/check_dns.c:238
518 #, c-format
519 msgid "Connection to DNS %s was refused\n"
520 msgstr ""
522 #: plugins/check_dns.c:242
523 #, c-format
524 msgid "Query was refused by DNS server at %s\n"
525 msgstr ""
527 #: plugins/check_dns.c:246
528 #, c-format
529 msgid "No information returned by DNS server at %s\n"
530 msgstr ""
532 #: plugins/check_dns.c:252
533 #, c-format
534 msgid "Domain %s was not found by the server\n"
535 msgstr ""
537 #: plugins/check_dns.c:256
538 msgid "Network is unreachable\n"
539 msgstr ""
541 #: plugins/check_dns.c:260
542 #, c-format
543 msgid "DNS failure for %s\n"
544 msgstr ""
546 #: plugins/check_dns.c:324 plugins/check_dns.c:332 plugins/check_dns.c:339
547 #: plugins/check_dns.c:344 plugins/check_dns.c:365 plugins/check_dns.c:373
548 #: plugins/check_game.c:197 plugins/check_game.c:205
549 msgid "Input buffer overflow\n"
550 msgstr ""
552 #: plugins/check_dns.c:401
553 #, c-format
554 msgid ""
555 "This plugin uses the nslookup program to obtain the IP address for the given "
556 "host/domain query."
557 msgstr ""
559 #: plugins/check_dns.c:403
560 #, c-format
561 msgid "An optional DNS server to use may be specified."
562 msgstr ""
564 #: plugins/check_dns.c:405
565 #, c-format
566 msgid ""
567 "If no DNS server is specified, the default server(s) specified in /etc/"
568 "resolv.conf will be used."
569 msgstr ""
571 #: plugins/check_dns.c:411
572 msgid "The name or address you want to query"
573 msgstr ""
575 #: plugins/check_dns.c:413
576 msgid "Optional DNS server you want to use for the lookup"
577 msgstr ""
579 #: plugins/check_dns.c:415
580 msgid ""
581 "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ."
582 msgstr ""
584 #: plugins/check_dns.c:417
585 msgid "Optionally expect the DNS server to be authoritative for the lookup"
586 msgstr ""
588 #: plugins/check_dns.c:419
589 msgid "Return warning if elapsed time exceeds value. Default off"
590 msgstr ""
592 #: plugins/check_dns.c:421
593 msgid "Return critical if elapsed time exceeds value. Default off"
594 msgstr ""
596 #: plugins/check_dummy.c:53
597 msgid "Arguments to check_dummy must be an integer"
598 msgstr ""
600 #: plugins/check_dummy.c:68 plugins/check_http.c:942
601 #, c-format
602 msgid "UNKNOWN"
603 msgstr ""
605 #: plugins/check_dummy.c:71
606 #, c-format
607 msgid "Status %d is not a supported error state\n"
608 msgstr ""
610 #: plugins/check_dummy.c:93
611 #, c-format
612 msgid ""
613 "This plugin will simply return the state corresponding to the numeric value"
614 msgstr ""
616 #: plugins/check_dummy.c:97
617 #, c-format
618 msgid "of the <state> argument with optional text"
619 msgstr ""
621 #: plugins/check_fping.c:87 plugins/check_hpjd.c:114 plugins/check_ping.c:411
622 #: plugins/check_procs.c:144 plugins/check_snmp.c:189 plugins/check_swap.c:155
623 #: plugins/check_users.c:59 plugins/negate.c:97 plugins/urlize.c:93
624 #, c-format
625 msgid "Could not open pipe: %s\n"
626 msgstr ""
628 #: plugins/check_fping.c:93 plugins/check_hpjd.c:120 plugins/check_load.c:137
629 #: plugins/check_procs.c:150 plugins/check_snmp.c:195 plugins/check_swap.c:161
630 #: plugins/check_users.c:65 plugins/negate.c:102 plugins/urlize.c:99
631 #, c-format
632 msgid "Could not open stderr for %s\n"
633 msgstr ""
635 #: plugins/check_fping.c:133
636 #, c-format
637 msgid "FPING UNKNOW - %s not found\n"
638 msgstr ""
640 #: plugins/check_fping.c:137
641 #, c-format
642 msgid "FPING CRITICAL - %s is unreachable\n"
643 msgstr ""
645 #: plugins/check_fping.c:142
646 #, c-format
647 msgid "FPING CRITICAL - %s is down\n"
648 msgstr ""
650 #: plugins/check_fping.c:169
651 #, c-format
652 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
653 msgstr ""
655 #: plugins/check_fping.c:190
656 #, c-format
657 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
658 msgstr ""
660 #: plugins/check_fping.c:257 plugins/check_hpjd.c:324 plugins/check_hpjd.c:347
661 #: plugins/check_mysql.c:254 plugins/check_mysql.c:303
662 #: plugins/check_pgsql.c:239 plugins/check_ping.c:269 plugins/check_ping.c:392
663 #: plugins/check_radius.c:233 plugins/check_real.c:302
664 #: plugins/check_real.c:364 plugins/check_smtp.c:520 plugins/check_smtp.c:641
665 #: plugins/check_ssh.c:144 plugins/check_time.c:228 plugins/check_time.c:303
666 #: plugins/check_udp.c:161 plugins/check_udp.c:202 plugins/check_ups.c:493
667 #: plugins/check_ups.c:562
668 msgid "Invalid hostname/address"
669 msgstr ""
671 #: plugins/check_fping.c:291
672 msgid "Packet size must be a positive integer"
673 msgstr ""
675 #: plugins/check_fping.c:297
676 msgid "Packet count must be a positive integer"
677 msgstr ""
679 #: plugins/check_fping.c:303 plugins/check_time.c:307 plugins/check_udp.c:207
680 msgid "Hostname was not supplied"
681 msgstr ""
683 #: plugins/check_fping.c:323
684 #, c-format
685 msgid "%s: Only one threshold may be packet loss (%s)\n"
686 msgstr ""
688 #: plugins/check_fping.c:327
689 #, c-format
690 msgid "%s: Only one threshold must be packet loss (%s)\n"
691 msgstr ""
693 #: plugins/check_fping.c:359
694 #, c-format
695 msgid ""
696 "This plugin will use the fping command to ping the specified host for a fast "
697 "check"
698 msgstr ""
700 #: plugins/check_fping.c:363
701 #, c-format
702 msgid "Note that it is necessary to set the suid flag on fping."
703 msgstr ""
705 #: plugins/check_fping.c:373
706 #, c-format
707 msgid ""
708 "name or IP Address of host to ping (IP Address bypasses name lookup, "
709 "reducing system load)"
710 msgstr ""
712 #: plugins/check_fping.c:381
713 #, c-format
714 msgid "warning threshold pair"
715 msgstr ""
717 #: plugins/check_fping.c:389
718 #, c-format
719 msgid "critical threshold pair"
720 msgstr ""
722 #: plugins/check_fping.c:395
723 #, c-format
724 msgid "size of ICMP packet (default: %d)"
725 msgstr ""
727 #: plugins/check_fping.c:403
728 #, c-format
729 msgid "number of ICMP packets to send (default: %d)"
730 msgstr ""
732 #: plugins/check_fping.c:411
733 #, c-format
734 msgid ""
735 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
736 "(ms)"
737 msgstr ""
739 #: plugins/check_fping.c:415
740 #, c-format
741 msgid ""
742 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
743 msgstr ""
745 #: plugins/check_fping.c:419
746 #, c-format
747 msgid "packet loss to trigger an alarm state."
748 msgstr ""
750 #: plugins/check_game.c:97
751 #, c-format
752 msgid "CRITICAL - Host type parameter incorrect!\n"
753 msgstr ""
755 #: plugins/check_game.c:112
756 #, c-format
757 msgid "CRITICAL - Host not found\n"
758 msgstr ""
760 #: plugins/check_game.c:116
761 #, c-format
762 msgid "CRITICAL - Game server down or unavailable\n"
763 msgstr ""
765 #: plugins/check_game.c:120
766 #, c-format
767 msgid "CRITICAL - Game server timeout\n"
768 msgstr ""
770 #: plugins/check_game.c:283
771 #, c-format
772 msgid "This plugin tests game server connections with the specified host."
773 msgstr ""
775 #: plugins/check_game.c:291
776 #, c-format
777 msgid ""
778 "<game>        = Game type that is recognised by qstat (without the leading "
779 "dash)\n"
780 "<ip_address>  = The IP address of the device you wish to query\n"
781 " [port]        = Optional port of which to connect\n"
782 " [game_field]  = Field number in raw qstat output that contains game name\n"
783 " [map_field]   = Field number in raw qstat output that contains map name\n"
784 " [ping_field]  = Field number in raw qstat output that contains ping time\n"
785 msgstr ""
787 #: plugins/check_game.c:301
788 #, c-format
789 msgid "Notes:"
790 msgstr ""
792 #: plugins/check_game.c:305
793 #, c-format
794 msgid ""
795 "This plugin uses the 'qstat' command, the popular game server status query "
796 "tool ."
797 msgstr ""
799 #: plugins/check_game.c:309
800 #, c-format
801 msgid ""
802 "If you don't have the package installed, you will need to download it from"
803 msgstr ""
805 #: plugins/check_game.c:313
806 #, c-format
807 msgid ""
808 "http://www.activesw.com/people/steve/qstat.html before you can use this "
809 "plugin."
810 msgstr ""
812 #: plugins/check_hpjd.c:225
813 msgid "Paper Jam"
814 msgstr ""
816 #: plugins/check_hpjd.c:229
817 msgid "Out of Paper"
818 msgstr ""
820 #: plugins/check_hpjd.c:234
821 msgid "Printer Offline"
822 msgstr ""
824 #: plugins/check_hpjd.c:239
825 msgid "Peripheral Error"
826 msgstr ""
828 #: plugins/check_hpjd.c:243
829 msgid "Intervention Required"
830 msgstr ""
832 #: plugins/check_hpjd.c:247
833 msgid "Toner Low"
834 msgstr ""
836 #: plugins/check_hpjd.c:251
837 msgid "Insufficient Memory"
838 msgstr ""
840 #: plugins/check_hpjd.c:255
841 msgid "A Door is Open"
842 msgstr ""
844 #: plugins/check_hpjd.c:259
845 msgid "Output Tray is Full"
846 msgstr ""
848 #: plugins/check_hpjd.c:263
849 msgid "Data too Slow for Engine"
850 msgstr ""
852 #: plugins/check_hpjd.c:267
853 msgid "Unknown Paper Error"
854 msgstr ""
856 #: plugins/check_hpjd.c:272
857 #, c-format
858 msgid "Printer ok - (%s)\n"
859 msgstr ""
861 #: plugins/check_hpjd.c:377
862 #, c-format
863 msgid ""
864 "This plugin tests the STATUS of an HP printer with a JetDirect card.\n"
865 "Net-snmp must be installed on the computer running the plugin.\n"
866 "\n"
867 msgstr ""
869 #: plugins/check_hpjd.c:385
870 #, c-format
871 msgid ""
872 " -C, --community=STRING\n"
873 "    The SNMP community name (default=%s)\n"
874 msgstr ""
876 #: plugins/check_http.c:231
877 msgid "Critical threshold must be integer"
878 msgstr ""
880 #: plugins/check_http.c:239
881 msgid "Warning threshold must be integer"
882 msgstr ""
884 #: plugins/check_http.c:265 plugins/check_tcp.c:552
885 msgid "Invalid certificate expiration period"
886 msgstr ""
888 #: plugins/check_http.c:274 plugins/check_tcp.c:564
889 msgid "Invalid option - SSL is not available"
890 msgstr ""
892 #: plugins/check_http.c:292
893 #, c-format
894 msgid "option f:%d \n"
895 msgstr ""
897 #: plugins/check_http.c:309
898 msgid "Invalid port number"
899 msgstr ""
901 #: plugins/check_http.c:340 plugins/check_snmp.c:308
902 #, c-format
903 msgid "Call for regex which was not a compiled option"
904 msgstr ""
906 #: plugins/check_http.c:354
907 #, c-format
908 msgid "Could Not Compile Regular Expression: %s"
909 msgstr ""
911 #: plugins/check_http.c:366 plugins/check_smtp.c:621 plugins/check_ssh.c:136
912 #: plugins/check_tcp.c:450
913 msgid "IPv6 support not available"
914 msgstr ""
916 #: plugins/check_http.c:428 plugins/check_ping.c:396
917 msgid "You must specify a server address or host name"
918 msgstr ""
920 #: plugins/check_http.c:654
921 msgid "Server date unknown\n"
922 msgstr ""
924 #: plugins/check_http.c:656
925 msgid "Document modification date unknown\n"
926 msgstr ""
928 #: plugins/check_http.c:662
929 #, c-format
930 msgid "CRITICAL - Server date \"%100s\" unparsable"
931 msgstr ""
933 #: plugins/check_http.c:664
934 #, c-format
935 msgid "CRITICAL - Document date \"%100s\" unparsable"
936 msgstr ""
938 #: plugins/check_http.c:666
939 #, c-format
940 msgid "CRITICAL - Document is %d seconds in the future\n"
941 msgstr ""
943 #: plugins/check_http.c:671
944 #, c-format
945 msgid "CRITICAL - Last modified %.1f days ago\n"
946 msgstr ""
948 #: plugins/check_http.c:675
949 #, c-format
950 msgid "CRITICAL - Last modified %d:%02d:%02d ago\n"
951 msgstr ""
953 #: plugins/check_http.c:756
954 msgid "Unable to open TCP socket\n"
955 msgstr ""
957 #: plugins/check_http.c:836
958 msgid "Error on receive\n"
959 msgstr ""
961 #: plugins/check_http.c:846
962 #, c-format
963 msgid "No data received %s\n"
964 msgstr ""
966 #: plugins/check_http.c:896
967 msgid "Invalid HTTP response received from host\n"
968 msgstr ""
970 #: plugins/check_http.c:899
971 #, c-format
972 msgid "Invalid HTTP response received from host on port %d\n"
973 msgstr ""
975 #: plugins/check_http.c:907
976 #, c-format
977 msgid "HTTP OK: Status line output matched \"%s\"\n"
978 msgstr ""
980 #: plugins/check_http.c:919
981 #, c-format
982 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
983 msgstr ""
985 #: plugins/check_http.c:926
986 #, c-format
987 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
988 msgstr ""
990 #: plugins/check_http.c:930
991 #, c-format
992 msgid "HTTP CRITICAL: %s\n"
993 msgstr ""
995 #: plugins/check_http.c:934
996 #, c-format
997 msgid "HTTP WARNING: %s\n"
998 msgstr ""
1000 #: plugins/check_http.c:952
1001 #, c-format
1002 msgid " - %s - %.3f second response time %s%s|%s %s\n"
1003 msgstr ""
1005 #: plugins/check_http.c:968
1006 #, c-format
1007 msgid "HTTP WARNING: %s - %.3f second response time %s%s|%s %s\n"
1008 msgstr ""
1010 #: plugins/check_http.c:982 plugins/check_http.c:999
1011 #, c-format
1012 msgid "HTTP OK %s - %.3f second response time %s%s|%s %s\n"
1013 msgstr ""
1015 #: plugins/check_http.c:989
1016 #, c-format
1017 msgid "CRITICAL - string not found%s|%s %s\n"
1018 msgstr ""
1020 #: plugins/check_http.c:1007
1021 #, c-format
1022 msgid "CRITICAL - pattern not found%s|%s %s\n"
1023 msgstr ""
1025 #: plugins/check_http.c:1014
1026 #, c-format
1027 msgid "CRITICAL - Execute Error: %s\n"
1028 msgstr ""
1030 #: plugins/check_http.c:1025
1031 #, c-format
1032 msgid "HTTP WARNING: page size %d too large%s|%s\n"
1033 msgstr ""
1035 #: plugins/check_http.c:1029
1036 #, c-format
1037 msgid "HTTP WARNING: page size %d too small%s|%s\n"
1038 msgstr ""
1040 #: plugins/check_http.c:1034
1041 #, c-format
1042 msgid "HTTP OK %s - %d bytes in %.3f seconds %s%s|%s %s\n"
1043 msgstr ""
1045 #: plugins/check_http.c:1069
1046 msgid "Could not allocate addr\n"
1047 msgstr ""
1049 #: plugins/check_http.c:1073
1050 msgid "Could not allocate url\n"
1051 msgstr ""
1053 #: plugins/check_http.c:1083
1054 #, c-format
1055 msgid "UNKNOWN - Could not find redirect location - %s%s\n"
1056 msgstr ""
1058 #: plugins/check_http.c:1093
1059 msgid "could not allocate url\n"
1060 msgstr ""
1062 #: plugins/check_http.c:1136
1063 #, c-format
1064 msgid "UNKNOWN - Could not parse redirect location - %s%s\n"
1065 msgstr ""
1067 #: plugins/check_http.c:1146
1068 #, c-format
1069 msgid "WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1070 msgstr ""
1072 #: plugins/check_http.c:1154
1073 #, c-format
1074 msgid "WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1075 msgstr ""
1077 #: plugins/check_http.c:1218
1078 #, c-format
1079 msgid ""
1080 "This plugin tests the HTTP service on the specified host. It can test\n"
1081 "normal (http) and secure (https) servers, follow redirects, search for\n"
1082 "strings and regular expressions, check connection times, and report on\n"
1083 "certificate expiration times."
1084 msgstr ""
1086 #: plugins/check_http.c:1228
1087 #, c-format
1088 msgid "NOTE: One or both of -H and -I must be specified"
1089 msgstr ""
1091 #: plugins/check_http.c:1234
1092 #, c-format
1093 msgid ""
1094 " -H, --hostname=ADDRESS\n"
1095 "    Host name argument for servers using host headers (virtual host)\n"
1096 "    Append a port to include it in the header (eg: example.com:5000)\n"
1097 " -I, --IP-address=ADDRESS\n"
1098 "   IP address or name (use numeric address if possible to bypass DNS "
1099 "lookup).\n"
1100 " -p, --port=INTEGER\n"
1101 "   Port number (default: %d)\n"
1102 msgstr ""
1104 #: plugins/check_http.c:1246
1105 #, c-format
1106 msgid ""
1107 " -S, --ssl\n"
1108 "    Connect via SSL\n"
1109 " -C, --certificate=INTEGER\n"
1110 "    Minimum number of days a certificate has to be valid.\n"
1111 "    (when this option is used the url is not checked.)\n"
1112 msgstr ""
1114 #: plugins/check_http.c:1254
1115 #, c-format
1116 msgid ""
1117 " -e, --expect=STRING\n"
1118 "   String to expect in first (status) line of server response (default: %s)\n"
1119 "   If specified skips all other status line logic (ex: 3xx, 4xx, 5xx "
1120 "processing)\n"
1121 " -s, --string=STRING\n"
1122 "   String to expect in the content\n"
1123 " -u, --url=PATH\n"
1124 "   URL to GET or POST (default: /)\n"
1125 " -P, --post=STRING\n"
1126 "   URL encoded http POST data\n"
1127 " -N, --no-body\n"
1128 "   Don't wait for document body: stop reading after headers.\n"
1129 "   (Note that this still does an HTTP GET or POST, not a HEAD.)\n"
1130 " -M, --max-age=SECONDS\n"
1131 "   Warn if document is more than SECONDS old. the number can also be of \n"
1132 "   the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days.\n"
1133 " -T, --content-type=STRING\n"
1134 "   specify Content-Type header media type when POSTing\n"
1135 msgstr ""
1137 #: plugins/check_http.c:1274
1138 #, c-format
1139 msgid ""
1140 " -l, --linespan\n"
1141 "    Allow regex to span newlines (must precede -r or -R)\n"
1142 " -r, --regex, --ereg=STRING\n"
1143 "    Search page for regex STRING\n"
1144 " -R, --eregi=STRING\n"
1145 "    Search page for case-insensitive regex STRING\n"
1146 msgstr ""
1148 #: plugins/check_http.c:1283
1149 #, c-format
1150 msgid ""
1151 " -a, --authorization=AUTH_PAIR\n"
1152 "   Username:password on sites with basic authentication\n"
1153 " -A, --useragent=STRING\n"
1154 "   String to be sent in http header as \"User Agent\"\n"
1155 " -k, --header=STRING\n"
1156 "   Any other tags to be sent in http header. Use multiple times for "
1157 "additional headers\n"
1158 " -L, --link=URL\n"
1159 "   Wrap output in HTML link (obsoleted by urlize)\n"
1160 " -f, --onredirect=<ok|warning|critical|follow>\n"
1161 "   How to handle redirected pages\n"
1162 " -m, --pagesize=INTEGER<:INTEGER>\n"
1163 "   Minimum page size required (bytes) : Maximum page size required (bytes)\n"
1164 msgstr ""
1166 #: plugins/check_http.c:1303
1167 #, c-format
1168 msgid ""
1169 "This plugin will attempt to open an HTTP connection with the host. "
1170 "Successful\n"
1171 "connects return STATE_OK, refusals and timeouts return STATE_CRITICAL, "
1172 "other\n"
1173 "errors return STATE_UNKNOWN.  Successful connects, but incorrect reponse\n"
1174 "messages from the host result in STATE_WARNING return values.  If you are\n"
1175 "checking a virtual server that uses 'host headers' you must supply the FQDN\n"
1176 "(fully qualified domain name) as the [host_name] argument.\n"
1177 msgstr ""
1179 #: plugins/check_http.c:1312
1180 #, c-format
1181 msgid ""
1182 "\n"
1183 "This plugin can also check whether an SSL enabled web server is able to\n"
1184 "serve content (optionally within a specified time) or whether the X509 \n"
1185 "certificate is still valid for the specified number of days.\n"
1186 msgstr ""
1188 #: plugins/check_http.c:1316
1189 #, c-format
1190 msgid ""
1191 "\n"
1192 "CHECK CONTENT: check_http -w 5 -c 10 --ssl www.verisign.com\n"
1193 "\n"
1194 "When the 'www.verisign.com' server returns its content within 5 seconds, a\n"
1195 "STATE_OK will be returned. When the server returns its content but exceeds\n"
1196 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1197 "occurs,\n"
1198 "a STATE_CRITICAL will be returned.\n"
1199 "\n"
1200 msgstr ""
1202 #: plugins/check_http.c:1323
1203 #, c-format
1204 msgid ""
1205 "CHECK CERTIFICATE: check_http www.verisign.com -C 14\n"
1206 "\n"
1207 "When the certificate of 'www.verisign.com' is valid for more than 14 days, "
1208 "a\n"
1209 "STATE_OK is returned. When the certificate is still valid, but for less "
1210 "than\n"
1211 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned "
1212 "when\n"
1213 "the certificate is expired.\n"
1214 msgstr ""
1216 #: plugins/check_ldap.c:112
1217 #, c-format
1218 msgid "Could not connect to the server at port %i\n"
1219 msgstr ""
1221 #: plugins/check_ldap.c:121
1222 #, c-format
1223 msgid "Could not set protocol version %d\n"
1224 msgstr ""
1226 #: plugins/check_ldap.c:137
1227 #, c-format
1228 msgid "Could not init TLS at port %i!\n"
1229 msgstr ""
1231 #: plugins/check_ldap.c:141
1232 #, c-format
1233 msgid "TLS not supported by the libraries!\n"
1234 msgstr ""
1236 #: plugins/check_ldap.c:160
1237 #, c-format
1238 msgid "Could not init startTLS at port %i!\n"
1239 msgstr ""
1241 #: plugins/check_ldap.c:164
1242 #, c-format
1243 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1244 msgstr ""
1246 #: plugins/check_ldap.c:174
1247 #, c-format
1248 msgid "Could not bind to the ldap-server\n"
1249 msgstr ""
1251 #: plugins/check_ldap.c:182
1252 #, c-format
1253 msgid "Could not search/find objectclasses in %s\n"
1254 msgstr ""
1256 #: plugins/check_ldap.c:205
1257 #, c-format
1258 msgid "LDAP %s - %.3f seconds response time|%s\n"
1259 msgstr ""
1261 #: plugins/check_ldap.c:311 plugins/check_ping.c:220
1262 msgid "IPv6 support not available\n"
1263 msgstr ""
1265 #: plugins/check_ldap.c:334
1266 msgid "Please specify the host name\n"
1267 msgstr ""
1269 #: plugins/check_ldap.c:337
1270 msgid "Please specify the LDAP base\n"
1271 msgstr ""
1273 #: plugins/check_ldap.c:362
1274 #, c-format
1275 msgid ""
1276 " -a [--attr]\n"
1277 "    ldap attribute to search (default: \"(objectclass=*)\"\n"
1278 " -b [--base]\n"
1279 "    ldap base (eg. ou=my unit, o=my org, c=at)\n"
1280 " -D [--bind]\n"
1281 "    ldap bind DN (if required)\n"
1282 " -P [--pass]\n"
1283 "    ldap password (if required)\n"
1284 msgstr ""
1286 #: plugins/check_ldap.c:373
1287 #, c-format
1288 msgid ""
1289 " -2 [--ver2]\n"
1290 "     use ldap protocol version 2\n"
1291 " -3 [--ver3]\n"
1292 "    use ldap protocol version 3\n"
1293 "    (default protocol version: %d)\n"
1294 msgstr ""
1296 #: plugins/check_load.c:75
1297 msgid "Warning threshold must be float or float triplet!\n"
1298 msgstr ""
1300 #: plugins/check_load.c:116 plugins/check_load.c:132
1301 #, c-format
1302 msgid "Error opening %s\n"
1303 msgstr ""
1305 #: plugins/check_load.c:144
1306 #, c-format
1307 msgid "Error code %d returned in %s\n"
1308 msgstr ""
1310 #: plugins/check_load.c:152
1311 #, c-format
1312 msgid "Error in getloadavg()\n"
1313 msgstr ""
1315 #: plugins/check_load.c:155 plugins/check_load.c:157
1316 #, c-format
1317 msgid "Error processing %s\n"
1318 msgstr ""
1320 #: plugins/check_load.c:166
1321 #, c-format
1322 msgid "load average: %.2f, %.2f, %.2f"
1323 msgstr ""
1325 #: plugins/check_load.c:255
1326 #, c-format
1327 msgid "Critical threshold for %d-minute load average is not specified\n"
1328 msgstr ""
1330 #: plugins/check_load.c:257
1331 #, c-format
1332 msgid "Warning threshold for %d-minute load average is not specified\n"
1333 msgstr ""
1335 #: plugins/check_load.c:259
1336 #, c-format
1337 msgid ""
1338 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1339 "\"critical load\"\n"
1340 msgstr ""
1342 #: plugins/check_load.c:275
1343 #, c-format
1344 msgid ""
1345 "This plugin tests the current system load average.\n"
1346 "\n"
1347 msgstr ""
1349 #: plugins/check_load.c:281
1350 #, c-format
1351 msgid ""
1352 " -w, --warning=WLOAD1,WLOAD5,WLOAD15\n"
1353 "   Exit with WARNING status if load average exceeds WLOADn\n"
1354 " -c, --critical=CLOAD1,CLOAD5,CLOAD15\n"
1355 "   Exit with CRITICAL status if load average exceed CLOADn\n"
1356 "\n"
1357 "the load average format is the same used by \"uptime\" and \"w\"\n"
1358 "\n"
1359 msgstr ""
1361 #: plugins/check_mrtg.c:62
1362 msgid "Could not parse arguments\n"
1363 msgstr ""
1365 #: plugins/check_mrtg.c:67
1366 #, c-format
1367 msgid "Unable to open MRTG log file\n"
1368 msgstr ""
1370 #: plugins/check_mrtg.c:114
1371 #, c-format
1372 msgid "Unable to process MRTG log file\n"
1373 msgstr ""
1375 #: plugins/check_mrtg.c:122 plugins/check_mrtgtraf.c:119
1376 #, c-format
1377 msgid "MRTG data has expired (%d minutes old)\n"
1378 msgstr ""
1380 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:178
1381 #: plugins/check_mrtgtraf.c:179
1382 msgid "Avg"
1383 msgstr ""
1385 #: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:178
1386 #: plugins/check_mrtgtraf.c:179
1387 msgid "Max"
1388 msgstr ""
1390 #: plugins/check_mrtg.c:208
1391 msgid "Invalid variable number"
1392 msgstr ""
1394 #: plugins/check_mrtg.c:243
1395 #, c-format
1396 msgid ""
1397 "%s is not a valid expiration time\n"
1398 "Use '%s -h' for additional help\n"
1399 msgstr ""
1401 #: plugins/check_mrtg.c:260
1402 msgid "Invalid variable number\n"
1403 msgstr ""
1405 #: plugins/check_mrtg.c:287
1406 msgid "You must supply the variable number"
1407 msgstr ""
1409 #: plugins/check_mrtg.c:308
1410 #, c-format
1411 msgid ""
1412 "This plugin will check either the average or maximum value of one of the\n"
1413 "two variables recorded in an MRTG log file.\n"
1414 "\n"
1415 msgstr ""
1417 #: plugins/check_mrtg.c:316
1418 #, c-format
1419 msgid ""
1420 " -F, --logfile=FILE\n"
1421 "   The MRTG log file containing the data you want to monitor\n"
1422 " -e, --expires=MINUTES\n"
1423 "   Minutes before MRTG data is considered to be too old\n"
1424 " -a, --aggregation=AVG|MAX\n"
1425 "   Should we check average or maximum values?\n"
1426 " -v, --variable=INTEGER\n"
1427 "   Which variable set should we inspect? (1 or 2)\n"
1428 " -w, --warning=INTEGER\n"
1429 "   Threshold value for data to result in WARNING status\n"
1430 " -c, --critical=INTEGER\n"
1431 "   Threshold value for data to result in CRITICAL status\n"
1432 msgstr ""
1434 #: plugins/check_mrtg.c:330
1435 #, c-format
1436 msgid ""
1437 " -l, --label=STRING\n"
1438 "   Type label for data (Examples: Conns, \"Processor Load\", In, Out)\n"
1439 " -u, --units=STRING\n"
1440 "   Option units label for data (Example: Packets/Sec, Errors/Sec, \n"
1441 "   \"Bytes Per Second\", \"%% Utilization\")\n"
1442 msgstr ""
1444 #: plugins/check_mrtg.c:337
1445 #, c-format
1446 msgid ""
1447 "If the value exceeds the <vwl> threshold, a WARNING status is returned.  If\n"
1448 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If\n"
1449 "the data in the log file is older than <expire_minutes> old, a WARNING\n"
1450 "status is returned and a warning message is printed.\n"
1451 "\n"
1452 msgstr ""
1454 #: plugins/check_mrtg.c:343
1455 #, c-format
1456 msgid ""
1457 "This plugin is useful for monitoring MRTG data that does not correspond to\n"
1458 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth).\n"
1459 "It can be used to monitor any kind of data that MRTG is monitoring - "
1460 "errors,\n"
1461 "packets/sec, etc.  I use MRTG in conjuction with the Novell NLM that allows\n"
1462 "me to track processor utilization, user connections, drive space, etc and\n"
1463 "this plugin works well for monitoring that kind of data as well.\n"
1464 "\n"
1465 msgstr ""
1467 #: plugins/check_mrtg.c:350
1468 #, c-format
1469 msgid ""
1470 "Notes:\n"
1471 "- This plugin only monitors one of the two variables stored in the MRTG log\n"
1472 "  file.  If you want to monitor both values you will have to define two\n"
1473 "  commands with different values for the <variable> argument.  Of course,\n"
1474 "  you can always hack the code to make this plugin work for you...\n"
1475 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1476 "from\n"
1477 "  http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n"
1478 msgstr ""
1480 #: plugins/check_mrtgtraf.c:71
1481 msgid "Unable to open MRTG log file"
1482 msgstr ""
1484 #: plugins/check_mrtgtraf.c:113
1485 msgid "Unable to process MRTG log file"
1486 msgstr ""
1488 #: plugins/check_mrtgtraf.c:177
1489 #, c-format
1490 msgid "%s. In = %0.1f %s, %s. Out = %0.1f %s|%s %s\n"
1491 msgstr ""
1493 #: plugins/check_mrtgtraf.c:190
1494 #, c-format
1495 msgid "Traffic %s - %s\n"
1496 msgstr ""
1498 #: plugins/check_mrtgtraf.c:320
1499 #, c-format
1500 msgid ""
1501 "\n"
1502 "This plugin will check the incoming/outgoing transfer rates of a router,\n"
1503 "switch, etc recorded in an MRTG log.  If the newest log entry is older\n"
1504 "than <expire_minutes>, a WARNING status is returned. If either the\n"
1505 "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n"
1506 "Bytes/sec), a CRITICAL status results.  If either of the rates exceed\n"
1507 "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n"
1508 "\n"
1509 msgstr ""
1511 #: plugins/check_mrtgtraf.c:332
1512 #, c-format
1513 msgid ""
1514 " -F, --filename=STRING\n"
1515 "   File to read log from\n"
1516 " -e, --expires=INTEGER\n"
1517 "   Minutes after which log expires\n"
1518 " -a, --aggregation=(AVG|MAX)\n"
1519 "   Test average or maximum\n"
1520 " -w, --warning\n"
1521 "   Warning threshold pair \"<incoming>,<outgoing>\"\n"
1522 " -c, --critical\n"
1523 "   Critical threshold pair \"<incoming>,<outgoing>\"\n"
1524 msgstr ""
1526 #: plugins/check_mrtgtraf.c:344
1527 #, c-format
1528 msgid ""
1529 "Notes:\n"
1530 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n"
1531 "  http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n"
1532 "- While MRTG can monitor things other than traffic rates, this\n"
1533 "  plugin probably won't work with much else without modification.\n"
1534 "- The calculated i/o rates are a little off from what MRTG actually\n"
1535 "  reports.  I'm not sure why this is right now, but will look into it\n"
1536 "  for future enhancements of this plugin.\n"
1537 msgstr ""
1539 #: plugins/check_mysql.c:106
1540 #, c-format
1541 msgid "slave query error: %s\n"
1542 msgstr ""
1544 #: plugins/check_mysql.c:113
1545 #, c-format
1546 msgid "slave store_result error: %s\n"
1547 msgstr ""
1549 #: plugins/check_mysql.c:119
1550 msgid "No slaves defined"
1551 msgstr ""
1553 #: plugins/check_mysql.c:127
1554 #, c-format
1555 msgid "slave fetch row error: %s\n"
1556 msgstr ""
1558 #: plugins/check_mysql.c:132
1559 #, c-format
1560 msgid "Slave running: %s"
1561 msgstr ""
1563 #: plugins/check_mysql.c:350
1564 #, c-format
1565 msgid "This program tests connections to a mysql server\n"
1566 msgstr ""
1568 #: plugins/check_mysql.c:358
1569 #, c-format
1570 msgid ""
1571 " -d, --database=STRING\n"
1572 "   Check database with indicated name\n"
1573 " -u, --username=STRING\n"
1574 "   Connect using the indicated username\n"
1575 " -p, --password=STRING\n"
1576 "   Use the indicated password to authenticate the connection\n"
1577 "   ==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <==\n"
1578 "   Your clear-text password will be visible as a process table entry\n"
1579 " -S, --check-slave\n"
1580 "   Check if the slave thread is running properly.\n"
1581 " -w, --warning\n"
1582 "   Exit with WARNING status if slave server is more then INTEGER seconds "
1583 "behind master\n"
1584 " -c, --critical\n"
1585 "   Exit with CRITICAL status if slave server is more then INTEGER seconds "
1586 "behind master\n"
1587 msgstr ""
1589 #: plugins/check_mysql.c:374
1590 #, c-format
1591 msgid ""
1592 "\n"
1593 "There are no required arguments. By default, the local database with\n"
1594 "a server listening on MySQL standard port %d will be checked\n"
1595 msgstr ""
1597 #: plugins/check_nagios.c:88
1598 msgid "Cannot open status log for reading!"
1599 msgstr ""
1601 #: plugins/check_nagios.c:138
1602 #, c-format
1603 msgid "Found process: %s %s\n"
1604 msgstr ""
1606 #: plugins/check_nagios.c:152
1607 msgid "Could not locate a running Nagios process!"
1608 msgstr ""
1610 #: plugins/check_nagios.c:156
1611 msgid "Cannot parse Nagios log file for valid time"
1612 msgstr ""
1614 #: plugins/check_nagios.c:167 plugins/check_procs.c:295
1615 #, c-format
1616 msgid "%d process"
1617 msgid_plural "%d processes"
1618 msgstr[0] ""
1619 msgstr[1] ""
1621 #: plugins/check_nagios.c:170
1622 #, c-format
1623 msgid "status log updated %d second ago"
1624 msgid_plural "status log updated %d seconds ago"
1625 msgstr[0] ""
1626 msgstr[1] ""
1628 #: plugins/check_nagios.c:207 plugins/check_nagios.c:236
1629 msgid "Expiration time must be an integer (seconds)\n"
1630 msgstr ""
1632 #: plugins/check_nagios.c:248
1633 msgid "You must provide the status_log\n"
1634 msgstr ""
1636 #: plugins/check_nagios.c:251
1637 msgid "You must provide a process string\n"
1638 msgstr ""
1640 #: plugins/check_nagios.c:265
1641 #, c-format
1642 msgid ""
1643 "This plugin checks the status of the Nagios process on the local\n"
1644 "machine. The plugin will check to make sure the Nagios status log is no "
1645 "older\n"
1646 "than the number of minutes specified by the expires option. It also\n"
1647 "checks the process table for a process matching the command argument.\n"
1648 "\n"
1649 msgstr ""
1651 #: plugins/check_nagios.c:275
1652 #, c-format
1653 msgid ""
1654 " -F, --filename=FILE\n"
1655 "   Name of the log file to check\n"
1656 " -e, --expires=INTEGER\n"
1657 "   Minutes aging after which logfile is considered stale\n"
1658 " -C, --command=STRING\n"
1659 "   Substring to search for in process arguments\n"
1660 msgstr ""
1662 #: plugins/check_nagios.c:283
1663 #, c-format
1664 msgid ""
1665 "Example:\n"
1666 "   ./check_nagios -e 5 -F /usr/local/nagios/var/status.log -C /usr/local/"
1667 "nagios/bin/nagios\n"
1668 msgstr ""
1670 #: plugins/check_nt.c:135
1671 #, c-format
1672 msgid "Wrong client version - running: %s, required: %s"
1673 msgstr ""
1675 #: plugins/check_nt.c:146 plugins/check_nt.c:206
1676 msgid "missing -l parameters"
1677 msgstr ""
1679 #: plugins/check_nt.c:148
1680 msgid "wrong -l parameter."
1681 msgstr ""
1683 #: plugins/check_nt.c:152
1684 msgid "CPU Load"
1685 msgstr ""
1687 #: plugins/check_nt.c:175
1688 #, c-format
1689 msgid " %lu%% (%lu min average)"
1690 msgstr ""
1692 #: plugins/check_nt.c:177
1693 #, c-format
1694 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
1695 msgstr ""
1697 #: plugins/check_nt.c:187
1698 msgid "not enough values for -l parameters"
1699 msgstr ""
1701 #: plugins/check_nt.c:199
1702 #, c-format
1703 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s)"
1704 msgstr ""
1706 #: plugins/check_nt.c:208
1707 msgid "wrong -l argument"
1708 msgstr ""
1710 #: plugins/check_nt.c:219
1711 #, c-format
1712 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
1713 msgstr ""
1715 #: plugins/check_nt.c:222
1716 #, c-format
1717 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
1718 msgstr ""
1720 #: plugins/check_nt.c:236
1721 msgid "Free disk space : Invalid drive "
1722 msgstr ""
1724 #: plugins/check_nt.c:246
1725 msgid "No service/process specified"
1726 msgstr ""
1728 #: plugins/check_nt.c:270
1729 #, c-format
1730 msgid ""
1731 "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
1732 msgstr ""
1734 #: plugins/check_nt.c:273
1735 #, c-format
1736 msgid "'Memory usage'=%.2fMb;%.2f;%.2f;0.00;%.2f"
1737 msgstr ""
1739 #: plugins/check_nt.c:309 plugins/check_nt.c:395
1740 msgid "No counter specified"
1741 msgstr ""
1743 #: plugins/check_nt.c:342
1744 msgid "Minimum value contains non-numbers"
1745 msgstr ""
1747 #: plugins/check_nt.c:346
1748 msgid "Maximum value contains non-numbers"
1749 msgstr ""
1751 #: plugins/check_nt.c:353
1752 msgid "No unit counter specified"
1753 msgstr ""
1755 #: plugins/check_nt.c:425
1756 msgid "Please specify a variable to check"
1757 msgstr ""
1759 #: plugins/check_nt.c:507
1760 msgid "Server port must be an integer\n"
1761 msgstr ""
1763 #: plugins/check_nt.c:560
1764 msgid "None"
1765 msgstr ""
1767 #: plugins/check_nt.c:573
1768 msgid "could not fetch information from server\n"
1769 msgstr ""
1771 #: plugins/check_nt.c:617
1772 #, c-format
1773 msgid ""
1774 "This plugin collects data from the NSClient service running on a\n"
1775 "Windows NT/2000/XP/2003 server.\n"
1776 "\n"
1777 msgstr ""
1779 #: plugins/check_nt.c:622
1780 #, c-format
1781 msgid ""
1782 "\n"
1783 "Options:\n"
1784 "-H, --hostname=HOST\n"
1785 "  Name of the host to check\n"
1786 "-p, --port=INTEGER\n"
1787 "  Optional port number (default: %d)\n"
1788 "-s <password>\n"
1789 "  Password needed for the request\n"
1790 "-w, --warning=INTEGER\n"
1791 "  Threshold which will result in a warning status\n"
1792 "-c, --critical=INTEGER\n"
1793 "  Threshold which will result in a critical status\n"
1794 "-t, --timeout=INTEGER\n"
1795 "  Seconds before connection attempt times out (default: %d)\n"
1796 "-h, --help\n"
1797 "  Print this help screen\n"
1798 "-V, --version\n"
1799 "  Print version information\n"
1800 msgstr ""
1802 #: plugins/check_nt.c:640
1803 #, c-format
1804 msgid ""
1805 "-v, --variable=STRING\n"
1806 "  Variable to check.  Valid variables are:\n"
1807 msgstr ""
1809 #: plugins/check_nt.c:643
1810 #, c-format
1811 msgid ""
1812 "   CLIENTVERSION = Get the NSClient version\n"
1813 "     If -l <version> is specified, will return warning if versions differ.\n"
1814 msgstr ""
1816 #: plugins/check_nt.c:646
1817 #, c-format
1818 msgid ""
1819 "   CPULOAD = Average CPU load on last x minutes.\n"
1820 "     Request a -l parameter with the following syntax:\n"
1821 "     -l <minutes range>,<warning threshold>,<critical threshold>.\n"
1822 "     <minute range> should be less than 24*60.\n"
1823 "     Thresholds are percentage and up to 10 requests can be done in one "
1824 "shot.\n"
1825 "     ie: -l 60,90,95,120,90,95\n"
1826 msgstr ""
1828 #: plugins/check_nt.c:653
1829 #, c-format
1830 msgid ""
1831 "   UPTIME = Get the uptime of the machine.\n"
1832 "     No specific parameters. No warning or critical threshold\n"
1833 msgstr ""
1835 #: plugins/check_nt.c:656
1836 #, c-format
1837 msgid ""
1838 "   USEDDISKSPACE = Size and percentage of disk use.\n"
1839 "     Request a -l parameter containing the drive letter only.\n"
1840 "     Warning and critical thresholds can be specified with -w and -c.\n"
1841 msgstr ""
1843 #: plugins/check_nt.c:660
1844 #, c-format
1845 msgid ""
1846 "   MEMUSE = Memory use.\n"
1847 "     Warning and critical thresholds can be specified with -w and -c.\n"
1848 msgstr ""
1850 #: plugins/check_nt.c:663
1851 #, c-format
1852 msgid ""
1853 "   SERVICESTATE = Check the state of one or several services.\n"
1854 "     Request a -l parameters with the following syntax:\n"
1855 "     -l <service1>,<service2>,<service3>,...\n"
1856 "     You can specify -d SHOWALL in case you want to see working services\n"
1857 "\t\t in the returned string.\n"
1858 msgstr ""
1860 #: plugins/check_nt.c:669
1861 #, c-format
1862 msgid ""
1863 "   PROCSTATE = Check if one or several process are running.\n"
1864 "     Same syntax as SERVICESTATE.\n"
1865 msgstr ""
1867 #: plugins/check_nt.c:672
1868 #, c-format
1869 msgid ""
1870 "   COUNTER = Check any performance counter of Windows NT/2000.\n"
1871 "     Request a -l parameters with the following syntax:\n"
1872 "\t\t -l \"\\\\<performance object>\\\\counter\",\"<description>\n"
1873 "     The <description> parameter is optional and \n"
1874 "     is given to a printf output command which requires a float parameter.\n"
1875 "     If <description> does not include \"%%\", it is used as a label.\n"
1876 "     Some examples:\n"
1877 "       \"Paging file usage is %%.2f %%%%\"\n"
1878 "       \"%%.f %%%% paging file used.\"\n"
1879 msgstr ""
1881 #: plugins/check_nt.c:682
1882 #, c-format
1883 msgid ""
1884 "Notes:\n"
1885 " - The NSClient service should be running on the server to get any "
1886 "information\n"
1887 "   (http://nsclient.ready2run.nl).\n"
1888 " - Critical thresholds should be lower than warning thresholds\n"
1889 msgstr ""
1891 #: plugins/check_nwstat.c:146
1892 #, c-format
1893 msgid "NetWare %s: "
1894 msgstr ""
1896 #: plugins/check_nwstat.c:184
1897 #, c-format
1898 msgid "Up %s,"
1899 msgstr ""
1901 #: plugins/check_nwstat.c:192
1902 #, c-format
1903 msgid "Load %s - %s %s-min load average = %lu%%"
1904 msgstr ""
1906 #: plugins/check_nwstat.c:216
1907 #, c-format
1908 msgid "Conns %s - %lu current connections"
1909 msgstr ""
1911 #: plugins/check_nwstat.c:238
1912 #, c-format
1913 msgid "%s: Long term cache hits = %lu%%"
1914 msgstr ""
1916 #: plugins/check_nwstat.c:260
1917 #, c-format
1918 msgid "%s: Total cache buffers = %lu"
1919 msgstr ""
1921 #: plugins/check_nwstat.c:282
1922 #, c-format
1923 msgid "%s: Dirty cache buffers = %lu"
1924 msgstr ""
1926 #: plugins/check_nwstat.c:304
1927 #, c-format
1928 msgid "%s: LRU sitting time = %lu minutes"
1929 msgstr ""
1931 #: plugins/check_nwstat.c:321 plugins/check_nwstat.c:349
1932 #: plugins/check_nwstat.c:494 plugins/check_nwstat.c:518
1933 #: plugins/check_nwstat.c:556 plugins/check_nwstat.c:580
1934 #, c-format
1935 msgid "CRITICAL - Volume '%s' does not exist!"
1936 msgstr ""
1938 #: plugins/check_nwstat.c:330
1939 #, c-format
1940 msgid "%s%lu KB free on volume %s"
1941 msgstr ""
1943 #: plugins/check_nwstat.c:331 plugins/check_nwstat.c:502
1944 #: plugins/check_nwstat.c:564
1945 msgid "Only "
1946 msgstr ""
1948 #: plugins/check_nwstat.c:373
1949 #, c-format
1950 msgid "%lu MB (%lu%%) free on volume %s - total %lu MB"
1951 msgstr ""
1953 #: plugins/check_nwstat.c:398
1954 #, c-format
1955 msgid "Directory Services Database is %s (DS version %s)"
1956 msgstr ""
1958 #: plugins/check_nwstat.c:415
1959 #, c-format
1960 msgid "Logins are %s"
1961 msgstr ""
1963 #: plugins/check_nwstat.c:415
1964 msgid "enabled"
1965 msgstr ""
1967 #: plugins/check_nwstat.c:415
1968 msgid "disabled"
1969 msgstr ""
1971 #: plugins/check_nwstat.c:454
1972 #, c-format
1973 msgid "%lu of %lu (%lu%%) packet receive buffers used"
1974 msgstr ""
1976 #: plugins/check_nwstat.c:478
1977 #, c-format
1978 msgid "%lu entries in SAP table"
1979 msgstr ""
1981 #: plugins/check_nwstat.c:480
1982 #, c-format
1983 msgid "%lu entries in SAP table for SAP type %d"
1984 msgstr ""
1986 #: plugins/check_nwstat.c:502
1987 #, c-format
1988 msgid "%s%lu KB purgeable on volume %s"
1989 msgstr ""
1991 #: plugins/check_nwstat.c:541
1992 #, c-format
1993 msgid "%lu MB (%lu%%) purgeable on volume %s"
1994 msgstr ""
1996 #: plugins/check_nwstat.c:564
1997 #, c-format
1998 msgid "%s%lu KB not yet purgeable on volume %s"
1999 msgstr ""
2001 #: plugins/check_nwstat.c:603
2002 #, c-format
2003 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2004 msgstr ""
2006 #: plugins/check_nwstat.c:624
2007 #, c-format
2008 msgid "%lu open files"
2009 msgstr ""
2011 #: plugins/check_nwstat.c:644
2012 #, c-format
2013 msgid "%lu abended threads"
2014 msgstr ""
2016 #: plugins/check_nwstat.c:675
2017 #, c-format
2018 msgid "%lu current service processes (%lu max)"
2019 msgstr ""
2021 #: plugins/check_nwstat.c:694
2022 msgid "CRITICAL - Time not in sync with network!"
2023 msgstr ""
2025 #: plugins/check_nwstat.c:697
2026 msgid "OK - Time in sync with network!"
2027 msgstr ""
2029 #: plugins/check_nwstat.c:716
2030 #, c-format
2031 msgid "LRU sitting time = %lu seconds"
2032 msgstr ""
2034 #: plugins/check_nwstat.c:735
2035 #, c-format
2036 msgid "Dirty cache buffers = %lu%% of the total"
2037 msgstr ""
2039 #: plugins/check_nwstat.c:753
2040 #, c-format
2041 msgid "Total cache buffers = %lu%% of the original"
2042 msgstr ""
2044 #: plugins/check_nwstat.c:767
2045 #, c-format
2046 msgid "NDS Version %s"
2047 msgstr ""
2049 #: plugins/check_nwstat.c:783
2050 #, c-format
2051 msgid "Up %s"
2052 msgstr ""
2054 #: plugins/check_nwstat.c:797
2055 #, c-format
2056 msgid "Module %s version %s is loaded"
2057 msgstr ""
2059 #: plugins/check_nwstat.c:800
2060 #, c-format
2061 msgid "Module %s is not loaded"
2062 msgstr ""
2064 #: plugins/check_nwstat.c:805 plugins/check_overcr.c:272
2065 msgid "Nothing to check!\n"
2066 msgstr ""
2068 #: plugins/check_nwstat.c:887 plugins/check_overcr.c:342
2069 msgid "Server port an integer\n"
2070 msgstr ""
2072 #: plugins/check_nwstat.c:1016
2073 #, c-format
2074 msgid ""
2075 "This plugin attempts to contact the MRTGEXT NLM running on a\n"
2076 "Novell server to gather the requested system information.\n"
2077 "\n"
2078 msgstr ""
2080 #: plugins/check_nwstat.c:1026
2081 #, c-format
2082 msgid ""
2083 " -v, --variable=STRING\n"
2084 "    Variable to check.  Valid variables include:\n"
2085 "      LOAD1     = 1 minute average CPU load\n"
2086 "      LOAD5     = 5 minute average CPU load\n"
2087 "      LOAD15    = 15 minute average CPU load\n"
2088 "      CSPROCS   = number of current service processes (NW 5.x only)\n"
2089 "      ABENDS    = number of abended threads (NW 5.x only)\n"
2090 "      UPTIME    = server uptime\n"
2091 msgstr ""
2093 #: plugins/check_nwstat.c:1036
2094 #, c-format
2095 msgid ""
2096 "      LTCH      = percent long term cache hits\n"
2097 "      CBUFF     = current number of cache buffers\n"
2098 "      CDBUFF    = current number of dirty cache buffers\n"
2099 "      DCB       = dirty cache buffers as a percentage of the total\n"
2100 "      TCB       = dirty cache buffers as a percentage of the original\n"
2101 msgstr ""
2103 #: plugins/check_nwstat.c:1043
2104 #, c-format
2105 msgid ""
2106 "      OFILES    = number of open files\n"
2107 "      VPF<vol>  = percent free space on volume <vol>\n"
2108 "      VKF<vol>  = KB of free space on volume <vol>\n"
2109 "      VPP<vol>  = percent purgeable space on volume <vol>\n"
2110 "      VKP<vol>  = KB of purgeable space on volume <vol>\n"
2111 "      VPNP<vol> = percent not yet purgeable space on volume <vol>\n"
2112 "      VKNP<vol> = KB of not yet purgeable space on volume <vol>\n"
2113 msgstr ""
2115 #: plugins/check_nwstat.c:1052
2116 #, c-format
2117 msgid ""
2118 "      LRUM      = LRU sitting time in minutes\n"
2119 "      LRUS      = LRU sitting time in seconds\n"
2120 "      DSDB      = check to see if DS Database is open\n"
2121 "      DSVER     = NDS version\n"
2122 "      UPRB      = used packet receive buffers\n"
2123 "      PUPRB     = percent (of max) used packet receive buffers\n"
2124 "      SAPENTRIES = number of entries in the SAP table\n"
2125 "      SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>\n"
2126 msgstr ""
2128 #: plugins/check_nwstat.c:1062
2129 #, c-format
2130 msgid ""
2131 "      TSYNC     = timesync status \n"
2132 "      LOGINS    = check to see if logins are enabled\n"
2133 "      CONNS     = number of currently licensed connections\n"
2134 "      NLM:<nlm> = check if NLM is loaded and report version\n"
2135 "                  (e.g. \"NLM:TSANDS.NLM\")\n"
2136 msgstr ""
2138 #: plugins/check_nwstat.c:1069
2139 #, c-format
2140 msgid ""
2141 " -w, --warning=INTEGER\n"
2142 "    Threshold which will result in a warning status\n"
2143 " -c, --critical=INTEGER\n"
2144 "    Threshold which will result in a critical status\n"
2145 " -o, --osversion\n"
2146 "    Include server version string in results\n"
2147 msgstr ""
2149 #: plugins/check_nwstat.c:1079
2150 #, c-format
2151 msgid ""
2152 "\n"
2153 "Notes:\n"
2154 "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG\n"
2155 "  extension for NetWare be loaded on the Novell servers you wish to check.\n"
2156 "  (available from http://www.engr.wisc.edu/~drews/mrtg/)\n"
2157 "- Values for critical thresholds should be lower than warning thresholds\n"
2158 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, \n"
2159 "  TCB, LRUS and LRUM.\n"
2160 msgstr ""
2162 #: plugins/check_overcr.c:110
2163 msgid "Unknown error fetching load data\n"
2164 msgstr ""
2166 #: plugins/check_overcr.c:114
2167 msgid "Invalid response from server - no load information\n"
2168 msgstr ""
2170 #: plugins/check_overcr.c:120
2171 msgid "Invalid response from server after load 1\n"
2172 msgstr ""
2174 #: plugins/check_overcr.c:126
2175 msgid "Invalid response from server after load 5\n"
2176 msgstr ""
2178 #: plugins/check_overcr.c:151
2179 #, c-format
2180 msgid "Load %s - %s-min load average = %0.2f"
2181 msgstr ""
2183 #: plugins/check_overcr.c:161
2184 msgid "Unknown error fetching disk data\n"
2185 msgstr ""
2187 #: plugins/check_overcr.c:171 plugins/check_overcr.c:223
2188 #: plugins/check_overcr.c:227
2189 msgid "Invalid response from server\n"
2190 msgstr ""
2192 #: plugins/check_overcr.c:198
2193 msgid "Unknown error fetching network status\n"
2194 msgstr ""
2196 #: plugins/check_overcr.c:208
2197 #, c-format
2198 msgid "Net %s - %d connection%s on port %d"
2199 msgstr ""
2201 #: plugins/check_overcr.c:219
2202 msgid "Unknown error fetching process status\n"
2203 msgstr ""
2205 #: plugins/check_overcr.c:237
2206 #, c-format
2207 msgid "Process %s - %d instance%s of %s running"
2208 msgstr ""
2210 #: plugins/check_overcr.c:264
2211 #, c-format
2212 msgid "Uptime %s - Up %d days %d hours %d minutes"
2213 msgstr ""
2215 #: plugins/check_overcr.c:406
2216 #, c-format
2217 msgid ""
2218 "This plugin attempts to contact the Over-CR collector daemon running on the\n"
2219 "remote UNIX server in order to gather the requested system information.\n"
2220 "\n"
2221 msgstr ""
2223 #: plugins/check_overcr.c:416
2224 #, c-format
2225 msgid ""
2226 "-v, --variable=STRING\n"
2227 "   Variable to check.  Valid variables include:\n"
2228 "     LOAD1         = 1 minute average CPU load\n"
2229 "     LOAD5         = 5 minute average CPU load\n"
2230 "     LOAD15        = 15 minute average CPU load\n"
2231 "     DPU<filesys>  = percent used disk space on filesystem <filesys>\n"
2232 "     PROC<process> = number of running processes with name <process>\n"
2233 "     NET<port>     = number of active connections on TCP port <port>\n"
2234 "     UPTIME        = system uptime in seconds\n"
2235 msgstr ""
2237 #: plugins/check_overcr.c:427
2238 #, c-format
2239 msgid ""
2240 " -w, --warning=INTEGER\n"
2241 "   Threshold which will result in a warning status\n"
2242 " -c, --critical=INTEGER\n"
2243 "   Threshold which will result in a critical status\n"
2244 msgstr ""
2246 #: plugins/check_overcr.c:435
2247 #, c-format
2248 msgid ""
2249 "Notes:\n"
2250 " - For the available options, the critical threshold value should always be\n"
2251 "   higher than the warning threshold value, EXCEPT with the uptime variable\n"
2252 "\n"
2253 msgstr ""
2255 #: plugins/check_overcr.c:440
2256 #, c-format
2257 msgid ""
2258 " - This plugin requres that Eric Molitors' Over-CR collector daemon be\n"
2259 "   running on the remote server. Over-CR can be downloaded from\n"
2260 "   http://www.molitor.org/overcr (This plugin was tested with version\n"
2261 "   0.99.53 of the Over-CR collector)\n"
2262 "\n"
2263 msgstr ""
2265 #: plugins/check_pgsql.c:157
2266 #, c-format
2267 msgid "CRITICAL - no connection to '%s' (%s).\n"
2268 msgstr ""
2270 #: plugins/check_pgsql.c:172
2271 #, c-format
2272 msgid " %s - database %s (%d sec.)|%s\n"
2273 msgstr ""
2275 #: plugins/check_pgsql.c:227 plugins/check_tcp.c:458 plugins/check_time.c:265
2276 #: plugins/check_time.c:277 plugins/check_udp.c:166 plugins/check_users.c:152
2277 msgid "Critical threshold must be a positive integer"
2278 msgstr ""
2280 #: plugins/check_pgsql.c:233 plugins/check_tcp.c:468 plugins/check_time.c:246
2281 #: plugins/check_time.c:270 plugins/check_udp.c:173 plugins/check_users.c:158
2282 #: plugins/check_users.c:168 plugins/check_users.c:175
2283 msgid "Warning threshold must be a positive integer"
2284 msgstr ""
2286 #: plugins/check_pgsql.c:251
2287 msgid "Database name is not valid"
2288 msgstr ""
2290 #: plugins/check_pgsql.c:257
2291 msgid "User name is not valid"
2292 msgstr ""
2294 #: plugins/check_pgsql.c:394
2295 #, c-format
2296 msgid ""
2297 "Test whether a PostgreSQL Database is accepting connections.\n"
2298 "\n"
2299 msgstr ""
2301 #: plugins/check_pgsql.c:404
2302 #, c-format
2303 msgid ""
2304 "  -d, --database=STRING\n"
2305 "    Database to check (default: %s)\n"
2306 "  -l, --logname = STRING\n"
2307 "    Login name of user\n"
2308 "  -p, --password = STRING\n"
2309 "    Password (BIG SECURITY ISSUE)\n"
2310 msgstr ""
2312 #: plugins/check_pgsql.c:418
2313 #, c-format
2314 msgid ""
2315 "\n"
2316 "All parameters are optional.\n"
2317 "\n"
2318 "This plugin tests a PostgreSQL DBMS to determine whether it is active and\n"
2319 "accepting queries. In its current operation, it simply connects to the\n"
2320 "specified database, and then disconnects. If no database is specified, it\n"
2321 "connects to the template1 database, which is present in every functioning \n"
2322 "PostgreSQL DBMS.\n"
2323 msgstr ""
2325 #: plugins/check_pgsql.c:425
2326 #, c-format
2327 msgid ""
2328 "\n"
2329 "The plugin will connect to a local postmaster if no host is specified. To\n"
2330 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP\n"
2331 "connections (start the postmaster with the -i option).\n"
2332 msgstr ""
2334 #: plugins/check_pgsql.c:429
2335 #, c-format
2336 msgid ""
2337 "\n"
2338 "Typically, the nagios user (unless the --logname option is used) should be\n"
2339 "able to connect to the database without a password. The plugin can also "
2340 "send\n"
2341 "a password, but no effort is made to obsure or encrypt the password.\n"
2342 msgstr ""
2344 #: plugins/check_ping.c:124
2345 msgid "CRITICAL - Could not interpret output from ping command\n"
2346 msgstr ""
2348 #: plugins/check_ping.c:140
2349 #, c-format
2350 msgid "PING %s - %sPacket loss = %d%%"
2351 msgstr ""
2353 #: plugins/check_ping.c:143
2354 #, c-format
2355 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
2356 msgstr ""
2358 #: plugins/check_ping.c:231
2359 msgid "Could not realloc() addresses\n"
2360 msgstr ""
2362 #: plugins/check_ping.c:246 plugins/check_ping.c:326
2363 #, c-format
2364 msgid "<max_packets> (%s) must be a non-negative number\n"
2365 msgstr ""
2367 #: plugins/check_ping.c:280
2368 #, c-format
2369 msgid "<wpl> (%s) must be an integer percentage\n"
2370 msgstr ""
2372 #: plugins/check_ping.c:291
2373 #, c-format
2374 msgid "<cpl> (%s) must be an integer percentage\n"
2375 msgstr ""
2377 #: plugins/check_ping.c:302
2378 #, c-format
2379 msgid "<wrta> (%s) must be a non-negative number\n"
2380 msgstr ""
2382 #: plugins/check_ping.c:313
2383 #, c-format
2384 msgid "<crta> (%s) must be a non-negative number\n"
2385 msgstr ""
2387 #: plugins/check_ping.c:346
2388 #, c-format
2389 msgid ""
2390 "%s: Warning threshold must be integer or percentage!\n"
2391 "\n"
2392 msgstr ""
2394 #: plugins/check_ping.c:359
2395 #, c-format
2396 msgid "<wrta> was not set\n"
2397 msgstr ""
2399 #: plugins/check_ping.c:363
2400 #, c-format
2401 msgid "<crta> was not set\n"
2402 msgstr ""
2404 #: plugins/check_ping.c:367
2405 #, c-format
2406 msgid "<wpl> was not set\n"
2407 msgstr ""
2409 #: plugins/check_ping.c:371
2410 #, c-format
2411 msgid "<cpl> was not set\n"
2412 msgstr ""
2414 #: plugins/check_ping.c:375
2415 #, c-format
2416 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
2417 msgstr ""
2419 #: plugins/check_ping.c:379
2420 #, c-format
2421 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
2422 msgstr ""
2424 #: plugins/check_ping.c:415
2425 #, c-format
2426 msgid "Cannot open stderr for %s\n"
2427 msgstr ""
2429 #: plugins/check_ping.c:464 plugins/check_ping.c:466
2430 msgid "System call sent warnings to stderr "
2431 msgstr ""
2433 #: plugins/check_ping.c:491
2434 #, c-format
2435 msgid "CRITICAL - Network unreachable (%s)"
2436 msgstr ""
2438 #: plugins/check_ping.c:493
2439 #, c-format
2440 msgid "CRITICAL - Host Unreachable (%s)"
2441 msgstr ""
2443 #: plugins/check_ping.c:495
2444 #, c-format
2445 msgid "CRITICAL - Host not found (%s)"
2446 msgstr ""
2448 #: plugins/check_ping.c:497
2449 #, c-format
2450 msgid "CRITICAL - Time to live exceeded (%s)"
2451 msgstr ""
2453 #: plugins/check_ping.c:504
2454 msgid "Unable to realloc warn_text"
2455 msgstr ""
2457 #: plugins/check_ping.c:521
2458 #, c-format
2459 msgid ""
2460 "Use ping to check connection statistics for a remote host.\n"
2461 "\n"
2462 msgstr ""
2464 #: plugins/check_ping.c:529
2465 #, c-format
2466 msgid ""
2467 "-H, --hostname=HOST\n"
2468 "   host to ping\n"
2469 "-w, --warning=THRESHOLD\n"
2470 "   warning threshold pair\n"
2471 "-c, --critical=THRESHOLD\n"
2472 "   critical threshold pair\n"
2473 "-p, --packets=INTEGER\n"
2474 "   number of ICMP ECHO packets to send (Default: %d)\n"
2475 "-L, --link\n"
2476 "   show HTML in the plugin output (obsoleted by urlize)\n"
2477 msgstr ""
2479 #: plugins/check_ping.c:544
2480 #, c-format
2481 msgid ""
2482 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n"
2483 "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n"
2484 "percentage of packet loss to trigger an alarm state.\n"
2485 "\n"
2486 msgstr ""
2488 #: plugins/check_ping.c:549
2489 #, c-format
2490 msgid ""
2491 "This plugin uses the ping command to probe the specified host for packet "
2492 "loss\n"
2493 "(percentage) and round trip average (milliseconds). It can produce HTML "
2494 "output\n"
2495 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found "
2496 "in\n"
2497 "the contrib area of the downloads section at http://www.nagios.org\n"
2498 "\n"
2499 msgstr ""
2501 #: plugins/check_procs.c:140
2502 #, c-format
2503 msgid "CMD: %s\n"
2504 msgstr ""
2506 #: plugins/check_procs.c:249
2507 #, c-format
2508 msgid "Not parseable: %s"
2509 msgstr ""
2511 #: plugins/check_procs.c:258
2512 #, c-format
2513 msgid "System call sent warnings to stderr\n"
2514 msgstr ""
2516 #: plugins/check_procs.c:265
2517 #, c-format
2518 msgid "System call returned nonzero status\n"
2519 msgstr ""
2521 #: plugins/check_procs.c:270 plugins/check_users.c:101
2522 #, c-format
2523 msgid "Unable to read output\n"
2524 msgstr ""
2526 #: plugins/check_procs.c:287
2527 #, c-format
2528 msgid "%d warn out of "
2529 msgstr ""
2531 #: plugins/check_procs.c:292
2532 #, c-format
2533 msgid "%d crit, %d warn out of "
2534 msgstr ""
2536 #: plugins/check_procs.c:298
2537 #, c-format
2538 msgid " with %s"
2539 msgstr ""
2541 #: plugins/check_procs.c:373
2542 msgid "Critical Process Count must be an integer!"
2543 msgstr ""
2545 #: plugins/check_procs.c:385
2546 msgid "Warning Process Count must be an integer!"
2547 msgstr ""
2549 #: plugins/check_procs.c:393
2550 msgid "Parent Process ID must be an integer!"
2551 msgstr ""
2553 #: plugins/check_procs.c:399 plugins/check_procs.c:501
2554 #, c-format
2555 msgid "%s%sSTATE = %s"
2556 msgstr ""
2558 #: plugins/check_procs.c:408
2559 #, c-format
2560 msgid "UID %s was not found"
2561 msgstr ""
2563 #: plugins/check_procs.c:414
2564 #, c-format
2565 msgid "User name %s was not found"
2566 msgstr ""
2568 #: plugins/check_procs.c:429
2569 #, c-format
2570 msgid "%s%scommand name '%s'"
2571 msgstr ""
2573 #: plugins/check_procs.c:448
2574 msgid "RSS must be an integer!"
2575 msgstr ""
2577 #: plugins/check_procs.c:455
2578 msgid "VSZ must be an integer!"
2579 msgstr ""
2581 #: plugins/check_procs.c:463
2582 msgid "PCPU must be a float!"
2583 msgstr ""
2585 #: plugins/check_procs.c:487
2586 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
2587 msgstr ""
2589 #: plugins/check_procs.c:520
2590 #, c-format
2591 msgid "wmax (%d) cannot be greater than cmax (%d)\n"
2592 msgstr ""
2594 #: plugins/check_procs.c:524
2595 #, c-format
2596 msgid "wmin (%d) cannot be less than cmin (%d)\n"
2597 msgstr ""
2599 #: plugins/check_procs.c:661
2600 #, c-format
2601 msgid ""
2602 "Checks all processes and generates WARNING or CRITICAL states if the "
2603 "specified\n"
2604 "metric is outside the required threshold ranges. The metric defaults to "
2605 "number\n"
2606 "of processes.  Search filters can be applied to limit the processes to "
2607 "check.\n"
2608 "\n"
2609 msgstr ""
2611 #: plugins/check_procs.c:668
2612 #, c-format
2613 msgid ""
2614 "\n"
2615 "Required Arguments:\n"
2616 " -w, --warning=RANGE\n"
2617 "   Generate warning state if metric is outside this range\n"
2618 " -c, --critical=RANGE\n"
2619 "   Generate critical state if metric is outside this range\n"
2620 msgstr ""
2622 #: plugins/check_procs.c:675
2623 #, c-format
2624 msgid ""
2625 "\n"
2626 "Optional Arguments:\n"
2627 " -m, --metric=TYPE\n"
2628 "   Check thresholds against metric. Valid types:\n"
2629 "   PROCS   - number of processes (default)\n"
2630 "   VSZ     - virtual memory size\n"
2631 "   RSS     - resident set memory size\n"
2632 "   CPU     - percentage cpu\n"
2633 msgstr ""
2635 #: plugins/check_procs.c:685
2636 #, c-format
2637 msgid "   ELAPSED - time elapsed in seconds\n"
2638 msgstr ""
2640 #: plugins/check_procs.c:690
2641 #, c-format
2642 msgid ""
2643 " -v, --verbose\n"
2644 "   Extra information. Up to 3 verbosity levels\n"
2645 msgstr ""
2647 #: plugins/check_procs.c:694
2648 #, c-format
2649 msgid ""
2650 "\n"
2651 "Optional Filters:\n"
2652 " -s, --state=STATUSFLAGS\n"
2653 "   Only scan for processes that have, in the output of `ps`, one or\n"
2654 "   more of the status flags you specify (for example R, Z, S, RS,\n"
2655 "   RSZDT, plus others based on the output of your 'ps' command).\n"
2656 " -p, --ppid=PPID\n"
2657 "   Only scan for children of the parent process ID indicated.\n"
2658 " -z, --vsz=VSZ\n"
2659 "   Only scan for processes with vsz higher than indicated.\n"
2660 " -r, --rss=RSS\n"
2661 "   Only scan for processes with rss higher than indicated.\n"
2662 msgstr ""
2664 #: plugins/check_procs.c:707
2665 #, c-format
2666 msgid ""
2667 " -P, --pcpu=PCPU\n"
2668 "   Only scan for processes with pcpu higher than indicated.\n"
2669 " -u, --user=USER\n"
2670 "   Only scan for processes with user name or ID indicated.\n"
2671 " -a, --argument-array=STRING\n"
2672 "   Only scan for processes with args that contain STRING.\n"
2673 " -C, --command=COMMAND\n"
2674 "   Only scan for exact matches of COMMAND (without path).\n"
2675 msgstr ""
2677 #: plugins/check_procs.c:717
2678 #, c-format
2679 msgid ""
2680 "\n"
2681 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
2682 "specified 'max:min', a warning status will be generated if the\n"
2683 "count is inside the specified range\n"
2684 "\n"
2685 msgstr ""
2687 #: plugins/check_procs.c:722
2688 #, c-format
2689 msgid ""
2690 "This plugin checks the number of currently running processes and\n"
2691 "generates WARNING or CRITICAL states if the process count is outside\n"
2692 "the specified threshold ranges. The process count can be filtered by\n"
2693 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
2694 "be the total number of running processes\n"
2695 "\n"
2696 msgstr ""
2698 #: plugins/check_procs.c:729
2699 #, c-format
2700 msgid ""
2701 "Examples:\n"
2702 " check_procs -w 2:2 -c 2:1024 -C portsentry\n"
2703 "   Warning if not two processes with command name portsentry. Critical\n"
2704 "   if < 2 or > 1024 processes\n"
2705 "\n"
2706 " check_procs -w 10 -a '/usr/local/bin/perl' -u root\n"
2707 "   Warning alert if > 10 processes with command arguments containing \n"
2708 "   '/usr/local/bin/perl' and owned by root\n"
2709 "\n"
2710 " check_procs -w 50000 -c 100000 --metric=VSZ\n"
2711 "   Alert if vsz of any processes over 50K or 100K\n"
2712 " check_procs -w 10 -c 20 --metric=CPU\n"
2713 "   Alert if cpu of any processes over 10%% or 20%%\n"
2714 "\n"
2715 msgstr ""
2717 #: plugins/check_radius.c:122
2718 msgid "Config file error"
2719 msgstr ""
2721 #: plugins/check_radius.c:130
2722 msgid "Out of Memory?"
2723 msgstr ""
2725 #: plugins/check_radius.c:151
2726 msgid "Timeout"
2727 msgstr ""
2729 #: plugins/check_radius.c:153
2730 msgid "Auth Error"
2731 msgstr ""
2733 #: plugins/check_radius.c:155
2734 msgid "Auth Failed"
2735 msgstr ""
2737 #: plugins/check_radius.c:159
2738 msgid "Auth OK"
2739 msgstr ""
2741 #: plugins/check_radius.c:202 plugins/check_radius.c:262
2742 msgid "Number of retries must be a positive integer"
2743 msgstr ""
2745 #: plugins/check_radius.c:288
2746 #, c-format
2747 msgid ""
2748 "Tests to see if a radius server is accepting connections.\n"
2749 "\n"
2750 msgstr ""
2752 #: plugins/check_radius.c:296
2753 #, c-format
2754 msgid ""
2755 " -u, --username=STRING\n"
2756 "    The user to authenticate\n"
2757 " -p, --password=STRING\n"
2758 "    Password for autentication (SECURITY RISK)\n"
2759 " -n, --nas-id=STRING\n"
2760 "    NAS identifier\n"
2761 " -F, --filename=STRING\n"
2762 "    Configuration file\n"
2763 " -e, --expect=STRING\n"
2764 "    Response string to expect from the server\n"
2765 " -r, --retries=INTEGER\n"
2766 "    Number of times to retry a failed connection\n"
2767 msgstr ""
2769 #: plugins/check_radius.c:312
2770 #, c-format
2771 msgid ""
2772 "\n"
2773 "This plugin tests a radius server to see if it is accepting connections.\n"
2774 "\n"
2775 "The server to test must be specified in the invocation, as well as a user\n"
2776 "name and password. A configuration file may also be present. The format of\n"
2777 "the configuration file is described in the radiusclient library sources.\n"
2778 "\n"
2779 msgstr ""
2781 #: plugins/check_radius.c:319
2782 #, c-format
2783 msgid ""
2784 "The password option presents a substantial security issue because the\n"
2785 "password can be determined by careful watching of the command line in\n"
2786 "a process listing.  This risk is exacerbated because nagios will\n"
2787 "run the plugin at regular prdictable intervals.  Please be sure that\n"
2788 "the password used does not allow access to sensitive system resources,\n"
2789 "otherwise compormise could occur.\n"
2790 msgstr ""
2792 #: plugins/check_real.c:79
2793 #, c-format
2794 msgid "Unable to connect to %s on port %d\n"
2795 msgstr ""
2797 #: plugins/check_real.c:101
2798 #, c-format
2799 msgid "No data received from %s\n"
2800 msgstr ""
2802 #: plugins/check_real.c:106 plugins/check_real.c:179
2803 #, c-format
2804 msgid "Invalid REAL response received from host\n"
2805 msgstr ""
2807 #: plugins/check_real.c:108 plugins/check_real.c:181
2808 #, c-format
2809 msgid "Invalid REAL response received from host on port %d\n"
2810 msgstr ""
2812 #: plugins/check_real.c:172 plugins/check_tcp.c:278
2813 #, c-format
2814 msgid "No data received from host\n"
2815 msgstr ""
2817 #: plugins/check_real.c:235
2818 #, c-format
2819 msgid "REAL %s - %d second response time\n"
2820 msgstr ""
2822 #: plugins/check_real.c:324 plugins/check_smtp.c:584 plugins/check_ups.c:525
2823 msgid "Warning time must be a positive integer"
2824 msgstr ""
2826 #: plugins/check_real.c:333 plugins/check_smtp.c:575 plugins/check_ups.c:516
2827 msgid "Critical time must be a positive integer"
2828 msgstr ""
2830 #: plugins/check_real.c:369
2831 msgid "You must provide a server to check"
2832 msgstr ""
2834 #: plugins/check_real.c:401
2835 #, c-format
2836 msgid ""
2837 "This plugin tests the REAL service on the specified host.\n"
2838 "\n"
2839 msgstr ""
2841 #: plugins/check_real.c:409
2842 #, c-format
2843 msgid ""
2844 " -u, --url=STRING\n"
2845 "   Connect to this url\n"
2846 " -e, --expect=STRING\n"
2847 "   String to expect in first line of server response (default: %s)\n"
2848 msgstr ""
2850 #: plugins/check_real.c:422
2851 #, c-format
2852 msgid ""
2853 "This plugin will attempt to open an RTSP connection with the host.\n"
2854 "Successul connects return STATE_OK, refusals and timeouts return\n"
2855 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,\n"
2856 "but incorrect reponse messages from the host result in STATE_WARNING return\n"
2857 "values."
2858 msgstr ""
2860 #: plugins/check_smtp.c:172
2861 #, c-format
2862 msgid "malloc() failed!\n"
2863 msgstr ""
2865 #: plugins/check_smtp.c:176
2866 #, c-format
2867 msgid "gethostname() failed!\n"
2868 msgstr ""
2870 #: plugins/check_smtp.c:213 plugins/check_smtp.c:237
2871 #, c-format
2872 msgid "recv() failed\n"
2873 msgstr ""
2875 #: plugins/check_smtp.c:224
2876 #, c-format
2877 msgid "Invalid SMTP response received from host\n"
2878 msgstr ""
2880 #: plugins/check_smtp.c:226
2881 #, c-format
2882 msgid "Invalid SMTP response received from host on port %d\n"
2883 msgstr ""
2885 #: plugins/check_smtp.c:248
2886 #, c-format
2887 msgid "WARNING - TLS not supported by server\n"
2888 msgstr ""
2890 #: plugins/check_smtp.c:260
2891 #, c-format
2892 msgid "Server does not support STARTTLS\n"
2893 msgstr ""
2895 #: plugins/check_smtp.c:266
2896 #, c-format
2897 msgid "CRITICAL - Cannot create SSL context.\n"
2898 msgstr ""
2900 #: plugins/check_smtp.c:277 plugins/check_tcp.c:226
2901 #, c-format
2902 msgid "CRITICAL - Cannot retrieve server certificate.\n"
2903 msgstr ""
2905 #: plugins/check_smtp.c:316 plugins/check_snmp.c:556
2906 #, c-format
2907 msgid "Could Not Compile Regular Expression"
2908 msgstr ""
2910 #: plugins/check_smtp.c:325 plugins/check_smtp.c:335
2911 #, c-format
2912 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
2913 msgstr ""
2915 #: plugins/check_smtp.c:329 plugins/check_snmp.c:301
2916 #, c-format
2917 msgid "Execute Error: %s\n"
2918 msgstr ""
2920 #: plugins/check_smtp.c:349
2921 msgid "no authuser specified, "
2922 msgstr ""
2924 #: plugins/check_smtp.c:354
2925 msgid "no authpass specified, "
2926 msgstr ""
2928 #: plugins/check_smtp.c:361 plugins/check_smtp.c:383 plugins/check_smtp.c:404
2929 #, c-format
2930 msgid "sent %s\n"
2931 msgstr ""
2933 #: plugins/check_smtp.c:364
2934 msgid "recv() failed after AUTH LOGIN, \n"
2935 msgstr ""
2937 #: plugins/check_smtp.c:370 plugins/check_smtp.c:392 plugins/check_smtp.c:413
2938 #, c-format
2939 msgid "received %s\n"
2940 msgstr ""
2942 #: plugins/check_smtp.c:374
2943 msgid "invalid response received after AUTH LOGIN, "
2944 msgstr ""
2946 #: plugins/check_smtp.c:387
2947 msgid "recv() failed after sending authuser, "
2948 msgstr ""
2950 #: plugins/check_smtp.c:396
2951 msgid "invalid response received after authuser, "
2952 msgstr ""
2954 #: plugins/check_smtp.c:408
2955 msgid "recv() failed after sending authpass, "
2956 msgstr ""
2958 #: plugins/check_smtp.c:417
2959 msgid "invalid response received after authpass, "
2960 msgstr ""
2962 #: plugins/check_smtp.c:424
2963 msgid "only authtype LOGIN is supported, "
2964 msgstr ""
2966 #: plugins/check_smtp.c:448
2967 #, c-format
2968 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
2969 msgstr ""
2971 #: plugins/check_smtp.c:554 plugins/check_smtp.c:564
2972 #, c-format
2973 msgid "Could not realloc() units [%d]\n"
2974 msgstr ""
2976 #: plugins/check_smtp.c:611
2977 msgid "SSL support not available - install OpenSSL and recompile"
2978 msgstr ""
2980 #: plugins/check_smtp.c:681
2981 #, c-format
2982 msgid ""
2983 "This plugin will attempt to open an SMTP connection with the host.\n"
2984 "\n"
2985 msgstr ""
2987 #: plugins/check_smtp.c:691
2988 #, c-format
2989 msgid ""
2990 " -e, --expect=STRING\n"
2991 "   String to expect in first line of server response (default: '%s')\n"
2992 " -n, nocommand\n"
2993 "   Suppress SMTP command\n"
2994 " -C, --command=STRING\n"
2995 "   SMTP command (may be used repeatedly)\n"
2996 " -R, --command=STRING\n"
2997 "   Expected response to command (may be used repeatedly)\n"
2998 " -f, --from=STRING\n"
2999 "   FROM-address to include in MAIL command, required by Exchange 2000\n"
3000 msgstr ""
3002 #: plugins/check_smtp.c:704
3003 #, c-format
3004 msgid ""
3005 " -D, --certificate=INTEGER\n"
3006 "    Minimum number of days a certificate has to be valid.\n"
3007 " -S, --starttls\n"
3008 "    Use STARTTLS for the connection.\n"
3009 msgstr ""
3011 #: plugins/check_smtp.c:726
3012 #, c-format
3013 msgid ""
3014 "\n"
3015 "Successul connects return STATE_OK, refusals and timeouts return\n"
3016 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful\n"
3017 "connects, but incorrect reponse messages from the host result in\n"
3018 "STATE_WARNING return values.\n"
3019 msgstr ""
3021 #: plugins/check_snmp.c:278
3022 msgid "No valid data returned"
3023 msgstr ""
3025 #: plugins/check_snmp.c:349 plugins/negate.c:113
3026 #, c-format
3027 msgid ""
3028 "%s problem - No data received from host\n"
3029 "CMD: %s\n"
3030 msgstr ""
3032 #: plugins/check_snmp.c:487
3033 #, c-format
3034 msgid "Invalid critical threshold: %s\n"
3035 msgstr ""
3037 #: plugins/check_snmp.c:498
3038 #, c-format
3039 msgid "Invalid warning threshold: %s\n"
3040 msgstr ""
3042 #: plugins/check_snmp.c:510
3043 msgid "Retries interval must be a positive integer"
3044 msgstr ""
3046 #: plugins/check_snmp.c:562
3047 #, c-format
3048 msgid "call for regex which was not a compiled option"
3049 msgstr ""
3051 #: plugins/check_snmp.c:581
3052 #, c-format
3053 msgid "Could not reallocate labels[%d]"
3054 msgstr ""
3056 #: plugins/check_snmp.c:593
3057 msgid "Could not reallocate labels\n"
3058 msgstr ""
3060 #: plugins/check_snmp.c:610
3061 #, c-format
3062 msgid "Could not reallocate units [%d]\n"
3063 msgstr ""
3065 #: plugins/check_snmp.c:622
3066 msgid "Could not realloc() units\n"
3067 msgstr ""
3069 #: plugins/check_snmp.c:707
3070 #, c-format
3071 msgid "Missing secname (%s) or authpassword (%s) ! \n"
3072 msgstr ""
3074 #: plugins/check_snmp.c:715
3075 #, c-format
3076 msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"
3077 msgstr ""
3079 #: plugins/check_snmp.c:724
3080 msgid "Invalid SNMP version"
3081 msgstr ""
3083 #: plugins/check_snmp.c:852
3084 msgid "Unbalanced quotes\n"
3085 msgstr ""
3087 #: plugins/check_snmp.c:901
3088 #, c-format
3089 msgid ""
3090 "Check status of remote machines and obtain sustem information via SNMP\n"
3091 "\n"
3092 msgstr ""
3094 #: plugins/check_snmp.c:911
3095 #, c-format
3096 msgid ""
3097 " -n, --next\n"
3098 "    Use SNMP GETNEXT instead of SNMP GET\n"
3099 " -P, --protocol=[1|2c|3]\n"
3100 "    SNMP protocol version\n"
3101 " -L, --seclevel=[noAuthNoPriv|authNoPriv|authPriv]\n"
3102 "    SNMPv3 securityLevel\n"
3103 " -a, --authproto=[MD5|SHA]\n"
3104 "    SNMPv3 auth proto\n"
3105 msgstr ""
3107 #: plugins/check_snmp.c:922
3108 #, c-format
3109 msgid ""
3110 " -C, --community=STRING\n"
3111 "    Optional community string for SNMP communication\n"
3112 "    (default is \"%s\")\n"
3113 " -U, --secname=USERNAME\n"
3114 "    SNMPv3 username\n"
3115 " -A, --authpassword=PASSWORD\n"
3116 "    SNMPv3 authentication password\n"
3117 " -X, --privpasswd=PASSWORD\n"
3118 "    SNMPv3 crypt passwd (DES)\n"
3119 msgstr ""
3121 #: plugins/check_snmp.c:934
3122 #, c-format
3123 msgid ""
3124 " -o, --oid=OID(s)\n"
3125 "    Object identifier(s) or SNMP variables whose value you wish to query\n"
3126 " -m, --miblist=STRING\n"
3127 "    List of MIBS to be loaded (default = none if using numeric oids or "
3128 "'ALL'\n"
3129 "\t\tfor symbolic oids.)\n"
3130 " -d, --delimiter=STRING\n"
3131 "    Delimiter to use when parsing returned data. Default is \"%s\"\n"
3132 "    Any data on the right hand side of the delimiter is considered\n"
3133 "    to be the data that should be used in the evaluation.\n"
3134 msgstr ""
3136 #: plugins/check_snmp.c:946
3137 #, c-format
3138 msgid ""
3139 " -w, --warning=INTEGER_RANGE(s)\n"
3140 "    Range(s) which will not result in a WARNING status\n"
3141 " -c, --critical=INTEGER_RANGE(s)\n"
3142 "    Range(s) which will not result in a CRITICAL status\n"
3143 msgstr ""
3145 #: plugins/check_snmp.c:953
3146 #, c-format
3147 msgid ""
3148 " -s, --string=STRING\n"
3149 "    Return OK state (for that OID) if STRING is an exact match\n"
3150 " -r, --ereg=REGEX\n"
3151 "    Return OK state (for that OID) if extended regular expression REGEX "
3152 "matches\n"
3153 " -R, --eregi=REGEX\n"
3154 "    Return OK state (for that OID) if case-insensitive extended REGEX "
3155 "matches\n"
3156 " -l, --label=STRING\n"
3157 "    Prefix label for output from plugin (default -s 'SNMP')\n"
3158 msgstr ""
3160 #: plugins/check_snmp.c:964
3161 #, c-format
3162 msgid ""
3163 " -u, --units=STRING\n"
3164 "    Units label(s) for output data (e.g., 'sec.').\n"
3165 " -D, --output-delimiter=STRING\n"
3166 "    Separates output on multiple OID requests\n"
3167 msgstr ""
3169 #: plugins/check_snmp.c:974
3170 #, c-format
3171 msgid ""
3172 "\n"
3173 "- This plugin uses the 'snmpget' command included with the NET-SNMP "
3174 "package.\n"
3175 "  If you don't have the package installed, you will need to download it "
3176 "from\n"
3177 "  http://net-snmp.sourceforge.net before you can use this plugin.\n"
3178 msgstr ""
3180 #: plugins/check_snmp.c:979
3181 #, c-format
3182 msgid ""
3183 "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
3184 "with\n"
3185 "  internal spaces must be quoted) [max 8 OIDs]\n"
3186 msgstr ""
3188 #: plugins/check_snmp.c:983
3189 #, c-format
3190 msgid ""
3191 "- Ranges are inclusive and are indicated with colons. When specified as\n"
3192 "  'min:max' a STATE_OK will be returned if the result is within the "
3193 "indicated\n"
3194 "  range or is equal to the upper or lower bound. A non-OK state will be\n"
3195 "  returned if the result is outside the specified range.\n"
3196 msgstr ""
3198 #: plugins/check_snmp.c:989
3199 #, c-format
3200 msgid ""
3201 "- If specified in the order 'max:min' a non-OK state will be returned if "
3202 "the\n"
3203 "  result is within the (inclusive) range.\n"
3204 msgstr ""
3206 #: plugins/check_snmp.c:993
3207 #, c-format
3208 msgid ""
3209 "- Upper or lower bounds may be omitted to skip checking the respective "
3210 "limit.\n"
3211 "- Bare integers are interpreted as upper limits.\n"
3212 "- When checking multiple OIDs, separate ranges by commas like '-w "
3213 "1:10,1:,:20'\n"
3214 "- Note that only one string and one regex may be checked at present\n"
3215 "- All evaluation methods other than PR, STR, and SUBSTR expect that the "
3216 "value\n"
3217 "  returned from the SNMP query is an unsigned integer.\n"
3218 msgstr ""
3220 #: plugins/check_ssh.c:152
3221 msgid "Port number must be a positive integer"
3222 msgstr ""
3224 #: plugins/check_ssh.c:217
3225 #, c-format
3226 msgid "Server answer: %s"
3227 msgstr ""
3229 #: plugins/check_ssh.c:235
3230 #, c-format
3231 msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"
3232 msgstr ""
3234 #: plugins/check_ssh.c:241
3235 #, c-format
3236 msgid "SSH OK - %s (protocol %s)\n"
3237 msgstr ""
3239 #: plugins/check_ssh.c:261
3240 #, c-format
3241 msgid ""
3242 "Try to connect to an SSH server at specified server and port\n"
3243 "\n"
3244 msgstr ""
3246 #: plugins/check_ssh.c:273
3247 #, c-format
3248 msgid ""
3249 " -r, --remote-version=STRING\n"
3250 "    Warn if string doesn't match expected server version (ex: "
3251 "OpenSSH_3.9p1)\n"
3252 msgstr ""
3254 #: plugins/check_swap.c:149
3255 #, c-format
3256 msgid "Command: %s\n"
3257 msgstr ""
3259 #: plugins/check_swap.c:151
3260 #, c-format
3261 msgid "Format: %s\n"
3262 msgstr ""
3264 #: plugins/check_swap.c:187
3265 #, c-format
3266 msgid "total=%.0f, used=%.0f, free=%.0f\n"
3267 msgstr ""
3269 #: plugins/check_swap.c:201
3270 #, c-format
3271 msgid "total=%.0f, free=%.0f\n"
3272 msgstr ""
3274 #: plugins/check_swap.c:246 plugins/check_swap.c:288
3275 msgid "swapctl failed: "
3276 msgstr ""
3278 #: plugins/check_swap.c:326
3279 #, c-format
3280 msgid "SWAP %s - %d%% free (%d MB out of %d MB) %s|"
3281 msgstr ""
3283 #: plugins/check_swap.c:476
3284 msgid "Warning percentage should be more than critical percentage"
3285 msgstr ""
3287 #: plugins/check_swap.c:480
3288 msgid "Warning free space should be more than critical free space"
3289 msgstr ""
3291 #: plugins/check_swap.c:494
3292 #, c-format
3293 msgid ""
3294 "Check swap space on local machine.\n"
3295 "\n"
3296 msgstr ""
3298 #: plugins/check_swap.c:500
3299 #, c-format
3300 msgid ""
3301 "\n"
3302 " -w, --warning=INTEGER\n"
3303 "   Exit with WARNING status if less than INTEGER bytes of swap space are "
3304 "free\n"
3305 " -w, --warning=PERCENT%%\n"
3306 "   Exit with WARNING status if less than PERCENT of swap space is free\n"
3307 " -c, --critical=INTEGER\n"
3308 "   Exit with CRITICAL status if less than INTEGER bytes of swap space are "
3309 "free\n"
3310 " -c, --critical=PERCENT%%\n"
3311 "   Exit with CRITCAL status if less than PERCENT of swap space is free\n"
3312 " -a, --allswaps\n"
3313 "    Conduct comparisons for all swap partitions, one by one\n"
3314 " -v, --verbose\n"
3315 "    Verbose output. Up to 3 levels\n"
3316 msgstr ""
3318 #: plugins/check_swap.c:514
3319 #, c-format
3320 msgid ""
3321 "\n"
3322 "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"
3323 msgstr ""
3325 #: plugins/check_tcp.c:186
3326 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
3327 msgstr ""
3329 #: plugins/check_tcp.c:207
3330 msgid "With UDP checks, a send/expect string must be specified."
3331 msgstr ""
3333 #: plugins/check_tcp.c:332
3334 #, c-format
3335 msgid "%s %s - "
3336 msgstr ""
3338 #: plugins/check_tcp.c:405
3339 msgid "No arguments found"
3340 msgstr ""
3342 #: plugins/check_tcp.c:513
3343 msgid "Maxbytes must be a positive integer"
3344 msgstr ""
3346 #: plugins/check_tcp.c:530
3347 msgid "Refuse must be one of ok, warn, crit"
3348 msgstr ""
3350 #: plugins/check_tcp.c:540
3351 msgid "Mismatch must be one of ok, warn, crit"
3352 msgstr ""
3354 #: plugins/check_tcp.c:546
3355 msgid "Delay must be a positive integer"
3356 msgstr ""
3358 #: plugins/check_tcp.c:571
3359 msgid "You must provide a server address"
3360 msgstr ""
3362 #: plugins/check_tcp.c:573
3363 msgid "Invalid hostname, address or socket"
3364 msgstr ""
3366 #: plugins/check_tcp.c:587
3367 #, c-format
3368 msgid ""
3369 "This plugin tests %s connections with the specified host (or unix socket).\n"
3370 "\n"
3371 msgstr ""
3373 #: plugins/check_tcp.c:598
3374 #, c-format
3375 msgid ""
3376 " -E, --escape\n"
3377 "    Can use \\n, \\r, \\t or \\ in send or quit string.\n"
3378 "    Default: nothing added to send, \\r\\n added to end of quit\n"
3379 " -s, --send=STRING\n"
3380 "    String to send to the server\n"
3381 " -e, --expect=STRING\n"
3382 "    String to expect in server response\n"
3383 " -q, --quit=STRING\n"
3384 "    String to send server to initiate a clean close of the connection\n"
3385 msgstr ""
3387 #: plugins/check_tcp.c:609
3388 #, c-format
3389 msgid ""
3390 " -r, --refuse=ok|warn|crit\n"
3391 "    Accept tcp refusals with states ok, warn, crit (default: crit)\n"
3392 " -M, --mismatch=ok|warn|crit\n"
3393 "    Accept expected string mismatches with states ok, warn, crit (default: "
3394 "warn)\n"
3395 " -j, --jail\n"
3396 "    Hide output from TCP socket\n"
3397 " -m, --maxbytes=INTEGER\n"
3398 "    Close connection once more than this number of bytes are received\n"
3399 " -d, --delay=INTEGER\n"
3400 "    Seconds to wait between sending string and polling for response\n"
3401 msgstr ""
3403 #: plugins/check_tcp.c:622
3404 #, c-format
3405 msgid ""
3406 " -D, --certificate=INTEGER\n"
3407 "    Minimum number of days a certificate has to be valid.\n"
3408 " -S, --ssl\n"
3409 "    Use SSL for the connection.\n"
3410 msgstr ""
3412 #: plugins/check_time.c:90
3413 #, c-format
3414 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
3415 msgstr ""
3417 #: plugins/check_time.c:103
3418 #, c-format
3419 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
3420 msgstr ""
3422 #: plugins/check_time.c:127
3423 #, c-format
3424 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
3425 msgstr ""
3427 #: plugins/check_time.c:140
3428 #, c-format
3429 msgid "TIME %s - %d second response time|%s\n"
3430 msgstr ""
3432 #: plugins/check_time.c:158
3433 #, c-format
3434 msgid "TIME %s - %lu second time difference|%s %s\n"
3435 msgstr ""
3437 #: plugins/check_time.c:242
3438 msgid "Warning thresholds must be a positive integer"
3439 msgstr ""
3441 #: plugins/check_time.c:261
3442 msgid "Critical thresholds must be a positive integer"
3443 msgstr ""
3445 #: plugins/check_time.c:327
3446 #, c-format
3447 msgid ""
3448 "This plugin will check the time on the specified host.\n"
3449 "\n"
3450 msgstr ""
3452 #: plugins/check_time.c:335
3453 #, c-format
3454 msgid ""
3455 " -u, --udp\n"
3456 "    Use UDP to connect, not TCP\n"
3457 " -w, --warning-variance=INTEGER\n"
3458 "    Time difference (sec.) necessary to result in a warning status\n"
3459 " -c, --critical-variance=INTEGER\n"
3460 "    Time difference (sec.) necessary to result in a critical status\n"
3461 " -W, --warning-connect=INTEGER\n"
3462 "    Response time (sec.) necessary to result in warning status\n"
3463 " -C, --critical-connect=INTEGER\n"
3464 "    Response time (sec.) necessary to result in critical status\n"
3465 msgstr ""
3467 #: plugins/check_udp.c:70
3468 #, c-format
3469 msgid "No response from host on port %d\n"
3470 msgstr ""
3472 #: plugins/check_udp.c:79
3473 #, c-format
3474 msgid "Invalid response received from host on port %d\n"
3475 msgstr ""
3477 #: plugins/check_udp.c:95
3478 #, c-format
3479 msgid "Connection %s on port %d - %d second response time\n"
3480 msgstr ""
3482 #: plugins/check_udp.c:96
3483 msgid "accepted"
3484 msgstr ""
3486 #: plugins/check_udp.c:96
3487 msgid "problem"
3488 msgstr ""
3490 #: plugins/check_udp.c:225
3491 #, c-format
3492 msgid ""
3493 "\tThis plugin tests an UDP connection with the specified host.\n"
3494 "\n"
3495 msgstr ""
3497 #: plugins/check_udp.c:234
3498 #, c-format
3499 msgid ""
3500 " -e, --expect=STRING <optional>\n"
3501 "    String to expect in first line of server response\n"
3502 " -s, --send=STRING <optional>\n"
3503 "    String to send to the server when initiating the connection\n"
3504 msgstr ""
3506 #: plugins/check_udp.c:246
3507 #, c-format
3508 msgid ""
3509 "This plugin will attempt to connect to the specified port on the host.\n"
3510 "Successful connects return STATE_OK, refusals and timeouts return\n"
3511 "STATE_CRITICAL, other errors return STATE_UNKNOWN.\n"
3512 "\n"
3513 msgstr ""
3515 #: plugins/check_ups.c:137
3516 msgid "On Battery, Low Battery"
3517 msgstr ""
3519 #: plugins/check_ups.c:142
3520 msgid "Online"
3521 msgstr ""
3523 #: plugins/check_ups.c:145
3524 msgid "On Battery"
3525 msgstr ""
3527 #: plugins/check_ups.c:149
3528 msgid ", Low Battery"
3529 msgstr ""
3531 #: plugins/check_ups.c:153
3532 msgid ", Calibrating"
3533 msgstr ""
3535 #: plugins/check_ups.c:156
3536 msgid ", Replace Battery"
3537 msgstr ""
3539 #: plugins/check_ups.c:160
3540 msgid ", On Bypass"
3541 msgstr ""
3543 #: plugins/check_ups.c:163
3544 msgid ", Overload"
3545 msgstr ""
3547 #: plugins/check_ups.c:166
3548 msgid ", Trimming"
3549 msgstr ""
3551 #: plugins/check_ups.c:169
3552 msgid ", Boosting"
3553 msgstr ""
3555 #: plugins/check_ups.c:172
3556 msgid ", Charging"
3557 msgstr ""
3559 #: plugins/check_ups.c:175
3560 msgid ", Discharging"
3561 msgstr ""
3563 #: plugins/check_ups.c:178
3564 msgid ", Unknown"
3565 msgstr ""
3567 #: plugins/check_ups.c:317
3568 msgid "UPS does not support any available options\n"
3569 msgstr ""
3571 #: plugins/check_ups.c:341 plugins/check_ups.c:401
3572 #, c-format
3573 msgid "Invalid response received from host\n"
3574 msgstr ""
3576 #: plugins/check_ups.c:409
3577 #, c-format
3578 msgid "CRITICAL - no such ups '%s' on that host\n"
3579 msgstr ""
3581 #: plugins/check_ups.c:419
3582 #, c-format
3583 msgid "CRITICAL - UPS data is stale\n"
3584 msgstr ""
3586 #: plugins/check_ups.c:424
3587 #, c-format
3588 msgid "Unknown error: %s\n"
3589 msgstr ""
3591 #: plugins/check_ups.c:431
3592 #, c-format
3593 msgid "Error: unable to parse variable\n"
3594 msgstr ""
3596 #: plugins/check_ups.c:538
3597 msgid "Unrecognized UPS variable"
3598 msgstr ""
3600 #: plugins/check_ups.c:576
3601 #, c-format
3602 msgid "Error : no ups indicated\n"
3603 msgstr ""
3605 #: plugins/check_ups.c:596
3606 #, c-format
3607 msgid ""
3608 "This plugin tests the UPS service on the specified host.\n"
3609 "Network UPS Tools from www.networkupstools.org must be running for this\n"
3610 "plugin to work.\n"
3611 "\n"
3612 msgstr ""
3614 #: plugins/check_ups.c:606
3615 #, c-format
3616 msgid ""
3617 " -u, --ups=STRING\n"
3618 "    Name of UPS\n"
3619 msgstr ""
3621 #: plugins/check_ups.c:610
3622 #, c-format
3623 msgid ""
3624 " -T, --temperature\n"
3625 "    Output of temperatures in Celsius\n"
3626 msgstr ""
3628 #: plugins/check_ups.c:620
3629 #, c-format
3630 msgid ""
3631 "This plugin attempts to determine the status of a UPS (Uninterruptible "
3632 "Power\n"
3633 "Supply) on a local or remote host. If the UPS is online or calibrating, the\n"
3634 "plugin will return an OK state. If the battery is on it will return a "
3635 "WARNING\n"
3636 "state.  If the UPS is off or has a low battery the plugin will return a "
3637 "CRITICAL\n"
3638 "state.\n"
3639 "\n"
3640 msgstr ""
3642 #: plugins/check_ups.c:627
3643 #, c-format
3644 msgid ""
3645 "You may also specify a variable to check [such as temperature, utility "
3646 "voltage,\n"
3647 "battery load, etc.]  as well as warning and critical thresholds for the "
3648 "value of\n"
3649 "that variable.  If the remote host has multiple UPS that are being monitored "
3650 "you\n"
3651 "will have to use the [ups] option to specify which UPS to check.\n"
3652 "\n"
3653 msgstr ""
3655 #: plugins/check_ups.c:633
3656 #, c-format
3657 msgid ""
3658 "Notes:\n"
3659 "\n"
3660 "This plugin requires that the UPSD daemon distributed with Russel Kroll's\n"
3661 "Smart UPS Tools be installed on the remote host.  If you do not have the\n"
3662 "package installed on your system, you can download it from\n"
3663 "http://www.networkupstools.org\n"
3664 "\n"
3665 msgstr ""
3667 #: plugins/check_users.c:78
3668 #, c-format
3669 msgid "# users=%d"
3670 msgstr ""
3672 #: plugins/check_users.c:108
3673 #, c-format
3674 msgid "USERS %s - %d users currently logged in |%s\n"
3675 msgstr ""
3677 #: plugins/check_users.c:193
3678 #, c-format
3679 msgid ""
3680 "This plugin checks the number of users currently logged in on the local\n"
3681 "system and generates an error if the number exceeds the thresholds "
3682 "specified.\n"
3683 msgstr ""
3685 #: plugins/check_users.c:201
3686 #, c-format
3687 msgid ""
3688 " -w, --warning=INTEGER\n"
3689 "    Set WARNING status if more than INTEGER users are logged in\n"
3690 " -c, --critical=INTEGER\n"
3691 "    Set CRITICAL status if more than INTEGER users are logged in\n"
3692 msgstr ""
3694 #: plugins/check_ide_smart.c:230
3695 #, c-format
3696 msgid "CRITICAL - Couldn't open device %s: %s\n"
3697 msgstr ""
3699 #: plugins/check_ide_smart.c:235
3700 #, c-format
3701 msgid "CRITICAL - SMART_CMD_ENABLE\n"
3702 msgstr ""
3704 #: plugins/check_ide_smart.c:296
3705 #, c-format
3706 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
3707 msgstr ""
3709 #: plugins/check_ide_smart.c:365
3710 #, c-format
3711 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
3712 msgstr ""
3714 #: plugins/check_ide_smart.c:373
3715 #, c-format
3716 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
3717 msgstr ""
3719 #: plugins/check_ide_smart.c:381
3720 #, c-format
3721 msgid "OK - Operational (%d/%d tests passed)\n"
3722 msgstr ""
3724 #: plugins/check_ide_smart.c:385
3725 #, c-format
3726 msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
3727 msgstr ""
3729 #: plugins/check_ide_smart.c:418
3730 #, c-format
3731 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
3732 msgstr ""
3734 #: plugins/check_ide_smart.c:424
3735 #, c-format
3736 msgid "OffLineCapability=%d {%s %s %s}\n"
3737 msgstr ""
3739 #: plugins/check_ide_smart.c:430
3740 #, c-format
3741 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
3742 msgstr ""
3744 #: plugins/check_ide_smart.c:468
3745 #, c-format
3746 msgid "CRITICAL - %s: %s\n"
3747 msgstr ""
3749 #: plugins/check_ide_smart.c:487
3750 #, c-format
3751 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
3752 msgstr ""
3754 #: plugins/check_ide_smart.c:504
3755 #, c-format
3756 msgid ""
3757 "This plugin checks a local hard drive with the (Linux specific) SMART "
3758 "interface [http://smartlinux.sourceforge.net/smart/index.php].\n"
3759 "\n"
3760 msgstr ""
3762 #: plugins/negate.c:242
3763 #, c-format
3764 msgid ""
3765 "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa).\n"
3766 "\n"
3767 msgstr ""
3769 #: plugins/negate.c:251
3770 #, c-format
3771 msgid "     [keep timeout than the plugin timeout to retain CRITICAL status]\n"
3772 msgstr ""
3774 #: plugins/negate.c:254
3775 #, c-format
3776 msgid ""
3777 "  negate \"/usr/local/nagios/libexec/check_ping -H host\"\n"
3778 "    Run check_ping and invert result. Must use full path to plugin\n"
3779 "  negate \"/usr/local/nagios/libexec/check_procs -a 'vi negate.c'\"\n"
3780 "    Use single quotes if you need to retain spaces\n"
3781 msgstr ""
3783 #: plugins/negate.c:260
3784 #, c-format
3785 msgid ""
3786 "This plugin is a wrapper to take the output of another plugin and invert "
3787 "it.\n"
3788 "If the wrapped plugin returns STATE_OK, the wrapper will return "
3789 "STATE_CRITICAL.\n"
3790 "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
3791 "STATE_OK.\n"
3792 "Otherwise, the output state of the wrapped plugin is unchanged.\n"
3793 msgstr ""
3795 #: plugins/netutils.c:49
3796 #, c-format
3797 msgid "CRITICAL - Socket timeout after %d seconds\n"
3798 msgstr ""
3800 #: plugins/netutils.c:51
3801 #, c-format
3802 msgid "CRITICAL - Abnormal timeout after %d seconds\n"
3803 msgstr ""
3805 #: plugins/netutils.c:79 plugins/netutils.c:270
3806 #, c-format
3807 msgid "Send failed\n"
3808 msgstr ""
3810 #: plugins/netutils.c:96 plugins/netutils.c:285
3811 #, c-format
3812 msgid "No data was received from host!\n"
3813 msgstr ""
3815 #: plugins/netutils.c:193
3816 #, c-format
3817 msgid "Socket creation failed\n"
3818 msgstr ""
3820 #: plugins/netutils.c:222
3821 msgid "Supplied path too long unix domain socket"
3822 msgstr ""
3824 #: plugins/netutils.c:229
3825 msgid "Socket creation failed"
3826 msgstr ""
3828 #: plugins/netutils.c:294
3829 #, c-format
3830 msgid "Receive failed\n"
3831 msgstr ""
3833 #: plugins/netutils.c:320
3834 #, c-format
3835 msgid "Invalid hostname/address - %s"
3836 msgstr ""
3838 #: plugins/popen.c:124
3839 #, c-format
3840 msgid "Could not malloc argv array in popen()\n"
3841 msgstr ""
3843 #: plugins/popen.c:134
3844 #, c-format
3845 msgid "CRITICAL - You need more args!!!\n"
3846 msgstr ""
3848 #: plugins/popen.c:183
3849 msgid "Cannot catch SIGCHLD"
3850 msgstr ""
3852 #: plugins/popen.c:278 plugins/utils.c:147
3853 #, c-format
3854 msgid "CRITICAL - Plugin timed out after %d seconds\n"
3855 msgstr ""
3857 #: plugins/popen.c:281
3858 #, c-format
3859 msgid "CRITICAL - popen timeout received, but no child process\n"
3860 msgstr ""
3862 #: plugins/popen.c:297
3863 msgid "sysconf error for _SC_OPEN_MAX"
3864 msgstr ""
3866 #: plugins/urlize.c:113
3867 #, c-format
3868 msgid ""
3869 "%s UNKNOWN - No data received from host\n"
3870 "CMD: %s</A>\n"
3871 msgstr ""
3873 #: plugins/urlize.c:152
3874 #, c-format
3875 msgid ""
3876 "\n"
3877 "This plugin wraps the text output of another command (plugin) in HTML\n"
3878 "<A> tags, thus displaying the plugin output in as a clickable link in\n"
3879 "the Nagios status screen.  The return status is the same as the invoked\n"
3880 "plugin.\n"
3881 "\n"
3882 msgstr ""
3884 #: plugins/urlize.c:160
3885 #, c-format
3886 msgid ""
3887 "\n"
3888 "Pay close attention to quoting to ensure that the shell passes the expected\n"
3889 "data to the plugin. For example, in:\n"
3890 "\n"
3891 "    urlize http://example.com/ check_http -H example.com -r 'two words'\n"
3892 "\n"
3893 "the shell will remove the single quotes and urlize will see:\n"
3894 "\n"
3895 "    urlize http://example.com/ check_http -H example.com -r two words\n"
3896 "\n"
3897 "You probably want:\n"
3898 "\n"
3899 "    urlize http://example.com/ \"check_http -H example.com -r 'two words'\"\n"
3900 msgstr ""
3902 #: plugins/utils.c:592
3903 msgid "failed realloc in strpcpy\n"
3904 msgstr ""
3906 #: plugins/utils.c:634
3907 msgid "failed malloc in strscat\n"
3908 msgstr ""
3910 #: plugins-root/check_dhcp.c:293
3911 #, c-format
3912 msgid "Error: Could not get hardware address of interface '%s'\n"
3913 msgstr ""
3915 #: plugins-root/check_dhcp.c:315
3916 #, c-format
3917 msgid "Error: if_nametoindex error - %s.\n"
3918 msgstr ""
3920 #: plugins-root/check_dhcp.c:320
3921 #, c-format
3922 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
3923 msgstr ""
3925 #: plugins-root/check_dhcp.c:325
3926 #, c-format
3927 msgid ""
3928 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
3929 msgstr ""
3931 #: plugins-root/check_dhcp.c:330
3932 #, c-format
3933 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
3934 msgstr ""
3936 #: plugins-root/check_dhcp.c:355
3937 #, c-format
3938 msgid ""
3939 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
3940 "eg lnc0.\n"
3941 msgstr ""
3943 #: plugins-root/check_dhcp.c:360 plugins-root/check_dhcp.c:372
3944 #, c-format
3945 msgid ""
3946 "Error: can't read MAC address from DLPI streams interface for device %s unit "
3947 "%d.\n"
3948 msgstr ""
3950 #: plugins-root/check_dhcp.c:378
3951 #, c-format
3952 msgid "Error: can't get MAC address for this architecture.\n"
3953 msgstr ""
3955 #: plugins-root/check_dhcp.c:383
3956 #, c-format
3957 msgid "Hardware address: "
3958 msgstr ""
3960 #: plugins-root/check_dhcp.c:458
3961 #, c-format
3962 msgid "DHCPDISCOVER to %s port %d\n"
3963 msgstr ""
3965 #: plugins-root/check_dhcp.c:509
3966 #, c-format
3967 msgid "Result=ERROR\n"
3968 msgstr ""
3970 #: plugins-root/check_dhcp.c:515
3971 #, c-format
3972 msgid "Result=OK\n"
3973 msgstr ""
3975 #: plugins-root/check_dhcp.c:521
3976 #, c-format
3977 msgid "DHCPOFFER from IP address %s\n"
3978 msgstr ""
3980 #: plugins-root/check_dhcp.c:528
3981 #, c-format
3982 msgid ""
3983 "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n"
3984 msgstr ""
3986 #: plugins-root/check_dhcp.c:550
3987 #, c-format
3988 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
3989 msgstr ""
3991 #: plugins-root/check_dhcp.c:568
3992 #, c-format
3993 msgid "Total responses seen on the wire: %d\n"
3994 msgstr ""
3996 #: plugins-root/check_dhcp.c:569
3997 #, c-format
3998 msgid "Valid responses for this machine: %d\n"
3999 msgstr ""
4001 #: plugins-root/check_dhcp.c:585
4002 #, c-format
4003 msgid "send_dhcp_packet result: %d\n"
4004 msgstr ""
4006 #: plugins-root/check_dhcp.c:614
4007 #, c-format
4008 msgid "No (more) data received\n"
4009 msgstr ""
4011 #: plugins-root/check_dhcp.c:633
4012 #, c-format
4013 msgid "recvfrom() failed, "
4014 msgstr ""
4016 #: plugins-root/check_dhcp.c:640
4017 #, c-format
4018 msgid "receive_dhcp_packet() result: %d\n"
4019 msgstr ""
4021 #: plugins-root/check_dhcp.c:641
4022 #, c-format
4023 msgid "receive_dhcp_packet() source: %s\n"
4024 msgstr ""
4026 #: plugins-root/check_dhcp.c:670
4027 #, c-format
4028 msgid "Error: Could not create socket!\n"
4029 msgstr ""
4031 #: plugins-root/check_dhcp.c:680
4032 #, c-format
4033 msgid "Error: Could not set reuse address option on DHCP socket!\n"
4034 msgstr ""
4036 #: plugins-root/check_dhcp.c:686
4037 #, c-format
4038 msgid "Error: Could not set broadcast option on DHCP socket!\n"
4039 msgstr ""
4041 #: plugins-root/check_dhcp.c:694
4042 #, c-format
4043 msgid ""
4044 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
4045 msgstr ""
4047 #: plugins-root/check_dhcp.c:704
4048 #, c-format
4049 msgid ""
4050 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
4051 msgstr ""
4053 #: plugins-root/check_dhcp.c:737
4054 #, c-format
4055 msgid "Requested server address: %s\n"
4056 msgstr ""
4058 #: plugins-root/check_dhcp.c:796
4059 #, c-format
4060 msgid "Lease Time: Infinite\n"
4061 msgstr ""
4063 #: plugins-root/check_dhcp.c:798
4064 #, c-format
4065 msgid "Lease Time: %lu seconds\n"
4066 msgstr ""
4068 #: plugins-root/check_dhcp.c:800
4069 #, c-format
4070 msgid "Renewal Time: Infinite\n"
4071 msgstr ""
4073 #: plugins-root/check_dhcp.c:802
4074 #, c-format
4075 msgid "Renewal Time: %lu seconds\n"
4076 msgstr ""
4078 #: plugins-root/check_dhcp.c:804
4079 #, c-format
4080 msgid "Rebinding Time: Infinite\n"
4081 msgstr ""
4083 #: plugins-root/check_dhcp.c:805
4084 #, c-format
4085 msgid "Rebinding Time: %lu seconds\n"
4086 msgstr ""
4088 #: plugins-root/check_dhcp.c:821
4089 #, c-format
4090 msgid "Added offer from server @ %s"
4091 msgstr ""
4093 #: plugins-root/check_dhcp.c:822
4094 #, c-format
4095 msgid " of IP address %s\n"
4096 msgstr ""
4098 #: plugins-root/check_dhcp.c:889
4099 #, c-format
4100 msgid "DHCP Server Match: Offerer=%s"
4101 msgstr ""
4103 #: plugins-root/check_dhcp.c:890
4104 #, c-format
4105 msgid " Requested=%s\n"
4106 msgstr ""
4108 #: plugins-root/check_dhcp.c:929
4109 #, c-format
4110 msgid "No DHCPOFFERs were received.\n"
4111 msgstr ""
4113 #: plugins-root/check_dhcp.c:933
4114 #, c-format
4115 msgid "Received %d DHCPOFFER(s)"
4116 msgstr ""
4118 #: plugins-root/check_dhcp.c:936
4119 #, c-format
4120 msgid ", %s%d of %d requested servers responded"
4121 msgstr ""
4123 #: plugins-root/check_dhcp.c:939
4124 #, c-format
4125 msgid ", requested address (%s) was %soffered"
4126 msgstr ""
4128 #: plugins-root/check_dhcp.c:939
4129 msgid "not "
4130 msgstr ""
4132 #: plugins-root/check_dhcp.c:941
4133 #, c-format
4134 msgid ", max lease time = "
4135 msgstr ""
4137 #: plugins-root/check_dhcp.c:943
4138 #, c-format
4139 msgid "Infinity"
4140 msgstr ""
4142 #: plugins-root/check_dhcp.c:1125
4143 #, c-format
4144 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
4145 msgstr ""
4147 #: plugins-root/check_dhcp.c:1136
4148 #, c-format
4149 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
4150 msgstr ""
4152 #: plugins-root/check_dhcp.c:1148
4153 #, c-format
4154 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
4155 msgstr ""
4157 #: plugins-root/check_dhcp.c:1159
4158 #, c-format
4159 msgid ""
4160 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
4161 msgstr ""
4163 #: plugins-root/check_dhcp.c:1183
4164 #, c-format
4165 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
4166 msgstr ""
4168 #: plugins-root/check_dhcp.c:1231
4169 #, c-format
4170 msgid ""
4171 "This plugin tests the availability of DHCP servers on a network.\n"
4172 "\n"
4173 msgstr ""
4175 #: plugins-root/check_dhcp.c:1235
4176 #, c-format
4177 msgid ""
4178 " -s, --serverip=IPADDRESS\n"
4179 "   IP address of DHCP server that we must hear from\n"
4180 " -r, --requestedip=IPADDRESS\n"
4181 "   IP address that should be offered by at least one DHCP server\n"
4182 " -t, --timeout=INTEGER\n"
4183 "   Seconds to wait for DHCPOFFER before timeout occurs\n"
4184 " -i, --interface=STRING\n"
4185 "   Interface to to use for listening (i.e. eth0)\n"
4186 " -v, --verbose\n"
4187 "   Print extra information (command-line use only)\n"
4188 " -h, --help\n"
4189 "   Print detailed help screen\n"
4190 " -V, --version\n"
4191 "   Print version information\n"
4192 msgstr ""