diff options
Diffstat (limited to 'po/monitoring-plugins.pot')
-rw-r--r-- | po/monitoring-plugins.pot | 4982 |
1 files changed, 0 insertions, 4982 deletions
diff --git a/po/monitoring-plugins.pot b/po/monitoring-plugins.pot deleted file mode 100644 index 6b63fd9..0000000 --- a/po/monitoring-plugins.pot +++ /dev/null | |||
@@ -1,4982 +0,0 @@ | |||
1 | # SOME DESCRIPTIVE TITLE. | ||
2 | # Copyright (C) YEAR Monitoring Plugins Development Team | ||
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: devel@monitoring-plugins.org\n" | ||
11 | "POT-Creation-Date: 2023-10-01 15:10+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 | "Language: \n" | ||
16 | "MIME-Version: 1.0\n" | ||
17 | "Content-Type: text/plain; charset=CHARSET\n" | ||
18 | "Content-Transfer-Encoding: 8bit\n" | ||
19 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | ||
20 | |||
21 | msgid "Could not parse arguments" | ||
22 | msgstr "" | ||
23 | |||
24 | msgid "Cannot catch SIGALRM" | ||
25 | msgstr "" | ||
26 | |||
27 | #, c-format | ||
28 | msgid "SSH connection failed: %s\n" | ||
29 | msgstr "" | ||
30 | |||
31 | #, c-format | ||
32 | msgid "Remote command execution failed: %s\n" | ||
33 | msgstr "" | ||
34 | |||
35 | #, c-format | ||
36 | msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n" | ||
37 | msgstr "" | ||
38 | |||
39 | #, c-format | ||
40 | msgid "SSH WARNING: could not open %s\n" | ||
41 | msgstr "" | ||
42 | |||
43 | #, c-format | ||
44 | msgid "%s: Error parsing output\n" | ||
45 | msgstr "" | ||
46 | |||
47 | msgid "Timeout interval must be a positive integer" | ||
48 | msgstr "" | ||
49 | |||
50 | msgid "Port must be a positive integer" | ||
51 | msgstr "" | ||
52 | |||
53 | msgid "skip-stdout argument must be an integer" | ||
54 | msgstr "" | ||
55 | |||
56 | msgid "skip-stderr argument must be an integer" | ||
57 | msgstr "" | ||
58 | |||
59 | #, c-format | ||
60 | msgid "%s: You must provide a host name\n" | ||
61 | msgstr "" | ||
62 | |||
63 | msgid "No remotecmd" | ||
64 | msgstr "" | ||
65 | |||
66 | #, c-format | ||
67 | msgid "%s: Argument limit of %d exceeded\n" | ||
68 | msgstr "" | ||
69 | |||
70 | msgid "Can not (re)allocate 'commargv' buffer\n" | ||
71 | msgstr "" | ||
72 | |||
73 | #, c-format | ||
74 | msgid "" | ||
75 | "%s: In passive mode, you must provide a service name for each command.\n" | ||
76 | msgstr "" | ||
77 | |||
78 | #, c-format | ||
79 | msgid "" | ||
80 | "%s: In passive mode, you must provide the host short name from the " | ||
81 | "monitoring configs.\n" | ||
82 | msgstr "" | ||
83 | |||
84 | #, c-format | ||
85 | msgid "This plugin uses SSH to execute commands on a remote host" | ||
86 | msgstr "" | ||
87 | |||
88 | msgid "tell ssh to use Protocol 1 [optional]" | ||
89 | msgstr "" | ||
90 | |||
91 | msgid "tell ssh to use Protocol 2 [optional]" | ||
92 | msgstr "" | ||
93 | |||
94 | msgid "Ignore all or (if specified) first n lines on STDOUT [optional]" | ||
95 | msgstr "" | ||
96 | |||
97 | msgid "Ignore all or (if specified) first n lines on STDERR [optional]" | ||
98 | msgstr "" | ||
99 | |||
100 | msgid "Exit with an warning, if there is an output on STDERR" | ||
101 | msgstr "" | ||
102 | |||
103 | msgid "" | ||
104 | "tells ssh to fork rather than create a tty [optional]. This will always " | ||
105 | "return OK if ssh is executed" | ||
106 | msgstr "" | ||
107 | |||
108 | msgid "command to execute on the remote machine" | ||
109 | msgstr "" | ||
110 | |||
111 | msgid "SSH user name on remote host [optional]" | ||
112 | msgstr "" | ||
113 | |||
114 | msgid "identity of an authorized key [optional]" | ||
115 | msgstr "" | ||
116 | |||
117 | msgid "external command file for monitoring [optional]" | ||
118 | msgstr "" | ||
119 | |||
120 | msgid "list of monitoring service names, separated by ':' [optional]" | ||
121 | msgstr "" | ||
122 | |||
123 | msgid "short name of host in the monitoring configuration [optional]" | ||
124 | msgstr "" | ||
125 | |||
126 | msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" | ||
127 | msgstr "" | ||
128 | |||
129 | msgid "Tell ssh to use this configfile [optional]" | ||
130 | msgstr "" | ||
131 | |||
132 | msgid "Tell ssh to suppress warning and diagnostic messages [optional]" | ||
133 | msgstr "" | ||
134 | |||
135 | msgid "Make connection problems return UNKNOWN instead of CRITICAL" | ||
136 | msgstr "" | ||
137 | |||
138 | msgid "The most common mode of use is to refer to a local identity file with" | ||
139 | msgstr "" | ||
140 | |||
141 | msgid "the '-i' option. In this mode, the identity pair should have a null" | ||
142 | msgstr "" | ||
143 | |||
144 | msgid "passphrase and the public key should be listed in the authorized_keys" | ||
145 | msgstr "" | ||
146 | |||
147 | msgid "file of the remote host. Usually the key will be restricted to running" | ||
148 | msgstr "" | ||
149 | |||
150 | msgid "only one command on the remote server. If the remote SSH server tracks" | ||
151 | msgstr "" | ||
152 | |||
153 | msgid "invocation arguments, the one remote program may be an agent that can" | ||
154 | msgstr "" | ||
155 | |||
156 | msgid "execute additional commands as proxy" | ||
157 | msgstr "" | ||
158 | |||
159 | msgid "To use passive mode, provide multiple '-C' options, and provide" | ||
160 | msgstr "" | ||
161 | |||
162 | msgid "" | ||
163 | "all of -O, -s, and -n options (servicelist order must match '-C'options)" | ||
164 | msgstr "" | ||
165 | |||
166 | msgid "Examples:" | ||
167 | msgstr "" | ||
168 | |||
169 | msgid "Usage:" | ||
170 | msgstr "" | ||
171 | |||
172 | #, c-format | ||
173 | msgid "Host/Service Cluster Plugin for Monitoring" | ||
174 | msgstr "" | ||
175 | |||
176 | msgid "Options:" | ||
177 | msgstr "" | ||
178 | |||
179 | msgid "Check service cluster status" | ||
180 | msgstr "" | ||
181 | |||
182 | msgid "Check host cluster status" | ||
183 | msgstr "" | ||
184 | |||
185 | msgid "Optional prepended text output (i.e. \"Host cluster\")" | ||
186 | msgstr "" | ||
187 | |||
188 | msgid "Specifies the range of hosts or services in cluster that must be in a" | ||
189 | msgstr "" | ||
190 | |||
191 | msgid "non-OK state in order to return a WARNING status level" | ||
192 | msgstr "" | ||
193 | |||
194 | msgid "non-OK state in order to return a CRITICAL status level" | ||
195 | msgstr "" | ||
196 | |||
197 | msgid "The status codes of the hosts or services in the cluster, separated by" | ||
198 | msgstr "" | ||
199 | |||
200 | msgid "commas" | ||
201 | msgstr "" | ||
202 | |||
203 | msgid "Notes:" | ||
204 | msgstr "" | ||
205 | |||
206 | msgid "" | ||
207 | "Will alert critical if there are 3 or more service data points in a non-OK" | ||
208 | msgstr "" | ||
209 | |||
210 | msgid "state." | ||
211 | msgstr "" | ||
212 | |||
213 | #, c-format | ||
214 | msgid "Looking for: '%s'\n" | ||
215 | msgstr "" | ||
216 | |||
217 | msgid "dig returned an error status" | ||
218 | msgstr "" | ||
219 | |||
220 | msgid "Server not found in ANSWER SECTION" | ||
221 | msgstr "" | ||
222 | |||
223 | msgid "No ANSWER SECTION found" | ||
224 | msgstr "" | ||
225 | |||
226 | msgid "Probably a non-existent host/domain" | ||
227 | msgstr "" | ||
228 | |||
229 | #, c-format | ||
230 | msgid "Port must be a positive integer - %s" | ||
231 | msgstr "" | ||
232 | |||
233 | #, c-format | ||
234 | msgid "Warning interval must be a positive integer - %s" | ||
235 | msgstr "" | ||
236 | |||
237 | #, c-format | ||
238 | msgid "Critical interval must be a positive integer - %s" | ||
239 | msgstr "" | ||
240 | |||
241 | #, c-format | ||
242 | msgid "Timeout interval must be a positive integer - %s" | ||
243 | msgstr "" | ||
244 | |||
245 | #, c-format | ||
246 | msgid "This plugin tests the DNS service on the specified host using dig" | ||
247 | msgstr "" | ||
248 | |||
249 | msgid "Force dig to only use IPv4 query transport" | ||
250 | msgstr "" | ||
251 | |||
252 | msgid "Force dig to only use IPv6 query transport" | ||
253 | msgstr "" | ||
254 | |||
255 | msgid "Machine name to lookup" | ||
256 | msgstr "" | ||
257 | |||
258 | msgid "Record type to lookup (default: A)" | ||
259 | msgstr "" | ||
260 | |||
261 | msgid "" | ||
262 | "An address expected to be in the answer section. If not set, uses whatever" | ||
263 | msgstr "" | ||
264 | |||
265 | msgid "was in -l" | ||
266 | msgstr "" | ||
267 | |||
268 | msgid "Pass STRING as argument(s) to dig" | ||
269 | msgstr "" | ||
270 | |||
271 | #, c-format | ||
272 | msgid "DISK %s: %s not found\n" | ||
273 | msgstr "" | ||
274 | |||
275 | #, c-format | ||
276 | msgid "CRITICAL" | ||
277 | msgstr "" | ||
278 | |||
279 | #, c-format | ||
280 | msgid "unit type %s not known\n" | ||
281 | msgstr "" | ||
282 | |||
283 | #, c-format | ||
284 | msgid "failed allocating storage for '%s'\n" | ||
285 | msgstr "" | ||
286 | |||
287 | #, c-format | ||
288 | msgid "UNKNOWN" | ||
289 | msgstr "" | ||
290 | |||
291 | msgid "Must set a threshold value before using -p\n" | ||
292 | msgstr "" | ||
293 | |||
294 | msgid "Could not compile regular expression" | ||
295 | msgstr "" | ||
296 | |||
297 | msgid "Must set -E before selecting paths\n" | ||
298 | msgstr "" | ||
299 | |||
300 | msgid "Must set group value before selecting paths\n" | ||
301 | msgstr "" | ||
302 | |||
303 | msgid "" | ||
304 | "Paths need to be selected before using -i/-I. Use -A to select all paths " | ||
305 | "explicitly" | ||
306 | msgstr "" | ||
307 | |||
308 | msgid "" | ||
309 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" | ||
310 | "all)\n" | ||
311 | msgstr "" | ||
312 | |||
313 | msgid "Regular expression did not match any path or disk" | ||
314 | msgstr "" | ||
315 | |||
316 | msgid "Unknown argument" | ||
317 | msgstr "" | ||
318 | |||
319 | #, c-format | ||
320 | msgid " for %s\n" | ||
321 | msgstr "" | ||
322 | |||
323 | msgid "" | ||
324 | "This plugin checks the amount of used disk space on a mounted file system" | ||
325 | msgstr "" | ||
326 | |||
327 | msgid "" | ||
328 | "and generates an alert if free space is less than one of the threshold values" | ||
329 | msgstr "" | ||
330 | |||
331 | msgid "Exit with WARNING status if less than INTEGER units of disk are free" | ||
332 | msgstr "" | ||
333 | |||
334 | msgid "Exit with WARNING status if less than PERCENT of disk space is free" | ||
335 | msgstr "" | ||
336 | |||
337 | msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" | ||
338 | msgstr "" | ||
339 | |||
340 | msgid "Exit with CRITICAL status if less than PERCENT of disk space is free" | ||
341 | msgstr "" | ||
342 | |||
343 | msgid "Exit with WARNING status if less than PERCENT of inode space is free" | ||
344 | msgstr "" | ||
345 | |||
346 | msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" | ||
347 | msgstr "" | ||
348 | |||
349 | msgid "" | ||
350 | "Mount point or block device as emitted by the mount(8) command (may be " | ||
351 | "repeated)" | ||
352 | msgstr "" | ||
353 | |||
354 | msgid "Ignore device (only works if -p unspecified)" | ||
355 | msgstr "" | ||
356 | |||
357 | msgid "Clear thresholds" | ||
358 | msgstr "" | ||
359 | |||
360 | msgid "For paths or partitions specified with -p, only check for exact paths" | ||
361 | msgstr "" | ||
362 | |||
363 | msgid "Display only devices/mountpoints with errors" | ||
364 | msgstr "" | ||
365 | |||
366 | msgid "Don't account root-reserved blocks into freespace in perfdata" | ||
367 | msgstr "" | ||
368 | |||
369 | msgid "Display inode usage in perfdata" | ||
370 | msgstr "" | ||
371 | |||
372 | msgid "" | ||
373 | "Group paths. Thresholds apply to (free-)space of all partitions together" | ||
374 | msgstr "" | ||
375 | |||
376 | msgid "Same as '--units kB'" | ||
377 | msgstr "" | ||
378 | |||
379 | msgid "Only check local filesystems" | ||
380 | msgstr "" | ||
381 | |||
382 | msgid "" | ||
383 | "Only check local filesystems against thresholds. Yet call stat on remote " | ||
384 | "filesystems" | ||
385 | msgstr "" | ||
386 | |||
387 | msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)" | ||
388 | msgstr "" | ||
389 | |||
390 | msgid "Display the (block) device instead of the mount point" | ||
391 | msgstr "" | ||
392 | |||
393 | msgid "Same as '--units MB'" | ||
394 | msgstr "" | ||
395 | |||
396 | msgid "Explicitly select all paths. This is equivalent to -R '.*'" | ||
397 | msgstr "" | ||
398 | |||
399 | msgid "" | ||
400 | "Case insensitive regular expression for path/partition (may be repeated)" | ||
401 | msgstr "" | ||
402 | |||
403 | msgid "Regular expression for path or partition (may be repeated)" | ||
404 | msgstr "" | ||
405 | |||
406 | msgid "" | ||
407 | "Regular expression to ignore selected path/partition (case insensitive) (may " | ||
408 | "be repeated)" | ||
409 | msgstr "" | ||
410 | |||
411 | msgid "" | ||
412 | "Regular expression to ignore selected path or partition (may be repeated)" | ||
413 | msgstr "" | ||
414 | |||
415 | msgid "" | ||
416 | "Return OK if no filesystem matches, filesystem does not exist or is " | ||
417 | "inaccessible." | ||
418 | msgstr "" | ||
419 | |||
420 | msgid "(Provide this option before -p / -r / --ereg-path if used)" | ||
421 | msgstr "" | ||
422 | |||
423 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | ||
424 | msgstr "" | ||
425 | |||
426 | msgid "" | ||
427 | "Ignore all filesystems of types matching given regex(7) (may be repeated)" | ||
428 | msgstr "" | ||
429 | |||
430 | msgid "" | ||
431 | "Check only filesystems where the type matches this given regex(7) (may be " | ||
432 | "repeated)" | ||
433 | msgstr "" | ||
434 | |||
435 | msgid "General usage hints:" | ||
436 | msgstr "" | ||
437 | |||
438 | msgid "" | ||
439 | "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the " | ||
440 | "same as" | ||
441 | msgstr "" | ||
442 | |||
443 | msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"." | ||
444 | msgstr "" | ||
445 | |||
446 | msgid "" | ||
447 | "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} " | ||
448 | "{thresholds b} ...\"" | ||
449 | msgstr "" | ||
450 | |||
451 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | ||
452 | msgstr "" | ||
453 | |||
454 | msgid "" | ||
455 | "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -" | ||
456 | "r regex" | ||
457 | msgstr "" | ||
458 | |||
459 | msgid "" | ||
460 | "are grouped which means the freespace thresholds are applied to all disks " | ||
461 | "together" | ||
462 | msgstr "" | ||
463 | |||
464 | msgid "" | ||
465 | "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use " | ||
466 | "100M/50M" | ||
467 | msgstr "" | ||
468 | |||
469 | #, c-format | ||
470 | msgid "%s %s: %s\n" | ||
471 | msgstr "" | ||
472 | |||
473 | msgid "is not accessible" | ||
474 | msgstr "" | ||
475 | |||
476 | msgid "nslookup returned an error status" | ||
477 | msgstr "" | ||
478 | |||
479 | msgid "Warning plugin error" | ||
480 | msgstr "" | ||
481 | |||
482 | #, c-format | ||
483 | msgid "DNS CRITICAL - '%s' returned empty server string\n" | ||
484 | msgstr "" | ||
485 | |||
486 | #, c-format | ||
487 | msgid "DNS CRITICAL - No response from DNS %s\n" | ||
488 | msgstr "" | ||
489 | |||
490 | #, c-format | ||
491 | msgid "DNS CRITICAL - '%s' returned empty host name string\n" | ||
492 | msgstr "" | ||
493 | |||
494 | msgid "Non-authoritative answer:" | ||
495 | msgstr "" | ||
496 | |||
497 | #, c-format | ||
498 | msgid "Domain '%s' was not found by the server\n" | ||
499 | msgstr "" | ||
500 | |||
501 | #, c-format | ||
502 | msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n" | ||
503 | msgstr "" | ||
504 | |||
505 | #, c-format | ||
506 | msgid "expected '%s' but got '%s'" | ||
507 | msgstr "" | ||
508 | |||
509 | #, c-format | ||
510 | msgid "Domain '%s' was found by the server: '%s'\n" | ||
511 | msgstr "" | ||
512 | |||
513 | #, c-format | ||
514 | msgid "server %s is not authoritative for %s" | ||
515 | msgstr "" | ||
516 | |||
517 | #, c-format | ||
518 | msgid "OK" | ||
519 | msgstr "" | ||
520 | |||
521 | #, c-format | ||
522 | msgid "WARNING" | ||
523 | msgstr "" | ||
524 | |||
525 | #, c-format | ||
526 | msgid "%.3f second response time" | ||
527 | msgid_plural "%.3f seconds response time" | ||
528 | msgstr[0] "" | ||
529 | msgstr[1] "" | ||
530 | |||
531 | #, c-format | ||
532 | msgid ". %s returns %s" | ||
533 | msgstr "" | ||
534 | |||
535 | #, c-format | ||
536 | msgid "DNS WARNING - %s\n" | ||
537 | msgstr "" | ||
538 | |||
539 | msgid " Probably a non-existent host/domain" | ||
540 | msgstr "" | ||
541 | |||
542 | #, c-format | ||
543 | msgid "DNS CRITICAL - %s\n" | ||
544 | msgstr "" | ||
545 | |||
546 | #, c-format | ||
547 | msgid "DNS UNKNOWN - %s\n" | ||
548 | msgstr "" | ||
549 | |||
550 | msgid "Note: nslookup is deprecated and may be removed from future releases." | ||
551 | msgstr "" | ||
552 | |||
553 | msgid "Consider using the `dig' or `host' programs instead. Run nslookup with" | ||
554 | msgstr "" | ||
555 | |||
556 | msgid "the `-sil[ent]' option to prevent this message from appearing." | ||
557 | msgstr "" | ||
558 | |||
559 | #, c-format | ||
560 | msgid "No response from DNS %s\n" | ||
561 | msgstr "" | ||
562 | |||
563 | #, c-format | ||
564 | msgid "DNS %s has no records\n" | ||
565 | msgstr "" | ||
566 | |||
567 | #, c-format | ||
568 | msgid "Connection to DNS %s was refused\n" | ||
569 | msgstr "" | ||
570 | |||
571 | #, c-format | ||
572 | msgid "Query was refused by DNS server at %s\n" | ||
573 | msgstr "" | ||
574 | |||
575 | #, c-format | ||
576 | msgid "No information returned by DNS server at %s\n" | ||
577 | msgstr "" | ||
578 | |||
579 | msgid "Network is unreachable\n" | ||
580 | msgstr "" | ||
581 | |||
582 | #, c-format | ||
583 | msgid "DNS failure for %s\n" | ||
584 | msgstr "" | ||
585 | |||
586 | msgid "Input buffer overflow\n" | ||
587 | msgstr "" | ||
588 | |||
589 | msgid "" | ||
590 | "This plugin uses the nslookup program to obtain the IP address for the given " | ||
591 | "host/domain query." | ||
592 | msgstr "" | ||
593 | |||
594 | msgid "An optional DNS server to use may be specified." | ||
595 | msgstr "" | ||
596 | |||
597 | msgid "" | ||
598 | "If no DNS server is specified, the default server(s) specified in /etc/" | ||
599 | "resolv.conf will be used." | ||
600 | msgstr "" | ||
601 | |||
602 | msgid "The name or address you want to query" | ||
603 | msgstr "" | ||
604 | |||
605 | msgid "Optional DNS server you want to use for the lookup" | ||
606 | msgstr "" | ||
607 | |||
608 | msgid "" | ||
609 | "Optional IP-ADDRESS/CIDR you expect the DNS server to return. HOST must end" | ||
610 | msgstr "" | ||
611 | |||
612 | msgid "" | ||
613 | "with a dot (.). This option can be repeated multiple times (Returns OK if any" | ||
614 | msgstr "" | ||
615 | |||
616 | msgid "value matches)." | ||
617 | msgstr "" | ||
618 | |||
619 | msgid "" | ||
620 | "Expect the DNS server to return NXDOMAIN (i.e. the domain was not found)" | ||
621 | msgstr "" | ||
622 | |||
623 | msgid "Cannot be used together with -a" | ||
624 | msgstr "" | ||
625 | |||
626 | msgid "Optionally expect the DNS server to be authoritative for the lookup" | ||
627 | msgstr "" | ||
628 | |||
629 | msgid "Return warning if elapsed time exceeds value. Default off" | ||
630 | msgstr "" | ||
631 | |||
632 | msgid "Return critical if elapsed time exceeds value. Default off" | ||
633 | msgstr "" | ||
634 | |||
635 | msgid "" | ||
636 | "Return critical if the list of expected addresses does not match all " | ||
637 | "addresses" | ||
638 | msgstr "" | ||
639 | |||
640 | msgid "returned. Default off" | ||
641 | msgstr "" | ||
642 | |||
643 | msgid "Arguments to check_dummy must be an integer" | ||
644 | msgstr "" | ||
645 | |||
646 | #, c-format | ||
647 | msgid "Status %d is not a supported error state\n" | ||
648 | msgstr "" | ||
649 | |||
650 | msgid "" | ||
651 | "This plugin will simply return the state corresponding to the numeric value" | ||
652 | msgstr "" | ||
653 | |||
654 | msgid "of the <state> argument with optional text" | ||
655 | msgstr "" | ||
656 | |||
657 | #, c-format | ||
658 | msgid "Could not open pipe: %s\n" | ||
659 | msgstr "" | ||
660 | |||
661 | #, c-format | ||
662 | msgid "Could not open stderr for %s\n" | ||
663 | msgstr "" | ||
664 | |||
665 | msgid "FPING UNKNOWN - IP address not found\n" | ||
666 | msgstr "" | ||
667 | |||
668 | msgid "FPING UNKNOWN - invalid commandline argument\n" | ||
669 | msgstr "" | ||
670 | |||
671 | msgid "FPING UNKNOWN - failed system call\n" | ||
672 | msgstr "" | ||
673 | |||
674 | #, c-format | ||
675 | msgid "FPING %s - %s (rta=%f ms)|%s\n" | ||
676 | msgstr "" | ||
677 | |||
678 | #, c-format | ||
679 | msgid "FPING UNKNOWN - %s not found\n" | ||
680 | msgstr "" | ||
681 | |||
682 | #, c-format | ||
683 | msgid "FPING CRITICAL - %s is unreachable\n" | ||
684 | msgstr "" | ||
685 | |||
686 | #, c-format | ||
687 | msgid "FPING UNKNOWN - %s parameter error\n" | ||
688 | msgstr "" | ||
689 | |||
690 | #, c-format | ||
691 | msgid "FPING CRITICAL - %s is down\n" | ||
692 | msgstr "" | ||
693 | |||
694 | #, c-format | ||
695 | msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n" | ||
696 | msgstr "" | ||
697 | |||
698 | #, c-format | ||
699 | msgid "FPING %s - %s (loss=%.0f%% )|%s\n" | ||
700 | msgstr "" | ||
701 | |||
702 | msgid "Invalid hostname/address" | ||
703 | msgstr "" | ||
704 | |||
705 | msgid "IPv6 support not available\n" | ||
706 | msgstr "" | ||
707 | |||
708 | msgid "Packet size must be a positive integer" | ||
709 | msgstr "" | ||
710 | |||
711 | msgid "Packet count must be a positive integer" | ||
712 | msgstr "" | ||
713 | |||
714 | msgid "Target timeout must be a positive integer" | ||
715 | msgstr "" | ||
716 | |||
717 | msgid "Interval must be a positive integer" | ||
718 | msgstr "" | ||
719 | |||
720 | msgid "Hostname was not supplied" | ||
721 | msgstr "" | ||
722 | |||
723 | #, c-format | ||
724 | msgid "%s: Only one threshold may be packet loss (%s)\n" | ||
725 | msgstr "" | ||
726 | |||
727 | #, c-format | ||
728 | msgid "%s: Only one threshold must be packet loss (%s)\n" | ||
729 | msgstr "" | ||
730 | |||
731 | msgid "" | ||
732 | "This plugin will use the fping command to ping the specified host for a fast " | ||
733 | "check" | ||
734 | msgstr "" | ||
735 | |||
736 | msgid "Note that it is necessary to set the suid flag on fping." | ||
737 | msgstr "" | ||
738 | |||
739 | msgid "" | ||
740 | "name or IP Address of host to ping (IP Address bypasses name lookup, " | ||
741 | "reducing system load)" | ||
742 | msgstr "" | ||
743 | |||
744 | msgid "warning threshold pair" | ||
745 | msgstr "" | ||
746 | |||
747 | msgid "critical threshold pair" | ||
748 | msgstr "" | ||
749 | |||
750 | msgid "Return OK after first successful reply" | ||
751 | msgstr "" | ||
752 | |||
753 | msgid "size of ICMP packet" | ||
754 | msgstr "" | ||
755 | |||
756 | msgid "number of ICMP packets to send" | ||
757 | msgstr "" | ||
758 | |||
759 | msgid "Target timeout (ms)" | ||
760 | msgstr "" | ||
761 | |||
762 | msgid "Interval (ms) between sending packets" | ||
763 | msgstr "" | ||
764 | |||
765 | msgid "name or IP Address of sourceip" | ||
766 | msgstr "" | ||
767 | |||
768 | msgid "source interface name" | ||
769 | msgstr "" | ||
770 | |||
771 | #, c-format | ||
772 | msgid "" | ||
773 | "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time " | ||
774 | "(ms)" | ||
775 | msgstr "" | ||
776 | |||
777 | msgid "" | ||
778 | "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of" | ||
779 | msgstr "" | ||
780 | |||
781 | msgid "packet loss to trigger an alarm state." | ||
782 | msgstr "" | ||
783 | |||
784 | msgid "IPv4 is used by default. Specify -6 to use IPv6." | ||
785 | msgstr "" | ||
786 | |||
787 | #, c-format | ||
788 | msgid "CRITICAL - Host type parameter incorrect!\n" | ||
789 | msgstr "" | ||
790 | |||
791 | #, c-format | ||
792 | msgid "CRITICAL - Host not found\n" | ||
793 | msgstr "" | ||
794 | |||
795 | #, c-format | ||
796 | msgid "CRITICAL - Game server down or unavailable\n" | ||
797 | msgstr "" | ||
798 | |||
799 | #, c-format | ||
800 | msgid "CRITICAL - Game server timeout\n" | ||
801 | msgstr "" | ||
802 | |||
803 | #, c-format | ||
804 | msgid "This plugin tests game server connections with the specified host." | ||
805 | msgstr "" | ||
806 | |||
807 | msgid "Optional port of which to connect" | ||
808 | msgstr "" | ||
809 | |||
810 | msgid "Field number in raw qstat output that contains game name" | ||
811 | msgstr "" | ||
812 | |||
813 | msgid "Field number in raw qstat output that contains map name" | ||
814 | msgstr "" | ||
815 | |||
816 | msgid "Field number in raw qstat output that contains ping time" | ||
817 | msgstr "" | ||
818 | |||
819 | msgid "" | ||
820 | "This plugin uses the 'qstat' command, the popular game server status query " | ||
821 | "tool." | ||
822 | msgstr "" | ||
823 | |||
824 | msgid "" | ||
825 | "If you don't have the package installed, you will need to download it from" | ||
826 | msgstr "" | ||
827 | |||
828 | msgid "https://github.com/multiplay/qstat before you can use this plugin." | ||
829 | msgstr "" | ||
830 | |||
831 | msgid "Paper Jam" | ||
832 | msgstr "" | ||
833 | |||
834 | msgid "Out of Paper" | ||
835 | msgstr "" | ||
836 | |||
837 | msgid "Printer Offline" | ||
838 | msgstr "" | ||
839 | |||
840 | msgid "Peripheral Error" | ||
841 | msgstr "" | ||
842 | |||
843 | msgid "Intervention Required" | ||
844 | msgstr "" | ||
845 | |||
846 | msgid "Toner Low" | ||
847 | msgstr "" | ||
848 | |||
849 | msgid "Insufficient Memory" | ||
850 | msgstr "" | ||
851 | |||
852 | msgid "A Door is Open" | ||
853 | msgstr "" | ||
854 | |||
855 | msgid "Output Tray is Full" | ||
856 | msgstr "" | ||
857 | |||
858 | msgid "Data too Slow for Engine" | ||
859 | msgstr "" | ||
860 | |||
861 | msgid "Unknown Paper Error" | ||
862 | msgstr "" | ||
863 | |||
864 | #, c-format | ||
865 | msgid "Printer ok - (%s)\n" | ||
866 | msgstr "" | ||
867 | |||
868 | msgid "Port must be a positive short integer" | ||
869 | msgstr "" | ||
870 | |||
871 | msgid "This plugin tests the STATUS of an HP printer with a JetDirect card." | ||
872 | msgstr "" | ||
873 | |||
874 | msgid "Net-snmp must be installed on the computer running the plugin." | ||
875 | msgstr "" | ||
876 | |||
877 | msgid "The SNMP community name " | ||
878 | msgstr "" | ||
879 | |||
880 | #, c-format | ||
881 | msgid "(default=%s)" | ||
882 | msgstr "" | ||
883 | |||
884 | msgid "Specify the port to check " | ||
885 | msgstr "" | ||
886 | |||
887 | msgid "Disable paper check " | ||
888 | msgstr "" | ||
889 | |||
890 | msgid "file does not exist or is not readable" | ||
891 | msgstr "" | ||
892 | |||
893 | msgid "Invalid certificate expiration period" | ||
894 | msgstr "" | ||
895 | |||
896 | msgid "" | ||
897 | "Invalid option - Valid SSL/TLS versions: 2, 3, 1, 1.1, 1.2 (with optional " | ||
898 | "'+' suffix)" | ||
899 | msgstr "" | ||
900 | |||
901 | msgid "Invalid option - SSL is not available" | ||
902 | msgstr "" | ||
903 | |||
904 | msgid "Invalid max_redirs count" | ||
905 | msgstr "" | ||
906 | |||
907 | msgid "Invalid onredirect option" | ||
908 | msgstr "" | ||
909 | |||
910 | #, c-format | ||
911 | msgid "option f:%d \n" | ||
912 | msgstr "" | ||
913 | |||
914 | msgid "Invalid port number" | ||
915 | msgstr "" | ||
916 | |||
917 | #, c-format | ||
918 | msgid "Could Not Compile Regular Expression: %s" | ||
919 | msgstr "" | ||
920 | |||
921 | msgid "IPv6 support not available" | ||
922 | msgstr "" | ||
923 | |||
924 | msgid "You must specify a server address or host name" | ||
925 | msgstr "" | ||
926 | |||
927 | msgid "" | ||
928 | "If you use a client certificate you must also specify a private key file" | ||
929 | msgstr "" | ||
930 | |||
931 | msgid "HTTP UNKNOWN - Memory allocation error\n" | ||
932 | msgstr "" | ||
933 | |||
934 | #, c-format | ||
935 | msgid "%sServer date unknown, " | ||
936 | msgstr "" | ||
937 | |||
938 | #, c-format | ||
939 | msgid "%sDocument modification date unknown, " | ||
940 | msgstr "" | ||
941 | |||
942 | #, c-format | ||
943 | msgid "%sServer date \"%100s\" unparsable, " | ||
944 | msgstr "" | ||
945 | |||
946 | #, c-format | ||
947 | msgid "%sDocument date \"%100s\" unparsable, " | ||
948 | msgstr "" | ||
949 | |||
950 | #, c-format | ||
951 | msgid "%sDocument is %d seconds in the future, " | ||
952 | msgstr "" | ||
953 | |||
954 | #, c-format | ||
955 | msgid "%sLast modified %.1f days ago, " | ||
956 | msgstr "" | ||
957 | |||
958 | #, c-format | ||
959 | msgid "%sLast modified %d:%02d:%02d ago, " | ||
960 | msgstr "" | ||
961 | |||
962 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" | ||
963 | msgstr "" | ||
964 | |||
965 | msgid "HTTP UNKNOWN - Could not allocate memory for full_page\n" | ||
966 | msgstr "" | ||
967 | |||
968 | msgid "HTTP CRITICAL - Error on receive\n" | ||
969 | msgstr "" | ||
970 | |||
971 | msgid "HTTP CRITICAL - No data received from host\n" | ||
972 | msgstr "" | ||
973 | |||
974 | #, c-format | ||
975 | msgid "Invalid HTTP response received from host: %s\n" | ||
976 | msgstr "" | ||
977 | |||
978 | #, c-format | ||
979 | msgid "Invalid HTTP response received from host on port %d: %s\n" | ||
980 | msgstr "" | ||
981 | |||
982 | #, c-format | ||
983 | msgid "" | ||
984 | "%s\n" | ||
985 | "%s" | ||
986 | msgstr "" | ||
987 | |||
988 | #, c-format | ||
989 | msgid "Status line output matched \"%s\" - " | ||
990 | msgstr "" | ||
991 | |||
992 | #, c-format | ||
993 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" | ||
994 | msgstr "" | ||
995 | |||
996 | #, c-format | ||
997 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" | ||
998 | msgstr "" | ||
999 | |||
1000 | #, c-format | ||
1001 | msgid "%s - " | ||
1002 | msgstr "" | ||
1003 | |||
1004 | #, c-format | ||
1005 | msgid "%sheader '%s' not found on '%s://%s:%d%s', " | ||
1006 | msgstr "" | ||
1007 | |||
1008 | #, c-format | ||
1009 | msgid "%sstring '%s' not found on '%s://%s:%d%s', " | ||
1010 | msgstr "" | ||
1011 | |||
1012 | #, c-format | ||
1013 | msgid "%spattern not found, " | ||
1014 | msgstr "" | ||
1015 | |||
1016 | #, c-format | ||
1017 | msgid "%spattern found, " | ||
1018 | msgstr "" | ||
1019 | |||
1020 | #, c-format | ||
1021 | msgid "%sExecute Error: %s, " | ||
1022 | msgstr "" | ||
1023 | |||
1024 | #, c-format | ||
1025 | msgid "%spage size %d too large, " | ||
1026 | msgstr "" | ||
1027 | |||
1028 | #, c-format | ||
1029 | msgid "%spage size %d too small, " | ||
1030 | msgstr "" | ||
1031 | |||
1032 | #, c-format | ||
1033 | msgid "%s - %d bytes in %.3f second response time %s|%s %s %s %s %s %s %s" | ||
1034 | msgstr "" | ||
1035 | |||
1036 | #, c-format | ||
1037 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" | ||
1038 | msgstr "" | ||
1039 | |||
1040 | msgid "HTTP UNKNOWN - Could not allocate addr\n" | ||
1041 | msgstr "" | ||
1042 | |||
1043 | msgid "HTTP UNKNOWN - Could not allocate URL\n" | ||
1044 | msgstr "" | ||
1045 | |||
1046 | #, c-format | ||
1047 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" | ||
1048 | msgstr "" | ||
1049 | |||
1050 | #, c-format | ||
1051 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" | ||
1052 | msgstr "" | ||
1053 | |||
1054 | #, c-format | ||
1055 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" | ||
1056 | msgstr "" | ||
1057 | |||
1058 | #, c-format | ||
1059 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" | ||
1060 | msgstr "" | ||
1061 | |||
1062 | #, c-format | ||
1063 | msgid "HTTP CRITICAL - redirection creates an infinite loop - %s://%s:%d%s%s\n" | ||
1064 | msgstr "" | ||
1065 | |||
1066 | #, c-format | ||
1067 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" | ||
1068 | msgstr "" | ||
1069 | |||
1070 | #, c-format | ||
1071 | msgid "Redirection to %s://%s:%d%s\n" | ||
1072 | msgstr "" | ||
1073 | |||
1074 | msgid "This plugin tests the HTTP service on the specified host. It can test" | ||
1075 | msgstr "" | ||
1076 | |||
1077 | msgid "normal (http) and secure (https) servers, follow redirects, search for" | ||
1078 | msgstr "" | ||
1079 | |||
1080 | msgid "strings and regular expressions, check connection times, and report on" | ||
1081 | msgstr "" | ||
1082 | |||
1083 | msgid "certificate expiration times." | ||
1084 | msgstr "" | ||
1085 | |||
1086 | #, c-format | ||
1087 | msgid "In the first form, make an HTTP request." | ||
1088 | msgstr "" | ||
1089 | |||
1090 | #, c-format | ||
1091 | msgid "" | ||
1092 | "In the second form, connect to the server and check the TLS certificate." | ||
1093 | msgstr "" | ||
1094 | |||
1095 | #, c-format | ||
1096 | msgid "NOTE: One or both of -H and -I must be specified" | ||
1097 | msgstr "" | ||
1098 | |||
1099 | msgid "Host name argument for servers using host headers (virtual host)" | ||
1100 | msgstr "" | ||
1101 | |||
1102 | msgid "Append a port to include it in the header (eg: example.com:5000)" | ||
1103 | msgstr "" | ||
1104 | |||
1105 | msgid "" | ||
1106 | "IP address or name (use numeric address if possible to bypass DNS lookup)." | ||
1107 | msgstr "" | ||
1108 | |||
1109 | msgid "Port number (default: " | ||
1110 | msgstr "" | ||
1111 | |||
1112 | msgid "" | ||
1113 | "Connect via SSL. Port defaults to 443. VERSION is optional, and prevents" | ||
1114 | msgstr "" | ||
1115 | |||
1116 | msgid "auto-negotiation (2 = SSLv2, 3 = SSLv3, 1 = TLSv1, 1.1 = TLSv1.1," | ||
1117 | msgstr "" | ||
1118 | |||
1119 | msgid "1.2 = TLSv1.2). With a '+' suffix, newer versions are also accepted." | ||
1120 | msgstr "" | ||
1121 | |||
1122 | msgid "Enable SSL/TLS hostname extension support (SNI)" | ||
1123 | msgstr "" | ||
1124 | |||
1125 | msgid "" | ||
1126 | "Minimum number of days a certificate has to be valid. Port defaults to 443" | ||
1127 | msgstr "" | ||
1128 | |||
1129 | msgid "" | ||
1130 | "(when this option is used the URL is not checked by default. You can use" | ||
1131 | msgstr "" | ||
1132 | |||
1133 | msgid " --continue-after-certificate to override this behavior)" | ||
1134 | msgstr "" | ||
1135 | |||
1136 | msgid "" | ||
1137 | "Allows the HTTP check to continue after performing the certificate check." | ||
1138 | msgstr "" | ||
1139 | |||
1140 | msgid "Does nothing unless -C is used." | ||
1141 | msgstr "" | ||
1142 | |||
1143 | msgid "Name of file that contains the client certificate (PEM format)" | ||
1144 | msgstr "" | ||
1145 | |||
1146 | msgid "to be used in establishing the SSL session" | ||
1147 | msgstr "" | ||
1148 | |||
1149 | msgid "Name of file containing the private key (PEM format)" | ||
1150 | msgstr "" | ||
1151 | |||
1152 | msgid "matching the client certificate" | ||
1153 | msgstr "" | ||
1154 | |||
1155 | msgid "Comma-delimited list of strings, at least one of them is expected in" | ||
1156 | msgstr "" | ||
1157 | |||
1158 | msgid "the first (status) line of the server response (default: " | ||
1159 | msgstr "" | ||
1160 | |||
1161 | msgid "" | ||
1162 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" | ||
1163 | msgstr "" | ||
1164 | |||
1165 | msgid "String to expect in the response headers" | ||
1166 | msgstr "" | ||
1167 | |||
1168 | msgid "String to expect in the content" | ||
1169 | msgstr "" | ||
1170 | |||
1171 | msgid "URL to GET or POST (default: /)" | ||
1172 | msgstr "" | ||
1173 | |||
1174 | msgid "URL encoded http POST data" | ||
1175 | msgstr "" | ||
1176 | |||
1177 | msgid "Set HTTP method." | ||
1178 | msgstr "" | ||
1179 | |||
1180 | msgid "Don't wait for document body: stop reading after headers." | ||
1181 | msgstr "" | ||
1182 | |||
1183 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" | ||
1184 | msgstr "" | ||
1185 | |||
1186 | msgid "Warn if document is more than SECONDS old. the number can also be of" | ||
1187 | msgstr "" | ||
1188 | |||
1189 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." | ||
1190 | msgstr "" | ||
1191 | |||
1192 | msgid "specify Content-Type header media type when POSTing\n" | ||
1193 | msgstr "" | ||
1194 | |||
1195 | msgid "Allow regex to span newlines (must precede -r or -R)" | ||
1196 | msgstr "" | ||
1197 | |||
1198 | msgid "Search page for regex STRING" | ||
1199 | msgstr "" | ||
1200 | |||
1201 | msgid "Search page for case-insensitive regex STRING" | ||
1202 | msgstr "" | ||
1203 | |||
1204 | msgid "Return CRITICAL if found, OK if not\n" | ||
1205 | msgstr "" | ||
1206 | |||
1207 | msgid "Username:password on sites with basic authentication" | ||
1208 | msgstr "" | ||
1209 | |||
1210 | msgid "Username:password on proxy-servers with basic authentication" | ||
1211 | msgstr "" | ||
1212 | |||
1213 | msgid "String to be sent in http header as \"User Agent\"" | ||
1214 | msgstr "" | ||
1215 | |||
1216 | msgid "" | ||
1217 | "Any other tags to be sent in http header. Use multiple times for additional " | ||
1218 | "headers" | ||
1219 | msgstr "" | ||
1220 | |||
1221 | msgid "Print additional performance data" | ||
1222 | msgstr "" | ||
1223 | |||
1224 | msgid "Print body content below status line" | ||
1225 | msgstr "" | ||
1226 | |||
1227 | msgid "Wrap output in HTML link (obsoleted by urlize)" | ||
1228 | msgstr "" | ||
1229 | |||
1230 | msgid "How to handle redirected pages. sticky is like follow but stick to the" | ||
1231 | msgstr "" | ||
1232 | |||
1233 | msgid "specified IP address. stickyport also ensures port stays the same." | ||
1234 | msgstr "" | ||
1235 | |||
1236 | msgid "Maximal number of redirects (default: " | ||
1237 | msgstr "" | ||
1238 | |||
1239 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" | ||
1240 | msgstr "" | ||
1241 | |||
1242 | msgid "This plugin will attempt to open an HTTP connection with the host." | ||
1243 | msgstr "" | ||
1244 | |||
1245 | msgid "" | ||
1246 | "Successful connects return STATE_OK, refusals and timeouts return " | ||
1247 | "STATE_CRITICAL" | ||
1248 | msgstr "" | ||
1249 | |||
1250 | msgid "" | ||
1251 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " | ||
1252 | "response" | ||
1253 | msgstr "" | ||
1254 | |||
1255 | msgid "" | ||
1256 | "messages from the host result in STATE_WARNING return values. If you are" | ||
1257 | msgstr "" | ||
1258 | |||
1259 | msgid "" | ||
1260 | "checking a virtual server that uses 'host headers' you must supply the FQDN" | ||
1261 | msgstr "" | ||
1262 | |||
1263 | msgid "(fully qualified domain name) as the [host_name] argument." | ||
1264 | msgstr "" | ||
1265 | |||
1266 | msgid "This plugin can also check whether an SSL enabled web server is able to" | ||
1267 | msgstr "" | ||
1268 | |||
1269 | msgid "serve content (optionally within a specified time) or whether the X509 " | ||
1270 | msgstr "" | ||
1271 | |||
1272 | msgid "certificate is still valid for the specified number of days." | ||
1273 | msgstr "" | ||
1274 | |||
1275 | msgid "Please note that this plugin does not check if the presented server" | ||
1276 | msgstr "" | ||
1277 | |||
1278 | msgid "certificate matches the hostname of the server, or if the certificate" | ||
1279 | msgstr "" | ||
1280 | |||
1281 | msgid "has a valid chain of trust to one of the locally installed CAs." | ||
1282 | msgstr "" | ||
1283 | |||
1284 | msgid "" | ||
1285 | "When the 'www.verisign.com' server returns its content within 5 seconds," | ||
1286 | msgstr "" | ||
1287 | |||
1288 | msgid "" | ||
1289 | "a STATE_OK will be returned. When the server returns its content but exceeds" | ||
1290 | msgstr "" | ||
1291 | |||
1292 | msgid "" | ||
1293 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | ||
1294 | "occurs," | ||
1295 | msgstr "" | ||
1296 | |||
1297 | msgid "a STATE_CRITICAL will be returned." | ||
1298 | msgstr "" | ||
1299 | |||
1300 | msgid "" | ||
1301 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," | ||
1302 | msgstr "" | ||
1303 | |||
1304 | msgid "" | ||
1305 | "a STATE_OK is returned. When the certificate is still valid, but for less " | ||
1306 | "than" | ||
1307 | msgstr "" | ||
1308 | |||
1309 | msgid "" | ||
1310 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" | ||
1311 | msgstr "" | ||
1312 | |||
1313 | msgid "the certificate is expired." | ||
1314 | msgstr "" | ||
1315 | |||
1316 | msgid "" | ||
1317 | "When the certificate of 'www.verisign.com' is valid for more than 30 days," | ||
1318 | msgstr "" | ||
1319 | |||
1320 | msgid "30 days, but more than 14 days, a STATE_WARNING is returned." | ||
1321 | msgstr "" | ||
1322 | |||
1323 | msgid "" | ||
1324 | "A STATE_CRITICAL will be returned when certificate expires in less than 14 " | ||
1325 | "days" | ||
1326 | msgstr "" | ||
1327 | |||
1328 | msgid "" | ||
1329 | "check_http -I 192.168.100.35 -p 80 -u https://www.verisign.com/ -S -j " | ||
1330 | "CONNECT -H www.verisign.com " | ||
1331 | msgstr "" | ||
1332 | |||
1333 | msgid "" | ||
1334 | "all these options are needed: -I <proxy> -p <proxy-port> -u <check-url> -" | ||
1335 | "S(sl) -j CONNECT -H <webserver>" | ||
1336 | msgstr "" | ||
1337 | |||
1338 | msgid "" | ||
1339 | "a STATE_CRITICAL will be returned. By adding a colon to the method you can " | ||
1340 | "set the method used" | ||
1341 | msgstr "" | ||
1342 | |||
1343 | msgid "inside the proxied connection: -j CONNECT:POST" | ||
1344 | msgstr "" | ||
1345 | |||
1346 | #, c-format | ||
1347 | msgid "Could not connect to the server at port %i\n" | ||
1348 | msgstr "" | ||
1349 | |||
1350 | #, c-format | ||
1351 | msgid "Could not set protocol version %d\n" | ||
1352 | msgstr "" | ||
1353 | |||
1354 | #, c-format | ||
1355 | msgid "Could not init TLS at port %i!\n" | ||
1356 | msgstr "" | ||
1357 | |||
1358 | #, c-format | ||
1359 | msgid "TLS not supported by the libraries!\n" | ||
1360 | msgstr "" | ||
1361 | |||
1362 | #, c-format | ||
1363 | msgid "Could not init startTLS at port %i!\n" | ||
1364 | msgstr "" | ||
1365 | |||
1366 | #, c-format | ||
1367 | msgid "startTLS not supported by the library, needs LDAPv3!\n" | ||
1368 | msgstr "" | ||
1369 | |||
1370 | #, c-format | ||
1371 | msgid "Could not bind to the LDAP server\n" | ||
1372 | msgstr "" | ||
1373 | |||
1374 | #, c-format | ||
1375 | msgid "Could not search/find objectclasses in %s\n" | ||
1376 | msgstr "" | ||
1377 | |||
1378 | #, c-format | ||
1379 | msgid "LDAP %s - found %d entries in %.3f seconds|%s %s\n" | ||
1380 | msgstr "" | ||
1381 | |||
1382 | #, c-format | ||
1383 | msgid "LDAP %s - %.3f seconds response time|%s\n" | ||
1384 | msgstr "" | ||
1385 | |||
1386 | #, c-format | ||
1387 | msgid "%s cannot be combined with %s" | ||
1388 | msgstr "" | ||
1389 | |||
1390 | msgid "Please specify the host name\n" | ||
1391 | msgstr "" | ||
1392 | |||
1393 | msgid "Please specify the LDAP base\n" | ||
1394 | msgstr "" | ||
1395 | |||
1396 | msgid "ldap attribute to search (default: \"(objectclass=*)\"" | ||
1397 | msgstr "" | ||
1398 | |||
1399 | msgid "ldap base (eg. ou=my unit, o=my org, c=at" | ||
1400 | msgstr "" | ||
1401 | |||
1402 | msgid "ldap bind DN (if required)" | ||
1403 | msgstr "" | ||
1404 | |||
1405 | msgid "" | ||
1406 | "ldap password (if required, or set the password through environment variable " | ||
1407 | "'LDAP_PASSWORD')" | ||
1408 | msgstr "" | ||
1409 | |||
1410 | msgid "use starttls mechanism introduced in protocol version 3" | ||
1411 | msgstr "" | ||
1412 | |||
1413 | msgid "use ldaps (ldap v2 ssl method). this also sets the default port to" | ||
1414 | msgstr "" | ||
1415 | |||
1416 | msgid "use ldap protocol version 2" | ||
1417 | msgstr "" | ||
1418 | |||
1419 | msgid "use ldap protocol version 3" | ||
1420 | msgstr "" | ||
1421 | |||
1422 | msgid "default protocol version:" | ||
1423 | msgstr "" | ||
1424 | |||
1425 | msgid "Number of found entries to result in warning status" | ||
1426 | msgstr "" | ||
1427 | |||
1428 | msgid "Number of found entries to result in critical status" | ||
1429 | msgstr "" | ||
1430 | |||
1431 | msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be" | ||
1432 | msgstr "" | ||
1433 | |||
1434 | #, c-format | ||
1435 | msgid "" | ||
1436 | " implied (using default port %i) unless --port=636 is specified. In that " | ||
1437 | "case\n" | ||
1438 | msgstr "" | ||
1439 | |||
1440 | msgid "'SSL on connect' will be used no matter how the plugin was called." | ||
1441 | msgstr "" | ||
1442 | |||
1443 | msgid "" | ||
1444 | "This detection is deprecated, please use 'check_ldap' with the '--starttls' " | ||
1445 | "or '--ssl' flags" | ||
1446 | msgstr "" | ||
1447 | |||
1448 | msgid "to define the behaviour explicitly instead." | ||
1449 | msgstr "" | ||
1450 | |||
1451 | msgid "The parameters --warn-entries and --crit-entries are optional." | ||
1452 | msgstr "" | ||
1453 | |||
1454 | msgid "Warning threshold must be float or float triplet!\n" | ||
1455 | msgstr "" | ||
1456 | |||
1457 | #, c-format | ||
1458 | msgid "Error opening %s\n" | ||
1459 | msgstr "" | ||
1460 | |||
1461 | #, c-format | ||
1462 | msgid "could not parse load from uptime %s: %d\n" | ||
1463 | msgstr "" | ||
1464 | |||
1465 | #, c-format | ||
1466 | msgid "Error code %d returned in %s\n" | ||
1467 | msgstr "" | ||
1468 | |||
1469 | #, c-format | ||
1470 | msgid "Error in getloadavg()\n" | ||
1471 | msgstr "" | ||
1472 | |||
1473 | #, c-format | ||
1474 | msgid "Error processing %s\n" | ||
1475 | msgstr "" | ||
1476 | |||
1477 | #, c-format | ||
1478 | msgid "load average: %.2f, %.2f, %.2f" | ||
1479 | msgstr "" | ||
1480 | |||
1481 | #, c-format | ||
1482 | msgid "Critical threshold for %d-minute load average is not specified\n" | ||
1483 | msgstr "" | ||
1484 | |||
1485 | #, c-format | ||
1486 | msgid "Warning threshold for %d-minute load average is not specified\n" | ||
1487 | msgstr "" | ||
1488 | |||
1489 | #, c-format | ||
1490 | msgid "" | ||
1491 | "Parameter inconsistency: %d-minute \"warning load\" is greater than " | ||
1492 | "\"critical load\"\n" | ||
1493 | msgstr "" | ||
1494 | |||
1495 | #, c-format | ||
1496 | msgid "This plugin tests the current system load average." | ||
1497 | msgstr "" | ||
1498 | |||
1499 | msgid "Exit with WARNING status if load average exceeds WLOADn" | ||
1500 | msgstr "" | ||
1501 | |||
1502 | msgid "Exit with CRITICAL status if load average exceed CLOADn" | ||
1503 | msgstr "" | ||
1504 | |||
1505 | msgid "the load average format is the same used by \"uptime\" and \"w\"" | ||
1506 | msgstr "" | ||
1507 | |||
1508 | msgid "Divide the load averages by the number of CPUs (when possible)" | ||
1509 | msgstr "" | ||
1510 | |||
1511 | msgid "Number of processes to show when printing the top consuming processes." | ||
1512 | msgstr "" | ||
1513 | |||
1514 | msgid "NUMBER_OF_PROCS=0 disables this feature. Default value is 0" | ||
1515 | msgstr "" | ||
1516 | |||
1517 | #, c-format | ||
1518 | msgid "'%s' exited with non-zero status.\n" | ||
1519 | msgstr "" | ||
1520 | |||
1521 | #, c-format | ||
1522 | msgid "some error occurred getting procs list.\n" | ||
1523 | msgstr "" | ||
1524 | |||
1525 | msgid "Could not parse arguments\n" | ||
1526 | msgstr "" | ||
1527 | |||
1528 | #, c-format | ||
1529 | msgid "Unable to open MRTG log file\n" | ||
1530 | msgstr "" | ||
1531 | |||
1532 | #, c-format | ||
1533 | msgid "Unable to process MRTG log file\n" | ||
1534 | msgstr "" | ||
1535 | |||
1536 | #, c-format | ||
1537 | msgid "MRTG data has expired (%d minutes old)\n" | ||
1538 | msgstr "" | ||
1539 | |||
1540 | msgid "Avg" | ||
1541 | msgstr "" | ||
1542 | |||
1543 | msgid "Max" | ||
1544 | msgstr "" | ||
1545 | |||
1546 | msgid "Invalid variable number" | ||
1547 | msgstr "" | ||
1548 | |||
1549 | #, c-format | ||
1550 | msgid "" | ||
1551 | "%s is not a valid expiration time\n" | ||
1552 | "Use '%s -h' for additional help\n" | ||
1553 | msgstr "" | ||
1554 | |||
1555 | msgid "Invalid variable number\n" | ||
1556 | msgstr "" | ||
1557 | |||
1558 | msgid "You must supply the variable number" | ||
1559 | msgstr "" | ||
1560 | |||
1561 | msgid "" | ||
1562 | "This plugin will check either the average or maximum value of one of the" | ||
1563 | msgstr "" | ||
1564 | |||
1565 | msgid "two variables recorded in an MRTG log file." | ||
1566 | msgstr "" | ||
1567 | |||
1568 | msgid "The MRTG log file containing the data you want to monitor" | ||
1569 | msgstr "" | ||
1570 | |||
1571 | msgid "Minutes before MRTG data is considered to be too old" | ||
1572 | msgstr "" | ||
1573 | |||
1574 | msgid "Should we check average or maximum values?" | ||
1575 | msgstr "" | ||
1576 | |||
1577 | msgid "Which variable set should we inspect? (1 or 2)" | ||
1578 | msgstr "" | ||
1579 | |||
1580 | msgid "Threshold value for data to result in WARNING status" | ||
1581 | msgstr "" | ||
1582 | |||
1583 | msgid "Threshold value for data to result in CRITICAL status" | ||
1584 | msgstr "" | ||
1585 | |||
1586 | msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)" | ||
1587 | msgstr "" | ||
1588 | |||
1589 | msgid "Option units label for data (Example: Packets/Sec, Errors/Sec," | ||
1590 | msgstr "" | ||
1591 | |||
1592 | #, c-format | ||
1593 | msgid "\"Bytes Per Second\", \"%% Utilization\")" | ||
1594 | msgstr "" | ||
1595 | |||
1596 | msgid "" | ||
1597 | "If the value exceeds the <vwl> threshold, a WARNING status is returned. If" | ||
1598 | msgstr "" | ||
1599 | |||
1600 | msgid "" | ||
1601 | "the value exceeds the <vcl> threshold, a CRITICAL status is returned. If" | ||
1602 | msgstr "" | ||
1603 | |||
1604 | msgid "the data in the log file is older than <expire_minutes> old, a WARNING" | ||
1605 | msgstr "" | ||
1606 | |||
1607 | msgid "status is returned and a warning message is printed." | ||
1608 | msgstr "" | ||
1609 | |||
1610 | msgid "" | ||
1611 | "This plugin is useful for monitoring MRTG data that does not correspond to" | ||
1612 | msgstr "" | ||
1613 | |||
1614 | msgid "" | ||
1615 | "bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth)." | ||
1616 | msgstr "" | ||
1617 | |||
1618 | msgid "" | ||
1619 | "It can be used to monitor any kind of data that MRTG is monitoring - errors," | ||
1620 | msgstr "" | ||
1621 | |||
1622 | msgid "" | ||
1623 | "packets/sec, etc. I use MRTG in conjunction with the Novell NLM that allows" | ||
1624 | msgstr "" | ||
1625 | |||
1626 | msgid "" | ||
1627 | "me to track processor utilization, user connections, drive space, etc and" | ||
1628 | msgstr "" | ||
1629 | |||
1630 | msgid "this plugin works well for monitoring that kind of data as well." | ||
1631 | msgstr "" | ||
1632 | |||
1633 | msgid "" | ||
1634 | "- This plugin only monitors one of the two variables stored in the MRTG log" | ||
1635 | msgstr "" | ||
1636 | |||
1637 | msgid "file. If you want to monitor both values you will have to define two" | ||
1638 | msgstr "" | ||
1639 | |||
1640 | msgid "commands with different values for the <variable> argument. Of course," | ||
1641 | msgstr "" | ||
1642 | |||
1643 | msgid "you can always hack the code to make this plugin work for you..." | ||
1644 | msgstr "" | ||
1645 | |||
1646 | msgid "" | ||
1647 | "- MRTG stands for the Multi Router Traffic Grapher. It can be downloaded " | ||
1648 | "from" | ||
1649 | msgstr "" | ||
1650 | |||
1651 | msgid "Unable to open MRTG log file" | ||
1652 | msgstr "" | ||
1653 | |||
1654 | msgid "Unable to process MRTG log file" | ||
1655 | msgstr "" | ||
1656 | |||
1657 | #, c-format | ||
1658 | msgid "%s. In = %0.1f %s/s, %s. Out = %0.1f %s/s|%s %s\n" | ||
1659 | msgstr "" | ||
1660 | |||
1661 | #, c-format | ||
1662 | msgid "Traffic %s - %s\n" | ||
1663 | msgstr "" | ||
1664 | |||
1665 | msgid "" | ||
1666 | "This plugin will check the incoming/outgoing transfer rates of a router," | ||
1667 | msgstr "" | ||
1668 | |||
1669 | msgid "switch, etc recorded in an MRTG log. If the newest log entry is older" | ||
1670 | msgstr "" | ||
1671 | |||
1672 | msgid "than <expire_minutes>, a WARNING status is returned. If either the" | ||
1673 | msgstr "" | ||
1674 | |||
1675 | msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in" | ||
1676 | msgstr "" | ||
1677 | |||
1678 | msgid "Bytes/sec), a CRITICAL status results. If either of the rates exceed" | ||
1679 | msgstr "" | ||
1680 | |||
1681 | msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results." | ||
1682 | msgstr "" | ||
1683 | |||
1684 | msgid "File to read log from" | ||
1685 | msgstr "" | ||
1686 | |||
1687 | msgid "Minutes after which log expires" | ||
1688 | msgstr "" | ||
1689 | |||
1690 | msgid "Test average or maximum" | ||
1691 | msgstr "" | ||
1692 | |||
1693 | msgid "Warning threshold pair <incoming>,<outgoing>" | ||
1694 | msgstr "" | ||
1695 | |||
1696 | msgid "Critical threshold pair <incoming>,<outgoing>" | ||
1697 | msgstr "" | ||
1698 | |||
1699 | msgid "" | ||
1700 | "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from" | ||
1701 | msgstr "" | ||
1702 | |||
1703 | msgid "- While MRTG can monitor things other than traffic rates, this" | ||
1704 | msgstr "" | ||
1705 | |||
1706 | msgid " plugin probably won't work with much else without modification." | ||
1707 | msgstr "" | ||
1708 | |||
1709 | msgid "- The calculated i/o rates are a little off from what MRTG actually" | ||
1710 | msgstr "" | ||
1711 | |||
1712 | msgid " reports. I'm not sure why this is right now, but will look into it" | ||
1713 | msgstr "" | ||
1714 | |||
1715 | msgid " for future enhancements of this plugin." | ||
1716 | msgstr "" | ||
1717 | |||
1718 | #, c-format | ||
1719 | msgid "Usage" | ||
1720 | msgstr "" | ||
1721 | |||
1722 | #, c-format | ||
1723 | msgid "status store_result error: %s\n" | ||
1724 | msgstr "" | ||
1725 | |||
1726 | #, c-format | ||
1727 | msgid "slave query error: %s\n" | ||
1728 | msgstr "" | ||
1729 | |||
1730 | #, c-format | ||
1731 | msgid "slave store_result error: %s\n" | ||
1732 | msgstr "" | ||
1733 | |||
1734 | msgid "No slaves defined" | ||
1735 | msgstr "" | ||
1736 | |||
1737 | #, c-format | ||
1738 | msgid "slave fetch row error: %s\n" | ||
1739 | msgstr "" | ||
1740 | |||
1741 | #, c-format | ||
1742 | msgid "Slave running: %s" | ||
1743 | msgstr "" | ||
1744 | |||
1745 | msgid "This program tests connections to a MySQL server" | ||
1746 | msgstr "" | ||
1747 | |||
1748 | msgid "Ignore authentication failure and check for mysql connectivity only" | ||
1749 | msgstr "" | ||
1750 | |||
1751 | msgid "Use the specified socket (has no effect if -H is used)" | ||
1752 | msgstr "" | ||
1753 | |||
1754 | msgid "Check database with indicated name" | ||
1755 | msgstr "" | ||
1756 | |||
1757 | msgid "Read from the specified client options file" | ||
1758 | msgstr "" | ||
1759 | |||
1760 | msgid "Use a client options group" | ||
1761 | msgstr "" | ||
1762 | |||
1763 | msgid "Connect using the indicated username" | ||
1764 | msgstr "" | ||
1765 | |||
1766 | msgid "Use the indicated password to authenticate the connection" | ||
1767 | msgstr "" | ||
1768 | |||
1769 | msgid "IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!" | ||
1770 | msgstr "" | ||
1771 | |||
1772 | msgid "Your clear-text password could be visible as a process table entry" | ||
1773 | msgstr "" | ||
1774 | |||
1775 | msgid "Check if the slave thread is running properly." | ||
1776 | msgstr "" | ||
1777 | |||
1778 | msgid "Exit with WARNING status if slave server is more than INTEGER seconds" | ||
1779 | msgstr "" | ||
1780 | |||
1781 | msgid "behind master" | ||
1782 | msgstr "" | ||
1783 | |||
1784 | msgid "Exit with CRITICAL status if slave server is more then INTEGER seconds" | ||
1785 | msgstr "" | ||
1786 | |||
1787 | msgid "Use ssl encryption" | ||
1788 | msgstr "" | ||
1789 | |||
1790 | msgid "Path to CA signing the cert" | ||
1791 | msgstr "" | ||
1792 | |||
1793 | msgid "Path to SSL certificate" | ||
1794 | msgstr "" | ||
1795 | |||
1796 | msgid "Path to private SSL key" | ||
1797 | msgstr "" | ||
1798 | |||
1799 | msgid "Path to CA directory" | ||
1800 | msgstr "" | ||
1801 | |||
1802 | msgid "List of valid SSL ciphers" | ||
1803 | msgstr "" | ||
1804 | |||
1805 | msgid "" | ||
1806 | "There are no required arguments. By default, the local database is checked" | ||
1807 | msgstr "" | ||
1808 | |||
1809 | msgid "" | ||
1810 | "using the default unix socket. You can force TCP on localhost by using an" | ||
1811 | msgstr "" | ||
1812 | |||
1813 | msgid "IP address or FQDN ('localhost' will use the socket as well)." | ||
1814 | msgstr "" | ||
1815 | |||
1816 | msgid "You must specify -p with an empty string to force an empty password," | ||
1817 | msgstr "" | ||
1818 | |||
1819 | msgid "overriding any my.cnf settings." | ||
1820 | msgstr "" | ||
1821 | |||
1822 | msgid "Cannot open status log for reading!" | ||
1823 | msgstr "" | ||
1824 | |||
1825 | #, c-format | ||
1826 | msgid "Found process: %s %s\n" | ||
1827 | msgstr "" | ||
1828 | |||
1829 | msgid "Could not locate a running Nagios process!" | ||
1830 | msgstr "" | ||
1831 | |||
1832 | msgid "Cannot parse Nagios log file for valid time" | ||
1833 | msgstr "" | ||
1834 | |||
1835 | #, c-format | ||
1836 | msgid "%d process" | ||
1837 | msgid_plural "%d processes" | ||
1838 | msgstr[0] "" | ||
1839 | msgstr[1] "" | ||
1840 | |||
1841 | #, c-format | ||
1842 | msgid "status log updated %d second ago" | ||
1843 | msgid_plural "status log updated %d seconds ago" | ||
1844 | msgstr[0] "" | ||
1845 | msgstr[1] "" | ||
1846 | |||
1847 | msgid "Expiration time must be an integer (seconds)\n" | ||
1848 | msgstr "" | ||
1849 | |||
1850 | msgid "Timeout must be an integer (seconds)\n" | ||
1851 | msgstr "" | ||
1852 | |||
1853 | msgid "You must provide the status_log\n" | ||
1854 | msgstr "" | ||
1855 | |||
1856 | msgid "You must provide a process string\n" | ||
1857 | msgstr "" | ||
1858 | |||
1859 | msgid "" | ||
1860 | "This plugin checks the status of the Nagios process on the local machine" | ||
1861 | msgstr "" | ||
1862 | |||
1863 | msgid "" | ||
1864 | "The plugin will check to make sure the Nagios status log is no older than" | ||
1865 | msgstr "" | ||
1866 | |||
1867 | msgid "the number of minutes specified by the expires option." | ||
1868 | msgstr "" | ||
1869 | |||
1870 | msgid "" | ||
1871 | "It also checks the process table for a process matching the command argument." | ||
1872 | msgstr "" | ||
1873 | |||
1874 | msgid "Name of the log file to check" | ||
1875 | msgstr "" | ||
1876 | |||
1877 | msgid "Minutes aging after which logfile is considered stale" | ||
1878 | msgstr "" | ||
1879 | |||
1880 | msgid "Substring to search for in process arguments" | ||
1881 | msgstr "" | ||
1882 | |||
1883 | msgid "Timeout for the plugin in seconds" | ||
1884 | msgstr "" | ||
1885 | |||
1886 | #, c-format | ||
1887 | msgid "Wrong client version - running: %s, required: %s" | ||
1888 | msgstr "" | ||
1889 | |||
1890 | msgid "missing -l parameters" | ||
1891 | msgstr "" | ||
1892 | |||
1893 | msgid "wrong -l parameter." | ||
1894 | msgstr "" | ||
1895 | |||
1896 | msgid "CPU Load" | ||
1897 | msgstr "" | ||
1898 | |||
1899 | #, c-format | ||
1900 | msgid " %lu%% (%lu min average)" | ||
1901 | msgstr "" | ||
1902 | |||
1903 | #, c-format | ||
1904 | msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100" | ||
1905 | msgstr "" | ||
1906 | |||
1907 | msgid "not enough values for -l parameters" | ||
1908 | msgstr "" | ||
1909 | |||
1910 | msgid "wrong -l argument" | ||
1911 | msgstr "" | ||
1912 | |||
1913 | #, c-format | ||
1914 | msgid "System Uptime - %u day(s) %u hour(s) %u minute(s) |uptime=%lu" | ||
1915 | msgstr "" | ||
1916 | |||
1917 | #, c-format | ||
1918 | msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)" | ||
1919 | msgstr "" | ||
1920 | |||
1921 | #, c-format | ||
1922 | msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f" | ||
1923 | msgstr "" | ||
1924 | |||
1925 | msgid "Free disk space : Invalid drive" | ||
1926 | msgstr "" | ||
1927 | |||
1928 | msgid "No service/process specified" | ||
1929 | msgstr "" | ||
1930 | |||
1931 | msgid "could not fetch information from server\n" | ||
1932 | msgstr "" | ||
1933 | |||
1934 | #, c-format | ||
1935 | msgid "" | ||
1936 | "Memory usage: total:%.2f MB - used: %.2f MB (%.0f%%) - free: %.2f MB (%.0f%%)" | ||
1937 | msgstr "" | ||
1938 | |||
1939 | #, c-format | ||
1940 | msgid "'Memory usage'=%.2fMB;%.2f;%.2f;0.00;%.2f" | ||
1941 | msgstr "" | ||
1942 | |||
1943 | msgid "No counter specified" | ||
1944 | msgstr "" | ||
1945 | |||
1946 | msgid "Minimum value contains non-numbers" | ||
1947 | msgstr "" | ||
1948 | |||
1949 | msgid "Maximum value contains non-numbers" | ||
1950 | msgstr "" | ||
1951 | |||
1952 | msgid "No unit counter specified" | ||
1953 | msgstr "" | ||
1954 | |||
1955 | msgid "Please specify a variable to check" | ||
1956 | msgstr "" | ||
1957 | |||
1958 | msgid "Server port must be an integer\n" | ||
1959 | msgstr "" | ||
1960 | |||
1961 | msgid "You must provide a server address or host name" | ||
1962 | msgstr "" | ||
1963 | |||
1964 | msgid "None" | ||
1965 | msgstr "" | ||
1966 | |||
1967 | msgid "This plugin collects data from the NSClient service running on a" | ||
1968 | msgstr "" | ||
1969 | |||
1970 | msgid "Windows NT/2000/XP/2003 server." | ||
1971 | msgstr "" | ||
1972 | |||
1973 | msgid "Name of the host to check" | ||
1974 | msgstr "" | ||
1975 | |||
1976 | msgid "Optional port number (default: " | ||
1977 | msgstr "" | ||
1978 | |||
1979 | msgid "Password needed for the request" | ||
1980 | msgstr "" | ||
1981 | |||
1982 | msgid "Threshold which will result in a warning status" | ||
1983 | msgstr "" | ||
1984 | |||
1985 | msgid "Threshold which will result in a critical status" | ||
1986 | msgstr "" | ||
1987 | |||
1988 | msgid "Seconds before connection attempt times out (default: " | ||
1989 | msgstr "" | ||
1990 | |||
1991 | msgid "Parameters passed to specified check (see below)" | ||
1992 | msgstr "" | ||
1993 | |||
1994 | msgid "Display options (currently only SHOWALL works)" | ||
1995 | msgstr "" | ||
1996 | |||
1997 | msgid "Return UNKNOWN on timeouts" | ||
1998 | msgstr "" | ||
1999 | |||
2000 | msgid "Print this help screen" | ||
2001 | msgstr "" | ||
2002 | |||
2003 | msgid "Print version information" | ||
2004 | msgstr "" | ||
2005 | |||
2006 | msgid "Variable to check" | ||
2007 | msgstr "" | ||
2008 | |||
2009 | msgid "Valid variables are:" | ||
2010 | msgstr "" | ||
2011 | |||
2012 | msgid "Get the NSClient version" | ||
2013 | msgstr "" | ||
2014 | |||
2015 | msgid "If -l <version> is specified, will return warning if versions differ." | ||
2016 | msgstr "" | ||
2017 | |||
2018 | msgid "Average CPU load on last x minutes." | ||
2019 | msgstr "" | ||
2020 | |||
2021 | msgid "Request a -l parameter with the following syntax:" | ||
2022 | msgstr "" | ||
2023 | |||
2024 | msgid "-l <minutes range>,<warning threshold>,<critical threshold>." | ||
2025 | msgstr "" | ||
2026 | |||
2027 | msgid "<minute range> should be less than 24*60." | ||
2028 | msgstr "" | ||
2029 | |||
2030 | msgid "" | ||
2031 | "Thresholds are percentage and up to 10 requests can be done in one shot." | ||
2032 | msgstr "" | ||
2033 | |||
2034 | msgid "Get the uptime of the machine." | ||
2035 | msgstr "" | ||
2036 | |||
2037 | msgid "-l <unit> " | ||
2038 | msgstr "" | ||
2039 | |||
2040 | msgid "<unit> = seconds, minutes, hours, or days. (default: minutes)" | ||
2041 | msgstr "" | ||
2042 | |||
2043 | msgid "Thresholds will use the unit specified above." | ||
2044 | msgstr "" | ||
2045 | |||
2046 | msgid "Size and percentage of disk use." | ||
2047 | msgstr "" | ||
2048 | |||
2049 | msgid "Request a -l parameter containing the drive letter only." | ||
2050 | msgstr "" | ||
2051 | |||
2052 | msgid "Warning and critical thresholds can be specified with -w and -c." | ||
2053 | msgstr "" | ||
2054 | |||
2055 | msgid "Memory use." | ||
2056 | msgstr "" | ||
2057 | |||
2058 | msgid "Check the state of one or several services." | ||
2059 | msgstr "" | ||
2060 | |||
2061 | msgid "Request a -l parameters with the following syntax:" | ||
2062 | msgstr "" | ||
2063 | |||
2064 | msgid "-l <service1>,<service2>,<service3>,..." | ||
2065 | msgstr "" | ||
2066 | |||
2067 | msgid "You can specify -d SHOWALL in case you want to see working services" | ||
2068 | msgstr "" | ||
2069 | |||
2070 | msgid "in the returned string." | ||
2071 | msgstr "" | ||
2072 | |||
2073 | msgid "Check if one or several process are running." | ||
2074 | msgstr "" | ||
2075 | |||
2076 | msgid "Same syntax as SERVICESTATE." | ||
2077 | msgstr "" | ||
2078 | |||
2079 | msgid "Check any performance counter of Windows NT/2000." | ||
2080 | msgstr "" | ||
2081 | |||
2082 | msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>" | ||
2083 | msgstr "" | ||
2084 | |||
2085 | msgid "The <description> parameter is optional and is given to a printf " | ||
2086 | msgstr "" | ||
2087 | |||
2088 | msgid "output command which requires a float parameter." | ||
2089 | msgstr "" | ||
2090 | |||
2091 | #, c-format | ||
2092 | msgid "If <description> does not include \"%%\", it is used as a label." | ||
2093 | msgstr "" | ||
2094 | |||
2095 | msgid "Some examples:" | ||
2096 | msgstr "" | ||
2097 | |||
2098 | msgid "Check any performance counter object of Windows NT/2000." | ||
2099 | msgstr "" | ||
2100 | |||
2101 | msgid "" | ||
2102 | "Syntax: check_nt -H <hostname> -p <port> -v INSTANCES -l <counter object>" | ||
2103 | msgstr "" | ||
2104 | |||
2105 | msgid "<counter object> is a Windows Perfmon Counter object (eg. Process)," | ||
2106 | msgstr "" | ||
2107 | |||
2108 | msgid "if it is two words, it should be enclosed in quotes" | ||
2109 | msgstr "" | ||
2110 | |||
2111 | msgid "The returned results will be a comma-separated list of instances on " | ||
2112 | msgstr "" | ||
2113 | |||
2114 | msgid " the selected computer for that object." | ||
2115 | msgstr "" | ||
2116 | |||
2117 | msgid "" | ||
2118 | "The purpose of this is to be run from command line to determine what " | ||
2119 | "instances" | ||
2120 | msgstr "" | ||
2121 | |||
2122 | msgid "" | ||
2123 | " are available for monitoring without having to log onto the Windows server" | ||
2124 | msgstr "" | ||
2125 | |||
2126 | msgid " to run Perfmon directly." | ||
2127 | msgstr "" | ||
2128 | |||
2129 | msgid "" | ||
2130 | "It can also be used in scripts that automatically create the monitoring " | ||
2131 | "service" | ||
2132 | msgstr "" | ||
2133 | |||
2134 | msgid " configuration files." | ||
2135 | msgstr "" | ||
2136 | |||
2137 | msgid "check_nt -H 192.168.1.1 -p 1248 -v INSTANCES -l Process" | ||
2138 | msgstr "" | ||
2139 | |||
2140 | msgid "" | ||
2141 | "- The NSClient service should be running on the server to get any information" | ||
2142 | msgstr "" | ||
2143 | |||
2144 | msgid "- Critical thresholds should be lower than warning thresholds" | ||
2145 | msgstr "" | ||
2146 | |||
2147 | msgid "- Default port 1248 is sometimes in use by other services. The error" | ||
2148 | msgstr "" | ||
2149 | |||
2150 | msgid "" | ||
2151 | "output when this happens contains \"Cannot map xxxxx to protocol number\"." | ||
2152 | msgstr "" | ||
2153 | |||
2154 | msgid "One fix for this is to change the port to something else on check_nt " | ||
2155 | msgstr "" | ||
2156 | |||
2157 | msgid "and on the client service it's connecting to." | ||
2158 | msgstr "" | ||
2159 | |||
2160 | #, c-format | ||
2161 | msgid "jitter response too large (%lu bytes)\n" | ||
2162 | msgstr "" | ||
2163 | |||
2164 | msgid "NTP CRITICAL:" | ||
2165 | msgstr "" | ||
2166 | |||
2167 | msgid "NTP WARNING:" | ||
2168 | msgstr "" | ||
2169 | |||
2170 | msgid "NTP OK:" | ||
2171 | msgstr "" | ||
2172 | |||
2173 | msgid "NTP UNKNOWN:" | ||
2174 | msgstr "" | ||
2175 | |||
2176 | msgid "Offset unknown" | ||
2177 | msgstr "" | ||
2178 | |||
2179 | msgid "Offset" | ||
2180 | msgstr "" | ||
2181 | |||
2182 | msgid "This plugin checks the selected ntp server" | ||
2183 | msgstr "" | ||
2184 | |||
2185 | msgid "Offset to result in warning status (seconds)" | ||
2186 | msgstr "" | ||
2187 | |||
2188 | msgid "Offset to result in critical status (seconds)" | ||
2189 | msgstr "" | ||
2190 | |||
2191 | msgid "Warning threshold for jitter" | ||
2192 | msgstr "" | ||
2193 | |||
2194 | msgid "Critical threshold for jitter" | ||
2195 | msgstr "" | ||
2196 | |||
2197 | msgid "Normal offset check:" | ||
2198 | msgstr "" | ||
2199 | |||
2200 | msgid "" | ||
2201 | "Check jitter too, avoiding critical notifications if jitter isn't available" | ||
2202 | msgstr "" | ||
2203 | |||
2204 | msgid "(See Notes above for more details on thresholds formats):" | ||
2205 | msgstr "" | ||
2206 | |||
2207 | msgid "WARNING: check_ntp is deprecated. Please use check_ntp_peer or" | ||
2208 | msgstr "" | ||
2209 | |||
2210 | msgid "check_ntp_time instead." | ||
2211 | msgstr "" | ||
2212 | |||
2213 | msgid "Server not synchronized" | ||
2214 | msgstr "" | ||
2215 | |||
2216 | msgid "Server has the LI_ALARM bit set" | ||
2217 | msgstr "" | ||
2218 | |||
2219 | msgid "" | ||
2220 | "Returns UNKNOWN instead of CRITICAL or WARNING if server isn't synchronized" | ||
2221 | msgstr "" | ||
2222 | |||
2223 | msgid "Warning threshold for stratum of server's synchronization peer" | ||
2224 | msgstr "" | ||
2225 | |||
2226 | msgid "Critical threshold for stratum of server's synchronization peer" | ||
2227 | msgstr "" | ||
2228 | |||
2229 | msgid "Warning threshold for number of usable time sources (\"truechimers\")" | ||
2230 | msgstr "" | ||
2231 | |||
2232 | msgid "Critical threshold for number of usable time sources (\"truechimers\")" | ||
2233 | msgstr "" | ||
2234 | |||
2235 | msgid "This plugin checks an NTP server independent of any commandline" | ||
2236 | msgstr "" | ||
2237 | |||
2238 | msgid "programs or external libraries." | ||
2239 | msgstr "" | ||
2240 | |||
2241 | msgid "Use this plugin to check the health of an NTP server. It supports" | ||
2242 | msgstr "" | ||
2243 | |||
2244 | msgid "checking the offset with the sync peer, the jitter and stratum. This" | ||
2245 | msgstr "" | ||
2246 | |||
2247 | msgid "plugin will not check the clock offset between the local host and NTP" | ||
2248 | msgstr "" | ||
2249 | |||
2250 | msgid "server; please use check_ntp_time for that purpose." | ||
2251 | msgstr "" | ||
2252 | |||
2253 | msgid "Simple NTP server check:" | ||
2254 | msgstr "" | ||
2255 | |||
2256 | msgid "Only check the number of usable time sources (\"truechimers\"):" | ||
2257 | msgstr "" | ||
2258 | |||
2259 | msgid "Check only stratum:" | ||
2260 | msgstr "" | ||
2261 | |||
2262 | msgid "This plugin checks the clock offset with the ntp server" | ||
2263 | msgstr "" | ||
2264 | |||
2265 | msgid "Returns UNKNOWN instead of CRITICAL if offset cannot be found" | ||
2266 | msgstr "" | ||
2267 | |||
2268 | msgid "Expected offset of the ntp server relative to local server (seconds)" | ||
2269 | msgstr "" | ||
2270 | |||
2271 | msgid "This plugin checks the clock offset between the local host and a" | ||
2272 | msgstr "" | ||
2273 | |||
2274 | msgid "remote NTP server. It is independent of any commandline programs or" | ||
2275 | msgstr "" | ||
2276 | |||
2277 | msgid "external libraries." | ||
2278 | msgstr "" | ||
2279 | |||
2280 | msgid "If you'd rather want to monitor an NTP server, please use" | ||
2281 | msgstr "" | ||
2282 | |||
2283 | msgid "check_ntp_peer." | ||
2284 | msgstr "" | ||
2285 | |||
2286 | msgid "--time-offset is useful for compensating for servers with known" | ||
2287 | msgstr "" | ||
2288 | |||
2289 | msgid "and expected clock skew." | ||
2290 | msgstr "" | ||
2291 | |||
2292 | #, c-format | ||
2293 | msgid "NetWare %s: " | ||
2294 | msgstr "" | ||
2295 | |||
2296 | #, c-format | ||
2297 | msgid "Up %s," | ||
2298 | msgstr "" | ||
2299 | |||
2300 | #, c-format | ||
2301 | msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100" | ||
2302 | msgstr "" | ||
2303 | |||
2304 | #, c-format | ||
2305 | msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;" | ||
2306 | msgstr "" | ||
2307 | |||
2308 | #, c-format | ||
2309 | msgid "%s: Long term cache hits = %lu%%" | ||
2310 | msgstr "" | ||
2311 | |||
2312 | #, c-format | ||
2313 | msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;" | ||
2314 | msgstr "" | ||
2315 | |||
2316 | #, c-format | ||
2317 | msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;" | ||
2318 | msgstr "" | ||
2319 | |||
2320 | #, c-format | ||
2321 | msgid "%s: LRU sitting time = %lu minutes" | ||
2322 | msgstr "" | ||
2323 | |||
2324 | #, c-format | ||
2325 | msgid "CRITICAL - Volume '%s' does not exist!" | ||
2326 | msgstr "" | ||
2327 | |||
2328 | #, c-format | ||
2329 | msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;" | ||
2330 | msgstr "" | ||
2331 | |||
2332 | msgid "Only " | ||
2333 | msgstr "" | ||
2334 | |||
2335 | #, c-format | ||
2336 | msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;" | ||
2337 | msgstr "" | ||
2338 | |||
2339 | #, c-format | ||
2340 | msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;" | ||
2341 | msgstr "" | ||
2342 | |||
2343 | #, c-format | ||
2344 | msgid "" | ||
2345 | "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100" | ||
2346 | msgstr "" | ||
2347 | |||
2348 | #, c-format | ||
2349 | msgid "Directory Services Database is %s (DS version %s)" | ||
2350 | msgstr "" | ||
2351 | |||
2352 | #, c-format | ||
2353 | msgid "Logins are %s" | ||
2354 | msgstr "" | ||
2355 | |||
2356 | msgid "enabled" | ||
2357 | msgstr "" | ||
2358 | |||
2359 | msgid "disabled" | ||
2360 | msgstr "" | ||
2361 | |||
2362 | msgid "CRITICAL - NRM Status is bad!" | ||
2363 | msgstr "" | ||
2364 | |||
2365 | msgid "Warning - NRM Status is suspect!" | ||
2366 | msgstr "" | ||
2367 | |||
2368 | msgid "OK - NRM Status is good!" | ||
2369 | msgstr "" | ||
2370 | |||
2371 | #, c-format | ||
2372 | msgid "%lu of %lu (%lu%%) packet receive buffers used" | ||
2373 | msgstr "" | ||
2374 | |||
2375 | #, c-format | ||
2376 | msgid "%lu entries in SAP table" | ||
2377 | msgstr "" | ||
2378 | |||
2379 | #, c-format | ||
2380 | msgid "%lu entries in SAP table for SAP type %d" | ||
2381 | msgstr "" | ||
2382 | |||
2383 | #, c-format | ||
2384 | msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;" | ||
2385 | msgstr "" | ||
2386 | |||
2387 | #, c-format | ||
2388 | msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;" | ||
2389 | msgstr "" | ||
2390 | |||
2391 | #, c-format | ||
2392 | msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100" | ||
2393 | msgstr "" | ||
2394 | |||
2395 | #, c-format | ||
2396 | msgid "%s%lu KB not yet purgeable on volume %s" | ||
2397 | msgstr "" | ||
2398 | |||
2399 | #, c-format | ||
2400 | msgid "%lu MB (%lu%%) not yet purgeable on volume %s" | ||
2401 | msgstr "" | ||
2402 | |||
2403 | #, c-format | ||
2404 | msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0" | ||
2405 | msgstr "" | ||
2406 | |||
2407 | #, c-format | ||
2408 | msgid "%lu abended threads|Abends=%lu;%lu;%lu;;" | ||
2409 | msgstr "" | ||
2410 | |||
2411 | #, c-format | ||
2412 | msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu" | ||
2413 | msgstr "" | ||
2414 | |||
2415 | msgid "CRITICAL - Time not in sync with network!" | ||
2416 | msgstr "" | ||
2417 | |||
2418 | msgid "OK - Time in sync with network!" | ||
2419 | msgstr "" | ||
2420 | |||
2421 | #, c-format | ||
2422 | msgid "LRU sitting time = %lu seconds" | ||
2423 | msgstr "" | ||
2424 | |||
2425 | #, c-format | ||
2426 | msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100" | ||
2427 | msgstr "" | ||
2428 | |||
2429 | #, c-format | ||
2430 | msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100" | ||
2431 | msgstr "" | ||
2432 | |||
2433 | #, c-format | ||
2434 | msgid "NDS Version %s" | ||
2435 | msgstr "" | ||
2436 | |||
2437 | #, c-format | ||
2438 | msgid "Up %s" | ||
2439 | msgstr "" | ||
2440 | |||
2441 | #, c-format | ||
2442 | msgid "Module %s version %s is loaded" | ||
2443 | msgstr "" | ||
2444 | |||
2445 | #, c-format | ||
2446 | msgid "Module %s is not loaded" | ||
2447 | msgstr "" | ||
2448 | |||
2449 | #, c-format | ||
2450 | msgid "CRITICAL - Value '%s' does not exist!" | ||
2451 | msgstr "" | ||
2452 | |||
2453 | #, c-format | ||
2454 | msgid "%s is %lu|%s=%lu;%lu;%lu;;" | ||
2455 | msgstr "" | ||
2456 | |||
2457 | msgid "Nothing to check!\n" | ||
2458 | msgstr "" | ||
2459 | |||
2460 | msgid "Server port an integer\n" | ||
2461 | msgstr "" | ||
2462 | |||
2463 | msgid "This plugin attempts to contact the MRTGEXT NLM running on a" | ||
2464 | msgstr "" | ||
2465 | |||
2466 | msgid "Novell server to gather the requested system information." | ||
2467 | msgstr "" | ||
2468 | |||
2469 | msgid "Variable to check. Valid variables include:" | ||
2470 | msgstr "" | ||
2471 | |||
2472 | msgid "LOAD1 = 1 minute average CPU load" | ||
2473 | msgstr "" | ||
2474 | |||
2475 | msgid "LOAD5 = 5 minute average CPU load" | ||
2476 | msgstr "" | ||
2477 | |||
2478 | msgid "LOAD15 = 15 minute average CPU load" | ||
2479 | msgstr "" | ||
2480 | |||
2481 | msgid "CSPROCS = number of current service processes (NW 5.x only)" | ||
2482 | msgstr "" | ||
2483 | |||
2484 | msgid "ABENDS = number of abended threads (NW 5.x only)" | ||
2485 | msgstr "" | ||
2486 | |||
2487 | msgid "UPTIME = server uptime" | ||
2488 | msgstr "" | ||
2489 | |||
2490 | msgid "LTCH = percent long term cache hits" | ||
2491 | msgstr "" | ||
2492 | |||
2493 | msgid "CBUFF = current number of cache buffers" | ||
2494 | msgstr "" | ||
2495 | |||
2496 | msgid "CDBUFF = current number of dirty cache buffers" | ||
2497 | msgstr "" | ||
2498 | |||
2499 | msgid "DCB = dirty cache buffers as a percentage of the total" | ||
2500 | msgstr "" | ||
2501 | |||
2502 | msgid "TCB = dirty cache buffers as a percentage of the original" | ||
2503 | msgstr "" | ||
2504 | |||
2505 | msgid "OFILES = number of open files" | ||
2506 | msgstr "" | ||
2507 | |||
2508 | msgid " VMF<vol> = MB of free space on Volume <vol>" | ||
2509 | msgstr "" | ||
2510 | |||
2511 | msgid " VMU<vol> = MB used space on Volume <vol>" | ||
2512 | msgstr "" | ||
2513 | |||
2514 | msgid " VMP<vol> = MB of purgeable space on Volume <vol>" | ||
2515 | msgstr "" | ||
2516 | |||
2517 | msgid " VPF<vol> = percent free space on volume <vol>" | ||
2518 | msgstr "" | ||
2519 | |||
2520 | msgid " VKF<vol> = KB of free space on volume <vol>" | ||
2521 | msgstr "" | ||
2522 | |||
2523 | msgid " VPP<vol> = percent purgeable space on volume <vol>" | ||
2524 | msgstr "" | ||
2525 | |||
2526 | msgid " VKP<vol> = KB of purgeable space on volume <vol>" | ||
2527 | msgstr "" | ||
2528 | |||
2529 | msgid " VPNP<vol> = percent not yet purgeable space on volume <vol>" | ||
2530 | msgstr "" | ||
2531 | |||
2532 | msgid " VKNP<vol> = KB of not yet purgeable space on volume <vol>" | ||
2533 | msgstr "" | ||
2534 | |||
2535 | msgid " LRUM = LRU sitting time in minutes" | ||
2536 | msgstr "" | ||
2537 | |||
2538 | msgid " LRUS = LRU sitting time in seconds" | ||
2539 | msgstr "" | ||
2540 | |||
2541 | msgid " DSDB = check to see if DS Database is open" | ||
2542 | msgstr "" | ||
2543 | |||
2544 | msgid " DSVER = NDS version" | ||
2545 | msgstr "" | ||
2546 | |||
2547 | msgid " UPRB = used packet receive buffers" | ||
2548 | msgstr "" | ||
2549 | |||
2550 | msgid " PUPRB = percent (of max) used packet receive buffers" | ||
2551 | msgstr "" | ||
2552 | |||
2553 | msgid " SAPENTRIES = number of entries in the SAP table" | ||
2554 | msgstr "" | ||
2555 | |||
2556 | msgid " SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>" | ||
2557 | msgstr "" | ||
2558 | |||
2559 | msgid " TSYNC = timesync status" | ||
2560 | msgstr "" | ||
2561 | |||
2562 | msgid " LOGINS = check to see if logins are enabled" | ||
2563 | msgstr "" | ||
2564 | |||
2565 | msgid " CONNS = number of currently licensed connections" | ||
2566 | msgstr "" | ||
2567 | |||
2568 | msgid " NRMH\t= NRM Summary Status" | ||
2569 | msgstr "" | ||
2570 | |||
2571 | msgid " NRMP<stat> = Returns the current value for a NRM health item" | ||
2572 | msgstr "" | ||
2573 | |||
2574 | msgid " NRMM<stat> = Returns the current memory stats from NRM" | ||
2575 | msgstr "" | ||
2576 | |||
2577 | msgid " NRMS<stat> = Returns the current Swapfile stats from NRM" | ||
2578 | msgstr "" | ||
2579 | |||
2580 | msgid " NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml" | ||
2581 | msgstr "" | ||
2582 | |||
2583 | msgid " NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml" | ||
2584 | msgstr "" | ||
2585 | |||
2586 | msgid " NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml" | ||
2587 | msgstr "" | ||
2588 | |||
2589 | msgid " NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml" | ||
2590 | msgstr "" | ||
2591 | |||
2592 | msgid " NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml" | ||
2593 | msgstr "" | ||
2594 | |||
2595 | msgid "" | ||
2596 | " NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml" | ||
2597 | msgstr "" | ||
2598 | |||
2599 | msgid " NLM:<nlm> = check if NLM is loaded and report version" | ||
2600 | msgstr "" | ||
2601 | |||
2602 | msgid " (e.g. NLM:TSANDS.NLM)" | ||
2603 | msgstr "" | ||
2604 | |||
2605 | msgid "Include server version string in results" | ||
2606 | msgstr "" | ||
2607 | |||
2608 | msgid "- This plugin requires that the MRTGEXT.NLM file from James Drews' MRTG" | ||
2609 | msgstr "" | ||
2610 | |||
2611 | msgid "" | ||
2612 | " extension for NetWare be loaded on the Novell servers you wish to check." | ||
2613 | msgstr "" | ||
2614 | |||
2615 | msgid " (available from http://www.engr.wisc.edu/~drews/mrtg/)" | ||
2616 | msgstr "" | ||
2617 | |||
2618 | msgid "" | ||
2619 | "- Values for critical thresholds should be lower than warning thresholds" | ||
2620 | msgstr "" | ||
2621 | |||
2622 | msgid "" | ||
2623 | " when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, " | ||
2624 | msgstr "" | ||
2625 | |||
2626 | msgid " TCB, LRUS and LRUM." | ||
2627 | msgstr "" | ||
2628 | |||
2629 | msgid "Unknown error fetching load data\n" | ||
2630 | msgstr "" | ||
2631 | |||
2632 | msgid "Invalid response from server - no load information\n" | ||
2633 | msgstr "" | ||
2634 | |||
2635 | msgid "Invalid response from server after load 1\n" | ||
2636 | msgstr "" | ||
2637 | |||
2638 | msgid "Invalid response from server after load 5\n" | ||
2639 | msgstr "" | ||
2640 | |||
2641 | #, c-format | ||
2642 | msgid "Load %s - %s-min load average = %0.2f" | ||
2643 | msgstr "" | ||
2644 | |||
2645 | msgid "Unknown error fetching disk data\n" | ||
2646 | msgstr "" | ||
2647 | |||
2648 | msgid "Invalid response from server\n" | ||
2649 | msgstr "" | ||
2650 | |||
2651 | msgid "Unknown error fetching network status\n" | ||
2652 | msgstr "" | ||
2653 | |||
2654 | #, c-format | ||
2655 | msgid "Net %s - %d connection%s on port %d" | ||
2656 | msgstr "" | ||
2657 | |||
2658 | msgid "Unknown error fetching process status\n" | ||
2659 | msgstr "" | ||
2660 | |||
2661 | #, c-format | ||
2662 | msgid "Process %s - %d instance%s of %s running" | ||
2663 | msgstr "" | ||
2664 | |||
2665 | #, c-format | ||
2666 | msgid "Uptime %s - Up %d days %d hours %d minutes" | ||
2667 | msgstr "" | ||
2668 | |||
2669 | msgid "" | ||
2670 | "This plugin attempts to contact the Over-CR collector daemon running on the" | ||
2671 | msgstr "" | ||
2672 | |||
2673 | msgid "remote UNIX server in order to gather the requested system information." | ||
2674 | msgstr "" | ||
2675 | |||
2676 | msgid "LOAD1 = 1 minute average CPU load" | ||
2677 | msgstr "" | ||
2678 | |||
2679 | msgid "LOAD5 = 5 minute average CPU load" | ||
2680 | msgstr "" | ||
2681 | |||
2682 | msgid "LOAD15 = 15 minute average CPU load" | ||
2683 | msgstr "" | ||
2684 | |||
2685 | msgid "DPU<filesys> = percent used disk space on filesystem <filesys>" | ||
2686 | msgstr "" | ||
2687 | |||
2688 | msgid "PROC<process> = number of running processes with name <process>" | ||
2689 | msgstr "" | ||
2690 | |||
2691 | msgid "NET<port> = number of active connections on TCP port <port>" | ||
2692 | msgstr "" | ||
2693 | |||
2694 | msgid "UPTIME = system uptime in seconds" | ||
2695 | msgstr "" | ||
2696 | |||
2697 | msgid "This plugin requires that Eric Molitors' Over-CR collector daemon be" | ||
2698 | msgstr "" | ||
2699 | |||
2700 | msgid "running on the remote server." | ||
2701 | msgstr "" | ||
2702 | |||
2703 | msgid "Over-CR can be downloaded from http://www.molitor.org/overcr" | ||
2704 | msgstr "" | ||
2705 | |||
2706 | msgid "This plugin was tested with version 0.99.53 of the Over-CR collector" | ||
2707 | msgstr "" | ||
2708 | |||
2709 | msgid "" | ||
2710 | "For the available options, the critical threshold value should always be" | ||
2711 | msgstr "" | ||
2712 | |||
2713 | msgid "" | ||
2714 | "higher than the warning threshold value, EXCEPT with the uptime variable" | ||
2715 | msgstr "" | ||
2716 | |||
2717 | #, c-format | ||
2718 | msgid "CRITICAL - no connection to '%s' (%s).\n" | ||
2719 | msgstr "" | ||
2720 | |||
2721 | #, c-format | ||
2722 | msgid " %s - database %s (%f sec.)|%s\n" | ||
2723 | msgstr "" | ||
2724 | |||
2725 | msgid "Critical threshold must be a positive integer" | ||
2726 | msgstr "" | ||
2727 | |||
2728 | msgid "Warning threshold must be a positive integer" | ||
2729 | msgstr "" | ||
2730 | |||
2731 | msgid "Database name exceeds the maximum length" | ||
2732 | msgstr "" | ||
2733 | |||
2734 | msgid "User name is not valid" | ||
2735 | msgstr "" | ||
2736 | |||
2737 | #, c-format | ||
2738 | msgid "Test whether a PostgreSQL Database is accepting connections." | ||
2739 | msgstr "" | ||
2740 | |||
2741 | msgid "Database to check " | ||
2742 | msgstr "" | ||
2743 | |||
2744 | #, c-format | ||
2745 | msgid "(default: %s)\n" | ||
2746 | msgstr "" | ||
2747 | |||
2748 | msgid "Login name of user" | ||
2749 | msgstr "" | ||
2750 | |||
2751 | msgid "Password (BIG SECURITY ISSUE)" | ||
2752 | msgstr "" | ||
2753 | |||
2754 | msgid "Connection parameters (keyword = value), see below" | ||
2755 | msgstr "" | ||
2756 | |||
2757 | msgid "SQL query to run. Only first column in first row will be read" | ||
2758 | msgstr "" | ||
2759 | |||
2760 | msgid "A name for the query, this string is used instead of the query" | ||
2761 | msgstr "" | ||
2762 | |||
2763 | msgid "in the long output of the plugin" | ||
2764 | msgstr "" | ||
2765 | |||
2766 | msgid "SQL query value to result in warning status (double)" | ||
2767 | msgstr "" | ||
2768 | |||
2769 | msgid "SQL query value to result in critical status (double)" | ||
2770 | msgstr "" | ||
2771 | |||
2772 | msgid "All parameters are optional." | ||
2773 | msgstr "" | ||
2774 | |||
2775 | msgid "" | ||
2776 | "This plugin tests a PostgreSQL DBMS to determine whether it is active and" | ||
2777 | msgstr "" | ||
2778 | |||
2779 | msgid "accepting queries. In its current operation, it simply connects to the" | ||
2780 | msgstr "" | ||
2781 | |||
2782 | msgid "" | ||
2783 | "specified database, and then disconnects. If no database is specified, it" | ||
2784 | msgstr "" | ||
2785 | |||
2786 | msgid "" | ||
2787 | "connects to the template1 database, which is present in every functioning" | ||
2788 | msgstr "" | ||
2789 | |||
2790 | msgid "PostgreSQL DBMS." | ||
2791 | msgstr "" | ||
2792 | |||
2793 | msgid "If a query is specified using the -q option, it will be executed after" | ||
2794 | msgstr "" | ||
2795 | |||
2796 | msgid "connecting to the server. The result from the query has to be numeric." | ||
2797 | msgstr "" | ||
2798 | |||
2799 | msgid "" | ||
2800 | "Multiple SQL commands, separated by semicolon, are allowed but the result " | ||
2801 | msgstr "" | ||
2802 | |||
2803 | msgid "of the last command is taken into account only. The value of the first" | ||
2804 | msgstr "" | ||
2805 | |||
2806 | msgid "" | ||
2807 | "column in the first row is used as the check result. If a second column is" | ||
2808 | msgstr "" | ||
2809 | |||
2810 | msgid "present in the result set, this is added to the plugin output with a" | ||
2811 | msgstr "" | ||
2812 | |||
2813 | msgid "" | ||
2814 | "prefix of \"Extra Info:\". This information can be displayed in the system" | ||
2815 | msgstr "" | ||
2816 | |||
2817 | msgid "executing the plugin." | ||
2818 | msgstr "" | ||
2819 | |||
2820 | msgid "" | ||
2821 | "See the chapter \"Monitoring Database Activity\" of the PostgreSQL manual" | ||
2822 | msgstr "" | ||
2823 | |||
2824 | msgid "" | ||
2825 | "for details about how to access internal statistics of the database server." | ||
2826 | msgstr "" | ||
2827 | |||
2828 | msgid "" | ||
2829 | "For a list of available connection parameters which may be used with the -o" | ||
2830 | msgstr "" | ||
2831 | |||
2832 | msgid "" | ||
2833 | "command line option, see the documentation for PQconnectdb() in the chapter" | ||
2834 | msgstr "" | ||
2835 | |||
2836 | msgid "" | ||
2837 | "\"libpq - C Library\" of the PostgreSQL manual. For example, this may be" | ||
2838 | msgstr "" | ||
2839 | |||
2840 | msgid "" | ||
2841 | "used to specify a service name in pg_service.conf to be used for additional" | ||
2842 | msgstr "" | ||
2843 | |||
2844 | msgid "connection parameters: -o 'service=<name>' or to specify the SSL mode:" | ||
2845 | msgstr "" | ||
2846 | |||
2847 | msgid "-o 'sslmode=require'." | ||
2848 | msgstr "" | ||
2849 | |||
2850 | msgid "" | ||
2851 | "The plugin will connect to a local postmaster if no host is specified. To" | ||
2852 | msgstr "" | ||
2853 | |||
2854 | msgid "" | ||
2855 | "connect to a remote host, be sure that the remote postmaster accepts TCP/IP" | ||
2856 | msgstr "" | ||
2857 | |||
2858 | msgid "connections (start the postmaster with the -i option)." | ||
2859 | msgstr "" | ||
2860 | |||
2861 | msgid "" | ||
2862 | "Typically, the monitoring user (unless the --logname option is used) should " | ||
2863 | "be" | ||
2864 | msgstr "" | ||
2865 | |||
2866 | msgid "" | ||
2867 | "able to connect to the database without a password. The plugin can also send" | ||
2868 | msgstr "" | ||
2869 | |||
2870 | msgid "a password, but no effort is made to obscure or encrypt the password." | ||
2871 | msgstr "" | ||
2872 | |||
2873 | #, c-format | ||
2874 | msgid "QUERY %s - %s: %s.\n" | ||
2875 | msgstr "" | ||
2876 | |||
2877 | msgid "Error with query" | ||
2878 | msgstr "" | ||
2879 | |||
2880 | msgid "No rows returned" | ||
2881 | msgstr "" | ||
2882 | |||
2883 | msgid "No columns returned" | ||
2884 | msgstr "" | ||
2885 | |||
2886 | msgid "No data returned" | ||
2887 | msgstr "" | ||
2888 | |||
2889 | msgid "Is not a numeric" | ||
2890 | msgstr "" | ||
2891 | |||
2892 | #, c-format | ||
2893 | msgid "%s returned %f" | ||
2894 | msgstr "" | ||
2895 | |||
2896 | #, c-format | ||
2897 | msgid "'%s' returned %f" | ||
2898 | msgstr "" | ||
2899 | |||
2900 | msgid "CRITICAL - Could not interpret output from ping command\n" | ||
2901 | msgstr "" | ||
2902 | |||
2903 | #, c-format | ||
2904 | msgid "PING %s - %sPacket loss = %d%%" | ||
2905 | msgstr "" | ||
2906 | |||
2907 | #, c-format | ||
2908 | msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms" | ||
2909 | msgstr "" | ||
2910 | |||
2911 | msgid "Could not realloc() addresses\n" | ||
2912 | msgstr "" | ||
2913 | |||
2914 | #, c-format | ||
2915 | msgid "<max_packets> (%s) must be a non-negative number\n" | ||
2916 | msgstr "" | ||
2917 | |||
2918 | #, c-format | ||
2919 | msgid "<wpl> (%s) must be an integer percentage\n" | ||
2920 | msgstr "" | ||
2921 | |||
2922 | #, c-format | ||
2923 | msgid "<cpl> (%s) must be an integer percentage\n" | ||
2924 | msgstr "" | ||
2925 | |||
2926 | #, c-format | ||
2927 | msgid "<wrta> (%s) must be a non-negative number\n" | ||
2928 | msgstr "" | ||
2929 | |||
2930 | #, c-format | ||
2931 | msgid "<crta> (%s) must be a non-negative number\n" | ||
2932 | msgstr "" | ||
2933 | |||
2934 | #, c-format | ||
2935 | msgid "" | ||
2936 | "%s: Warning threshold must be integer or percentage!\n" | ||
2937 | "\n" | ||
2938 | msgstr "" | ||
2939 | |||
2940 | #, c-format | ||
2941 | msgid "<wrta> was not set\n" | ||
2942 | msgstr "" | ||
2943 | |||
2944 | #, c-format | ||
2945 | msgid "<crta> was not set\n" | ||
2946 | msgstr "" | ||
2947 | |||
2948 | #, c-format | ||
2949 | msgid "<wpl> was not set\n" | ||
2950 | msgstr "" | ||
2951 | |||
2952 | #, c-format | ||
2953 | msgid "<cpl> was not set\n" | ||
2954 | msgstr "" | ||
2955 | |||
2956 | #, c-format | ||
2957 | msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n" | ||
2958 | msgstr "" | ||
2959 | |||
2960 | #, c-format | ||
2961 | msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n" | ||
2962 | msgstr "" | ||
2963 | |||
2964 | #, c-format | ||
2965 | msgid "Cannot open stderr for %s\n" | ||
2966 | msgstr "" | ||
2967 | |||
2968 | msgid "System call sent warnings to stderr " | ||
2969 | msgstr "" | ||
2970 | |||
2971 | #, c-format | ||
2972 | msgid "CRITICAL - Network Unreachable (%s)\n" | ||
2973 | msgstr "" | ||
2974 | |||
2975 | #, c-format | ||
2976 | msgid "CRITICAL - Host Unreachable (%s)\n" | ||
2977 | msgstr "" | ||
2978 | |||
2979 | #, c-format | ||
2980 | msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)\n" | ||
2981 | msgstr "" | ||
2982 | |||
2983 | #, c-format | ||
2984 | msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)\n" | ||
2985 | msgstr "" | ||
2986 | |||
2987 | #, c-format | ||
2988 | msgid "CRITICAL - Network Prohibited (%s)\n" | ||
2989 | msgstr "" | ||
2990 | |||
2991 | #, c-format | ||
2992 | msgid "CRITICAL - Host Prohibited (%s)\n" | ||
2993 | msgstr "" | ||
2994 | |||
2995 | #, c-format | ||
2996 | msgid "CRITICAL - Packet Filtered (%s)\n" | ||
2997 | msgstr "" | ||
2998 | |||
2999 | #, c-format | ||
3000 | msgid "CRITICAL - Host not found (%s)\n" | ||
3001 | msgstr "" | ||
3002 | |||
3003 | #, c-format | ||
3004 | msgid "CRITICAL - Time to live exceeded (%s)\n" | ||
3005 | msgstr "" | ||
3006 | |||
3007 | #, c-format | ||
3008 | msgid "CRITICAL - Destination Unreachable (%s)\n" | ||
3009 | msgstr "" | ||
3010 | |||
3011 | msgid "Unable to realloc warn_text\n" | ||
3012 | msgstr "" | ||
3013 | |||
3014 | #, c-format | ||
3015 | msgid "Use ping to check connection statistics for a remote host." | ||
3016 | msgstr "" | ||
3017 | |||
3018 | msgid "host to ping" | ||
3019 | msgstr "" | ||
3020 | |||
3021 | msgid "number of ICMP ECHO packets to send" | ||
3022 | msgstr "" | ||
3023 | |||
3024 | #, c-format | ||
3025 | msgid "(Default: %d)\n" | ||
3026 | msgstr "" | ||
3027 | |||
3028 | msgid "show HTML in the plugin output (obsoleted by urlize)" | ||
3029 | msgstr "" | ||
3030 | |||
3031 | msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel" | ||
3032 | msgstr "" | ||
3033 | |||
3034 | msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the" | ||
3035 | msgstr "" | ||
3036 | |||
3037 | msgid "percentage of packet loss to trigger an alarm state." | ||
3038 | msgstr "" | ||
3039 | |||
3040 | msgid "" | ||
3041 | "This plugin uses the ping command to probe the specified host for packet loss" | ||
3042 | msgstr "" | ||
3043 | |||
3044 | msgid "" | ||
3045 | "(percentage) and round trip average (milliseconds). It can produce HTML " | ||
3046 | "output" | ||
3047 | msgstr "" | ||
3048 | |||
3049 | msgid "" | ||
3050 | "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in" | ||
3051 | msgstr "" | ||
3052 | |||
3053 | msgid "the contrib area of the downloads section at http://www.nagios.org/" | ||
3054 | msgstr "" | ||
3055 | |||
3056 | #, c-format | ||
3057 | msgid "CMD: %s\n" | ||
3058 | msgstr "" | ||
3059 | |||
3060 | msgid "System call sent warnings to stderr" | ||
3061 | msgstr "" | ||
3062 | |||
3063 | #, c-format | ||
3064 | msgid "Not parseable: %s" | ||
3065 | msgstr "" | ||
3066 | |||
3067 | #, c-format | ||
3068 | msgid "Unable to read output\n" | ||
3069 | msgstr "" | ||
3070 | |||
3071 | #, c-format | ||
3072 | msgid "%d warn out of " | ||
3073 | msgstr "" | ||
3074 | |||
3075 | #, c-format | ||
3076 | msgid "%d crit, %d warn out of " | ||
3077 | msgstr "" | ||
3078 | |||
3079 | #, c-format | ||
3080 | msgid " with %s" | ||
3081 | msgstr "" | ||
3082 | |||
3083 | msgid "Parent Process ID must be an integer!" | ||
3084 | msgstr "" | ||
3085 | |||
3086 | #, c-format | ||
3087 | msgid "%s%sSTATE = %s" | ||
3088 | msgstr "" | ||
3089 | |||
3090 | msgid "UID was not found" | ||
3091 | msgstr "" | ||
3092 | |||
3093 | msgid "User name was not found" | ||
3094 | msgstr "" | ||
3095 | |||
3096 | #, c-format | ||
3097 | msgid "%s%scommand name '%s'" | ||
3098 | msgstr "" | ||
3099 | |||
3100 | #, c-format | ||
3101 | msgid "%s%sexclude progs '%s'" | ||
3102 | msgstr "" | ||
3103 | |||
3104 | msgid "RSS must be an integer!" | ||
3105 | msgstr "" | ||
3106 | |||
3107 | msgid "VSZ must be an integer!" | ||
3108 | msgstr "" | ||
3109 | |||
3110 | msgid "PCPU must be a float!" | ||
3111 | msgstr "" | ||
3112 | |||
3113 | msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!" | ||
3114 | msgstr "" | ||
3115 | |||
3116 | msgid "" | ||
3117 | "Checks all processes and generates WARNING or CRITICAL states if the " | ||
3118 | "specified" | ||
3119 | msgstr "" | ||
3120 | |||
3121 | msgid "" | ||
3122 | "metric is outside the required threshold ranges. The metric defaults to " | ||
3123 | "number" | ||
3124 | msgstr "" | ||
3125 | |||
3126 | msgid "" | ||
3127 | "of processes. Search filters can be applied to limit the processes to check." | ||
3128 | msgstr "" | ||
3129 | |||
3130 | msgid "Generate warning state if metric is outside this range" | ||
3131 | msgstr "" | ||
3132 | |||
3133 | msgid "Generate critical state if metric is outside this range" | ||
3134 | msgstr "" | ||
3135 | |||
3136 | msgid "Check thresholds against metric. Valid types:" | ||
3137 | msgstr "" | ||
3138 | |||
3139 | msgid "PROCS - number of processes (default)" | ||
3140 | msgstr "" | ||
3141 | |||
3142 | msgid "VSZ - virtual memory size" | ||
3143 | msgstr "" | ||
3144 | |||
3145 | msgid "RSS - resident set memory size" | ||
3146 | msgstr "" | ||
3147 | |||
3148 | msgid "CPU - percentage CPU" | ||
3149 | msgstr "" | ||
3150 | |||
3151 | msgid "ELAPSED - time elapsed in seconds" | ||
3152 | msgstr "" | ||
3153 | |||
3154 | msgid "Extra information. Up to 3 verbosity levels" | ||
3155 | msgstr "" | ||
3156 | |||
3157 | msgid "Filter own process the traditional way by PID instead of /proc/pid/exe" | ||
3158 | msgstr "" | ||
3159 | |||
3160 | msgid "Only scan for processes that have, in the output of `ps`, one or" | ||
3161 | msgstr "" | ||
3162 | |||
3163 | msgid "more of the status flags you specify (for example R, Z, S, RS," | ||
3164 | msgstr "" | ||
3165 | |||
3166 | msgid "RSZDT, plus others based on the output of your 'ps' command)." | ||
3167 | msgstr "" | ||
3168 | |||
3169 | msgid "Only scan for children of the parent process ID indicated." | ||
3170 | msgstr "" | ||
3171 | |||
3172 | msgid "Only scan for processes with VSZ higher than indicated." | ||
3173 | msgstr "" | ||
3174 | |||
3175 | msgid "Only scan for processes with RSS higher than indicated." | ||
3176 | msgstr "" | ||
3177 | |||
3178 | msgid "Only scan for processes with PCPU higher than indicated." | ||
3179 | msgstr "" | ||
3180 | |||
3181 | msgid "Only scan for processes with user name or ID indicated." | ||
3182 | msgstr "" | ||
3183 | |||
3184 | msgid "Only scan for processes with args that contain STRING." | ||
3185 | msgstr "" | ||
3186 | |||
3187 | msgid "Only scan for processes with args that contain the regex STRING." | ||
3188 | msgstr "" | ||
3189 | |||
3190 | msgid "Only scan for exact matches of COMMAND (without path)." | ||
3191 | msgstr "" | ||
3192 | |||
3193 | msgid "Exclude processes which match this comma separated list" | ||
3194 | msgstr "" | ||
3195 | |||
3196 | msgid "Only scan for non kernel threads (works on Linux only)." | ||
3197 | msgstr "" | ||
3198 | |||
3199 | #, c-format | ||
3200 | msgid "" | ||
3201 | "\n" | ||
3202 | "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n" | ||
3203 | "specified 'max:min', a warning status will be generated if the\n" | ||
3204 | "count is inside the specified range\n" | ||
3205 | "\n" | ||
3206 | msgstr "" | ||
3207 | |||
3208 | #, c-format | ||
3209 | msgid "" | ||
3210 | "This plugin checks the number of currently running processes and\n" | ||
3211 | "generates WARNING or CRITICAL states if the process count is outside\n" | ||
3212 | "the specified threshold ranges. The process count can be filtered by\n" | ||
3213 | "process owner, parent process PID, current state (e.g., 'Z'), or may\n" | ||
3214 | "be the total number of running processes\n" | ||
3215 | "\n" | ||
3216 | msgstr "" | ||
3217 | |||
3218 | msgid "Warning if not two processes with command name portsentry." | ||
3219 | msgstr "" | ||
3220 | |||
3221 | msgid "Critical if < 2 or > 1024 processes" | ||
3222 | msgstr "" | ||
3223 | |||
3224 | msgid "Critical if not at least 1 process with command sshd" | ||
3225 | msgstr "" | ||
3226 | |||
3227 | msgid "Warning if > 1024 processes with command name sshd." | ||
3228 | msgstr "" | ||
3229 | |||
3230 | msgid "Critical if < 1 processes with command name sshd." | ||
3231 | msgstr "" | ||
3232 | |||
3233 | msgid "Warning alert if > 10 processes with command arguments containing" | ||
3234 | msgstr "" | ||
3235 | |||
3236 | msgid "'/usr/local/bin/perl' and owned by root" | ||
3237 | msgstr "" | ||
3238 | |||
3239 | msgid "Alert if VSZ of any processes over 50K or 100K" | ||
3240 | msgstr "" | ||
3241 | |||
3242 | msgid "Alert if CPU of any processes over 10% or 20%" | ||
3243 | msgstr "" | ||
3244 | |||
3245 | msgid "Config file error\n" | ||
3246 | msgstr "" | ||
3247 | |||
3248 | msgid "Out of Memory?\n" | ||
3249 | msgstr "" | ||
3250 | |||
3251 | msgid "Invalid NAS-Identifier\n" | ||
3252 | msgstr "" | ||
3253 | |||
3254 | #, c-format | ||
3255 | msgid "gethostname() failed!\n" | ||
3256 | msgstr "" | ||
3257 | |||
3258 | msgid "Invalid NAS-IP-Address\n" | ||
3259 | msgstr "" | ||
3260 | |||
3261 | msgid "Timeout\n" | ||
3262 | msgstr "" | ||
3263 | |||
3264 | msgid "Auth Error\n" | ||
3265 | msgstr "" | ||
3266 | |||
3267 | msgid "Auth Failed\n" | ||
3268 | msgstr "" | ||
3269 | |||
3270 | msgid "Bad Response\n" | ||
3271 | msgstr "" | ||
3272 | |||
3273 | msgid "Auth OK\n" | ||
3274 | msgstr "" | ||
3275 | |||
3276 | #, c-format | ||
3277 | msgid "Unexpected result code %d" | ||
3278 | msgstr "" | ||
3279 | |||
3280 | msgid "Number of retries must be a positive integer" | ||
3281 | msgstr "" | ||
3282 | |||
3283 | msgid "User not specified" | ||
3284 | msgstr "" | ||
3285 | |||
3286 | msgid "Password not specified" | ||
3287 | msgstr "" | ||
3288 | |||
3289 | msgid "Configuration file not specified" | ||
3290 | msgstr "" | ||
3291 | |||
3292 | msgid "Tests to see if a RADIUS server is accepting connections." | ||
3293 | msgstr "" | ||
3294 | |||
3295 | msgid "The user to authenticate" | ||
3296 | msgstr "" | ||
3297 | |||
3298 | msgid "Password for authentication (SECURITY RISK)" | ||
3299 | msgstr "" | ||
3300 | |||
3301 | msgid "NAS identifier" | ||
3302 | msgstr "" | ||
3303 | |||
3304 | msgid "NAS IP Address" | ||
3305 | msgstr "" | ||
3306 | |||
3307 | msgid "Configuration file" | ||
3308 | msgstr "" | ||
3309 | |||
3310 | msgid "Response string to expect from the server" | ||
3311 | msgstr "" | ||
3312 | |||
3313 | msgid "Number of times to retry a failed connection" | ||
3314 | msgstr "" | ||
3315 | |||
3316 | msgid "" | ||
3317 | "This plugin tests a RADIUS server to see if it is accepting connections." | ||
3318 | msgstr "" | ||
3319 | |||
3320 | msgid "" | ||
3321 | "The server to test must be specified in the invocation, as well as a user" | ||
3322 | msgstr "" | ||
3323 | |||
3324 | msgid "name and password. A configuration file must be present. The format of" | ||
3325 | msgstr "" | ||
3326 | |||
3327 | msgid "" | ||
3328 | "the configuration file is described in the radiusclient library sources." | ||
3329 | msgstr "" | ||
3330 | |||
3331 | msgid "The password option presents a substantial security issue because the" | ||
3332 | msgstr "" | ||
3333 | |||
3334 | msgid "" | ||
3335 | "password can possibly be determined by careful watching of the command line" | ||
3336 | msgstr "" | ||
3337 | |||
3338 | msgid "in a process listing. This risk is exacerbated because the plugin will" | ||
3339 | msgstr "" | ||
3340 | |||
3341 | msgid "" | ||
3342 | "typically be executed at regular predictable intervals. Please be sure that" | ||
3343 | msgstr "" | ||
3344 | |||
3345 | msgid "the password used does not allow access to sensitive system resources." | ||
3346 | msgstr "" | ||
3347 | |||
3348 | #, c-format | ||
3349 | msgid "Unable to connect to %s on port %d\n" | ||
3350 | msgstr "" | ||
3351 | |||
3352 | #, c-format | ||
3353 | msgid "No data received from %s\n" | ||
3354 | msgstr "" | ||
3355 | |||
3356 | msgid "Invalid REAL response received from host" | ||
3357 | msgstr "" | ||
3358 | |||
3359 | #, c-format | ||
3360 | msgid "Invalid REAL response received from host on port %d\n" | ||
3361 | msgstr "" | ||
3362 | |||
3363 | #, c-format | ||
3364 | msgid "No data received from host\n" | ||
3365 | msgstr "" | ||
3366 | |||
3367 | #, c-format | ||
3368 | msgid "REAL %s - %d second response time\n" | ||
3369 | msgstr "" | ||
3370 | |||
3371 | msgid "Warning time must be a positive integer" | ||
3372 | msgstr "" | ||
3373 | |||
3374 | msgid "Critical time must be a positive integer" | ||
3375 | msgstr "" | ||
3376 | |||
3377 | msgid "You must provide a server to check" | ||
3378 | msgstr "" | ||
3379 | |||
3380 | msgid "This plugin tests the REAL service on the specified host." | ||
3381 | msgstr "" | ||
3382 | |||
3383 | msgid "Connect to this url" | ||
3384 | msgstr "" | ||
3385 | |||
3386 | #, c-format | ||
3387 | msgid "String to expect in first line of server response (default: %s)\n" | ||
3388 | msgstr "" | ||
3389 | |||
3390 | msgid "This plugin will attempt to open an RTSP connection with the host." | ||
3391 | msgstr "" | ||
3392 | |||
3393 | msgid "Successful connects return STATE_OK, refusals and timeouts return" | ||
3394 | msgstr "" | ||
3395 | |||
3396 | msgid "" | ||
3397 | "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects," | ||
3398 | msgstr "" | ||
3399 | |||
3400 | msgid "" | ||
3401 | "but incorrect response messages from the host result in STATE_WARNING return" | ||
3402 | msgstr "" | ||
3403 | |||
3404 | msgid "values." | ||
3405 | msgstr "" | ||
3406 | |||
3407 | #, c-format | ||
3408 | msgid "malloc() failed!\n" | ||
3409 | msgstr "" | ||
3410 | |||
3411 | #, c-format | ||
3412 | msgid "CRITICAL - Cannot create SSL context.\n" | ||
3413 | msgstr "" | ||
3414 | |||
3415 | #, c-format | ||
3416 | msgid "recv() failed\n" | ||
3417 | msgstr "" | ||
3418 | |||
3419 | #, c-format | ||
3420 | msgid "WARNING - TLS not supported by server\n" | ||
3421 | msgstr "" | ||
3422 | |||
3423 | #, c-format | ||
3424 | msgid "Server does not support STARTTLS\n" | ||
3425 | msgstr "" | ||
3426 | |||
3427 | msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." | ||
3428 | msgstr "" | ||
3429 | |||
3430 | #, c-format | ||
3431 | msgid "sent %s" | ||
3432 | msgstr "" | ||
3433 | |||
3434 | msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." | ||
3435 | msgstr "" | ||
3436 | |||
3437 | #, c-format | ||
3438 | msgid "Invalid SMTP response received from host: %s\n" | ||
3439 | msgstr "" | ||
3440 | |||
3441 | #, c-format | ||
3442 | msgid "Invalid SMTP response received from host on port %d: %s\n" | ||
3443 | msgstr "" | ||
3444 | |||
3445 | #, c-format | ||
3446 | msgid "Could Not Compile Regular Expression" | ||
3447 | msgstr "" | ||
3448 | |||
3449 | #, c-format | ||
3450 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" | ||
3451 | msgstr "" | ||
3452 | |||
3453 | #, c-format | ||
3454 | msgid "Execute Error: %s\n" | ||
3455 | msgstr "" | ||
3456 | |||
3457 | msgid "no authuser specified, " | ||
3458 | msgstr "" | ||
3459 | |||
3460 | msgid "no authpass specified, " | ||
3461 | msgstr "" | ||
3462 | |||
3463 | #, c-format | ||
3464 | msgid "sent %s\n" | ||
3465 | msgstr "" | ||
3466 | |||
3467 | msgid "recv() failed after AUTH LOGIN, " | ||
3468 | msgstr "" | ||
3469 | |||
3470 | #, c-format | ||
3471 | msgid "received %s\n" | ||
3472 | msgstr "" | ||
3473 | |||
3474 | msgid "invalid response received after AUTH LOGIN, " | ||
3475 | msgstr "" | ||
3476 | |||
3477 | msgid "recv() failed after sending authuser, " | ||
3478 | msgstr "" | ||
3479 | |||
3480 | msgid "invalid response received after authuser, " | ||
3481 | msgstr "" | ||
3482 | |||
3483 | msgid "recv() failed after sending authpass, " | ||
3484 | msgstr "" | ||
3485 | |||
3486 | msgid "invalid response received after authpass, " | ||
3487 | msgstr "" | ||
3488 | |||
3489 | msgid "only authtype LOGIN is supported, " | ||
3490 | msgstr "" | ||
3491 | |||
3492 | #, c-format | ||
3493 | msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" | ||
3494 | msgstr "" | ||
3495 | |||
3496 | #, c-format | ||
3497 | msgid "Could not realloc() units [%d]\n" | ||
3498 | msgstr "" | ||
3499 | |||
3500 | msgid "Critical time must be a positive" | ||
3501 | msgstr "" | ||
3502 | |||
3503 | msgid "Warning time must be a positive" | ||
3504 | msgstr "" | ||
3505 | |||
3506 | msgid "SSL support not available - install OpenSSL and recompile" | ||
3507 | msgstr "" | ||
3508 | |||
3509 | msgid "Set either -s/--ssl/--tls or -S/--starttls" | ||
3510 | msgstr "" | ||
3511 | |||
3512 | #, c-format | ||
3513 | msgid "Connection closed by server before sending QUIT command\n" | ||
3514 | msgstr "" | ||
3515 | |||
3516 | #, c-format | ||
3517 | msgid "recv() failed after QUIT." | ||
3518 | msgstr "" | ||
3519 | |||
3520 | #, c-format | ||
3521 | msgid "Connection reset by peer." | ||
3522 | msgstr "" | ||
3523 | |||
3524 | msgid "This plugin will attempt to open an SMTP connection with the host." | ||
3525 | msgstr "" | ||
3526 | |||
3527 | #, c-format | ||
3528 | msgid " String to expect in first line of server response (default: '%s')\n" | ||
3529 | msgstr "" | ||
3530 | |||
3531 | msgid "SMTP command (may be used repeatedly)" | ||
3532 | msgstr "" | ||
3533 | |||
3534 | msgid "Expected response to command (may be used repeatedly)" | ||
3535 | msgstr "" | ||
3536 | |||
3537 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" | ||
3538 | msgstr "" | ||
3539 | |||
3540 | msgid "FQDN used for HELO" | ||
3541 | msgstr "" | ||
3542 | |||
3543 | msgid "Use PROXY protocol prefix for the connection." | ||
3544 | msgstr "" | ||
3545 | |||
3546 | msgid "Minimum number of days a certificate has to be valid." | ||
3547 | msgstr "" | ||
3548 | |||
3549 | msgid "Use SSL/TLS for the connection." | ||
3550 | msgstr "" | ||
3551 | |||
3552 | #, c-format | ||
3553 | msgid " Sets default port to %d.\n" | ||
3554 | msgstr "" | ||
3555 | |||
3556 | msgid "Use STARTTLS for the connection." | ||
3557 | msgstr "" | ||
3558 | |||
3559 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" | ||
3560 | msgstr "" | ||
3561 | |||
3562 | msgid "SMTP AUTH username" | ||
3563 | msgstr "" | ||
3564 | |||
3565 | msgid "SMTP AUTH password" | ||
3566 | msgstr "" | ||
3567 | |||
3568 | msgid "Send LHLO instead of HELO/EHLO" | ||
3569 | msgstr "" | ||
3570 | |||
3571 | msgid "Ignore failure when sending QUIT command to server" | ||
3572 | msgstr "" | ||
3573 | |||
3574 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" | ||
3575 | msgstr "" | ||
3576 | |||
3577 | msgid "connects, but incorrect response messages from the host result in" | ||
3578 | msgstr "" | ||
3579 | |||
3580 | msgid "STATE_WARNING return values." | ||
3581 | msgstr "" | ||
3582 | |||
3583 | msgid "Cannot malloc" | ||
3584 | msgstr "" | ||
3585 | |||
3586 | #, c-format | ||
3587 | msgid "External command error: %s\n" | ||
3588 | msgstr "" | ||
3589 | |||
3590 | #, c-format | ||
3591 | msgid "External command error with no output (return code: %d)\n" | ||
3592 | msgstr "" | ||
3593 | |||
3594 | #, c-format | ||
3595 | msgid "No valid data returned (%s)\n" | ||
3596 | msgstr "" | ||
3597 | |||
3598 | msgid "Time duration between plugin calls is invalid" | ||
3599 | msgstr "" | ||
3600 | |||
3601 | msgid "Cannot asprintf()" | ||
3602 | msgstr "" | ||
3603 | |||
3604 | msgid "Cannot realloc()" | ||
3605 | msgstr "" | ||
3606 | |||
3607 | msgid "No previous data to calculate rate - assume okay" | ||
3608 | msgstr "" | ||
3609 | |||
3610 | msgid "Retries interval must be a positive integer" | ||
3611 | msgstr "" | ||
3612 | |||
3613 | msgid "Exit status must be a positive integer" | ||
3614 | msgstr "" | ||
3615 | |||
3616 | #, c-format | ||
3617 | msgid "Could not reallocate labels[%d]" | ||
3618 | msgstr "" | ||
3619 | |||
3620 | msgid "Could not reallocate labels\n" | ||
3621 | msgstr "" | ||
3622 | |||
3623 | #, c-format | ||
3624 | msgid "Could not reallocate units [%d]\n" | ||
3625 | msgstr "" | ||
3626 | |||
3627 | msgid "Could not realloc() units\n" | ||
3628 | msgstr "" | ||
3629 | |||
3630 | msgid "Rate multiplier must be a positive integer" | ||
3631 | msgstr "" | ||
3632 | |||
3633 | msgid "No host specified\n" | ||
3634 | msgstr "" | ||
3635 | |||
3636 | msgid "No OIDs specified\n" | ||
3637 | msgstr "" | ||
3638 | |||
3639 | #, c-format | ||
3640 | msgid "Required parameter: %s\n" | ||
3641 | msgstr "" | ||
3642 | |||
3643 | msgid "Invalid seclevel" | ||
3644 | msgstr "" | ||
3645 | |||
3646 | msgid "Invalid SNMP version" | ||
3647 | msgstr "" | ||
3648 | |||
3649 | msgid "Unbalanced quotes\n" | ||
3650 | msgstr "" | ||
3651 | |||
3652 | #, c-format | ||
3653 | msgid "multiplier set (%.1f), but input is not a number: %s" | ||
3654 | msgstr "" | ||
3655 | |||
3656 | msgid "Check status of remote machines and obtain system information via SNMP" | ||
3657 | msgstr "" | ||
3658 | |||
3659 | msgid "Use SNMP GETNEXT instead of SNMP GET" | ||
3660 | msgstr "" | ||
3661 | |||
3662 | msgid "SNMP protocol version" | ||
3663 | msgstr "" | ||
3664 | |||
3665 | msgid "SNMPv3 context" | ||
3666 | msgstr "" | ||
3667 | |||
3668 | msgid "SNMPv3 securityLevel" | ||
3669 | msgstr "" | ||
3670 | |||
3671 | msgid "SNMPv3 auth proto" | ||
3672 | msgstr "" | ||
3673 | |||
3674 | msgid "SNMPv3 priv proto (default DES)" | ||
3675 | msgstr "" | ||
3676 | |||
3677 | msgid "Optional community string for SNMP communication" | ||
3678 | msgstr "" | ||
3679 | |||
3680 | msgid "default is" | ||
3681 | msgstr "" | ||
3682 | |||
3683 | msgid "SNMPv3 username" | ||
3684 | msgstr "" | ||
3685 | |||
3686 | msgid "SNMPv3 authentication password" | ||
3687 | msgstr "" | ||
3688 | |||
3689 | msgid "SNMPv3 privacy password" | ||
3690 | msgstr "" | ||
3691 | |||
3692 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" | ||
3693 | msgstr "" | ||
3694 | |||
3695 | msgid "" | ||
3696 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" | ||
3697 | msgstr "" | ||
3698 | |||
3699 | msgid "for symbolic OIDs.)" | ||
3700 | msgstr "" | ||
3701 | |||
3702 | msgid "Delimiter to use when parsing returned data. Default is" | ||
3703 | msgstr "" | ||
3704 | |||
3705 | msgid "Any data on the right hand side of the delimiter is considered" | ||
3706 | msgstr "" | ||
3707 | |||
3708 | msgid "to be the data that should be used in the evaluation." | ||
3709 | msgstr "" | ||
3710 | |||
3711 | msgid "If the check returns a 0 length string or NULL value" | ||
3712 | msgstr "" | ||
3713 | |||
3714 | msgid "This option allows you to choose what status you want it to exit" | ||
3715 | msgstr "" | ||
3716 | |||
3717 | msgid "Excluding this option renders the default exit of 3(STATE_UNKNOWN)" | ||
3718 | msgstr "" | ||
3719 | |||
3720 | msgid "0 = OK" | ||
3721 | msgstr "" | ||
3722 | |||
3723 | msgid "1 = WARNING" | ||
3724 | msgstr "" | ||
3725 | |||
3726 | msgid "2 = CRITICAL" | ||
3727 | msgstr "" | ||
3728 | |||
3729 | msgid "3 = UNKNOWN" | ||
3730 | msgstr "" | ||
3731 | |||
3732 | msgid "Warning threshold range(s)" | ||
3733 | msgstr "" | ||
3734 | |||
3735 | msgid "Critical threshold range(s)" | ||
3736 | msgstr "" | ||
3737 | |||
3738 | msgid "Enable rate calculation. See 'Rate Calculation' below" | ||
3739 | msgstr "" | ||
3740 | |||
3741 | msgid "" | ||
3742 | "Converts rate per second. For example, set to 60 to convert to per minute" | ||
3743 | msgstr "" | ||
3744 | |||
3745 | msgid "Add/subtract the specified OFFSET to numeric sensor data" | ||
3746 | msgstr "" | ||
3747 | |||
3748 | msgid "Return OK state (for that OID) if STRING is an exact match" | ||
3749 | msgstr "" | ||
3750 | |||
3751 | msgid "" | ||
3752 | "Return OK state (for that OID) if extended regular expression REGEX matches" | ||
3753 | msgstr "" | ||
3754 | |||
3755 | msgid "" | ||
3756 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" | ||
3757 | msgstr "" | ||
3758 | |||
3759 | msgid "Invert search result (CRITICAL if found)" | ||
3760 | msgstr "" | ||
3761 | |||
3762 | msgid "Prefix label for output from plugin" | ||
3763 | msgstr "" | ||
3764 | |||
3765 | msgid "Units label(s) for output data (e.g., 'sec.')." | ||
3766 | msgstr "" | ||
3767 | |||
3768 | msgid "Separates output on multiple OID requests" | ||
3769 | msgstr "" | ||
3770 | |||
3771 | msgid "Multiplies current value, 0 < n < 1 works as divider, defaults to 1" | ||
3772 | msgstr "" | ||
3773 | |||
3774 | msgid "C-style format string for float values (see option -M)" | ||
3775 | msgstr "" | ||
3776 | |||
3777 | msgid "" | ||
3778 | "NOTE the final timeout value is calculated using this formula: " | ||
3779 | "timeout_interval * retries + 5" | ||
3780 | msgstr "" | ||
3781 | |||
3782 | msgid "Number of retries to be used in the requests, default: " | ||
3783 | msgstr "" | ||
3784 | |||
3785 | msgid "Label performance data with OIDs instead of --label's" | ||
3786 | msgstr "" | ||
3787 | |||
3788 | msgid "Tell snmpget to not print errors encountered when parsing MIB files" | ||
3789 | msgstr "" | ||
3790 | |||
3791 | msgid "" | ||
3792 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." | ||
3793 | msgstr "" | ||
3794 | |||
3795 | msgid "" | ||
3796 | "if you don't have the package installed, you will need to download it from" | ||
3797 | msgstr "" | ||
3798 | |||
3799 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." | ||
3800 | msgstr "" | ||
3801 | |||
3802 | msgid "" | ||
3803 | "- Multiple OIDs (and labels) may be indicated by a comma or space-delimited " | ||
3804 | msgstr "" | ||
3805 | |||
3806 | msgid "list (lists with internal spaces must be quoted)." | ||
3807 | msgstr "" | ||
3808 | |||
3809 | msgid "" | ||
3810 | "- When checking multiple OIDs, separate ranges by commas like '-w " | ||
3811 | "1:10,1:,:20'" | ||
3812 | msgstr "" | ||
3813 | |||
3814 | msgid "- Note that only one string and one regex may be checked at present" | ||
3815 | msgstr "" | ||
3816 | |||
3817 | msgid "" | ||
3818 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" | ||
3819 | msgstr "" | ||
3820 | |||
3821 | msgid "returned from the SNMP query is an unsigned integer." | ||
3822 | msgstr "" | ||
3823 | |||
3824 | msgid "Rate Calculation:" | ||
3825 | msgstr "" | ||
3826 | |||
3827 | msgid "In many places, SNMP returns counters that are only meaningful when" | ||
3828 | msgstr "" | ||
3829 | |||
3830 | msgid "calculating the counter difference since the last check. check_snmp" | ||
3831 | msgstr "" | ||
3832 | |||
3833 | msgid "saves the last state information in a file so that the rate per second" | ||
3834 | msgstr "" | ||
3835 | |||
3836 | msgid "can be calculated. Use the --rate option to save state information." | ||
3837 | msgstr "" | ||
3838 | |||
3839 | msgid "" | ||
3840 | "On the first run, there will be no prior state - this will return with OK." | ||
3841 | msgstr "" | ||
3842 | |||
3843 | msgid "The state is uniquely determined by the arguments to the plugin, so" | ||
3844 | msgstr "" | ||
3845 | |||
3846 | msgid "changing the arguments will create a new state file." | ||
3847 | msgstr "" | ||
3848 | |||
3849 | msgid "Port number must be a positive integer" | ||
3850 | msgstr "" | ||
3851 | |||
3852 | #, c-format | ||
3853 | msgid "Server answer: %s" | ||
3854 | msgstr "" | ||
3855 | |||
3856 | #, c-format | ||
3857 | msgid "SSH CRITICAL - %s (protocol %s) version mismatch, expected '%s'\n" | ||
3858 | msgstr "" | ||
3859 | |||
3860 | #, c-format | ||
3861 | msgid "" | ||
3862 | "SSH CRITICAL - %s (protocol %s) protocol version mismatch, expected '%s'\n" | ||
3863 | msgstr "" | ||
3864 | |||
3865 | #, c-format | ||
3866 | msgid "SSH OK - %s (protocol %s) | %s\n" | ||
3867 | msgstr "" | ||
3868 | |||
3869 | msgid "Try to connect to an SSH server at specified server and port" | ||
3870 | msgstr "" | ||
3871 | |||
3872 | msgid "" | ||
3873 | "Alert if string doesn't match expected server version (ex: OpenSSH_3.9p1)" | ||
3874 | msgstr "" | ||
3875 | |||
3876 | msgid "Alert if protocol doesn't match expected protocol version (ex: 2.0)" | ||
3877 | msgstr "" | ||
3878 | |||
3879 | #, c-format | ||
3880 | msgid "Command: %s\n" | ||
3881 | msgstr "" | ||
3882 | |||
3883 | #, c-format | ||
3884 | msgid "Format: %s\n" | ||
3885 | msgstr "" | ||
3886 | |||
3887 | #, c-format | ||
3888 | msgid "total=%.0f, used=%.0f, free=%.0f\n" | ||
3889 | msgstr "" | ||
3890 | |||
3891 | #, c-format | ||
3892 | msgid "total=%.0f, free=%.0f\n" | ||
3893 | msgstr "" | ||
3894 | |||
3895 | msgid "Error getting swap devices\n" | ||
3896 | msgstr "" | ||
3897 | |||
3898 | msgid "SWAP OK: No swap devices defined\n" | ||
3899 | msgstr "" | ||
3900 | |||
3901 | msgid "swapctl failed: " | ||
3902 | msgstr "" | ||
3903 | |||
3904 | msgid "Error in swapctl call\n" | ||
3905 | msgstr "" | ||
3906 | |||
3907 | #, c-format | ||
3908 | msgid "SWAP %s - %d%% free (%dMB out of %dMB) %s|" | ||
3909 | msgstr "" | ||
3910 | |||
3911 | msgid "Warning threshold percentage must be <= 100!" | ||
3912 | msgstr "" | ||
3913 | |||
3914 | msgid "Warning threshold be positive integer or percentage!" | ||
3915 | msgstr "" | ||
3916 | |||
3917 | msgid "Critical threshold percentage must be <= 100!" | ||
3918 | msgstr "" | ||
3919 | |||
3920 | msgid "Critical threshold be positive integer or percentage!" | ||
3921 | msgstr "" | ||
3922 | |||
3923 | msgid "" | ||
3924 | "no-swap result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) " | ||
3925 | "or integer (0-3)." | ||
3926 | msgstr "" | ||
3927 | |||
3928 | msgid "Warning should be more than critical" | ||
3929 | msgstr "" | ||
3930 | |||
3931 | msgid "Check swap space on local machine." | ||
3932 | msgstr "" | ||
3933 | |||
3934 | msgid "" | ||
3935 | "Exit with WARNING status if less than INTEGER bytes of swap space are free" | ||
3936 | msgstr "" | ||
3937 | |||
3938 | msgid "Exit with WARNING status if less than PERCENT of swap space is free" | ||
3939 | msgstr "" | ||
3940 | |||
3941 | msgid "" | ||
3942 | "Exit with CRITICAL status if less than INTEGER bytes of swap space are free" | ||
3943 | msgstr "" | ||
3944 | |||
3945 | msgid "Exit with CRITICAL status if less than PERCENT of swap space is free" | ||
3946 | msgstr "" | ||
3947 | |||
3948 | msgid "Conduct comparisons for all swap partitions, one by one" | ||
3949 | msgstr "" | ||
3950 | |||
3951 | msgid "" | ||
3952 | "Resulting state when there is no swap regardless of thresholds. Default:" | ||
3953 | msgstr "" | ||
3954 | |||
3955 | msgid "" | ||
3956 | "Both INTEGER and PERCENT thresholds can be specified, they are all checked." | ||
3957 | msgstr "" | ||
3958 | |||
3959 | msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s." | ||
3960 | msgstr "" | ||
3961 | |||
3962 | msgid "CRITICAL - Generic check_tcp called with unknown service\n" | ||
3963 | msgstr "" | ||
3964 | |||
3965 | msgid "With UDP checks, a send/expect string must be specified." | ||
3966 | msgstr "" | ||
3967 | |||
3968 | msgid "No arguments found" | ||
3969 | msgstr "" | ||
3970 | |||
3971 | msgid "Maxbytes must be a positive integer" | ||
3972 | msgstr "" | ||
3973 | |||
3974 | msgid "Refuse must be one of ok, warn, crit" | ||
3975 | msgstr "" | ||
3976 | |||
3977 | msgid "Mismatch must be one of ok, warn, crit" | ||
3978 | msgstr "" | ||
3979 | |||
3980 | msgid "Delay must be a positive integer" | ||
3981 | msgstr "" | ||
3982 | |||
3983 | msgid "You must provide a server address" | ||
3984 | msgstr "" | ||
3985 | |||
3986 | msgid "Invalid hostname, address or socket" | ||
3987 | msgstr "" | ||
3988 | |||
3989 | #, c-format | ||
3990 | msgid "" | ||
3991 | "This plugin tests %s connections with the specified host (or unix socket).\n" | ||
3992 | "\n" | ||
3993 | msgstr "" | ||
3994 | |||
3995 | msgid "" | ||
3996 | "Can use \\n, \\r, \\t or \\\\ in send or quit string. Must come before send " | ||
3997 | "or quit option" | ||
3998 | msgstr "" | ||
3999 | |||
4000 | msgid "Default: nothing added to send, \\r\\n added to end of quit" | ||
4001 | msgstr "" | ||
4002 | |||
4003 | msgid "String to send to the server" | ||
4004 | msgstr "" | ||
4005 | |||
4006 | msgid "String to expect in server response" | ||
4007 | msgstr "" | ||
4008 | |||
4009 | msgid "(may be repeated)" | ||
4010 | msgstr "" | ||
4011 | |||
4012 | msgid "All expect strings need to occur in server response. Default is any" | ||
4013 | msgstr "" | ||
4014 | |||
4015 | msgid "String to send server to initiate a clean close of the connection" | ||
4016 | msgstr "" | ||
4017 | |||
4018 | msgid "Accept TCP refusals with states ok, warn, crit (default: crit)" | ||
4019 | msgstr "" | ||
4020 | |||
4021 | msgid "" | ||
4022 | "Accept expected string mismatches with states ok, warn, crit (default: warn)" | ||
4023 | msgstr "" | ||
4024 | |||
4025 | msgid "Hide output from TCP socket" | ||
4026 | msgstr "" | ||
4027 | |||
4028 | msgid "Close connection once more than this number of bytes are received" | ||
4029 | msgstr "" | ||
4030 | |||
4031 | msgid "Seconds to wait between sending string and polling for response" | ||
4032 | msgstr "" | ||
4033 | |||
4034 | msgid "1st is #days for warning, 2nd is critical (if not specified - 0)." | ||
4035 | msgstr "" | ||
4036 | |||
4037 | msgid "Use SSL for the connection." | ||
4038 | msgstr "" | ||
4039 | |||
4040 | msgid "SSL server_name" | ||
4041 | msgstr "" | ||
4042 | |||
4043 | #, c-format | ||
4044 | msgid "TIME UNKNOWN - could not connect to server %s, port %d\n" | ||
4045 | msgstr "" | ||
4046 | |||
4047 | #, c-format | ||
4048 | msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n" | ||
4049 | msgstr "" | ||
4050 | |||
4051 | #, c-format | ||
4052 | msgid "TIME UNKNOWN - no data received from server %s, port %d\n" | ||
4053 | msgstr "" | ||
4054 | |||
4055 | #, c-format | ||
4056 | msgid "TIME %s - %d second response time|%s\n" | ||
4057 | msgstr "" | ||
4058 | |||
4059 | #, c-format | ||
4060 | msgid "TIME %s - %lu second time difference|%s %s\n" | ||
4061 | msgstr "" | ||
4062 | |||
4063 | msgid "Warning thresholds must be a positive integer" | ||
4064 | msgstr "" | ||
4065 | |||
4066 | msgid "Critical thresholds must be a positive integer" | ||
4067 | msgstr "" | ||
4068 | |||
4069 | msgid "This plugin will check the time on the specified host." | ||
4070 | msgstr "" | ||
4071 | |||
4072 | msgid "Use UDP to connect, not TCP" | ||
4073 | msgstr "" | ||
4074 | |||
4075 | msgid "Time difference (sec.) necessary to result in a warning status" | ||
4076 | msgstr "" | ||
4077 | |||
4078 | msgid "Time difference (sec.) necessary to result in a critical status" | ||
4079 | msgstr "" | ||
4080 | |||
4081 | msgid "Response time (sec.) necessary to result in warning status" | ||
4082 | msgstr "" | ||
4083 | |||
4084 | msgid "Response time (sec.) necessary to result in critical status" | ||
4085 | msgstr "" | ||
4086 | |||
4087 | msgid "On Battery, Low Battery" | ||
4088 | msgstr "" | ||
4089 | |||
4090 | msgid "Online" | ||
4091 | msgstr "" | ||
4092 | |||
4093 | msgid "On Battery" | ||
4094 | msgstr "" | ||
4095 | |||
4096 | msgid ", Low Battery" | ||
4097 | msgstr "" | ||
4098 | |||
4099 | msgid ", Calibrating" | ||
4100 | msgstr "" | ||
4101 | |||
4102 | msgid ", Replace Battery" | ||
4103 | msgstr "" | ||
4104 | |||
4105 | msgid ", On Bypass" | ||
4106 | msgstr "" | ||
4107 | |||
4108 | msgid ", Overload" | ||
4109 | msgstr "" | ||
4110 | |||
4111 | msgid ", Trimming" | ||
4112 | msgstr "" | ||
4113 | |||
4114 | msgid ", Boosting" | ||
4115 | msgstr "" | ||
4116 | |||
4117 | msgid ", Charging" | ||
4118 | msgstr "" | ||
4119 | |||
4120 | msgid ", Discharging" | ||
4121 | msgstr "" | ||
4122 | |||
4123 | msgid ", Unknown" | ||
4124 | msgstr "" | ||
4125 | |||
4126 | msgid "UPS does not support any available options\n" | ||
4127 | msgstr "" | ||
4128 | |||
4129 | msgid "Invalid response received from host" | ||
4130 | msgstr "" | ||
4131 | |||
4132 | msgid "UPS name to long for buffer" | ||
4133 | msgstr "" | ||
4134 | |||
4135 | #, c-format | ||
4136 | msgid "CRITICAL - no such UPS '%s' on that host\n" | ||
4137 | msgstr "" | ||
4138 | |||
4139 | msgid "CRITICAL - UPS data is stale" | ||
4140 | msgstr "" | ||
4141 | |||
4142 | #, c-format | ||
4143 | msgid "Unknown error: %s\n" | ||
4144 | msgstr "" | ||
4145 | |||
4146 | msgid "Error: unable to parse variable" | ||
4147 | msgstr "" | ||
4148 | |||
4149 | msgid "Unrecognized UPS variable" | ||
4150 | msgstr "" | ||
4151 | |||
4152 | msgid "Error : no UPS indicated" | ||
4153 | msgstr "" | ||
4154 | |||
4155 | msgid "" | ||
4156 | "This plugin tests the UPS service on the specified host. Network UPS Tools" | ||
4157 | msgstr "" | ||
4158 | |||
4159 | msgid "from www.networkupstools.org must be running for this plugin to work." | ||
4160 | msgstr "" | ||
4161 | |||
4162 | msgid "Name of UPS" | ||
4163 | msgstr "" | ||
4164 | |||
4165 | msgid "Output of temperatures in Celsius" | ||
4166 | msgstr "" | ||
4167 | |||
4168 | msgid "Valid values for STRING are" | ||
4169 | msgstr "" | ||
4170 | |||
4171 | msgid "" | ||
4172 | "This plugin attempts to determine the status of a UPS (Uninterruptible Power" | ||
4173 | msgstr "" | ||
4174 | |||
4175 | msgid "" | ||
4176 | "Supply) on a local or remote host. If the UPS is online or calibrating, the" | ||
4177 | msgstr "" | ||
4178 | |||
4179 | msgid "" | ||
4180 | "plugin will return an OK state. If the battery is on it will return a WARNING" | ||
4181 | msgstr "" | ||
4182 | |||
4183 | msgid "" | ||
4184 | "state. If the UPS is off or has a low battery the plugin will return a " | ||
4185 | "CRITICAL" | ||
4186 | msgstr "" | ||
4187 | |||
4188 | msgid "" | ||
4189 | "You may also specify a variable to check (such as temperature, utility " | ||
4190 | "voltage," | ||
4191 | msgstr "" | ||
4192 | |||
4193 | msgid "" | ||
4194 | "battery load, etc.) as well as warning and critical thresholds for the value" | ||
4195 | msgstr "" | ||
4196 | |||
4197 | msgid "" | ||
4198 | "of that variable. If the remote host has multiple UPS that are being " | ||
4199 | "monitored" | ||
4200 | msgstr "" | ||
4201 | |||
4202 | msgid "you will have to use the --ups option to specify which UPS to check." | ||
4203 | msgstr "" | ||
4204 | |||
4205 | msgid "" | ||
4206 | "This plugin requires that the UPSD daemon distributed with Russell Kroll's" | ||
4207 | msgstr "" | ||
4208 | |||
4209 | msgid "" | ||
4210 | "Network UPS Tools be installed on the remote host. If you do not have the" | ||
4211 | msgstr "" | ||
4212 | |||
4213 | msgid "package installed on your system, you can download it from" | ||
4214 | msgstr "" | ||
4215 | |||
4216 | msgid "http://www.networkupstools.org" | ||
4217 | msgstr "" | ||
4218 | |||
4219 | #, c-format | ||
4220 | msgid "Could not enumerate RD sessions: %d\n" | ||
4221 | msgstr "" | ||
4222 | |||
4223 | #, c-format | ||
4224 | msgid "# users=%d" | ||
4225 | msgstr "" | ||
4226 | |||
4227 | msgid "Unable to read output" | ||
4228 | msgstr "" | ||
4229 | |||
4230 | #, c-format | ||
4231 | msgid "USERS %s - %d users currently logged in |%s\n" | ||
4232 | msgstr "" | ||
4233 | |||
4234 | msgid "This plugin checks the number of users currently logged in on the local" | ||
4235 | msgstr "" | ||
4236 | |||
4237 | msgid "" | ||
4238 | "system and generates an error if the number exceeds the thresholds specified." | ||
4239 | msgstr "" | ||
4240 | |||
4241 | msgid "Set WARNING status if more than INTEGER users are logged in" | ||
4242 | msgstr "" | ||
4243 | |||
4244 | msgid "Set CRITICAL status if more than INTEGER users are logged in" | ||
4245 | msgstr "" | ||
4246 | |||
4247 | msgid "" | ||
4248 | "DEPRECATION WARNING: the -q switch (quiet output) is no longer \"quiet\"." | ||
4249 | msgstr "" | ||
4250 | |||
4251 | msgid "Nagios-compatible output is now always returned." | ||
4252 | msgstr "" | ||
4253 | |||
4254 | msgid "SMART commands are broken and have been disabled (See Notes in --help)." | ||
4255 | msgstr "" | ||
4256 | |||
4257 | msgid "" | ||
4258 | "DEPRECATION WARNING: the -n switch (Nagios-compatible output) is now the" | ||
4259 | msgstr "" | ||
4260 | |||
4261 | msgid "default and will be removed from future releases." | ||
4262 | msgstr "" | ||
4263 | |||
4264 | #, c-format | ||
4265 | msgid "CRITICAL - Couldn't open device %s: %s\n" | ||
4266 | msgstr "" | ||
4267 | |||
4268 | #, c-format | ||
4269 | msgid "CRITICAL - SMART_CMD_ENABLE\n" | ||
4270 | msgstr "" | ||
4271 | |||
4272 | #, c-format | ||
4273 | msgid "CRITICAL - SMART_READ_VALUES: %s\n" | ||
4274 | msgstr "" | ||
4275 | |||
4276 | #, c-format | ||
4277 | msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n" | ||
4278 | msgstr "" | ||
4279 | |||
4280 | #, c-format | ||
4281 | msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n" | ||
4282 | msgstr "" | ||
4283 | |||
4284 | #, c-format | ||
4285 | msgid "OK - Operational (%d/%d tests passed)\n" | ||
4286 | msgstr "" | ||
4287 | |||
4288 | #, c-format | ||
4289 | msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n" | ||
4290 | msgstr "" | ||
4291 | |||
4292 | #, c-format | ||
4293 | msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n" | ||
4294 | msgstr "" | ||
4295 | |||
4296 | #, c-format | ||
4297 | msgid "OffLineCapability=%d {%s %s %s}\n" | ||
4298 | msgstr "" | ||
4299 | |||
4300 | #, c-format | ||
4301 | msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n" | ||
4302 | msgstr "" | ||
4303 | |||
4304 | #, c-format | ||
4305 | msgid "CRITICAL - %s: %s\n" | ||
4306 | msgstr "" | ||
4307 | |||
4308 | #, c-format | ||
4309 | msgid "OK - Command sent (%s)\n" | ||
4310 | msgstr "" | ||
4311 | |||
4312 | #, c-format | ||
4313 | msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n" | ||
4314 | msgstr "" | ||
4315 | |||
4316 | #, c-format | ||
4317 | msgid "" | ||
4318 | "This plugin checks a local hard drive with the (Linux specific) SMART " | ||
4319 | "interface [http://smartlinux.sourceforge.net/smart/index.php]." | ||
4320 | msgstr "" | ||
4321 | |||
4322 | msgid "Select device DEVICE" | ||
4323 | msgstr "" | ||
4324 | |||
4325 | msgid "" | ||
4326 | "Note: if the device is specified without this option, any further option will" | ||
4327 | msgstr "" | ||
4328 | |||
4329 | msgid "be ignored." | ||
4330 | msgstr "" | ||
4331 | |||
4332 | msgid "" | ||
4333 | "The SMART command modes (-i/--immediate, -0/--auto-off and -1/--auto-on) were" | ||
4334 | msgstr "" | ||
4335 | |||
4336 | msgid "" | ||
4337 | "broken in an underhand manner and have been disabled. You can use smartctl" | ||
4338 | msgstr "" | ||
4339 | |||
4340 | msgid "instead:" | ||
4341 | msgstr "" | ||
4342 | |||
4343 | msgid "-0/--auto-off: use \"smartctl --offlineauto=off\"" | ||
4344 | msgstr "" | ||
4345 | |||
4346 | msgid "-1/--auto-on: use \"smartctl --offlineauto=on\"" | ||
4347 | msgstr "" | ||
4348 | |||
4349 | msgid "-i/--immediate: use \"smartctl --test=offline\"" | ||
4350 | msgstr "" | ||
4351 | |||
4352 | msgid "No data returned from command\n" | ||
4353 | msgstr "" | ||
4354 | |||
4355 | msgid "" | ||
4356 | "Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) " | ||
4357 | "or integer (0-3)." | ||
4358 | msgstr "" | ||
4359 | |||
4360 | msgid "" | ||
4361 | "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer " | ||
4362 | "(0-3)." | ||
4363 | msgstr "" | ||
4364 | |||
4365 | msgid "" | ||
4366 | "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4367 | "integer (0-3)." | ||
4368 | msgstr "" | ||
4369 | |||
4370 | msgid "" | ||
4371 | "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4372 | "integer (0-3)." | ||
4373 | msgstr "" | ||
4374 | |||
4375 | msgid "" | ||
4376 | "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4377 | "integer (0-3)." | ||
4378 | msgstr "" | ||
4379 | |||
4380 | msgid "Require path to command" | ||
4381 | msgstr "" | ||
4382 | |||
4383 | msgid "" | ||
4384 | "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)." | ||
4385 | msgstr "" | ||
4386 | |||
4387 | msgid "Additional switches can be used to control which state becomes what." | ||
4388 | msgstr "" | ||
4389 | |||
4390 | msgid "Keep timeout longer than the plugin timeout to retain CRITICAL status." | ||
4391 | msgstr "" | ||
4392 | |||
4393 | msgid "Custom result on Negate timeouts; see below for STATUS definition\n" | ||
4394 | msgstr "" | ||
4395 | |||
4396 | #, c-format | ||
4397 | msgid "" | ||
4398 | " STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n" | ||
4399 | msgstr "" | ||
4400 | |||
4401 | #, c-format | ||
4402 | msgid "" | ||
4403 | " quotes. Numeric values are accepted. If nothing is specified, permutes\n" | ||
4404 | msgstr "" | ||
4405 | |||
4406 | #, c-format | ||
4407 | msgid " OK and CRITICAL.\n" | ||
4408 | msgstr "" | ||
4409 | |||
4410 | #, c-format | ||
4411 | msgid "" | ||
4412 | " Substitute output text as well. Will only substitute text in CAPITALS\n" | ||
4413 | msgstr "" | ||
4414 | |||
4415 | msgid "Run check_ping and invert result. Must use full path to plugin" | ||
4416 | msgstr "" | ||
4417 | |||
4418 | msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL" | ||
4419 | msgstr "" | ||
4420 | |||
4421 | msgid "" | ||
4422 | "This plugin is a wrapper to take the output of another plugin and invert it." | ||
4423 | msgstr "" | ||
4424 | |||
4425 | msgid "The full path of the plugin must be provided." | ||
4426 | msgstr "" | ||
4427 | |||
4428 | msgid "If the wrapped plugin returns OK, the wrapper will return CRITICAL." | ||
4429 | msgstr "" | ||
4430 | |||
4431 | msgid "If the wrapped plugin returns CRITICAL, the wrapper will return OK." | ||
4432 | msgstr "" | ||
4433 | |||
4434 | msgid "Otherwise, the output state of the wrapped plugin is unchanged." | ||
4435 | msgstr "" | ||
4436 | |||
4437 | msgid "" | ||
4438 | "Using timeout-result, it is possible to override the timeout behaviour or a" | ||
4439 | msgstr "" | ||
4440 | |||
4441 | msgid "plugin by setting the negate timeout a bit lower." | ||
4442 | msgstr "" | ||
4443 | |||
4444 | #, c-format | ||
4445 | msgid "%s - Socket timeout after %d seconds\n" | ||
4446 | msgstr "" | ||
4447 | |||
4448 | #, c-format | ||
4449 | msgid "%s - Abnormal timeout after %d seconds\n" | ||
4450 | msgstr "" | ||
4451 | |||
4452 | msgid "Send failed" | ||
4453 | msgstr "" | ||
4454 | |||
4455 | msgid "No data was received from host!" | ||
4456 | msgstr "" | ||
4457 | |||
4458 | msgid "Socket creation failed" | ||
4459 | msgstr "" | ||
4460 | |||
4461 | msgid "Supplied path too long unix domain socket" | ||
4462 | msgstr "" | ||
4463 | |||
4464 | msgid "Receive failed" | ||
4465 | msgstr "" | ||
4466 | |||
4467 | #, c-format | ||
4468 | msgid "Invalid hostname/address - %s" | ||
4469 | msgstr "" | ||
4470 | |||
4471 | msgid "Could not malloc argv array in popen()" | ||
4472 | msgstr "" | ||
4473 | |||
4474 | msgid "CRITICAL - You need more args!!!" | ||
4475 | msgstr "" | ||
4476 | |||
4477 | msgid "Cannot catch SIGCHLD" | ||
4478 | msgstr "" | ||
4479 | |||
4480 | #, c-format | ||
4481 | msgid "CRITICAL - Plugin timed out after %d seconds\n" | ||
4482 | msgstr "" | ||
4483 | |||
4484 | msgid "CRITICAL - popen timeout received, but no child process" | ||
4485 | msgstr "" | ||
4486 | |||
4487 | #, c-format | ||
4488 | msgid "" | ||
4489 | "%s UNKNOWN - No data received from host\n" | ||
4490 | "CMD: %s</A>\n" | ||
4491 | msgstr "" | ||
4492 | |||
4493 | msgid "" | ||
4494 | "This plugin wraps the text output of another command (plugin) in HTML <A>" | ||
4495 | msgstr "" | ||
4496 | |||
4497 | msgid "" | ||
4498 | "tags, thus displaying the child plugin's output as a clickable link in " | ||
4499 | "compatible" | ||
4500 | msgstr "" | ||
4501 | |||
4502 | msgid "" | ||
4503 | "monitoring status screen. This plugin returns the status of the invoked " | ||
4504 | "plugin." | ||
4505 | msgstr "" | ||
4506 | |||
4507 | msgid "" | ||
4508 | "Pay close attention to quoting to ensure that the shell passes the expected" | ||
4509 | msgstr "" | ||
4510 | |||
4511 | msgid "data to the plugin. For example, in:" | ||
4512 | msgstr "" | ||
4513 | |||
4514 | msgid "urlize http://example.com/ check_http -H example.com -r 'two words'" | ||
4515 | msgstr "" | ||
4516 | |||
4517 | msgid "the shell will remove the single quotes and urlize will see:" | ||
4518 | msgstr "" | ||
4519 | |||
4520 | msgid "urlize http://example.com/ check_http -H example.com -r two words" | ||
4521 | msgstr "" | ||
4522 | |||
4523 | msgid "You probably want:" | ||
4524 | msgstr "" | ||
4525 | |||
4526 | msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" | ||
4527 | msgstr "" | ||
4528 | |||
4529 | msgid "failed realloc in strpcpy\n" | ||
4530 | msgstr "" | ||
4531 | |||
4532 | msgid "failed malloc in strscat\n" | ||
4533 | msgstr "" | ||
4534 | |||
4535 | msgid "failed malloc in xvasprintf\n" | ||
4536 | msgstr "" | ||
4537 | |||
4538 | #, c-format | ||
4539 | msgid "" | ||
4540 | " %s (-h | --help) for detailed help\n" | ||
4541 | " %s (-V | --version) for version information\n" | ||
4542 | msgstr "" | ||
4543 | |||
4544 | msgid "" | ||
4545 | "\n" | ||
4546 | "Options:\n" | ||
4547 | " -h, --help\n" | ||
4548 | " Print detailed help screen\n" | ||
4549 | " -V, --version\n" | ||
4550 | " Print version information\n" | ||
4551 | msgstr "" | ||
4552 | |||
4553 | #, c-format | ||
4554 | msgid "" | ||
4555 | " -H, --hostname=ADDRESS\n" | ||
4556 | " Host name, IP Address, or unix socket (must be an absolute path)\n" | ||
4557 | " -%c, --port=INTEGER\n" | ||
4558 | " Port number (default: %s)\n" | ||
4559 | msgstr "" | ||
4560 | |||
4561 | msgid "" | ||
4562 | " -4, --use-ipv4\n" | ||
4563 | " Use IPv4 connection\n" | ||
4564 | " -6, --use-ipv6\n" | ||
4565 | " Use IPv6 connection\n" | ||
4566 | msgstr "" | ||
4567 | |||
4568 | msgid "" | ||
4569 | " -v, --verbose\n" | ||
4570 | " Show details for command-line debugging (output may be truncated by\n" | ||
4571 | " the monitoring system)\n" | ||
4572 | msgstr "" | ||
4573 | |||
4574 | msgid "" | ||
4575 | " -w, --warning=DOUBLE\n" | ||
4576 | " Response time to result in warning status (seconds)\n" | ||
4577 | " -c, --critical=DOUBLE\n" | ||
4578 | " Response time to result in critical status (seconds)\n" | ||
4579 | msgstr "" | ||
4580 | |||
4581 | msgid "" | ||
4582 | " -w, --warning=RANGE\n" | ||
4583 | " Warning range (format: start:end). Alert if outside this range\n" | ||
4584 | " -c, --critical=RANGE\n" | ||
4585 | " Critical range\n" | ||
4586 | msgstr "" | ||
4587 | |||
4588 | #, c-format | ||
4589 | msgid "" | ||
4590 | " -t, --timeout=INTEGER\n" | ||
4591 | " Seconds before connection times out (default: %d)\n" | ||
4592 | msgstr "" | ||
4593 | |||
4594 | #, c-format | ||
4595 | msgid "" | ||
4596 | " -t, --timeout=INTEGER\n" | ||
4597 | " Seconds before plugin times out (default: %d)\n" | ||
4598 | msgstr "" | ||
4599 | |||
4600 | msgid "" | ||
4601 | " --extra-opts=[section][@file]\n" | ||
4602 | " Read options from an ini file. See\n" | ||
4603 | " https://www.monitoring-plugins.org/doc/extra-opts.html\n" | ||
4604 | " for usage and examples.\n" | ||
4605 | msgstr "" | ||
4606 | |||
4607 | msgid "" | ||
4608 | " See:\n" | ||
4609 | " https://www.monitoring-plugins.org/doc/guidelines.html#THRESHOLDFORMAT\n" | ||
4610 | " for THRESHOLD format and examples.\n" | ||
4611 | msgstr "" | ||
4612 | |||
4613 | msgid "" | ||
4614 | "\n" | ||
4615 | "Send email to help@monitoring-plugins.org if you have questions regarding\n" | ||
4616 | "use of this software. To submit patches or suggest improvements, send email\n" | ||
4617 | "to devel@monitoring-plugins.org\n" | ||
4618 | "\n" | ||
4619 | msgstr "" | ||
4620 | |||
4621 | msgid "" | ||
4622 | "\n" | ||
4623 | "The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may " | ||
4624 | "redistribute\n" | ||
4625 | "copies of the plugins under the terms of the GNU General Public License.\n" | ||
4626 | "For more information about these matters, see the file named COPYING.\n" | ||
4627 | msgstr "" | ||
4628 | |||
4629 | #, c-format | ||
4630 | msgid "Error: Could not get hardware address of interface '%s'\n" | ||
4631 | msgstr "" | ||
4632 | |||
4633 | #, c-format | ||
4634 | msgid "Error: if_nametoindex error - %s.\n" | ||
4635 | msgstr "" | ||
4636 | |||
4637 | #, c-format | ||
4638 | msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" | ||
4639 | msgstr "" | ||
4640 | |||
4641 | #, c-format | ||
4642 | msgid "" | ||
4643 | "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" | ||
4644 | msgstr "" | ||
4645 | |||
4646 | #, c-format | ||
4647 | msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" | ||
4648 | msgstr "" | ||
4649 | |||
4650 | #, c-format | ||
4651 | msgid "" | ||
4652 | "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " | ||
4653 | "eg lnc0.\n" | ||
4654 | msgstr "" | ||
4655 | |||
4656 | #, c-format | ||
4657 | msgid "" | ||
4658 | "Error: can't read MAC address from DLPI streams interface for device %s unit " | ||
4659 | "%d.\n" | ||
4660 | msgstr "" | ||
4661 | |||
4662 | #, c-format | ||
4663 | msgid "" | ||
4664 | "Error: can't get MAC address for this architecture. Use the --mac option.\n" | ||
4665 | msgstr "" | ||
4666 | |||
4667 | #, c-format | ||
4668 | msgid "Error: Cannot determine IP address of interface %s\n" | ||
4669 | msgstr "" | ||
4670 | |||
4671 | #, c-format | ||
4672 | msgid "Error: Cannot get interface IP address on this platform.\n" | ||
4673 | msgstr "" | ||
4674 | |||
4675 | #, c-format | ||
4676 | msgid "Pretending to be relay client %s\n" | ||
4677 | msgstr "" | ||
4678 | |||
4679 | #, c-format | ||
4680 | msgid "DHCPDISCOVER to %s port %d\n" | ||
4681 | msgstr "" | ||
4682 | |||
4683 | #, c-format | ||
4684 | msgid "Result=ERROR\n" | ||
4685 | msgstr "" | ||
4686 | |||
4687 | #, c-format | ||
4688 | msgid "Result=OK\n" | ||
4689 | msgstr "" | ||
4690 | |||
4691 | #, c-format | ||
4692 | msgid "DHCPOFFER from IP address %s" | ||
4693 | msgstr "" | ||
4694 | |||
4695 | #, c-format | ||
4696 | msgid " via %s\n" | ||
4697 | msgstr "" | ||
4698 | |||
4699 | #, c-format | ||
4700 | msgid "" | ||
4701 | "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n" | ||
4702 | msgstr "" | ||
4703 | |||
4704 | #, c-format | ||
4705 | msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" | ||
4706 | msgstr "" | ||
4707 | |||
4708 | #, c-format | ||
4709 | msgid "Total responses seen on the wire: %d\n" | ||
4710 | msgstr "" | ||
4711 | |||
4712 | #, c-format | ||
4713 | msgid "Valid responses for this machine: %d\n" | ||
4714 | msgstr "" | ||
4715 | |||
4716 | #, c-format | ||
4717 | msgid "send_dhcp_packet result: %d\n" | ||
4718 | msgstr "" | ||
4719 | |||
4720 | #, c-format | ||
4721 | msgid "No (more) data received (nfound: %d)\n" | ||
4722 | msgstr "" | ||
4723 | |||
4724 | #, c-format | ||
4725 | msgid "recvfrom() failed, " | ||
4726 | msgstr "" | ||
4727 | |||
4728 | #, c-format | ||
4729 | msgid "receive_dhcp_packet() result: %d\n" | ||
4730 | msgstr "" | ||
4731 | |||
4732 | #, c-format | ||
4733 | msgid "receive_dhcp_packet() source: %s\n" | ||
4734 | msgstr "" | ||
4735 | |||
4736 | #, c-format | ||
4737 | msgid "Error: Could not create socket!\n" | ||
4738 | msgstr "" | ||
4739 | |||
4740 | #, c-format | ||
4741 | msgid "Error: Could not set reuse address option on DHCP socket!\n" | ||
4742 | msgstr "" | ||
4743 | |||
4744 | #, c-format | ||
4745 | msgid "Error: Could not set broadcast option on DHCP socket!\n" | ||
4746 | msgstr "" | ||
4747 | |||
4748 | #, c-format | ||
4749 | msgid "" | ||
4750 | "Error: Could not bind socket to interface %s. Check your privileges...\n" | ||
4751 | msgstr "" | ||
4752 | |||
4753 | #, c-format | ||
4754 | msgid "" | ||
4755 | "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" | ||
4756 | msgstr "" | ||
4757 | |||
4758 | #, c-format | ||
4759 | msgid "Requested server address: %s\n" | ||
4760 | msgstr "" | ||
4761 | |||
4762 | #, c-format | ||
4763 | msgid "Lease Time: Infinite\n" | ||
4764 | msgstr "" | ||
4765 | |||
4766 | #, c-format | ||
4767 | msgid "Lease Time: %lu seconds\n" | ||
4768 | msgstr "" | ||
4769 | |||
4770 | #, c-format | ||
4771 | msgid "Renewal Time: Infinite\n" | ||
4772 | msgstr "" | ||
4773 | |||
4774 | #, c-format | ||
4775 | msgid "Renewal Time: %lu seconds\n" | ||
4776 | msgstr "" | ||
4777 | |||
4778 | #, c-format | ||
4779 | msgid "Rebinding Time: Infinite\n" | ||
4780 | msgstr "" | ||
4781 | |||
4782 | #, c-format | ||
4783 | msgid "Rebinding Time: %lu seconds\n" | ||
4784 | msgstr "" | ||
4785 | |||
4786 | #, c-format | ||
4787 | msgid "Added offer from server @ %s" | ||
4788 | msgstr "" | ||
4789 | |||
4790 | #, c-format | ||
4791 | msgid " of IP address %s\n" | ||
4792 | msgstr "" | ||
4793 | |||
4794 | #, c-format | ||
4795 | msgid "DHCP Server Match: Offerer=%s" | ||
4796 | msgstr "" | ||
4797 | |||
4798 | #, c-format | ||
4799 | msgid " Requested=%s" | ||
4800 | msgstr "" | ||
4801 | |||
4802 | #, c-format | ||
4803 | msgid " (duplicate)" | ||
4804 | msgstr "" | ||
4805 | |||
4806 | #, c-format | ||
4807 | msgid "\n" | ||
4808 | msgstr "" | ||
4809 | |||
4810 | #, c-format | ||
4811 | msgid "No DHCPOFFERs were received.\n" | ||
4812 | msgstr "" | ||
4813 | |||
4814 | #, c-format | ||
4815 | msgid "Received %d DHCPOFFER(s)" | ||
4816 | msgstr "" | ||
4817 | |||
4818 | #, c-format | ||
4819 | msgid ", Rogue DHCP Server detected! Server %s" | ||
4820 | msgstr "" | ||
4821 | |||
4822 | #, c-format | ||
4823 | msgid " offered %s \n" | ||
4824 | msgstr "" | ||
4825 | |||
4826 | #, c-format | ||
4827 | msgid ", %s%d of %d requested servers responded" | ||
4828 | msgstr "" | ||
4829 | |||
4830 | #, c-format | ||
4831 | msgid ", requested address (%s) was %soffered" | ||
4832 | msgstr "" | ||
4833 | |||
4834 | msgid "not " | ||
4835 | msgstr "" | ||
4836 | |||
4837 | #, c-format | ||
4838 | msgid ", max lease time = " | ||
4839 | msgstr "" | ||
4840 | |||
4841 | #, c-format | ||
4842 | msgid "Infinity" | ||
4843 | msgstr "" | ||
4844 | |||
4845 | msgid "Got unexpected non-option argument" | ||
4846 | msgstr "" | ||
4847 | |||
4848 | #, c-format | ||
4849 | msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" | ||
4850 | msgstr "" | ||
4851 | |||
4852 | #, c-format | ||
4853 | msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" | ||
4854 | msgstr "" | ||
4855 | |||
4856 | #, c-format | ||
4857 | msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" | ||
4858 | msgstr "" | ||
4859 | |||
4860 | #, c-format | ||
4861 | msgid "" | ||
4862 | "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" | ||
4863 | msgstr "" | ||
4864 | |||
4865 | #, c-format | ||
4866 | msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" | ||
4867 | msgstr "" | ||
4868 | |||
4869 | #, c-format | ||
4870 | msgid "Hardware address: " | ||
4871 | msgstr "" | ||
4872 | |||
4873 | msgid "This plugin tests the availability of DHCP servers on a network." | ||
4874 | msgstr "" | ||
4875 | |||
4876 | msgid "IP address of DHCP server that we must hear from" | ||
4877 | msgstr "" | ||
4878 | |||
4879 | msgid "IP address that should be offered by at least one DHCP server" | ||
4880 | msgstr "" | ||
4881 | |||
4882 | msgid "Seconds to wait for DHCPOFFER before timeout occurs" | ||
4883 | msgstr "" | ||
4884 | |||
4885 | msgid "Interface to to use for listening (i.e. eth0)" | ||
4886 | msgstr "" | ||
4887 | |||
4888 | msgid "MAC address to use in the DHCP request" | ||
4889 | msgstr "" | ||
4890 | |||
4891 | msgid "Unicast testing: mimic a DHCP relay, requires -s" | ||
4892 | msgstr "" | ||
4893 | |||
4894 | msgid "" | ||
4895 | "Only requested DHCP server may response (rogue DHCP server detection), " | ||
4896 | "requires -s" | ||
4897 | msgstr "" | ||
4898 | |||
4899 | msgid "specify a target" | ||
4900 | msgstr "" | ||
4901 | |||
4902 | msgid "Use IPv4 (default) or IPv6 to communicate with the targets" | ||
4903 | msgstr "" | ||
4904 | |||
4905 | msgid "warning threshold (currently " | ||
4906 | msgstr "" | ||
4907 | |||
4908 | msgid "critical threshold (currently " | ||
4909 | msgstr "" | ||
4910 | |||
4911 | msgid "" | ||
4912 | "RTA, round trip average, mode warning,critical, ex. 100ms,200ms unit in ms" | ||
4913 | msgstr "" | ||
4914 | |||
4915 | msgid "packet loss mode, ex. 40%,50% , unit in %" | ||
4916 | msgstr "" | ||
4917 | |||
4918 | msgid "jitter mode warning,critical, ex. 40.000ms,50.000ms , unit in ms " | ||
4919 | msgstr "" | ||
4920 | |||
4921 | msgid "MOS mode, between 0 and 4.4 warning,critical, ex. 3.5,3.0" | ||
4922 | msgstr "" | ||
4923 | |||
4924 | msgid "score mode, max value 100 warning,critical, ex. 80,70 " | ||
4925 | msgstr "" | ||
4926 | |||
4927 | msgid "detect out of order ICMP packts " | ||
4928 | msgstr "" | ||
4929 | |||
4930 | msgid "specify a source IP address or device name" | ||
4931 | msgstr "" | ||
4932 | |||
4933 | msgid "number of packets to send (currently " | ||
4934 | msgstr "" | ||
4935 | |||
4936 | msgid "max packet interval (currently " | ||
4937 | msgstr "" | ||
4938 | |||
4939 | msgid "max target interval (currently " | ||
4940 | msgstr "" | ||
4941 | |||
4942 | msgid "number of alive hosts required for success" | ||
4943 | msgstr "" | ||
4944 | |||
4945 | msgid "TTL on outgoing packets (currently " | ||
4946 | msgstr "" | ||
4947 | |||
4948 | msgid "timeout value (seconds, currently " | ||
4949 | msgstr "" | ||
4950 | |||
4951 | msgid "Number of icmp data bytes to send" | ||
4952 | msgstr "" | ||
4953 | |||
4954 | msgid "Packet size will be data bytes + icmp header (currently" | ||
4955 | msgstr "" | ||
4956 | |||
4957 | msgid "verbose" | ||
4958 | msgstr "" | ||
4959 | |||
4960 | msgid "If none of R,P,J,M,S or O is specified, default behavior is -R -P" | ||
4961 | msgstr "" | ||
4962 | |||
4963 | msgid "The -H switch is optional. Naming a host (or several) to check is not." | ||
4964 | msgstr "" | ||
4965 | |||
4966 | msgid "" | ||
4967 | "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%" | ||
4968 | msgstr "" | ||
4969 | |||
4970 | msgid "packet loss. The default values should work well for most users." | ||
4971 | msgstr "" | ||
4972 | |||
4973 | msgid "" | ||
4974 | "You can specify different RTA factors using the standardized abbreviations" | ||
4975 | msgstr "" | ||
4976 | |||
4977 | msgid "" | ||
4978 | "us (microseconds), ms (milliseconds, default) or just plain s for seconds." | ||
4979 | msgstr "" | ||
4980 | |||
4981 | msgid "The -v switch can be specified several times for increased verbosity." | ||
4982 | msgstr "" | ||