Update translations
[monitoring-plugins.git] / po / monitoring-plugins.pot
blob21acfd8195d42abbf21582698d60d2100bd7d9bb
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.
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"
21 msgid "Could not parse arguments"
22 msgstr ""
24 msgid "Cannot catch SIGALRM"
25 msgstr ""
27 #, c-format
28 msgid "SSH connection failed: %s\n"
29 msgstr ""
31 #, c-format
32 msgid "Remote command execution failed: %s\n"
33 msgstr ""
35 #, c-format
36 msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n"
37 msgstr ""
39 #, c-format
40 msgid "SSH WARNING: could not open %s\n"
41 msgstr ""
43 #, c-format
44 msgid "%s: Error parsing output\n"
45 msgstr ""
47 msgid "Timeout interval must be a positive integer"
48 msgstr ""
50 msgid "Port must be a positive integer"
51 msgstr ""
53 msgid "skip-stdout argument must be an integer"
54 msgstr ""
56 msgid "skip-stderr argument must be an integer"
57 msgstr ""
59 #, c-format
60 msgid "%s: You must provide a host name\n"
61 msgstr ""
63 msgid "No remotecmd"
64 msgstr ""
66 #, c-format
67 msgid "%s: Argument limit of %d exceeded\n"
68 msgstr ""
70 msgid "Can not (re)allocate 'commargv' buffer\n"
71 msgstr ""
73 #, c-format
74 msgid ""
75 "%s: In passive mode, you must provide a service name for each command.\n"
76 msgstr ""
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 ""
84 #, c-format
85 msgid "This plugin uses SSH to execute commands on a remote host"
86 msgstr ""
88 msgid "tell ssh to use Protocol 1 [optional]"
89 msgstr ""
91 msgid "tell ssh to use Protocol 2 [optional]"
92 msgstr ""
94 msgid "Ignore all or (if specified) first n lines on STDOUT [optional]"
95 msgstr ""
97 msgid "Ignore all or (if specified) first n lines on STDERR [optional]"
98 msgstr ""
100 msgid "Exit with an warning, if there is an output on STDERR"
101 msgstr ""
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 ""
108 msgid "command to execute on the remote machine"
109 msgstr ""
111 msgid "SSH user name on remote host [optional]"
112 msgstr ""
114 msgid "identity of an authorized key [optional]"
115 msgstr ""
117 msgid "external command file for monitoring [optional]"
118 msgstr ""
120 msgid "list of monitoring service names, separated by ':' [optional]"
121 msgstr ""
123 msgid "short name of host in the monitoring configuration [optional]"
124 msgstr ""
126 msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]"
127 msgstr ""
129 msgid "Tell ssh to use this configfile [optional]"
130 msgstr ""
132 msgid "Tell ssh to suppress warning and diagnostic messages [optional]"
133 msgstr ""
135 msgid "Make connection problems return UNKNOWN instead of CRITICAL"
136 msgstr ""
138 msgid "The most common mode of use is to refer to a local identity file with"
139 msgstr ""
141 msgid "the '-i' option. In this mode, the identity pair should have a null"
142 msgstr ""
144 msgid "passphrase and the public key should be listed in the authorized_keys"
145 msgstr ""
147 msgid "file of the remote host. Usually the key will be restricted to running"
148 msgstr ""
150 msgid "only one command on the remote server. If the remote SSH server tracks"
151 msgstr ""
153 msgid "invocation arguments, the one remote program may be an agent that can"
154 msgstr ""
156 msgid "execute additional commands as proxy"
157 msgstr ""
159 msgid "To use passive mode, provide multiple '-C' options, and provide"
160 msgstr ""
162 msgid ""
163 "all of -O, -s, and -n options (servicelist order must match '-C'options)"
164 msgstr ""
166 msgid "Examples:"
167 msgstr ""
169 msgid "Usage:"
170 msgstr ""
172 #, c-format
173 msgid "Host/Service Cluster Plugin for Monitoring"
174 msgstr ""
176 msgid "Options:"
177 msgstr ""
179 msgid "Check service cluster status"
180 msgstr ""
182 msgid "Check host cluster status"
183 msgstr ""
185 msgid "Optional prepended text output (i.e. \"Host cluster\")"
186 msgstr ""
188 msgid "Specifies the range of hosts or services in cluster that must be in a"
189 msgstr ""
191 msgid "non-OK state in order to return a WARNING status level"
192 msgstr ""
194 msgid "non-OK state in order to return a CRITICAL status level"
195 msgstr ""
197 msgid "The status codes of the hosts or services in the cluster, separated by"
198 msgstr ""
200 msgid "commas"
201 msgstr ""
203 msgid "Notes:"
204 msgstr ""
206 msgid ""
207 "Will alert critical if there are 3 or more service data points in a non-OK"
208 msgstr ""
210 msgid "state."
211 msgstr ""
213 #, c-format
214 msgid "Looking for: '%s'\n"
215 msgstr ""
217 msgid "dig returned an error status"
218 msgstr ""
220 msgid "Server not found in ANSWER SECTION"
221 msgstr ""
223 msgid "No ANSWER SECTION found"
224 msgstr ""
226 msgid "Probably a non-existent host/domain"
227 msgstr ""
229 #, c-format
230 msgid "Port must be a positive integer - %s"
231 msgstr ""
233 #, c-format
234 msgid "Warning interval must be a positive integer - %s"
235 msgstr ""
237 #, c-format
238 msgid "Critical interval must be a positive integer - %s"
239 msgstr ""
241 #, c-format
242 msgid "Timeout interval must be a positive integer - %s"
243 msgstr ""
245 #, c-format
246 msgid "This plugin tests the DNS service on the specified host using dig"
247 msgstr ""
249 msgid "Force dig to only use IPv4 query transport"
250 msgstr ""
252 msgid "Force dig to only use IPv6 query transport"
253 msgstr ""
255 msgid "Machine name to lookup"
256 msgstr ""
258 msgid "Record type to lookup (default: A)"
259 msgstr ""
261 msgid ""
262 "An address expected to be in the answer section. If not set, uses whatever"
263 msgstr ""
265 msgid "was in -l"
266 msgstr ""
268 msgid "Pass STRING as argument(s) to dig"
269 msgstr ""
271 #, c-format
272 msgid "DISK %s: %s not found\n"
273 msgstr ""
275 #, c-format
276 msgid "CRITICAL"
277 msgstr ""
279 #, c-format
280 msgid "unit type %s not known\n"
281 msgstr ""
283 #, c-format
284 msgid "failed allocating storage for '%s'\n"
285 msgstr ""
287 #, c-format
288 msgid "UNKNOWN"
289 msgstr ""
291 msgid "Must set a threshold value before using -p\n"
292 msgstr ""
294 msgid "Must set -E before selecting paths\n"
295 msgstr ""
297 msgid "Must set group value before selecting paths\n"
298 msgstr ""
300 msgid ""
301 "Paths need to be selected before using -i/-I. Use -A to select all paths "
302 "explicitly"
303 msgstr ""
305 msgid "Could not compile regular expression"
306 msgstr ""
308 msgid ""
309 "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--"
310 "all)\n"
311 msgstr ""
313 msgid "Regular expression did not match any path or disk"
314 msgstr ""
316 msgid "Unknown argument"
317 msgstr ""
319 #, c-format
320 msgid " for %s\n"
321 msgstr ""
323 msgid ""
324 "This plugin checks the amount of used disk space on a mounted file system"
325 msgstr ""
327 msgid ""
328 "and generates an alert if free space is less than one of the threshold values"
329 msgstr ""
331 msgid "Exit with WARNING status if less than INTEGER units of disk are free"
332 msgstr ""
334 msgid "Exit with WARNING status if less than PERCENT of disk space is free"
335 msgstr ""
337 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free"
338 msgstr ""
340 msgid "Exit with CRITICAL status if less than PERCENT of disk space is free"
341 msgstr ""
343 msgid "Exit with WARNING status if less than PERCENT of inode space is free"
344 msgstr ""
346 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free"
347 msgstr ""
349 msgid ""
350 "Mount point or block device as emitted by the mount(8) command (may be "
351 "repeated)"
352 msgstr ""
354 msgid "Ignore device (only works if -p unspecified)"
355 msgstr ""
357 msgid "Clear thresholds"
358 msgstr ""
360 msgid "For paths or partitions specified with -p, only check for exact paths"
361 msgstr ""
363 msgid "Display only devices/mountpoints with errors"
364 msgstr ""
366 msgid "Don't account root-reserved blocks into freespace in perfdata"
367 msgstr ""
369 msgid "Display inode usage in perfdata"
370 msgstr ""
372 msgid ""
373 "Group paths. Thresholds apply to (free-)space of all partitions together"
374 msgstr ""
376 msgid "Same as '--units kB'"
377 msgstr ""
379 msgid "Only check local filesystems"
380 msgstr ""
382 msgid ""
383 "Only check local filesystems against thresholds. Yet call stat on remote "
384 "filesystems"
385 msgstr ""
387 msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)"
388 msgstr ""
390 msgid "Display the (block) device instead of the mount point"
391 msgstr ""
393 msgid "Same as '--units MB'"
394 msgstr ""
396 msgid "Explicitly select all paths. This is equivalent to -R '.*'"
397 msgstr ""
399 msgid ""
400 "Case insensitive regular expression for path/partition (may be repeated)"
401 msgstr ""
403 msgid "Regular expression for path or partition (may be repeated)"
404 msgstr ""
406 msgid ""
407 "Regular expression to ignore selected path/partition (case insensitive) (may "
408 "be repeated)"
409 msgstr ""
411 msgid ""
412 "Regular expression to ignore selected path or partition (may be repeated)"
413 msgstr ""
415 msgid ""
416 "Return OK if no filesystem matches, filesystem does not exist or is "
417 "inaccessible."
418 msgstr ""
420 msgid "(Provide this option before -p / -r / --ereg-path if used)"
421 msgstr ""
423 msgid "Choose bytes, kB, MB, GB, TB (default: MB)"
424 msgstr ""
426 msgid "Ignore all filesystems of indicated type (may be repeated)"
427 msgstr ""
429 msgid "Check only filesystems of indicated type (may be repeated)"
430 msgstr ""
432 msgid "General usage hints:"
433 msgstr ""
435 msgid ""
436 "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the "
437 "same as"
438 msgstr ""
440 msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"."
441 msgstr ""
443 msgid ""
444 "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} "
445 "{thresholds b} ...\""
446 msgstr ""
448 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB"
449 msgstr ""
451 msgid ""
452 "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -"
453 "r regex"
454 msgstr ""
456 msgid ""
457 "are grouped which means the freespace thresholds are applied to all disks "
458 "together"
459 msgstr ""
461 msgid ""
462 "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use "
463 "100M/50M"
464 msgstr ""
466 #, c-format
467 msgid "%s %s: %s\n"
468 msgstr ""
470 msgid "is not accessible"
471 msgstr ""
473 msgid "nslookup returned an error status"
474 msgstr ""
476 msgid "Warning plugin error"
477 msgstr ""
479 #, c-format
480 msgid "DNS CRITICAL - '%s' returned empty server string\n"
481 msgstr ""
483 #, c-format
484 msgid "DNS CRITICAL - No response from DNS %s\n"
485 msgstr ""
487 #, c-format
488 msgid "DNS CRITICAL - '%s' returned empty host name string\n"
489 msgstr ""
491 msgid "Non-authoritative answer:"
492 msgstr ""
494 #, c-format
495 msgid "Domain '%s' was not found by the server\n"
496 msgstr ""
498 #, c-format
499 msgid "DNS CRITICAL - '%s' msg parsing exited with no address\n"
500 msgstr ""
502 #, c-format
503 msgid "expected '%s' but got '%s'"
504 msgstr ""
506 #, c-format
507 msgid "Domain '%s' was found by the server: '%s'\n"
508 msgstr ""
510 #, c-format
511 msgid "server %s is not authoritative for %s"
512 msgstr ""
514 #, c-format
515 msgid "OK"
516 msgstr ""
518 #, c-format
519 msgid "WARNING"
520 msgstr ""
522 #, c-format
523 msgid "%.3f second response time"
524 msgid_plural "%.3f seconds response time"
525 msgstr[0] ""
526 msgstr[1] ""
528 #, c-format
529 msgid ". %s returns %s"
530 msgstr ""
532 #, c-format
533 msgid "DNS WARNING - %s\n"
534 msgstr ""
536 msgid " Probably a non-existent host/domain"
537 msgstr ""
539 #, c-format
540 msgid "DNS CRITICAL - %s\n"
541 msgstr ""
543 #, c-format
544 msgid "DNS UNKNOWN - %s\n"
545 msgstr ""
547 msgid "Note: nslookup is deprecated and may be removed from future releases."
548 msgstr ""
550 msgid "Consider using the `dig' or `host' programs instead.  Run nslookup with"
551 msgstr ""
553 msgid "the `-sil[ent]' option to prevent this message from appearing."
554 msgstr ""
556 #, c-format
557 msgid "No response from DNS %s\n"
558 msgstr ""
560 #, c-format
561 msgid "DNS %s has no records\n"
562 msgstr ""
564 #, c-format
565 msgid "Connection to DNS %s was refused\n"
566 msgstr ""
568 #, c-format
569 msgid "Query was refused by DNS server at %s\n"
570 msgstr ""
572 #, c-format
573 msgid "No information returned by DNS server at %s\n"
574 msgstr ""
576 msgid "Network is unreachable\n"
577 msgstr ""
579 #, c-format
580 msgid "DNS failure for %s\n"
581 msgstr ""
583 msgid "Input buffer overflow\n"
584 msgstr ""
586 msgid ""
587 "This plugin uses the nslookup program to obtain the IP address for the given "
588 "host/domain query."
589 msgstr ""
591 msgid "An optional DNS server to use may be specified."
592 msgstr ""
594 msgid ""
595 "If no DNS server is specified, the default server(s) specified in /etc/"
596 "resolv.conf will be used."
597 msgstr ""
599 msgid "The name or address you want to query"
600 msgstr ""
602 msgid "Optional DNS server you want to use for the lookup"
603 msgstr ""
605 msgid ""
606 "Optional IP-ADDRESS/CIDR you expect the DNS server to return. HOST must end"
607 msgstr ""
609 msgid ""
610 "with a dot (.). This option can be repeated multiple times (Returns OK if any"
611 msgstr ""
613 msgid "value matches)."
614 msgstr ""
616 msgid ""
617 "Expect the DNS server to return NXDOMAIN (i.e. the domain was not found)"
618 msgstr ""
620 msgid "Cannot be used together with -a"
621 msgstr ""
623 msgid "Optionally expect the DNS server to be authoritative for the lookup"
624 msgstr ""
626 msgid "Return warning if elapsed time exceeds value. Default off"
627 msgstr ""
629 msgid "Return critical if elapsed time exceeds value. Default off"
630 msgstr ""
632 msgid ""
633 "Return critical if the list of expected addresses does not match all "
634 "addresses"
635 msgstr ""
637 msgid "returned. Default off"
638 msgstr ""
640 msgid "Arguments to check_dummy must be an integer"
641 msgstr ""
643 #, c-format
644 msgid "Status %d is not a supported error state\n"
645 msgstr ""
647 msgid ""
648 "This plugin will simply return the state corresponding to the numeric value"
649 msgstr ""
651 msgid "of the <state> argument with optional text"
652 msgstr ""
654 #, c-format
655 msgid "Could not open pipe: %s\n"
656 msgstr ""
658 #, c-format
659 msgid "Could not open stderr for %s\n"
660 msgstr ""
662 msgid "FPING UNKNOWN - IP address not found\n"
663 msgstr ""
665 msgid "FPING UNKNOWN - invalid commandline argument\n"
666 msgstr ""
668 msgid "FPING UNKNOWN - failed system call\n"
669 msgstr ""
671 #, c-format
672 msgid "FPING %s - %s (rta=%f ms)|%s\n"
673 msgstr ""
675 #, c-format
676 msgid "FPING UNKNOWN - %s not found\n"
677 msgstr ""
679 #, c-format
680 msgid "FPING CRITICAL - %s is unreachable\n"
681 msgstr ""
683 #, c-format
684 msgid "FPING UNKNOWN - %s parameter error\n"
685 msgstr ""
687 #, c-format
688 msgid "FPING CRITICAL - %s is down\n"
689 msgstr ""
691 #, c-format
692 msgid "FPING %s - %s (loss=%.0f%%, rta=%f ms)|%s %s\n"
693 msgstr ""
695 #, c-format
696 msgid "FPING %s - %s (loss=%.0f%% )|%s\n"
697 msgstr ""
699 msgid "Invalid hostname/address"
700 msgstr ""
702 msgid "IPv6 support not available\n"
703 msgstr ""
705 msgid "Packet size must be a positive integer"
706 msgstr ""
708 msgid "Packet count must be a positive integer"
709 msgstr ""
711 msgid "Target timeout must be a positive integer"
712 msgstr ""
714 msgid "Interval must be a positive integer"
715 msgstr ""
717 msgid "Hostname was not supplied"
718 msgstr ""
720 #, c-format
721 msgid "%s: Only one threshold may be packet loss (%s)\n"
722 msgstr ""
724 #, c-format
725 msgid "%s: Only one threshold must be packet loss (%s)\n"
726 msgstr ""
728 msgid ""
729 "This plugin will use the fping command to ping the specified host for a fast "
730 "check"
731 msgstr ""
733 msgid "Note that it is necessary to set the suid flag on fping."
734 msgstr ""
736 msgid ""
737 "name or IP Address of host to ping (IP Address bypasses name lookup, "
738 "reducing system load)"
739 msgstr ""
741 msgid "warning threshold pair"
742 msgstr ""
744 msgid "critical threshold pair"
745 msgstr ""
747 msgid "Return OK after first successful reply"
748 msgstr ""
750 msgid "size of ICMP packet"
751 msgstr ""
753 msgid "number of ICMP packets to send"
754 msgstr ""
756 msgid "Target timeout (ms)"
757 msgstr ""
759 msgid "Interval (ms) between sending packets"
760 msgstr ""
762 msgid "name or IP Address of sourceip"
763 msgstr ""
765 msgid "source interface name"
766 msgstr ""
768 #, c-format
769 msgid ""
770 "THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time "
771 "(ms)"
772 msgstr ""
774 msgid ""
775 "which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"
776 msgstr ""
778 msgid "packet loss to trigger an alarm state."
779 msgstr ""
781 msgid "IPv4 is used by default. Specify -6 to use IPv6."
782 msgstr ""
784 #, c-format
785 msgid "CRITICAL - Host type parameter incorrect!\n"
786 msgstr ""
788 #, c-format
789 msgid "CRITICAL - Host not found\n"
790 msgstr ""
792 #, c-format
793 msgid "CRITICAL - Game server down or unavailable\n"
794 msgstr ""
796 #, c-format
797 msgid "CRITICAL - Game server timeout\n"
798 msgstr ""
800 #, c-format
801 msgid "This plugin tests game server connections with the specified host."
802 msgstr ""
804 msgid "Optional port of which to connect"
805 msgstr ""
807 msgid "Field number in raw qstat output that contains game name"
808 msgstr ""
810 msgid "Field number in raw qstat output that contains map name"
811 msgstr ""
813 msgid "Field number in raw qstat output that contains ping time"
814 msgstr ""
816 msgid ""
817 "This plugin uses the 'qstat' command, the popular game server status query "
818 "tool."
819 msgstr ""
821 msgid ""
822 "If you don't have the package installed, you will need to download it from"
823 msgstr ""
825 msgid "https://github.com/multiplay/qstat before you can use this plugin."
826 msgstr ""
828 msgid "Paper Jam"
829 msgstr ""
831 msgid "Out of Paper"
832 msgstr ""
834 msgid "Printer Offline"
835 msgstr ""
837 msgid "Peripheral Error"
838 msgstr ""
840 msgid "Intervention Required"
841 msgstr ""
843 msgid "Toner Low"
844 msgstr ""
846 msgid "Insufficient Memory"
847 msgstr ""
849 msgid "A Door is Open"
850 msgstr ""
852 msgid "Output Tray is Full"
853 msgstr ""
855 msgid "Data too Slow for Engine"
856 msgstr ""
858 msgid "Unknown Paper Error"
859 msgstr ""
861 #, c-format
862 msgid "Printer ok - (%s)\n"
863 msgstr ""
865 msgid "Port must be a positive short integer"
866 msgstr ""
868 msgid "This plugin tests the STATUS of an HP printer with a JetDirect card."
869 msgstr ""
871 msgid "Net-snmp must be installed on the computer running the plugin."
872 msgstr ""
874 msgid "The SNMP community name "
875 msgstr ""
877 #, c-format
878 msgid "(default=%s)"
879 msgstr ""
881 msgid "Specify the port to check "
882 msgstr ""
884 msgid "Disable paper check "
885 msgstr ""
887 msgid "file does not exist or is not readable"
888 msgstr ""
890 msgid "Invalid certificate expiration period"
891 msgstr ""
893 msgid ""
894 "Invalid option - Valid SSL/TLS versions: 2, 3, 1, 1.1, 1.2 (with optional "
895 "'+' suffix)"
896 msgstr ""
898 msgid "Invalid option - SSL is not available"
899 msgstr ""
901 msgid "Invalid max_redirs count"
902 msgstr ""
904 msgid "Invalid onredirect option"
905 msgstr ""
907 #, c-format
908 msgid "option f:%d \n"
909 msgstr ""
911 msgid "Invalid port number"
912 msgstr ""
914 #, c-format
915 msgid "Could Not Compile Regular Expression: %s"
916 msgstr ""
918 msgid "IPv6 support not available"
919 msgstr ""
921 msgid "You must specify a server address or host name"
922 msgstr ""
924 msgid ""
925 "If you use a client certificate you must also specify a private key file"
926 msgstr ""
928 msgid "HTTP UNKNOWN - Memory allocation error\n"
929 msgstr ""
931 #, c-format
932 msgid "%sServer date unknown, "
933 msgstr ""
935 #, c-format
936 msgid "%sDocument modification date unknown, "
937 msgstr ""
939 #, c-format
940 msgid "%sServer date \"%100s\" unparsable, "
941 msgstr ""
943 #, c-format
944 msgid "%sDocument date \"%100s\" unparsable, "
945 msgstr ""
947 #, c-format
948 msgid "%sDocument is %d seconds in the future, "
949 msgstr ""
951 #, c-format
952 msgid "%sLast modified %.1f days ago, "
953 msgstr ""
955 #, c-format
956 msgid "%sLast modified %d:%02d:%02d ago, "
957 msgstr ""
959 msgid "HTTP CRITICAL - Unable to open TCP socket\n"
960 msgstr ""
962 msgid "HTTP UNKNOWN - Could not allocate memory for full_page\n"
963 msgstr ""
965 msgid "HTTP CRITICAL - Error on receive\n"
966 msgstr ""
968 msgid "HTTP CRITICAL - No data received from host\n"
969 msgstr ""
971 #, c-format
972 msgid "Invalid HTTP response received from host: %s\n"
973 msgstr ""
975 #, c-format
976 msgid "Invalid HTTP response received from host on port %d: %s\n"
977 msgstr ""
979 #, c-format
980 msgid ""
981 "%s\n"
982 "%s"
983 msgstr ""
985 #, c-format
986 msgid "Status line output matched \"%s\" - "
987 msgstr ""
989 #, c-format
990 msgid "HTTP CRITICAL: Invalid Status Line (%s)\n"
991 msgstr ""
993 #, c-format
994 msgid "HTTP CRITICAL: Invalid Status (%s)\n"
995 msgstr ""
997 #, c-format
998 msgid "%s - "
999 msgstr ""
1001 #, c-format
1002 msgid "%sheader '%s' not found on '%s://%s:%d%s', "
1003 msgstr ""
1005 #, c-format
1006 msgid "%sstring '%s' not found on '%s://%s:%d%s', "
1007 msgstr ""
1009 #, c-format
1010 msgid "%spattern not found, "
1011 msgstr ""
1013 #, c-format
1014 msgid "%spattern found, "
1015 msgstr ""
1017 #, c-format
1018 msgid "%sExecute Error: %s, "
1019 msgstr ""
1021 #, c-format
1022 msgid "%spage size %d too large, "
1023 msgstr ""
1025 #, c-format
1026 msgid "%spage size %d too small, "
1027 msgstr ""
1029 #, c-format
1030 msgid "%s - %d bytes in %.3f second response time %s|%s %s %s %s %s %s %s"
1031 msgstr ""
1033 #, c-format
1034 msgid "%s - %d bytes in %.3f second response time %s|%s %s"
1035 msgstr ""
1037 msgid "HTTP UNKNOWN - Could not allocate addr\n"
1038 msgstr ""
1040 msgid "HTTP UNKNOWN - Could not allocate URL\n"
1041 msgstr ""
1043 #, c-format
1044 msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n"
1045 msgstr ""
1047 #, c-format
1048 msgid "HTTP UNKNOWN - Empty redirect location%s\n"
1049 msgstr ""
1051 #, c-format
1052 msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n"
1053 msgstr ""
1055 #, c-format
1056 msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n"
1057 msgstr ""
1059 #, c-format
1060 msgid "HTTP CRITICAL - redirection creates an infinite loop - %s://%s:%d%s%s\n"
1061 msgstr ""
1063 #, c-format
1064 msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n"
1065 msgstr ""
1067 #, c-format
1068 msgid "Redirection to %s://%s:%d%s\n"
1069 msgstr ""
1071 msgid "This plugin tests the HTTP service on the specified host. It can test"
1072 msgstr ""
1074 msgid "normal (http) and secure (https) servers, follow redirects, search for"
1075 msgstr ""
1077 msgid "strings and regular expressions, check connection times, and report on"
1078 msgstr ""
1080 msgid "certificate expiration times."
1081 msgstr ""
1083 #, c-format
1084 msgid "In the first form, make an HTTP request."
1085 msgstr ""
1087 #, c-format
1088 msgid ""
1089 "In the second form, connect to the server and check the TLS certificate."
1090 msgstr ""
1092 #, c-format
1093 msgid "NOTE: One or both of -H and -I must be specified"
1094 msgstr ""
1096 msgid "Host name argument for servers using host headers (virtual host)"
1097 msgstr ""
1099 msgid "Append a port to include it in the header (eg: example.com:5000)"
1100 msgstr ""
1102 msgid ""
1103 "IP address or name (use numeric address if possible to bypass DNS lookup)."
1104 msgstr ""
1106 msgid "Port number (default: "
1107 msgstr ""
1109 msgid ""
1110 "Connect via SSL. Port defaults to 443. VERSION is optional, and prevents"
1111 msgstr ""
1113 msgid "auto-negotiation (2 = SSLv2, 3 = SSLv3, 1 = TLSv1, 1.1 = TLSv1.1,"
1114 msgstr ""
1116 msgid "1.2 = TLSv1.2). With a '+' suffix, newer versions are also accepted."
1117 msgstr ""
1119 msgid "Enable SSL/TLS hostname extension support (SNI)"
1120 msgstr ""
1122 msgid ""
1123 "Minimum number of days a certificate has to be valid. Port defaults to 443"
1124 msgstr ""
1126 msgid ""
1127 "(when this option is used the URL is not checked by default. You can use"
1128 msgstr ""
1130 msgid " --continue-after-certificate to override this behavior)"
1131 msgstr ""
1133 msgid ""
1134 "Allows the HTTP check to continue after performing the certificate check."
1135 msgstr ""
1137 msgid "Does nothing unless -C is used."
1138 msgstr ""
1140 msgid "Name of file that contains the client certificate (PEM format)"
1141 msgstr ""
1143 msgid "to be used in establishing the SSL session"
1144 msgstr ""
1146 msgid "Name of file containing the private key (PEM format)"
1147 msgstr ""
1149 msgid "matching the client certificate"
1150 msgstr ""
1152 msgid "Comma-delimited list of strings, at least one of them is expected in"
1153 msgstr ""
1155 msgid "the first (status) line of the server response (default: "
1156 msgstr ""
1158 msgid ""
1159 "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)"
1160 msgstr ""
1162 msgid "String to expect in the response headers"
1163 msgstr ""
1165 msgid "String to expect in the content"
1166 msgstr ""
1168 msgid "URL to GET or POST (default: /)"
1169 msgstr ""
1171 msgid "URL encoded http POST data"
1172 msgstr ""
1174 msgid "Set HTTP method."
1175 msgstr ""
1177 msgid "Don't wait for document body: stop reading after headers."
1178 msgstr ""
1180 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)"
1181 msgstr ""
1183 msgid "Warn if document is more than SECONDS old. the number can also be of"
1184 msgstr ""
1186 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."
1187 msgstr ""
1189 msgid "specify Content-Type header media type when POSTing\n"
1190 msgstr ""
1192 msgid "Allow regex to span newlines (must precede -r or -R)"
1193 msgstr ""
1195 msgid "Search page for regex STRING"
1196 msgstr ""
1198 msgid "Search page for case-insensitive regex STRING"
1199 msgstr ""
1201 msgid "Return CRITICAL if found, OK if not\n"
1202 msgstr ""
1204 msgid "Username:password on sites with basic authentication"
1205 msgstr ""
1207 msgid "Username:password on proxy-servers with basic authentication"
1208 msgstr ""
1210 msgid "String to be sent in http header as \"User Agent\""
1211 msgstr ""
1213 msgid ""
1214 "Any other tags to be sent in http header. Use multiple times for additional "
1215 "headers"
1216 msgstr ""
1218 msgid "Print additional performance data"
1219 msgstr ""
1221 msgid "Print body content below status line"
1222 msgstr ""
1224 msgid "Wrap output in HTML link (obsoleted by urlize)"
1225 msgstr ""
1227 msgid "How to handle redirected pages. sticky is like follow but stick to the"
1228 msgstr ""
1230 msgid "specified IP address. stickyport also ensures port stays the same."
1231 msgstr ""
1233 msgid "Maximal number of redirects (default: "
1234 msgstr ""
1236 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)"
1237 msgstr ""
1239 msgid "This plugin will attempt to open an HTTP connection with the host."
1240 msgstr ""
1242 msgid ""
1243 "Successful connects return STATE_OK, refusals and timeouts return "
1244 "STATE_CRITICAL"
1245 msgstr ""
1247 msgid ""
1248 "other errors return STATE_UNKNOWN.  Successful connects, but incorrect "
1249 "response"
1250 msgstr ""
1252 msgid ""
1253 "messages from the host result in STATE_WARNING return values.  If you are"
1254 msgstr ""
1256 msgid ""
1257 "checking a virtual server that uses 'host headers' you must supply the FQDN"
1258 msgstr ""
1260 msgid "(fully qualified domain name) as the [host_name] argument."
1261 msgstr ""
1263 msgid "This plugin can also check whether an SSL enabled web server is able to"
1264 msgstr ""
1266 msgid "serve content (optionally within a specified time) or whether the X509 "
1267 msgstr ""
1269 msgid "certificate is still valid for the specified number of days."
1270 msgstr ""
1272 msgid "Please note that this plugin does not check if the presented server"
1273 msgstr ""
1275 msgid "certificate matches the hostname of the server, or if the certificate"
1276 msgstr ""
1278 msgid "has a valid chain of trust to one of the locally installed CAs."
1279 msgstr ""
1281 msgid ""
1282 "When the 'www.verisign.com' server returns its content within 5 seconds,"
1283 msgstr ""
1285 msgid ""
1286 "a STATE_OK will be returned. When the server returns its content but exceeds"
1287 msgstr ""
1289 msgid ""
1290 "the 5-second threshold, a STATE_WARNING will be returned. When an error "
1291 "occurs,"
1292 msgstr ""
1294 msgid "a STATE_CRITICAL will be returned."
1295 msgstr ""
1297 msgid ""
1298 "When the certificate of 'www.verisign.com' is valid for more than 14 days,"
1299 msgstr ""
1301 msgid ""
1302 "a STATE_OK is returned. When the certificate is still valid, but for less "
1303 "than"
1304 msgstr ""
1306 msgid ""
1307 "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when"
1308 msgstr ""
1310 msgid "the certificate is expired."
1311 msgstr ""
1313 msgid ""
1314 "When the certificate of 'www.verisign.com' is valid for more than 30 days,"
1315 msgstr ""
1317 msgid "30 days, but more than 14 days, a STATE_WARNING is returned."
1318 msgstr ""
1320 msgid ""
1321 "A STATE_CRITICAL will be returned when certificate expires in less than 14 "
1322 "days"
1323 msgstr ""
1325 msgid ""
1326 "check_http -I 192.168.100.35 -p 80 -u https://www.verisign.com/ -S -j "
1327 "CONNECT -H www.verisign.com "
1328 msgstr ""
1330 msgid ""
1331 "all these options are needed: -I <proxy> -p <proxy-port> -u <check-url> -"
1332 "S(sl) -j CONNECT -H <webserver>"
1333 msgstr ""
1335 msgid ""
1336 "a STATE_CRITICAL will be returned. By adding a colon to the method you can "
1337 "set the method used"
1338 msgstr ""
1340 msgid "inside the proxied connection: -j CONNECT:POST"
1341 msgstr ""
1343 #, c-format
1344 msgid "Could not connect to the server at port %i\n"
1345 msgstr ""
1347 #, c-format
1348 msgid "Could not set protocol version %d\n"
1349 msgstr ""
1351 #, c-format
1352 msgid "Could not init TLS at port %i!\n"
1353 msgstr ""
1355 #, c-format
1356 msgid "TLS not supported by the libraries!\n"
1357 msgstr ""
1359 #, c-format
1360 msgid "Could not init startTLS at port %i!\n"
1361 msgstr ""
1363 #, c-format
1364 msgid "startTLS not supported by the library, needs LDAPv3!\n"
1365 msgstr ""
1367 #, c-format
1368 msgid "Could not bind to the LDAP server\n"
1369 msgstr ""
1371 #, c-format
1372 msgid "Could not search/find objectclasses in %s\n"
1373 msgstr ""
1375 #, c-format
1376 msgid "LDAP %s - found %d entries in %.3f seconds|%s %s\n"
1377 msgstr ""
1379 #, c-format
1380 msgid "LDAP %s - %.3f seconds response time|%s\n"
1381 msgstr ""
1383 #, c-format
1384 msgid "%s cannot be combined with %s"
1385 msgstr ""
1387 msgid "Please specify the host name\n"
1388 msgstr ""
1390 msgid "Please specify the LDAP base\n"
1391 msgstr ""
1393 msgid "ldap attribute to search (default: \"(objectclass=*)\""
1394 msgstr ""
1396 msgid "ldap base (eg. ou=my unit, o=my org, c=at"
1397 msgstr ""
1399 msgid "ldap bind DN (if required)"
1400 msgstr ""
1402 msgid ""
1403 "ldap password (if required, or set the password through environment variable "
1404 "'LDAP_PASSWORD')"
1405 msgstr ""
1407 msgid "use starttls mechanism introduced in protocol version 3"
1408 msgstr ""
1410 msgid "use ldaps (ldap v2 ssl method). this also sets the default port to"
1411 msgstr ""
1413 msgid "use ldap protocol version 2"
1414 msgstr ""
1416 msgid "use ldap protocol version 3"
1417 msgstr ""
1419 msgid "default protocol version:"
1420 msgstr ""
1422 msgid "Number of found entries to result in warning status"
1423 msgstr ""
1425 msgid "Number of found entries to result in critical status"
1426 msgstr ""
1428 msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"
1429 msgstr ""
1431 #, c-format
1432 msgid ""
1433 " implied (using default port %i) unless --port=636 is specified. In that "
1434 "case\n"
1435 msgstr ""
1437 msgid "'SSL on connect' will be used no matter how the plugin was called."
1438 msgstr ""
1440 msgid ""
1441 "This detection is deprecated, please use 'check_ldap' with the '--starttls' "
1442 "or '--ssl' flags"
1443 msgstr ""
1445 msgid "to define the behaviour explicitly instead."
1446 msgstr ""
1448 msgid "The parameters --warn-entries and --crit-entries are optional."
1449 msgstr ""
1451 msgid "Warning threshold must be float or float triplet!\n"
1452 msgstr ""
1454 #, c-format
1455 msgid "Error opening %s\n"
1456 msgstr ""
1458 #, c-format
1459 msgid "could not parse load from uptime %s: %d\n"
1460 msgstr ""
1462 #, c-format
1463 msgid "Error code %d returned in %s\n"
1464 msgstr ""
1466 #, c-format
1467 msgid "Error in getloadavg()\n"
1468 msgstr ""
1470 #, c-format
1471 msgid "Error processing %s\n"
1472 msgstr ""
1474 #, c-format
1475 msgid "load average: %.2f, %.2f, %.2f"
1476 msgstr ""
1478 #, c-format
1479 msgid "Critical threshold for %d-minute load average is not specified\n"
1480 msgstr ""
1482 #, c-format
1483 msgid "Warning threshold for %d-minute load average is not specified\n"
1484 msgstr ""
1486 #, c-format
1487 msgid ""
1488 "Parameter inconsistency: %d-minute \"warning load\" is greater than "
1489 "\"critical load\"\n"
1490 msgstr ""
1492 #, c-format
1493 msgid "This plugin tests the current system load average."
1494 msgstr ""
1496 msgid "Exit with WARNING status if load average exceeds WLOADn"
1497 msgstr ""
1499 msgid "Exit with CRITICAL status if load average exceed CLOADn"
1500 msgstr ""
1502 msgid "the load average format is the same used by \"uptime\" and \"w\""
1503 msgstr ""
1505 msgid "Divide the load averages by the number of CPUs (when possible)"
1506 msgstr ""
1508 msgid "Number of processes to show when printing the top consuming processes."
1509 msgstr ""
1511 msgid "NUMBER_OF_PROCS=0 disables this feature. Default value is 0"
1512 msgstr ""
1514 #, c-format
1515 msgid "'%s' exited with non-zero status.\n"
1516 msgstr ""
1518 #, c-format
1519 msgid "some error occurred getting procs list.\n"
1520 msgstr ""
1522 msgid "Could not parse arguments\n"
1523 msgstr ""
1525 #, c-format
1526 msgid "Unable to open MRTG log file\n"
1527 msgstr ""
1529 #, c-format
1530 msgid "Unable to process MRTG log file\n"
1531 msgstr ""
1533 #, c-format
1534 msgid "MRTG data has expired (%d minutes old)\n"
1535 msgstr ""
1537 msgid "Avg"
1538 msgstr ""
1540 msgid "Max"
1541 msgstr ""
1543 msgid "Invalid variable number"
1544 msgstr ""
1546 #, c-format
1547 msgid ""
1548 "%s is not a valid expiration time\n"
1549 "Use '%s -h' for additional help\n"
1550 msgstr ""
1552 msgid "Invalid variable number\n"
1553 msgstr ""
1555 msgid "You must supply the variable number"
1556 msgstr ""
1558 msgid ""
1559 "This plugin will check either the average or maximum value of one of the"
1560 msgstr ""
1562 msgid "two variables recorded in an MRTG log file."
1563 msgstr ""
1565 msgid "The MRTG log file containing the data you want to monitor"
1566 msgstr ""
1568 msgid "Minutes before MRTG data is considered to be too old"
1569 msgstr ""
1571 msgid "Should we check average or maximum values?"
1572 msgstr ""
1574 msgid "Which variable set should we inspect? (1 or 2)"
1575 msgstr ""
1577 msgid "Threshold value for data to result in WARNING status"
1578 msgstr ""
1580 msgid "Threshold value for data to result in CRITICAL status"
1581 msgstr ""
1583 msgid "Type label for data (Examples: Conns, \"Processor Load\", In, Out)"
1584 msgstr ""
1586 msgid "Option units label for data (Example: Packets/Sec, Errors/Sec,"
1587 msgstr ""
1589 #, c-format
1590 msgid "\"Bytes Per Second\", \"%% Utilization\")"
1591 msgstr ""
1593 msgid ""
1594 "If the value exceeds the <vwl> threshold, a WARNING status is returned. If"
1595 msgstr ""
1597 msgid ""
1598 "the value exceeds the <vcl> threshold, a CRITICAL status is returned.  If"
1599 msgstr ""
1601 msgid "the data in the log file is older than <expire_minutes> old, a WARNING"
1602 msgstr ""
1604 msgid "status is returned and a warning message is printed."
1605 msgstr ""
1607 msgid ""
1608 "This plugin is useful for monitoring MRTG data that does not correspond to"
1609 msgstr ""
1611 msgid ""
1612 "bandwidth usage.  (Use the check_mrtgtraf plugin for monitoring bandwidth)."
1613 msgstr ""
1615 msgid ""
1616 "It can be used to monitor any kind of data that MRTG is monitoring - errors,"
1617 msgstr ""
1619 msgid ""
1620 "packets/sec, etc.  I use MRTG in conjunction with the Novell NLM that allows"
1621 msgstr ""
1623 msgid ""
1624 "me to track processor utilization, user connections, drive space, etc and"
1625 msgstr ""
1627 msgid "this plugin works well for monitoring that kind of data as well."
1628 msgstr ""
1630 msgid ""
1631 "- This plugin only monitors one of the two variables stored in the MRTG log"
1632 msgstr ""
1634 msgid "file.  If you want to monitor both values you will have to define two"
1635 msgstr ""
1637 msgid "commands with different values for the <variable> argument.  Of course,"
1638 msgstr ""
1640 msgid "you can always hack the code to make this plugin work for you..."
1641 msgstr ""
1643 msgid ""
1644 "- MRTG stands for the Multi Router Traffic Grapher.  It can be downloaded "
1645 "from"
1646 msgstr ""
1648 msgid "Unable to open MRTG log file"
1649 msgstr ""
1651 msgid "Unable to process MRTG log file"
1652 msgstr ""
1654 #, c-format
1655 msgid "%s. In = %0.1f %s/s, %s. Out = %0.1f %s/s|%s %s\n"
1656 msgstr ""
1658 #, c-format
1659 msgid "Traffic %s - %s\n"
1660 msgstr ""
1662 msgid ""
1663 "This plugin will check the incoming/outgoing transfer rates of a router,"
1664 msgstr ""
1666 msgid "switch, etc recorded in an MRTG log.  If the newest log entry is older"
1667 msgstr ""
1669 msgid "than <expire_minutes>, a WARNING status is returned. If either the"
1670 msgstr ""
1672 msgid "incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in"
1673 msgstr ""
1675 msgid "Bytes/sec), a CRITICAL status results.  If either of the rates exceed"
1676 msgstr ""
1678 msgid "the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results."
1679 msgstr ""
1681 msgid "File to read log from"
1682 msgstr ""
1684 msgid "Minutes after which log expires"
1685 msgstr ""
1687 msgid "Test average or maximum"
1688 msgstr ""
1690 msgid "Warning threshold pair <incoming>,<outgoing>"
1691 msgstr ""
1693 msgid "Critical threshold pair <incoming>,<outgoing>"
1694 msgstr ""
1696 msgid ""
1697 "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from"
1698 msgstr ""
1700 msgid "- While MRTG can monitor things other than traffic rates, this"
1701 msgstr ""
1703 msgid "  plugin probably won't work with much else without modification."
1704 msgstr ""
1706 msgid "- The calculated i/o rates are a little off from what MRTG actually"
1707 msgstr ""
1709 msgid "  reports.  I'm not sure why this is right now, but will look into it"
1710 msgstr ""
1712 msgid "  for future enhancements of this plugin."
1713 msgstr ""
1715 #, c-format
1716 msgid "Usage"
1717 msgstr ""
1719 #, c-format
1720 msgid "status store_result error: %s\n"
1721 msgstr ""
1723 #, c-format
1724 msgid "slave query error: %s\n"
1725 msgstr ""
1727 #, c-format
1728 msgid "slave store_result error: %s\n"
1729 msgstr ""
1731 msgid "No slaves defined"
1732 msgstr ""
1734 #, c-format
1735 msgid "slave fetch row error: %s\n"
1736 msgstr ""
1738 #, c-format
1739 msgid "Slave running: %s"
1740 msgstr ""
1742 msgid "This program tests connections to a MySQL server"
1743 msgstr ""
1745 msgid "Ignore authentication failure and check for mysql connectivity only"
1746 msgstr ""
1748 msgid "Use the specified socket (has no effect if -H is used)"
1749 msgstr ""
1751 msgid "Check database with indicated name"
1752 msgstr ""
1754 msgid "Read from the specified client options file"
1755 msgstr ""
1757 msgid "Use a client options group"
1758 msgstr ""
1760 msgid "Connect using the indicated username"
1761 msgstr ""
1763 msgid "Use the indicated password to authenticate the connection"
1764 msgstr ""
1766 msgid "IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!"
1767 msgstr ""
1769 msgid "Your clear-text password could be visible as a process table entry"
1770 msgstr ""
1772 msgid "Check if the slave thread is running properly."
1773 msgstr ""
1775 msgid "Exit with WARNING status if slave server is more than INTEGER seconds"
1776 msgstr ""
1778 msgid "behind master"
1779 msgstr ""
1781 msgid "Exit with CRITICAL status if slave server is more then INTEGER seconds"
1782 msgstr ""
1784 msgid "Use ssl encryption"
1785 msgstr ""
1787 msgid "Path to CA signing the cert"
1788 msgstr ""
1790 msgid "Path to SSL certificate"
1791 msgstr ""
1793 msgid "Path to private SSL key"
1794 msgstr ""
1796 msgid "Path to CA directory"
1797 msgstr ""
1799 msgid "List of valid SSL ciphers"
1800 msgstr ""
1802 msgid ""
1803 "There are no required arguments. By default, the local database is checked"
1804 msgstr ""
1806 msgid ""
1807 "using the default unix socket. You can force TCP on localhost by using an"
1808 msgstr ""
1810 msgid "IP address or FQDN ('localhost' will use the socket as well)."
1811 msgstr ""
1813 msgid "You must specify -p with an empty string to force an empty password,"
1814 msgstr ""
1816 msgid "overriding any my.cnf settings."
1817 msgstr ""
1819 msgid "Cannot open status log for reading!"
1820 msgstr ""
1822 #, c-format
1823 msgid "Found process: %s %s\n"
1824 msgstr ""
1826 msgid "Could not locate a running Nagios process!"
1827 msgstr ""
1829 msgid "Cannot parse Nagios log file for valid time"
1830 msgstr ""
1832 #, c-format
1833 msgid "%d process"
1834 msgid_plural "%d processes"
1835 msgstr[0] ""
1836 msgstr[1] ""
1838 #, c-format
1839 msgid "status log updated %d second ago"
1840 msgid_plural "status log updated %d seconds ago"
1841 msgstr[0] ""
1842 msgstr[1] ""
1844 msgid "Expiration time must be an integer (seconds)\n"
1845 msgstr ""
1847 msgid "Timeout must be an integer (seconds)\n"
1848 msgstr ""
1850 msgid "You must provide the status_log\n"
1851 msgstr ""
1853 msgid "You must provide a process string\n"
1854 msgstr ""
1856 msgid ""
1857 "This plugin checks the status of the Nagios process on the local machine"
1858 msgstr ""
1860 msgid ""
1861 "The plugin will check to make sure the Nagios status log is no older than"
1862 msgstr ""
1864 msgid "the number of minutes specified by the expires option."
1865 msgstr ""
1867 msgid ""
1868 "It also checks the process table for a process matching the command argument."
1869 msgstr ""
1871 msgid "Name of the log file to check"
1872 msgstr ""
1874 msgid "Minutes aging after which logfile is considered stale"
1875 msgstr ""
1877 msgid "Substring to search for in process arguments"
1878 msgstr ""
1880 msgid "Timeout for the plugin in seconds"
1881 msgstr ""
1883 #, c-format
1884 msgid "Wrong client version - running: %s, required: %s"
1885 msgstr ""
1887 msgid "missing -l parameters"
1888 msgstr ""
1890 msgid "wrong -l parameter."
1891 msgstr ""
1893 msgid "CPU Load"
1894 msgstr ""
1896 #, c-format
1897 msgid " %lu%% (%lu min average)"
1898 msgstr ""
1900 #, c-format
1901 msgid " '%lu min avg Load'=%lu%%;%lu;%lu;0;100"
1902 msgstr ""
1904 msgid "not enough values for -l parameters"
1905 msgstr ""
1907 msgid "wrong -l argument"
1908 msgstr ""
1910 #, c-format
1911 msgid "System Uptime - %u day(s) %u hour(s) %u minute(s) |uptime=%lu"
1912 msgstr ""
1914 #, c-format
1915 msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
1916 msgstr ""
1918 #, c-format
1919 msgid "'%s:\\ Used Space'=%.2fGb;%.2f;%.2f;0.00;%.2f"
1920 msgstr ""
1922 msgid "Free disk space : Invalid drive"
1923 msgstr ""
1925 msgid "No service/process specified"
1926 msgstr ""
1928 msgid "could not fetch information from server\n"
1929 msgstr ""
1931 #, c-format
1932 msgid ""
1933 "Memory usage: total:%.2f MB - used: %.2f MB (%.0f%%) - free: %.2f MB (%.0f%%)"
1934 msgstr ""
1936 #, c-format
1937 msgid "'Memory usage'=%.2fMB;%.2f;%.2f;0.00;%.2f"
1938 msgstr ""
1940 msgid "No counter specified"
1941 msgstr ""
1943 msgid "Minimum value contains non-numbers"
1944 msgstr ""
1946 msgid "Maximum value contains non-numbers"
1947 msgstr ""
1949 msgid "No unit counter specified"
1950 msgstr ""
1952 msgid "Please specify a variable to check"
1953 msgstr ""
1955 msgid "Server port must be an integer\n"
1956 msgstr ""
1958 msgid "You must provide a server address or host name"
1959 msgstr ""
1961 msgid "None"
1962 msgstr ""
1964 msgid "This plugin collects data from the NSClient service running on a"
1965 msgstr ""
1967 msgid "Windows NT/2000/XP/2003 server."
1968 msgstr ""
1970 msgid "Name of the host to check"
1971 msgstr ""
1973 msgid "Optional port number (default: "
1974 msgstr ""
1976 msgid "Password needed for the request"
1977 msgstr ""
1979 msgid "Threshold which will result in a warning status"
1980 msgstr ""
1982 msgid "Threshold which will result in a critical status"
1983 msgstr ""
1985 msgid "Seconds before connection attempt times out (default: "
1986 msgstr ""
1988 msgid "Parameters passed to specified check (see below)"
1989 msgstr ""
1991 msgid "Display options (currently only SHOWALL works)"
1992 msgstr ""
1994 msgid "Return UNKNOWN on timeouts"
1995 msgstr ""
1997 msgid "Print this help screen"
1998 msgstr ""
2000 msgid "Print version information"
2001 msgstr ""
2003 msgid "Variable to check"
2004 msgstr ""
2006 msgid "Valid variables are:"
2007 msgstr ""
2009 msgid "Get the NSClient version"
2010 msgstr ""
2012 msgid "If -l <version> is specified, will return warning if versions differ."
2013 msgstr ""
2015 msgid "Average CPU load on last x minutes."
2016 msgstr ""
2018 msgid "Request a -l parameter with the following syntax:"
2019 msgstr ""
2021 msgid "-l <minutes range>,<warning threshold>,<critical threshold>."
2022 msgstr ""
2024 msgid "<minute range> should be less than 24*60."
2025 msgstr ""
2027 msgid ""
2028 "Thresholds are percentage and up to 10 requests can be done in one shot."
2029 msgstr ""
2031 msgid "Get the uptime of the machine."
2032 msgstr ""
2034 msgid "-l <unit> "
2035 msgstr ""
2037 msgid "<unit> = seconds, minutes, hours, or days. (default: minutes)"
2038 msgstr ""
2040 msgid "Thresholds will use the unit specified above."
2041 msgstr ""
2043 msgid "Size and percentage of disk use."
2044 msgstr ""
2046 msgid "Request a -l parameter containing the drive letter only."
2047 msgstr ""
2049 msgid "Warning and critical thresholds can be specified with -w and -c."
2050 msgstr ""
2052 msgid "Memory use."
2053 msgstr ""
2055 msgid "Check the state of one or several services."
2056 msgstr ""
2058 msgid "Request a -l parameters with the following syntax:"
2059 msgstr ""
2061 msgid "-l <service1>,<service2>,<service3>,..."
2062 msgstr ""
2064 msgid "You can specify -d SHOWALL in case you want to see working services"
2065 msgstr ""
2067 msgid "in the returned string."
2068 msgstr ""
2070 msgid "Check if one or several process are running."
2071 msgstr ""
2073 msgid "Same syntax as SERVICESTATE."
2074 msgstr ""
2076 msgid "Check any performance counter of Windows NT/2000."
2077 msgstr ""
2079 msgid "-l \"\\\\<performance object>\\\\counter\",\"<description>"
2080 msgstr ""
2082 msgid "The <description> parameter is optional and is given to a printf "
2083 msgstr ""
2085 msgid "output command which requires a float parameter."
2086 msgstr ""
2088 #, c-format
2089 msgid "If <description> does not include \"%%\", it is used as a label."
2090 msgstr ""
2092 msgid "Some examples:"
2093 msgstr ""
2095 msgid "Check any performance counter object of Windows NT/2000."
2096 msgstr ""
2098 msgid ""
2099 "Syntax: check_nt -H <hostname> -p <port> -v INSTANCES -l <counter object>"
2100 msgstr ""
2102 msgid "<counter object> is a Windows Perfmon Counter object (eg. Process),"
2103 msgstr ""
2105 msgid "if it is two words, it should be enclosed in quotes"
2106 msgstr ""
2108 msgid "The returned results will be a comma-separated list of instances on "
2109 msgstr ""
2111 msgid " the selected computer for that object."
2112 msgstr ""
2114 msgid ""
2115 "The purpose of this is to be run from command line to determine what "
2116 "instances"
2117 msgstr ""
2119 msgid ""
2120 " are available for monitoring without having to log onto the Windows server"
2121 msgstr ""
2123 msgid "  to run Perfmon directly."
2124 msgstr ""
2126 msgid ""
2127 "It can also be used in scripts that automatically create the monitoring "
2128 "service"
2129 msgstr ""
2131 msgid " configuration files."
2132 msgstr ""
2134 msgid "check_nt -H 192.168.1.1 -p 1248 -v INSTANCES -l Process"
2135 msgstr ""
2137 msgid ""
2138 "- The NSClient service should be running on the server to get any information"
2139 msgstr ""
2141 msgid "- Critical thresholds should be lower than warning thresholds"
2142 msgstr ""
2144 msgid "- Default port 1248 is sometimes in use by other services. The error"
2145 msgstr ""
2147 msgid ""
2148 "output when this happens contains \"Cannot map xxxxx to protocol number\"."
2149 msgstr ""
2151 msgid "One fix for this is to change the port to something else on check_nt "
2152 msgstr ""
2154 msgid "and on the client service it's connecting to."
2155 msgstr ""
2157 #, c-format
2158 msgid "jitter response too large (%lu bytes)\n"
2159 msgstr ""
2161 msgid "NTP CRITICAL:"
2162 msgstr ""
2164 msgid "NTP WARNING:"
2165 msgstr ""
2167 msgid "NTP OK:"
2168 msgstr ""
2170 msgid "NTP UNKNOWN:"
2171 msgstr ""
2173 msgid "Offset unknown"
2174 msgstr ""
2176 msgid "Offset"
2177 msgstr ""
2179 msgid "This plugin checks the selected ntp server"
2180 msgstr ""
2182 msgid "Offset to result in warning status (seconds)"
2183 msgstr ""
2185 msgid "Offset to result in critical status (seconds)"
2186 msgstr ""
2188 msgid "Warning threshold for jitter"
2189 msgstr ""
2191 msgid "Critical threshold for jitter"
2192 msgstr ""
2194 msgid "Normal offset check:"
2195 msgstr ""
2197 msgid ""
2198 "Check jitter too, avoiding critical notifications if jitter isn't available"
2199 msgstr ""
2201 msgid "(See Notes above for more details on thresholds formats):"
2202 msgstr ""
2204 msgid "WARNING: check_ntp is deprecated. Please use check_ntp_peer or"
2205 msgstr ""
2207 msgid "check_ntp_time instead."
2208 msgstr ""
2210 msgid "Server not synchronized"
2211 msgstr ""
2213 msgid "Server has the LI_ALARM bit set"
2214 msgstr ""
2216 msgid ""
2217 "Returns UNKNOWN instead of CRITICAL or WARNING if server isn't synchronized"
2218 msgstr ""
2220 msgid "Warning threshold for stratum of server's synchronization peer"
2221 msgstr ""
2223 msgid "Critical threshold for stratum of server's synchronization peer"
2224 msgstr ""
2226 msgid "Warning threshold for number of usable time sources (\"truechimers\")"
2227 msgstr ""
2229 msgid "Critical threshold for number of usable time sources (\"truechimers\")"
2230 msgstr ""
2232 msgid "This plugin checks an NTP server independent of any commandline"
2233 msgstr ""
2235 msgid "programs or external libraries."
2236 msgstr ""
2238 msgid "Use this plugin to check the health of an NTP server. It supports"
2239 msgstr ""
2241 msgid "checking the offset with the sync peer, the jitter and stratum. This"
2242 msgstr ""
2244 msgid "plugin will not check the clock offset between the local host and NTP"
2245 msgstr ""
2247 msgid "server; please use check_ntp_time for that purpose."
2248 msgstr ""
2250 msgid "Simple NTP server check:"
2251 msgstr ""
2253 msgid "Only check the number of usable time sources (\"truechimers\"):"
2254 msgstr ""
2256 msgid "Check only stratum:"
2257 msgstr ""
2259 msgid "This plugin checks the clock offset with the ntp server"
2260 msgstr ""
2262 msgid "Returns UNKNOWN instead of CRITICAL if offset cannot be found"
2263 msgstr ""
2265 msgid "Expected offset of the ntp server relative to local server (seconds)"
2266 msgstr ""
2268 msgid "This plugin checks the clock offset between the local host and a"
2269 msgstr ""
2271 msgid "remote NTP server. It is independent of any commandline programs or"
2272 msgstr ""
2274 msgid "external libraries."
2275 msgstr ""
2277 msgid "If you'd rather want to monitor an NTP server, please use"
2278 msgstr ""
2280 msgid "check_ntp_peer."
2281 msgstr ""
2283 msgid "--time-offset is useful for compensating for servers with known"
2284 msgstr ""
2286 msgid "and expected clock skew."
2287 msgstr ""
2289 #, c-format
2290 msgid "NetWare %s: "
2291 msgstr ""
2293 #, c-format
2294 msgid "Up %s,"
2295 msgstr ""
2297 #, c-format
2298 msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100"
2299 msgstr ""
2301 #, c-format
2302 msgid "Conns %s - %lu current connections|Conns=%lu;%lu;%lu;;"
2303 msgstr ""
2305 #, c-format
2306 msgid "%s: Long term cache hits = %lu%%"
2307 msgstr ""
2309 #, c-format
2310 msgid "%s: Total cache buffers = %lu|Cachebuffers=%lu;%lu;%lu;;"
2311 msgstr ""
2313 #, c-format
2314 msgid "%s: Dirty cache buffers = %lu|Dirty-Cache-Buffers=%lu;%lu;%lu;;"
2315 msgstr ""
2317 #, c-format
2318 msgid "%s: LRU sitting time = %lu minutes"
2319 msgstr ""
2321 #, c-format
2322 msgid "CRITICAL - Volume '%s' does not exist!"
2323 msgstr ""
2325 #, c-format
2326 msgid "%s%lu KB free on volume %s|KBFree%s=%lu;%lu;%lu;;"
2327 msgstr ""
2329 msgid "Only "
2330 msgstr ""
2332 #, c-format
2333 msgid "%s%lu MB free on volume %s|MBFree%s=%lu;%lu;%lu;;"
2334 msgstr ""
2336 #, c-format
2337 msgid "%s%lu MB used on volume %s|MBUsed%s=%lu;%lu;%lu;;"
2338 msgstr ""
2340 #, c-format
2341 msgid ""
2342 "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100"
2343 msgstr ""
2345 #, c-format
2346 msgid "Directory Services Database is %s (DS version %s)"
2347 msgstr ""
2349 #, c-format
2350 msgid "Logins are %s"
2351 msgstr ""
2353 msgid "enabled"
2354 msgstr ""
2356 msgid "disabled"
2357 msgstr ""
2359 msgid "CRITICAL - NRM Status is bad!"
2360 msgstr ""
2362 msgid "Warning - NRM Status is suspect!"
2363 msgstr ""
2365 msgid "OK - NRM Status is good!"
2366 msgstr ""
2368 #, c-format
2369 msgid "%lu of %lu (%lu%%) packet receive buffers used"
2370 msgstr ""
2372 #, c-format
2373 msgid "%lu entries in SAP table"
2374 msgstr ""
2376 #, c-format
2377 msgid "%lu entries in SAP table for SAP type %d"
2378 msgstr ""
2380 #, c-format
2381 msgid "%s%lu KB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2382 msgstr ""
2384 #, c-format
2385 msgid "%s%lu MB purgeable on volume %s|Purge%s=%lu;%lu;%lu;;"
2386 msgstr ""
2388 #, c-format
2389 msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100"
2390 msgstr ""
2392 #, c-format
2393 msgid "%s%lu KB not yet purgeable on volume %s"
2394 msgstr ""
2396 #, c-format
2397 msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
2398 msgstr ""
2400 #, c-format
2401 msgid "%lu open files|Openfiles=%lu;%lu;%lu;0,0"
2402 msgstr ""
2404 #, c-format
2405 msgid "%lu abended threads|Abends=%lu;%lu;%lu;;"
2406 msgstr ""
2408 #, c-format
2409 msgid "%lu current service processes (%lu max)|Processes=%lu;%lu;%lu;0;%lu"
2410 msgstr ""
2412 msgid "CRITICAL - Time not in sync with network!"
2413 msgstr ""
2415 msgid "OK - Time in sync with network!"
2416 msgstr ""
2418 #, c-format
2419 msgid "LRU sitting time = %lu seconds"
2420 msgstr ""
2422 #, c-format
2423 msgid "Dirty cache buffers = %lu%% of the total|DCB=%lu;%lu;%lu;0;100"
2424 msgstr ""
2426 #, c-format
2427 msgid "Total cache buffers = %lu%% of the original|TCB=%lu;%lu;%lu;0;100"
2428 msgstr ""
2430 #, c-format
2431 msgid "NDS Version %s"
2432 msgstr ""
2434 #, c-format
2435 msgid "Up %s"
2436 msgstr ""
2438 #, c-format
2439 msgid "Module %s version %s is loaded"
2440 msgstr ""
2442 #, c-format
2443 msgid "Module %s is not loaded"
2444 msgstr ""
2446 #, c-format
2447 msgid "CRITICAL - Value '%s' does not exist!"
2448 msgstr ""
2450 #, c-format
2451 msgid "%s is  %lu|%s=%lu;%lu;%lu;;"
2452 msgstr ""
2454 msgid "Nothing to check!\n"
2455 msgstr ""
2457 msgid "Server port an integer\n"
2458 msgstr ""
2460 msgid "This plugin attempts to contact the MRTGEXT NLM running on a"
2461 msgstr ""
2463 msgid "Novell server to gather the requested system information."
2464 msgstr ""
2466 msgid "Variable to check.  Valid variables include:"
2467 msgstr ""
2469 msgid "LOAD1     = 1 minute average CPU load"
2470 msgstr ""
2472 msgid "LOAD5     = 5 minute average CPU load"
2473 msgstr ""
2475 msgid "LOAD15    = 15 minute average CPU load"
2476 msgstr ""
2478 msgid "CSPROCS   = number of current service processes (NW 5.x only)"
2479 msgstr ""
2481 msgid "ABENDS    = number of abended threads (NW 5.x only)"
2482 msgstr ""
2484 msgid "UPTIME    = server uptime"
2485 msgstr ""
2487 msgid "LTCH      = percent long term cache hits"
2488 msgstr ""
2490 msgid "CBUFF     = current number of cache buffers"
2491 msgstr ""
2493 msgid "CDBUFF    = current number of dirty cache buffers"
2494 msgstr ""
2496 msgid "DCB       = dirty cache buffers as a percentage of the total"
2497 msgstr ""
2499 msgid "TCB       = dirty cache buffers as a percentage of the original"
2500 msgstr ""
2502 msgid "OFILES    = number of open files"
2503 msgstr ""
2505 msgid "    VMF<vol>  = MB of free space on Volume <vol>"
2506 msgstr ""
2508 msgid "    VMU<vol>  = MB used space on Volume <vol>"
2509 msgstr ""
2511 msgid "    VMP<vol>  = MB of purgeable space on Volume <vol>"
2512 msgstr ""
2514 msgid "    VPF<vol>  = percent free space on volume <vol>"
2515 msgstr ""
2517 msgid "    VKF<vol>  = KB of free space on volume <vol>"
2518 msgstr ""
2520 msgid "    VPP<vol>  = percent purgeable space on volume <vol>"
2521 msgstr ""
2523 msgid "    VKP<vol>  = KB of purgeable space on volume <vol>"
2524 msgstr ""
2526 msgid "    VPNP<vol> = percent not yet purgeable space on volume <vol>"
2527 msgstr ""
2529 msgid "    VKNP<vol> = KB of not yet purgeable space on volume <vol>"
2530 msgstr ""
2532 msgid "    LRUM      = LRU sitting time in minutes"
2533 msgstr ""
2535 msgid "    LRUS      = LRU sitting time in seconds"
2536 msgstr ""
2538 msgid "    DSDB      = check to see if DS Database is open"
2539 msgstr ""
2541 msgid "    DSVER     = NDS version"
2542 msgstr ""
2544 msgid "    UPRB      = used packet receive buffers"
2545 msgstr ""
2547 msgid "    PUPRB     = percent (of max) used packet receive buffers"
2548 msgstr ""
2550 msgid "    SAPENTRIES = number of entries in the SAP table"
2551 msgstr ""
2553 msgid "    SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>"
2554 msgstr ""
2556 msgid "    TSYNC     = timesync status"
2557 msgstr ""
2559 msgid "    LOGINS    = check to see if logins are enabled"
2560 msgstr ""
2562 msgid "    CONNS     = number of currently licensed connections"
2563 msgstr ""
2565 msgid "    NRMH\t= NRM Summary Status"
2566 msgstr ""
2568 msgid "    NRMP<stat> = Returns the current value for a NRM health item"
2569 msgstr ""
2571 msgid "    NRMM<stat> = Returns the current memory stats from NRM"
2572 msgstr ""
2574 msgid "    NRMS<stat> = Returns the current Swapfile stats from NRM"
2575 msgstr ""
2577 msgid "    NSS1<stat> = Statistics from _Admin:Manage_NSS\\GeneralStats.xml"
2578 msgstr ""
2580 msgid "    NSS3<stat> = Statistics from _Admin:Manage_NSS\\NameCache.xml"
2581 msgstr ""
2583 msgid "    NSS4<stat> = Statistics from _Admin:Manage_NSS\\FileStats.xml"
2584 msgstr ""
2586 msgid "    NSS5<stat> = Statistics from _Admin:Manage_NSS\\ObjectCache.xml"
2587 msgstr ""
2589 msgid "    NSS6<stat> = Statistics from _Admin:Manage_NSS\\Thread.xml"
2590 msgstr ""
2592 msgid ""
2593 "    NSS7<stat> = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml"
2594 msgstr ""
2596 msgid "    NLM:<nlm> = check if NLM is loaded and report version"
2597 msgstr ""
2599 msgid "                (e.g. NLM:TSANDS.NLM)"
2600 msgstr ""
2602 msgid "Include server version string in results"
2603 msgstr ""
2605 msgid "- This plugin requires that the MRTGEXT.NLM file from James Drews' MRTG"
2606 msgstr ""
2608 msgid ""
2609 "  extension for NetWare be loaded on the Novell servers you wish to check."
2610 msgstr ""
2612 msgid "  (available from http://www.engr.wisc.edu/~drews/mrtg/)"
2613 msgstr ""
2615 msgid ""
2616 "- Values for critical thresholds should be lower than warning thresholds"
2617 msgstr ""
2619 msgid ""
2620 "  when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, "
2621 msgstr ""
2623 msgid "  TCB, LRUS and LRUM."
2624 msgstr ""
2626 msgid "Unknown error fetching load data\n"
2627 msgstr ""
2629 msgid "Invalid response from server - no load information\n"
2630 msgstr ""
2632 msgid "Invalid response from server after load 1\n"
2633 msgstr ""
2635 msgid "Invalid response from server after load 5\n"
2636 msgstr ""
2638 #, c-format
2639 msgid "Load %s - %s-min load average = %0.2f"
2640 msgstr ""
2642 msgid "Unknown error fetching disk data\n"
2643 msgstr ""
2645 msgid "Invalid response from server\n"
2646 msgstr ""
2648 msgid "Unknown error fetching network status\n"
2649 msgstr ""
2651 #, c-format
2652 msgid "Net %s - %d connection%s on port %d"
2653 msgstr ""
2655 msgid "Unknown error fetching process status\n"
2656 msgstr ""
2658 #, c-format
2659 msgid "Process %s - %d instance%s of %s running"
2660 msgstr ""
2662 #, c-format
2663 msgid "Uptime %s - Up %d days %d hours %d minutes"
2664 msgstr ""
2666 msgid ""
2667 "This plugin attempts to contact the Over-CR collector daemon running on the"
2668 msgstr ""
2670 msgid "remote UNIX server in order to gather the requested system information."
2671 msgstr ""
2673 msgid "LOAD1         = 1 minute average CPU load"
2674 msgstr ""
2676 msgid "LOAD5         = 5 minute average CPU load"
2677 msgstr ""
2679 msgid "LOAD15        = 15 minute average CPU load"
2680 msgstr ""
2682 msgid "DPU<filesys>  = percent used disk space on filesystem <filesys>"
2683 msgstr ""
2685 msgid "PROC<process> = number of running processes with name <process>"
2686 msgstr ""
2688 msgid "NET<port>     = number of active connections on TCP port <port>"
2689 msgstr ""
2691 msgid "UPTIME        = system uptime in seconds"
2692 msgstr ""
2694 msgid "This plugin requires that Eric Molitors' Over-CR collector daemon be"
2695 msgstr ""
2697 msgid "running on the remote server."
2698 msgstr ""
2700 msgid "Over-CR can be downloaded from http://www.molitor.org/overcr"
2701 msgstr ""
2703 msgid "This plugin was tested with version 0.99.53 of the Over-CR collector"
2704 msgstr ""
2706 msgid ""
2707 "For the available options, the critical threshold value should always be"
2708 msgstr ""
2710 msgid ""
2711 "higher than the warning threshold value, EXCEPT with the uptime variable"
2712 msgstr ""
2714 #, c-format
2715 msgid "CRITICAL - no connection to '%s' (%s).\n"
2716 msgstr ""
2718 #, c-format
2719 msgid " %s - database %s (%f sec.)|%s\n"
2720 msgstr ""
2722 msgid "Critical threshold must be a positive integer"
2723 msgstr ""
2725 msgid "Warning threshold must be a positive integer"
2726 msgstr ""
2728 msgid "Database name exceeds the maximum length"
2729 msgstr ""
2731 msgid "User name is not valid"
2732 msgstr ""
2734 #, c-format
2735 msgid "Test whether a PostgreSQL Database is accepting connections."
2736 msgstr ""
2738 msgid "Database to check "
2739 msgstr ""
2741 #, c-format
2742 msgid "(default: %s)\n"
2743 msgstr ""
2745 msgid "Login name of user"
2746 msgstr ""
2748 msgid "Password (BIG SECURITY ISSUE)"
2749 msgstr ""
2751 msgid "Connection parameters (keyword = value), see below"
2752 msgstr ""
2754 msgid "SQL query to run. Only first column in first row will be read"
2755 msgstr ""
2757 msgid "A name for the query, this string is used instead of the query"
2758 msgstr ""
2760 msgid "in the long output of the plugin"
2761 msgstr ""
2763 msgid "SQL query value to result in warning status (double)"
2764 msgstr ""
2766 msgid "SQL query value to result in critical status (double)"
2767 msgstr ""
2769 msgid "All parameters are optional."
2770 msgstr ""
2772 msgid ""
2773 "This plugin tests a PostgreSQL DBMS to determine whether it is active and"
2774 msgstr ""
2776 msgid "accepting queries. In its current operation, it simply connects to the"
2777 msgstr ""
2779 msgid ""
2780 "specified database, and then disconnects. If no database is specified, it"
2781 msgstr ""
2783 msgid ""
2784 "connects to the template1 database, which is present in every functioning"
2785 msgstr ""
2787 msgid "PostgreSQL DBMS."
2788 msgstr ""
2790 msgid "If a query is specified using the -q option, it will be executed after"
2791 msgstr ""
2793 msgid "connecting to the server. The result from the query has to be numeric."
2794 msgstr ""
2796 msgid ""
2797 "Multiple SQL commands, separated by semicolon, are allowed but the result "
2798 msgstr ""
2800 msgid "of the last command is taken into account only. The value of the first"
2801 msgstr ""
2803 msgid ""
2804 "column in the first row is used as the check result. If a second column is"
2805 msgstr ""
2807 msgid "present in the result set, this is added to the plugin output with a"
2808 msgstr ""
2810 msgid ""
2811 "prefix of \"Extra Info:\". This information can be displayed in the system"
2812 msgstr ""
2814 msgid "executing the plugin."
2815 msgstr ""
2817 msgid ""
2818 "See the chapter \"Monitoring Database Activity\" of the PostgreSQL manual"
2819 msgstr ""
2821 msgid ""
2822 "for details about how to access internal statistics of the database server."
2823 msgstr ""
2825 msgid ""
2826 "For a list of available connection parameters which may be used with the -o"
2827 msgstr ""
2829 msgid ""
2830 "command line option, see the documentation for PQconnectdb() in the chapter"
2831 msgstr ""
2833 msgid ""
2834 "\"libpq - C Library\" of the PostgreSQL manual. For example, this may be"
2835 msgstr ""
2837 msgid ""
2838 "used to specify a service name in pg_service.conf to be used for additional"
2839 msgstr ""
2841 msgid "connection parameters: -o 'service=<name>' or to specify the SSL mode:"
2842 msgstr ""
2844 msgid "-o 'sslmode=require'."
2845 msgstr ""
2847 msgid ""
2848 "The plugin will connect to a local postmaster if no host is specified. To"
2849 msgstr ""
2851 msgid ""
2852 "connect to a remote host, be sure that the remote postmaster accepts TCP/IP"
2853 msgstr ""
2855 msgid "connections (start the postmaster with the -i option)."
2856 msgstr ""
2858 msgid ""
2859 "Typically, the monitoring user (unless the --logname option is used) should "
2860 "be"
2861 msgstr ""
2863 msgid ""
2864 "able to connect to the database without a password. The plugin can also send"
2865 msgstr ""
2867 msgid "a password, but no effort is made to obscure or encrypt the password."
2868 msgstr ""
2870 #, c-format
2871 msgid "QUERY %s - %s: %s.\n"
2872 msgstr ""
2874 msgid "Error with query"
2875 msgstr ""
2877 msgid "No rows returned"
2878 msgstr ""
2880 msgid "No columns returned"
2881 msgstr ""
2883 msgid "No data returned"
2884 msgstr ""
2886 msgid "Is not a numeric"
2887 msgstr ""
2889 #, c-format
2890 msgid "%s returned %f"
2891 msgstr ""
2893 #, c-format
2894 msgid "'%s' returned %f"
2895 msgstr ""
2897 msgid "CRITICAL - Could not interpret output from ping command\n"
2898 msgstr ""
2900 #, c-format
2901 msgid "PING %s - %sPacket loss = %d%%"
2902 msgstr ""
2904 #, c-format
2905 msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
2906 msgstr ""
2908 msgid "Could not realloc() addresses\n"
2909 msgstr ""
2911 #, c-format
2912 msgid "<max_packets> (%s) must be a non-negative number\n"
2913 msgstr ""
2915 #, c-format
2916 msgid "<wpl> (%s) must be an integer percentage\n"
2917 msgstr ""
2919 #, c-format
2920 msgid "<cpl> (%s) must be an integer percentage\n"
2921 msgstr ""
2923 #, c-format
2924 msgid "<wrta> (%s) must be a non-negative number\n"
2925 msgstr ""
2927 #, c-format
2928 msgid "<crta> (%s) must be a non-negative number\n"
2929 msgstr ""
2931 #, c-format
2932 msgid ""
2933 "%s: Warning threshold must be integer or percentage!\n"
2934 "\n"
2935 msgstr ""
2937 #, c-format
2938 msgid "<wrta> was not set\n"
2939 msgstr ""
2941 #, c-format
2942 msgid "<crta> was not set\n"
2943 msgstr ""
2945 #, c-format
2946 msgid "<wpl> was not set\n"
2947 msgstr ""
2949 #, c-format
2950 msgid "<cpl> was not set\n"
2951 msgstr ""
2953 #, c-format
2954 msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
2955 msgstr ""
2957 #, c-format
2958 msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
2959 msgstr ""
2961 #, c-format
2962 msgid "Cannot open stderr for %s\n"
2963 msgstr ""
2965 msgid "System call sent warnings to stderr "
2966 msgstr ""
2968 #, c-format
2969 msgid "CRITICAL - Network Unreachable (%s)\n"
2970 msgstr ""
2972 #, c-format
2973 msgid "CRITICAL - Host Unreachable (%s)\n"
2974 msgstr ""
2976 #, c-format
2977 msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)\n"
2978 msgstr ""
2980 #, c-format
2981 msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)\n"
2982 msgstr ""
2984 #, c-format
2985 msgid "CRITICAL - Network Prohibited (%s)\n"
2986 msgstr ""
2988 #, c-format
2989 msgid "CRITICAL - Host Prohibited (%s)\n"
2990 msgstr ""
2992 #, c-format
2993 msgid "CRITICAL - Packet Filtered (%s)\n"
2994 msgstr ""
2996 #, c-format
2997 msgid "CRITICAL - Host not found (%s)\n"
2998 msgstr ""
3000 #, c-format
3001 msgid "CRITICAL - Time to live exceeded (%s)\n"
3002 msgstr ""
3004 #, c-format
3005 msgid "CRITICAL - Destination Unreachable (%s)\n"
3006 msgstr ""
3008 msgid "Unable to realloc warn_text\n"
3009 msgstr ""
3011 #, c-format
3012 msgid "Use ping to check connection statistics for a remote host."
3013 msgstr ""
3015 msgid "host to ping"
3016 msgstr ""
3018 msgid "number of ICMP ECHO packets to send"
3019 msgstr ""
3021 #, c-format
3022 msgid "(Default: %d)\n"
3023 msgstr ""
3025 msgid "show HTML in the plugin output (obsoleted by urlize)"
3026 msgstr ""
3028 msgid "THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"
3029 msgstr ""
3031 msgid "time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"
3032 msgstr ""
3034 msgid "percentage of packet loss to trigger an alarm state."
3035 msgstr ""
3037 msgid ""
3038 "This plugin uses the ping command to probe the specified host for packet loss"
3039 msgstr ""
3041 msgid ""
3042 "(percentage) and round trip average (milliseconds). It can produce HTML "
3043 "output"
3044 msgstr ""
3046 msgid ""
3047 "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in"
3048 msgstr ""
3050 msgid "the contrib area of the downloads section at http://www.nagios.org/"
3051 msgstr ""
3053 #, c-format
3054 msgid "CMD: %s\n"
3055 msgstr ""
3057 msgid "System call sent warnings to stderr"
3058 msgstr ""
3060 #, c-format
3061 msgid "Not parseable: %s"
3062 msgstr ""
3064 #, c-format
3065 msgid "Unable to read output\n"
3066 msgstr ""
3068 #, c-format
3069 msgid "%d warn out of "
3070 msgstr ""
3072 #, c-format
3073 msgid "%d crit, %d warn out of "
3074 msgstr ""
3076 #, c-format
3077 msgid " with %s"
3078 msgstr ""
3080 msgid "Parent Process ID must be an integer!"
3081 msgstr ""
3083 #, c-format
3084 msgid "%s%sSTATE = %s"
3085 msgstr ""
3087 msgid "UID was not found"
3088 msgstr ""
3090 msgid "User name was not found"
3091 msgstr ""
3093 #, c-format
3094 msgid "%s%scommand name '%s'"
3095 msgstr ""
3097 #, c-format
3098 msgid "%s%sexclude progs '%s'"
3099 msgstr ""
3101 msgid "RSS must be an integer!"
3102 msgstr ""
3104 msgid "VSZ must be an integer!"
3105 msgstr ""
3107 msgid "PCPU must be a float!"
3108 msgstr ""
3110 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!"
3111 msgstr ""
3113 msgid ""
3114 "Checks all processes and generates WARNING or CRITICAL states if the "
3115 "specified"
3116 msgstr ""
3118 msgid ""
3119 "metric is outside the required threshold ranges. The metric defaults to "
3120 "number"
3121 msgstr ""
3123 msgid ""
3124 "of processes.  Search filters can be applied to limit the processes to check."
3125 msgstr ""
3127 msgid "Generate warning state if metric is outside this range"
3128 msgstr ""
3130 msgid "Generate critical state if metric is outside this range"
3131 msgstr ""
3133 msgid "Check thresholds against metric. Valid types:"
3134 msgstr ""
3136 msgid "PROCS   - number of processes (default)"
3137 msgstr ""
3139 msgid "VSZ     - virtual memory size"
3140 msgstr ""
3142 msgid "RSS     - resident set memory size"
3143 msgstr ""
3145 msgid "CPU     - percentage CPU"
3146 msgstr ""
3148 msgid "ELAPSED - time elapsed in seconds"
3149 msgstr ""
3151 msgid "Extra information. Up to 3 verbosity levels"
3152 msgstr ""
3154 msgid "Filter own process the traditional way by PID instead of /proc/pid/exe"
3155 msgstr ""
3157 msgid "Only scan for processes that have, in the output of `ps`, one or"
3158 msgstr ""
3160 msgid "more of the status flags you specify (for example R, Z, S, RS,"
3161 msgstr ""
3163 msgid "RSZDT, plus others based on the output of your 'ps' command)."
3164 msgstr ""
3166 msgid "Only scan for children of the parent process ID indicated."
3167 msgstr ""
3169 msgid "Only scan for processes with VSZ higher than indicated."
3170 msgstr ""
3172 msgid "Only scan for processes with RSS higher than indicated."
3173 msgstr ""
3175 msgid "Only scan for processes with PCPU higher than indicated."
3176 msgstr ""
3178 msgid "Only scan for processes with user name or ID indicated."
3179 msgstr ""
3181 msgid "Only scan for processes with args that contain STRING."
3182 msgstr ""
3184 msgid "Only scan for processes with args that contain the regex STRING."
3185 msgstr ""
3187 msgid "Only scan for exact matches of COMMAND (without path)."
3188 msgstr ""
3190 msgid "Exclude processes which match this comma separated list"
3191 msgstr ""
3193 msgid "Only scan for non kernel threads (works on Linux only)."
3194 msgstr ""
3196 #, c-format
3197 msgid ""
3198 "\n"
3199 "RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
3200 "specified 'max:min', a warning status will be generated if the\n"
3201 "count is inside the specified range\n"
3202 "\n"
3203 msgstr ""
3205 #, c-format
3206 msgid ""
3207 "This plugin checks the number of currently running processes and\n"
3208 "generates WARNING or CRITICAL states if the process count is outside\n"
3209 "the specified threshold ranges. The process count can be filtered by\n"
3210 "process owner, parent process PID, current state (e.g., 'Z'), or may\n"
3211 "be the total number of running processes\n"
3212 "\n"
3213 msgstr ""
3215 msgid "Warning if not two processes with command name portsentry."
3216 msgstr ""
3218 msgid "Critical if < 2 or > 1024 processes"
3219 msgstr ""
3221 msgid "Critical if not at least 1 process with command sshd"
3222 msgstr ""
3224 msgid "Warning if > 1024 processes with command name sshd."
3225 msgstr ""
3227 msgid "Critical if < 1 processes with command name sshd."
3228 msgstr ""
3230 msgid "Warning alert if > 10 processes with command arguments containing"
3231 msgstr ""
3233 msgid "'/usr/local/bin/perl' and owned by root"
3234 msgstr ""
3236 msgid "Alert if VSZ of any processes over 50K or 100K"
3237 msgstr ""
3239 msgid "Alert if CPU of any processes over 10% or 20%"
3240 msgstr ""
3242 msgid "Config file error\n"
3243 msgstr ""
3245 msgid "Out of Memory?\n"
3246 msgstr ""
3248 msgid "Invalid NAS-Identifier\n"
3249 msgstr ""
3251 #, c-format
3252 msgid "gethostname() failed!\n"
3253 msgstr ""
3255 msgid "Invalid NAS-IP-Address\n"
3256 msgstr ""
3258 msgid "Timeout\n"
3259 msgstr ""
3261 msgid "Auth Error\n"
3262 msgstr ""
3264 msgid "Auth Failed\n"
3265 msgstr ""
3267 msgid "Bad Response\n"
3268 msgstr ""
3270 msgid "Auth OK\n"
3271 msgstr ""
3273 #, c-format
3274 msgid "Unexpected result code %d"
3275 msgstr ""
3277 msgid "Number of retries must be a positive integer"
3278 msgstr ""
3280 msgid "User not specified"
3281 msgstr ""
3283 msgid "Password not specified"
3284 msgstr ""
3286 msgid "Configuration file not specified"
3287 msgstr ""
3289 msgid "Tests to see if a RADIUS server is accepting connections."
3290 msgstr ""
3292 msgid "The user to authenticate"
3293 msgstr ""
3295 msgid "Password for authentication (SECURITY RISK)"
3296 msgstr ""
3298 msgid "NAS identifier"
3299 msgstr ""
3301 msgid "NAS IP Address"
3302 msgstr ""
3304 msgid "Configuration file"
3305 msgstr ""
3307 msgid "Response string to expect from the server"
3308 msgstr ""
3310 msgid "Number of times to retry a failed connection"
3311 msgstr ""
3313 msgid ""
3314 "This plugin tests a RADIUS server to see if it is accepting connections."
3315 msgstr ""
3317 msgid ""
3318 "The server to test must be specified in the invocation, as well as a user"
3319 msgstr ""
3321 msgid "name and password. A configuration file must be present. The format of"
3322 msgstr ""
3324 msgid ""
3325 "the configuration file is described in the radiusclient library sources."
3326 msgstr ""
3328 msgid "The password option presents a substantial security issue because the"
3329 msgstr ""
3331 msgid ""
3332 "password can possibly be determined by careful watching of the command line"
3333 msgstr ""
3335 msgid "in a process listing. This risk is exacerbated because the plugin will"
3336 msgstr ""
3338 msgid ""
3339 "typically be executed at regular predictable intervals. Please be sure that"
3340 msgstr ""
3342 msgid "the password used does not allow access to sensitive system resources."
3343 msgstr ""
3345 #, c-format
3346 msgid "Unable to connect to %s on port %d\n"
3347 msgstr ""
3349 #, c-format
3350 msgid "No data received from %s\n"
3351 msgstr ""
3353 msgid "Invalid REAL response received from host"
3354 msgstr ""
3356 #, c-format
3357 msgid "Invalid REAL response received from host on port %d\n"
3358 msgstr ""
3360 #, c-format
3361 msgid "No data received from host\n"
3362 msgstr ""
3364 #, c-format
3365 msgid "REAL %s - %d second response time\n"
3366 msgstr ""
3368 msgid "Warning time must be a positive integer"
3369 msgstr ""
3371 msgid "Critical time must be a positive integer"
3372 msgstr ""
3374 msgid "You must provide a server to check"
3375 msgstr ""
3377 msgid "This plugin tests the REAL service on the specified host."
3378 msgstr ""
3380 msgid "Connect to this url"
3381 msgstr ""
3383 #, c-format
3384 msgid "String to expect in first line of server response (default: %s)\n"
3385 msgstr ""
3387 msgid "This plugin will attempt to open an RTSP connection with the host."
3388 msgstr ""
3390 msgid "Successful connects return STATE_OK, refusals and timeouts return"
3391 msgstr ""
3393 msgid ""
3394 "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful connects,"
3395 msgstr ""
3397 msgid ""
3398 "but incorrect response messages from the host result in STATE_WARNING return"
3399 msgstr ""
3401 msgid "values."
3402 msgstr ""
3404 #, c-format
3405 msgid "malloc() failed!\n"
3406 msgstr ""
3408 #, c-format
3409 msgid "CRITICAL - Cannot create SSL context.\n"
3410 msgstr ""
3412 #, c-format
3413 msgid "recv() failed\n"
3414 msgstr ""
3416 #, c-format
3417 msgid "WARNING - TLS not supported by server\n"
3418 msgstr ""
3420 #, c-format
3421 msgid "Server does not support STARTTLS\n"
3422 msgstr ""
3424 msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS."
3425 msgstr ""
3427 #, c-format
3428 msgid "sent %s"
3429 msgstr ""
3431 msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS."
3432 msgstr ""
3434 #, c-format
3435 msgid "Invalid SMTP response received from host: %s\n"
3436 msgstr ""
3438 #, c-format
3439 msgid "Invalid SMTP response received from host on port %d: %s\n"
3440 msgstr ""
3442 #, c-format
3443 msgid "Could Not Compile Regular Expression"
3444 msgstr ""
3446 #, c-format
3447 msgid "SMTP %s - Invalid response '%s' to command '%s'\n"
3448 msgstr ""
3450 #, c-format
3451 msgid "Execute Error: %s\n"
3452 msgstr ""
3454 msgid "no authuser specified, "
3455 msgstr ""
3457 msgid "no authpass specified, "
3458 msgstr ""
3460 #, c-format
3461 msgid "sent %s\n"
3462 msgstr ""
3464 msgid "recv() failed after AUTH LOGIN, "
3465 msgstr ""
3467 #, c-format
3468 msgid "received %s\n"
3469 msgstr ""
3471 msgid "invalid response received after AUTH LOGIN, "
3472 msgstr ""
3474 msgid "recv() failed after sending authuser, "
3475 msgstr ""
3477 msgid "invalid response received after authuser, "
3478 msgstr ""
3480 msgid "recv() failed after sending authpass, "
3481 msgstr ""
3483 msgid "invalid response received after authpass, "
3484 msgstr ""
3486 msgid "only authtype LOGIN is supported, "
3487 msgstr ""
3489 #, c-format
3490 msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n"
3491 msgstr ""
3493 #, c-format
3494 msgid "Could not realloc() units [%d]\n"
3495 msgstr ""
3497 msgid "Critical time must be a positive"
3498 msgstr ""
3500 msgid "Warning time must be a positive"
3501 msgstr ""
3503 msgid "SSL support not available - install OpenSSL and recompile"
3504 msgstr ""
3506 msgid "Set either -s/--ssl/--tls or -S/--starttls"
3507 msgstr ""
3509 #, c-format
3510 msgid "Connection closed by server before sending QUIT command\n"
3511 msgstr ""
3513 #, c-format
3514 msgid "recv() failed after QUIT."
3515 msgstr ""
3517 #, c-format
3518 msgid "Connection reset by peer."
3519 msgstr ""
3521 msgid "This plugin will attempt to open an SMTP connection with the host."
3522 msgstr ""
3524 #, c-format
3525 msgid "    String to expect in first line of server response (default: '%s')\n"
3526 msgstr ""
3528 msgid "SMTP command (may be used repeatedly)"
3529 msgstr ""
3531 msgid "Expected response to command (may be used repeatedly)"
3532 msgstr ""
3534 msgid "FROM-address to include in MAIL command, required by Exchange 2000"
3535 msgstr ""
3537 msgid "FQDN used for HELO"
3538 msgstr ""
3540 msgid "Use PROXY protocol prefix for the connection."
3541 msgstr ""
3543 msgid "Minimum number of days a certificate has to be valid."
3544 msgstr ""
3546 msgid "Use SSL/TLS for the connection."
3547 msgstr ""
3549 #, c-format
3550 msgid "    Sets default port to %d.\n"
3551 msgstr ""
3553 msgid "Use STARTTLS for the connection."
3554 msgstr ""
3556 msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
3557 msgstr ""
3559 msgid "SMTP AUTH username"
3560 msgstr ""
3562 msgid "SMTP AUTH password"
3563 msgstr ""
3565 msgid "Send LHLO instead of HELO/EHLO"
3566 msgstr ""
3568 msgid "Ignore failure when sending QUIT command to server"
3569 msgstr ""
3571 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN.  Successful"
3572 msgstr ""
3574 msgid "connects, but incorrect response messages from the host result in"
3575 msgstr ""
3577 msgid "STATE_WARNING return values."
3578 msgstr ""
3580 msgid "Cannot malloc"
3581 msgstr ""
3583 #, c-format
3584 msgid "External command error: %s\n"
3585 msgstr ""
3587 #, c-format
3588 msgid "External command error with no output (return code: %d)\n"
3589 msgstr ""
3591 #, c-format
3592 msgid "No valid data returned (%s)\n"
3593 msgstr ""
3595 msgid "Time duration between plugin calls is invalid"
3596 msgstr ""
3598 msgid "Cannot asprintf()"
3599 msgstr ""
3601 msgid "Cannot realloc()"
3602 msgstr ""
3604 msgid "No previous data to calculate rate - assume okay"
3605 msgstr ""
3607 msgid "Retries interval must be a positive integer"
3608 msgstr ""
3610 msgid "Exit status must be a positive integer"
3611 msgstr ""
3613 #, c-format
3614 msgid "Could not reallocate labels[%d]"
3615 msgstr ""
3617 msgid "Could not reallocate labels\n"
3618 msgstr ""
3620 #, c-format
3621 msgid "Could not reallocate units [%d]\n"
3622 msgstr ""
3624 msgid "Could not realloc() units\n"
3625 msgstr ""
3627 msgid "Rate multiplier must be a positive integer"
3628 msgstr ""
3630 msgid "No host specified\n"
3631 msgstr ""
3633 msgid "No OIDs specified\n"
3634 msgstr ""
3636 #, c-format
3637 msgid "Required parameter: %s\n"
3638 msgstr ""
3640 msgid "Invalid seclevel"
3641 msgstr ""
3643 msgid "Invalid SNMP version"
3644 msgstr ""
3646 msgid "Unbalanced quotes\n"
3647 msgstr ""
3649 #, c-format
3650 msgid "multiplier set (%.1f), but input is not a number: %s"
3651 msgstr ""
3653 msgid "Check status of remote machines and obtain system information via SNMP"
3654 msgstr ""
3656 msgid "Use SNMP GETNEXT instead of SNMP GET"
3657 msgstr ""
3659 msgid "SNMP protocol version"
3660 msgstr ""
3662 msgid "SNMPv3 context"
3663 msgstr ""
3665 msgid "SNMPv3 securityLevel"
3666 msgstr ""
3668 msgid "SNMPv3 auth proto"
3669 msgstr ""
3671 msgid "SNMPv3 priv proto (default DES)"
3672 msgstr ""
3674 msgid "Optional community string for SNMP communication"
3675 msgstr ""
3677 msgid "default is"
3678 msgstr ""
3680 msgid "SNMPv3 username"
3681 msgstr ""
3683 msgid "SNMPv3 authentication password"
3684 msgstr ""
3686 msgid "SNMPv3 privacy password"
3687 msgstr ""
3689 msgid "Object identifier(s) or SNMP variables whose value you wish to query"
3690 msgstr ""
3692 msgid ""
3693 "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"
3694 msgstr ""
3696 msgid "for symbolic OIDs.)"
3697 msgstr ""
3699 msgid "Delimiter to use when parsing returned data. Default is"
3700 msgstr ""
3702 msgid "Any data on the right hand side of the delimiter is considered"
3703 msgstr ""
3705 msgid "to be the data that should be used in the evaluation."
3706 msgstr ""
3708 msgid "If the check returns a 0 length string or NULL value"
3709 msgstr ""
3711 msgid "This option allows you to choose what status you want it to exit"
3712 msgstr ""
3714 msgid "Excluding this option renders the default exit of 3(STATE_UNKNOWN)"
3715 msgstr ""
3717 msgid "0 = OK"
3718 msgstr ""
3720 msgid "1 = WARNING"
3721 msgstr ""
3723 msgid "2 = CRITICAL"
3724 msgstr ""
3726 msgid "3 = UNKNOWN"
3727 msgstr ""
3729 msgid "Warning threshold range(s)"
3730 msgstr ""
3732 msgid "Critical threshold range(s)"
3733 msgstr ""
3735 msgid "Enable rate calculation. See 'Rate Calculation' below"
3736 msgstr ""
3738 msgid ""
3739 "Converts rate per second. For example, set to 60 to convert to per minute"
3740 msgstr ""
3742 msgid "Add/subtract the specified OFFSET to numeric sensor data"
3743 msgstr ""
3745 msgid "Return OK state (for that OID) if STRING is an exact match"
3746 msgstr ""
3748 msgid ""
3749 "Return OK state (for that OID) if extended regular expression REGEX matches"
3750 msgstr ""
3752 msgid ""
3753 "Return OK state (for that OID) if case-insensitive extended REGEX matches"
3754 msgstr ""
3756 msgid "Invert search result (CRITICAL if found)"
3757 msgstr ""
3759 msgid "Prefix label for output from plugin"
3760 msgstr ""
3762 msgid "Units label(s) for output data (e.g., 'sec.')."
3763 msgstr ""
3765 msgid "Separates output on multiple OID requests"
3766 msgstr ""
3768 msgid "Multiplies current value, 0 < n < 1 works as divider, defaults to 1"
3769 msgstr ""
3771 msgid "C-style format string for float values (see option -M)"
3772 msgstr ""
3774 msgid ""
3775 "NOTE the final timeout value is calculated using this formula: "
3776 "timeout_interval * retries + 5"
3777 msgstr ""
3779 msgid "Number of retries to be used in the requests, default: "
3780 msgstr ""
3782 msgid "Label performance data with OIDs instead of --label's"
3783 msgstr ""
3785 msgid "Tell snmpget to not print errors encountered when parsing MIB files"
3786 msgstr ""
3788 msgid ""
3789 "This plugin uses the 'snmpget' command included with the NET-SNMP package."
3790 msgstr ""
3792 msgid ""
3793 "if you don't have the package installed, you will need to download it from"
3794 msgstr ""
3796 msgid "http://net-snmp.sourceforge.net before you can use this plugin."
3797 msgstr ""
3799 msgid ""
3800 "- Multiple OIDs (and labels) may be indicated by a comma or space-delimited  "
3801 msgstr ""
3803 msgid "list (lists with internal spaces must be quoted)."
3804 msgstr ""
3806 msgid ""
3807 "- When checking multiple OIDs, separate ranges by commas like '-w "
3808 "1:10,1:,:20'"
3809 msgstr ""
3811 msgid "- Note that only one string and one regex may be checked at present"
3812 msgstr ""
3814 msgid ""
3815 "- All evaluation methods other than PR, STR, and SUBSTR expect that the value"
3816 msgstr ""
3818 msgid "returned from the SNMP query is an unsigned integer."
3819 msgstr ""
3821 msgid "Rate Calculation:"
3822 msgstr ""
3824 msgid "In many places, SNMP returns counters that are only meaningful when"
3825 msgstr ""
3827 msgid "calculating the counter difference since the last check. check_snmp"
3828 msgstr ""
3830 msgid "saves the last state information in a file so that the rate per second"
3831 msgstr ""
3833 msgid "can be calculated. Use the --rate option to save state information."
3834 msgstr ""
3836 msgid ""
3837 "On the first run, there will be no prior state - this will return with OK."
3838 msgstr ""
3840 msgid "The state is uniquely determined by the arguments to the plugin, so"
3841 msgstr ""
3843 msgid "changing the arguments will create a new state file."
3844 msgstr ""
3846 msgid "Port number must be a positive integer"
3847 msgstr ""
3849 #, c-format
3850 msgid "Server answer: %s"
3851 msgstr ""
3853 #, c-format
3854 msgid "SSH CRITICAL - %s (protocol %s) version mismatch, expected '%s'\n"
3855 msgstr ""
3857 #, c-format
3858 msgid ""
3859 "SSH CRITICAL - %s (protocol %s) protocol version mismatch, expected '%s'\n"
3860 msgstr ""
3862 #, c-format
3863 msgid "SSH OK - %s (protocol %s) | %s\n"
3864 msgstr ""
3866 msgid "Try to connect to an SSH server at specified server and port"
3867 msgstr ""
3869 msgid ""
3870 "Alert if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
3871 msgstr ""
3873 msgid "Alert if protocol doesn't match expected protocol version (ex: 2.0)"
3874 msgstr ""
3876 #, c-format
3877 msgid "Command: %s\n"
3878 msgstr ""
3880 #, c-format
3881 msgid "Format: %s\n"
3882 msgstr ""
3884 #, c-format
3885 msgid "total=%.0f, used=%.0f, free=%.0f\n"
3886 msgstr ""
3888 #, c-format
3889 msgid "total=%.0f, free=%.0f\n"
3890 msgstr ""
3892 msgid "Error getting swap devices\n"
3893 msgstr ""
3895 msgid "SWAP OK: No swap devices defined\n"
3896 msgstr ""
3898 msgid "swapctl failed: "
3899 msgstr ""
3901 msgid "Error in swapctl call\n"
3902 msgstr ""
3904 #, c-format
3905 msgid "SWAP %s - %d%% free (%dMB out of %dMB) %s|"
3906 msgstr ""
3908 msgid "Warning threshold percentage must be <= 100!"
3909 msgstr ""
3911 msgid "Warning threshold be positive integer or percentage!"
3912 msgstr ""
3914 msgid "Critical threshold percentage must be <= 100!"
3915 msgstr ""
3917 msgid "Critical threshold be positive integer or percentage!"
3918 msgstr ""
3920 msgid ""
3921 "no-swap result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) "
3922 "or integer (0-3)."
3923 msgstr ""
3925 msgid "Warning should be more than critical"
3926 msgstr ""
3928 msgid "Check swap space on local machine."
3929 msgstr ""
3931 msgid ""
3932 "Exit with WARNING status if less than INTEGER bytes of swap space are free"
3933 msgstr ""
3935 msgid "Exit with WARNING status if less than PERCENT of swap space is free"
3936 msgstr ""
3938 msgid ""
3939 "Exit with CRITICAL status if less than INTEGER bytes of swap space are free"
3940 msgstr ""
3942 msgid "Exit with CRITICAL status if less than PERCENT of swap space is free"
3943 msgstr ""
3945 msgid "Conduct comparisons for all swap partitions, one by one"
3946 msgstr ""
3948 msgid ""
3949 "Resulting state when there is no swap regardless of thresholds. Default:"
3950 msgstr ""
3952 msgid ""
3953 "Both INTEGER and PERCENT thresholds can be specified, they are all checked."
3954 msgstr ""
3956 msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s."
3957 msgstr ""
3959 msgid "CRITICAL - Generic check_tcp called with unknown service\n"
3960 msgstr ""
3962 msgid "With UDP checks, a send/expect string must be specified."
3963 msgstr ""
3965 msgid "No arguments found"
3966 msgstr ""
3968 msgid "Maxbytes must be a positive integer"
3969 msgstr ""
3971 msgid "Refuse must be one of ok, warn, crit"
3972 msgstr ""
3974 msgid "Mismatch must be one of ok, warn, crit"
3975 msgstr ""
3977 msgid "Delay must be a positive integer"
3978 msgstr ""
3980 msgid "You must provide a server address"
3981 msgstr ""
3983 msgid "Invalid hostname, address or socket"
3984 msgstr ""
3986 #, c-format
3987 msgid ""
3988 "This plugin tests %s connections with the specified host (or unix socket).\n"
3989 "\n"
3990 msgstr ""
3992 msgid ""
3993 "Can use \\n, \\r, \\t or \\\\ in send or quit string. Must come before send "
3994 "or quit option"
3995 msgstr ""
3997 msgid "Default: nothing added to send, \\r\\n added to end of quit"
3998 msgstr ""
4000 msgid "String to send to the server"
4001 msgstr ""
4003 msgid "String to expect in server response"
4004 msgstr ""
4006 msgid "(may be repeated)"
4007 msgstr ""
4009 msgid "All expect strings need to occur in server response. Default is any"
4010 msgstr ""
4012 msgid "String to send server to initiate a clean close of the connection"
4013 msgstr ""
4015 msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
4016 msgstr ""
4018 msgid ""
4019 "Accept expected string mismatches with states ok, warn, crit (default: warn)"
4020 msgstr ""
4022 msgid "Hide output from TCP socket"
4023 msgstr ""
4025 msgid "Close connection once more than this number of bytes are received"
4026 msgstr ""
4028 msgid "Seconds to wait between sending string and polling for response"
4029 msgstr ""
4031 msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
4032 msgstr ""
4034 msgid "Use SSL for the connection."
4035 msgstr ""
4037 msgid "SSL server_name"
4038 msgstr ""
4040 #, c-format
4041 msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
4042 msgstr ""
4044 #, c-format
4045 msgid "TIME UNKNOWN - could not send UDP request to server %s, port %d\n"
4046 msgstr ""
4048 #, c-format
4049 msgid "TIME UNKNOWN - no data received from server %s, port %d\n"
4050 msgstr ""
4052 #, c-format
4053 msgid "TIME %s - %d second response time|%s\n"
4054 msgstr ""
4056 #, c-format
4057 msgid "TIME %s - %lu second time difference|%s %s\n"
4058 msgstr ""
4060 msgid "Warning thresholds must be a positive integer"
4061 msgstr ""
4063 msgid "Critical thresholds must be a positive integer"
4064 msgstr ""
4066 msgid "This plugin will check the time on the specified host."
4067 msgstr ""
4069 msgid "Use UDP to connect, not TCP"
4070 msgstr ""
4072 msgid "Time difference (sec.) necessary to result in a warning status"
4073 msgstr ""
4075 msgid "Time difference (sec.) necessary to result in a critical status"
4076 msgstr ""
4078 msgid "Response time (sec.) necessary to result in warning status"
4079 msgstr ""
4081 msgid "Response time (sec.) necessary to result in critical status"
4082 msgstr ""
4084 msgid "On Battery, Low Battery"
4085 msgstr ""
4087 msgid "Online"
4088 msgstr ""
4090 msgid "On Battery"
4091 msgstr ""
4093 msgid ", Low Battery"
4094 msgstr ""
4096 msgid ", Calibrating"
4097 msgstr ""
4099 msgid ", Replace Battery"
4100 msgstr ""
4102 msgid ", On Bypass"
4103 msgstr ""
4105 msgid ", Overload"
4106 msgstr ""
4108 msgid ", Trimming"
4109 msgstr ""
4111 msgid ", Boosting"
4112 msgstr ""
4114 msgid ", Charging"
4115 msgstr ""
4117 msgid ", Discharging"
4118 msgstr ""
4120 msgid ", Unknown"
4121 msgstr ""
4123 msgid "UPS does not support any available options\n"
4124 msgstr ""
4126 msgid "Invalid response received from host"
4127 msgstr ""
4129 msgid "UPS name to long for buffer"
4130 msgstr ""
4132 #, c-format
4133 msgid "CRITICAL - no such UPS '%s' on that host\n"
4134 msgstr ""
4136 msgid "CRITICAL - UPS data is stale"
4137 msgstr ""
4139 #, c-format
4140 msgid "Unknown error: %s\n"
4141 msgstr ""
4143 msgid "Error: unable to parse variable"
4144 msgstr ""
4146 msgid "Unrecognized UPS variable"
4147 msgstr ""
4149 msgid "Error : no UPS indicated"
4150 msgstr ""
4152 msgid ""
4153 "This plugin tests the UPS service on the specified host. Network UPS Tools"
4154 msgstr ""
4156 msgid "from www.networkupstools.org must be running for this plugin to work."
4157 msgstr ""
4159 msgid "Name of UPS"
4160 msgstr ""
4162 msgid "Output of temperatures in Celsius"
4163 msgstr ""
4165 msgid "Valid values for STRING are"
4166 msgstr ""
4168 msgid ""
4169 "This plugin attempts to determine the status of a UPS (Uninterruptible Power"
4170 msgstr ""
4172 msgid ""
4173 "Supply) on a local or remote host. If the UPS is online or calibrating, the"
4174 msgstr ""
4176 msgid ""
4177 "plugin will return an OK state. If the battery is on it will return a WARNING"
4178 msgstr ""
4180 msgid ""
4181 "state. If the UPS is off or has a low battery the plugin will return a "
4182 "CRITICAL"
4183 msgstr ""
4185 msgid ""
4186 "You may also specify a variable to check (such as temperature, utility "
4187 "voltage,"
4188 msgstr ""
4190 msgid ""
4191 "battery load, etc.) as well as warning and critical thresholds for the value"
4192 msgstr ""
4194 msgid ""
4195 "of that variable.  If the remote host has multiple UPS that are being "
4196 "monitored"
4197 msgstr ""
4199 msgid "you will have to use the --ups option to specify which UPS to check."
4200 msgstr ""
4202 msgid ""
4203 "This plugin requires that the UPSD daemon distributed with Russell Kroll's"
4204 msgstr ""
4206 msgid ""
4207 "Network UPS Tools be installed on the remote host. If you do not have the"
4208 msgstr ""
4210 msgid "package installed on your system, you can download it from"
4211 msgstr ""
4213 msgid "http://www.networkupstools.org"
4214 msgstr ""
4216 #, c-format
4217 msgid "Could not enumerate RD sessions: %d\n"
4218 msgstr ""
4220 #, c-format
4221 msgid "# users=%d"
4222 msgstr ""
4224 msgid "Unable to read output"
4225 msgstr ""
4227 #, c-format
4228 msgid "USERS %s - %d users currently logged in |%s\n"
4229 msgstr ""
4231 msgid "This plugin checks the number of users currently logged in on the local"
4232 msgstr ""
4234 msgid ""
4235 "system and generates an error if the number exceeds the thresholds specified."
4236 msgstr ""
4238 msgid "Set WARNING status if more than INTEGER users are logged in"
4239 msgstr ""
4241 msgid "Set CRITICAL status if more than INTEGER users are logged in"
4242 msgstr ""
4244 msgid ""
4245 "DEPRECATION WARNING: the -q switch (quiet output) is no longer \"quiet\"."
4246 msgstr ""
4248 msgid "Nagios-compatible output is now always returned."
4249 msgstr ""
4251 msgid "SMART commands are broken and have been disabled (See Notes in --help)."
4252 msgstr ""
4254 msgid ""
4255 "DEPRECATION WARNING: the -n switch (Nagios-compatible output) is now the"
4256 msgstr ""
4258 msgid "default and will be removed from future releases."
4259 msgstr ""
4261 #, c-format
4262 msgid "CRITICAL - Couldn't open device %s: %s\n"
4263 msgstr ""
4265 #, c-format
4266 msgid "CRITICAL - SMART_CMD_ENABLE\n"
4267 msgstr ""
4269 #, c-format
4270 msgid "CRITICAL - SMART_READ_VALUES: %s\n"
4271 msgstr ""
4273 #, c-format
4274 msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
4275 msgstr ""
4277 #, c-format
4278 msgid "WARNING - %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
4279 msgstr ""
4281 #, c-format
4282 msgid "OK - Operational (%d/%d tests passed)\n"
4283 msgstr ""
4285 #, c-format
4286 msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n"
4287 msgstr ""
4289 #, c-format
4290 msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
4291 msgstr ""
4293 #, c-format
4294 msgid "OffLineCapability=%d {%s %s %s}\n"
4295 msgstr ""
4297 #, c-format
4298 msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
4299 msgstr ""
4301 #, c-format
4302 msgid "CRITICAL - %s: %s\n"
4303 msgstr ""
4305 #, c-format
4306 msgid "OK - Command sent (%s)\n"
4307 msgstr ""
4309 #, c-format
4310 msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n"
4311 msgstr ""
4313 #, c-format
4314 msgid ""
4315 "This plugin checks a local hard drive with the (Linux specific) SMART "
4316 "interface [http://smartlinux.sourceforge.net/smart/index.php]."
4317 msgstr ""
4319 msgid "Select device DEVICE"
4320 msgstr ""
4322 msgid ""
4323 "Note: if the device is specified without this option, any further option will"
4324 msgstr ""
4326 msgid "be ignored."
4327 msgstr ""
4329 msgid ""
4330 "The SMART command modes (-i/--immediate, -0/--auto-off and -1/--auto-on) were"
4331 msgstr ""
4333 msgid ""
4334 "broken in an underhand manner and have been disabled. You can use smartctl"
4335 msgstr ""
4337 msgid "instead:"
4338 msgstr ""
4340 msgid "-0/--auto-off:  use \"smartctl --offlineauto=off\""
4341 msgstr ""
4343 msgid "-1/--auto-on:   use \"smartctl --offlineauto=on\""
4344 msgstr ""
4346 msgid "-i/--immediate: use \"smartctl --test=offline\""
4347 msgstr ""
4349 msgid "No data returned from command\n"
4350 msgstr ""
4352 msgid ""
4353 "Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) "
4354 "or integer (0-3)."
4355 msgstr ""
4357 msgid ""
4358 "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer "
4359 "(0-3)."
4360 msgstr ""
4362 msgid ""
4363 "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4364 "integer (0-3)."
4365 msgstr ""
4367 msgid ""
4368 "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4369 "integer (0-3)."
4370 msgstr ""
4372 msgid ""
4373 "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or "
4374 "integer (0-3)."
4375 msgstr ""
4377 msgid "Require path to command"
4378 msgstr ""
4380 msgid ""
4381 "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."
4382 msgstr ""
4384 msgid "Additional switches can be used to control which state becomes what."
4385 msgstr ""
4387 msgid "Keep timeout longer than the plugin timeout to retain CRITICAL status."
4388 msgstr ""
4390 msgid "Custom result on Negate timeouts; see below for STATUS definition\n"
4391 msgstr ""
4393 #, c-format
4394 msgid ""
4395 "    STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n"
4396 msgstr ""
4398 #, c-format
4399 msgid ""
4400 "    quotes. Numeric values are accepted. If nothing is specified, permutes\n"
4401 msgstr ""
4403 #, c-format
4404 msgid "    OK and CRITICAL.\n"
4405 msgstr ""
4407 #, c-format
4408 msgid ""
4409 "    Substitute output text as well. Will only substitute text in CAPITALS\n"
4410 msgstr ""
4412 msgid "Run check_ping and invert result. Must use full path to plugin"
4413 msgstr ""
4415 msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL"
4416 msgstr ""
4418 msgid ""
4419 "This plugin is a wrapper to take the output of another plugin and invert it."
4420 msgstr ""
4422 msgid "The full path of the plugin must be provided."
4423 msgstr ""
4425 msgid "If the wrapped plugin returns OK, the wrapper will return CRITICAL."
4426 msgstr ""
4428 msgid "If the wrapped plugin returns CRITICAL, the wrapper will return OK."
4429 msgstr ""
4431 msgid "Otherwise, the output state of the wrapped plugin is unchanged."
4432 msgstr ""
4434 msgid ""
4435 "Using timeout-result, it is possible to override the timeout behaviour or a"
4436 msgstr ""
4438 msgid "plugin by setting the negate timeout a bit lower."
4439 msgstr ""
4441 #, c-format
4442 msgid "%s - Socket timeout after %d seconds\n"
4443 msgstr ""
4445 #, c-format
4446 msgid "%s - Abnormal timeout after %d seconds\n"
4447 msgstr ""
4449 msgid "Send failed"
4450 msgstr ""
4452 msgid "No data was received from host!"
4453 msgstr ""
4455 msgid "Socket creation failed"
4456 msgstr ""
4458 msgid "Supplied path too long unix domain socket"
4459 msgstr ""
4461 msgid "Receive failed"
4462 msgstr ""
4464 #, c-format
4465 msgid "Invalid hostname/address - %s"
4466 msgstr ""
4468 msgid "Could not malloc argv array in popen()"
4469 msgstr ""
4471 msgid "CRITICAL - You need more args!!!"
4472 msgstr ""
4474 msgid "Cannot catch SIGCHLD"
4475 msgstr ""
4477 #, c-format
4478 msgid "CRITICAL - Plugin timed out after %d seconds\n"
4479 msgstr ""
4481 msgid "CRITICAL - popen timeout received, but no child process"
4482 msgstr ""
4484 #, c-format
4485 msgid ""
4486 "%s UNKNOWN - No data received from host\n"
4487 "CMD: %s</A>\n"
4488 msgstr ""
4490 msgid ""
4491 "This plugin wraps the text output of another command (plugin) in HTML <A>"
4492 msgstr ""
4494 msgid ""
4495 "tags, thus displaying the child plugin's output as a clickable link in "
4496 "compatible"
4497 msgstr ""
4499 msgid ""
4500 "monitoring status screen. This plugin returns the status of the invoked "
4501 "plugin."
4502 msgstr ""
4504 msgid ""
4505 "Pay close attention to quoting to ensure that the shell passes the expected"
4506 msgstr ""
4508 msgid "data to the plugin. For example, in:"
4509 msgstr ""
4511 msgid "urlize http://example.com/ check_http -H example.com -r 'two words'"
4512 msgstr ""
4514 msgid "the shell will remove the single quotes and urlize will see:"
4515 msgstr ""
4517 msgid "urlize http://example.com/ check_http -H example.com -r two words"
4518 msgstr ""
4520 msgid "You probably want:"
4521 msgstr ""
4523 msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\""
4524 msgstr ""
4526 msgid "failed realloc in strpcpy\n"
4527 msgstr ""
4529 msgid "failed malloc in strscat\n"
4530 msgstr ""
4532 msgid "failed malloc in xvasprintf\n"
4533 msgstr ""
4535 #, c-format
4536 msgid ""
4537 "       %s (-h | --help) for detailed help\n"
4538 "       %s (-V | --version) for version information\n"
4539 msgstr ""
4541 msgid ""
4542 "\n"
4543 "Options:\n"
4544 " -h, --help\n"
4545 "    Print detailed help screen\n"
4546 " -V, --version\n"
4547 "    Print version information\n"
4548 msgstr ""
4550 #, c-format
4551 msgid ""
4552 " -H, --hostname=ADDRESS\n"
4553 "    Host name, IP Address, or unix socket (must be an absolute path)\n"
4554 " -%c, --port=INTEGER\n"
4555 "    Port number (default: %s)\n"
4556 msgstr ""
4558 msgid ""
4559 " -4, --use-ipv4\n"
4560 "    Use IPv4 connection\n"
4561 " -6, --use-ipv6\n"
4562 "    Use IPv6 connection\n"
4563 msgstr ""
4565 msgid ""
4566 " -v, --verbose\n"
4567 "    Show details for command-line debugging (output may be truncated by\n"
4568 "    the monitoring system)\n"
4569 msgstr ""
4571 msgid ""
4572 " -w, --warning=DOUBLE\n"
4573 "    Response time to result in warning status (seconds)\n"
4574 " -c, --critical=DOUBLE\n"
4575 "    Response time to result in critical status (seconds)\n"
4576 msgstr ""
4578 msgid ""
4579 " -w, --warning=RANGE\n"
4580 "    Warning range (format: start:end). Alert if outside this range\n"
4581 " -c, --critical=RANGE\n"
4582 "    Critical range\n"
4583 msgstr ""
4585 #, c-format
4586 msgid ""
4587 " -t, --timeout=INTEGER\n"
4588 "    Seconds before connection times out (default: %d)\n"
4589 msgstr ""
4591 #, c-format
4592 msgid ""
4593 " -t, --timeout=INTEGER\n"
4594 "    Seconds before plugin times out (default: %d)\n"
4595 msgstr ""
4597 msgid ""
4598 " --extra-opts=[section][@file]\n"
4599 "    Read options from an ini file. See\n"
4600 "    https://www.monitoring-plugins.org/doc/extra-opts.html\n"
4601 "    for usage and examples.\n"
4602 msgstr ""
4604 msgid ""
4605 " See:\n"
4606 " https://www.monitoring-plugins.org/doc/guidelines.html#THRESHOLDFORMAT\n"
4607 " for THRESHOLD format and examples.\n"
4608 msgstr ""
4610 msgid ""
4611 "\n"
4612 "Send email to help@monitoring-plugins.org if you have questions regarding\n"
4613 "use of this software. To submit patches or suggest improvements, send email\n"
4614 "to devel@monitoring-plugins.org\n"
4615 "\n"
4616 msgstr ""
4618 msgid ""
4619 "\n"
4620 "The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
4621 "redistribute\n"
4622 "copies of the plugins under the terms of the GNU General Public License.\n"
4623 "For more information about these matters, see the file named COPYING.\n"
4624 msgstr ""
4626 #, c-format
4627 msgid "Error: Could not get hardware address of interface '%s'\n"
4628 msgstr ""
4630 #, c-format
4631 msgid "Error: if_nametoindex error - %s.\n"
4632 msgstr ""
4634 #, c-format
4635 msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n"
4636 msgstr ""
4638 #, c-format
4639 msgid ""
4640 "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n"
4641 msgstr ""
4643 #, c-format
4644 msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n"
4645 msgstr ""
4647 #, c-format
4648 msgid ""
4649 "Error: can't find unit number in interface_name (%s) - expecting TypeNumber "
4650 "eg lnc0.\n"
4651 msgstr ""
4653 #, c-format
4654 msgid ""
4655 "Error: can't read MAC address from DLPI streams interface for device %s unit "
4656 "%d.\n"
4657 msgstr ""
4659 #, c-format
4660 msgid ""
4661 "Error: can't get MAC address for this architecture.  Use the --mac option.\n"
4662 msgstr ""
4664 #, c-format
4665 msgid "Error: Cannot determine IP address of interface %s\n"
4666 msgstr ""
4668 #, c-format
4669 msgid "Error: Cannot get interface IP address on this platform.\n"
4670 msgstr ""
4672 #, c-format
4673 msgid "Pretending to be relay client %s\n"
4674 msgstr ""
4676 #, c-format
4677 msgid "DHCPDISCOVER to %s port %d\n"
4678 msgstr ""
4680 #, c-format
4681 msgid "Result=ERROR\n"
4682 msgstr ""
4684 #, c-format
4685 msgid "Result=OK\n"
4686 msgstr ""
4688 #, c-format
4689 msgid "DHCPOFFER from IP address %s"
4690 msgstr ""
4692 #, c-format
4693 msgid " via %s\n"
4694 msgstr ""
4696 #, c-format
4697 msgid ""
4698 "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n"
4699 msgstr ""
4701 #, c-format
4702 msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n"
4703 msgstr ""
4705 #, c-format
4706 msgid "Total responses seen on the wire: %d\n"
4707 msgstr ""
4709 #, c-format
4710 msgid "Valid responses for this machine: %d\n"
4711 msgstr ""
4713 #, c-format
4714 msgid "send_dhcp_packet result: %d\n"
4715 msgstr ""
4717 #, c-format
4718 msgid "No (more) data received (nfound: %d)\n"
4719 msgstr ""
4721 #, c-format
4722 msgid "recvfrom() failed, "
4723 msgstr ""
4725 #, c-format
4726 msgid "receive_dhcp_packet() result: %d\n"
4727 msgstr ""
4729 #, c-format
4730 msgid "receive_dhcp_packet() source: %s\n"
4731 msgstr ""
4733 #, c-format
4734 msgid "Error: Could not create socket!\n"
4735 msgstr ""
4737 #, c-format
4738 msgid "Error: Could not set reuse address option on DHCP socket!\n"
4739 msgstr ""
4741 #, c-format
4742 msgid "Error: Could not set broadcast option on DHCP socket!\n"
4743 msgstr ""
4745 #, c-format
4746 msgid ""
4747 "Error: Could not bind socket to interface %s.  Check your privileges...\n"
4748 msgstr ""
4750 #, c-format
4751 msgid ""
4752 "Error: Could not bind to DHCP socket (port %d)!  Check your privileges...\n"
4753 msgstr ""
4755 #, c-format
4756 msgid "Requested server address: %s\n"
4757 msgstr ""
4759 #, c-format
4760 msgid "Lease Time: Infinite\n"
4761 msgstr ""
4763 #, c-format
4764 msgid "Lease Time: %lu seconds\n"
4765 msgstr ""
4767 #, c-format
4768 msgid "Renewal Time: Infinite\n"
4769 msgstr ""
4771 #, c-format
4772 msgid "Renewal Time: %lu seconds\n"
4773 msgstr ""
4775 #, c-format
4776 msgid "Rebinding Time: Infinite\n"
4777 msgstr ""
4779 #, c-format
4780 msgid "Rebinding Time: %lu seconds\n"
4781 msgstr ""
4783 #, c-format
4784 msgid "Added offer from server @ %s"
4785 msgstr ""
4787 #, c-format
4788 msgid " of IP address %s\n"
4789 msgstr ""
4791 #, c-format
4792 msgid "DHCP Server Match: Offerer=%s"
4793 msgstr ""
4795 #, c-format
4796 msgid " Requested=%s"
4797 msgstr ""
4799 #, c-format
4800 msgid " (duplicate)"
4801 msgstr ""
4803 #, c-format
4804 msgid "\n"
4805 msgstr ""
4807 #, c-format
4808 msgid "No DHCPOFFERs were received.\n"
4809 msgstr ""
4811 #, c-format
4812 msgid "Received %d DHCPOFFER(s)"
4813 msgstr ""
4815 #, c-format
4816 msgid ", Rogue DHCP Server detected! Server %s"
4817 msgstr ""
4819 #, c-format
4820 msgid " offered %s \n"
4821 msgstr ""
4823 #, c-format
4824 msgid ", %s%d of %d requested servers responded"
4825 msgstr ""
4827 #, c-format
4828 msgid ", requested address (%s) was %soffered"
4829 msgstr ""
4831 msgid "not "
4832 msgstr ""
4834 #, c-format
4835 msgid ", max lease time = "
4836 msgstr ""
4838 #, c-format
4839 msgid "Infinity"
4840 msgstr ""
4842 msgid "Got unexpected non-option argument"
4843 msgstr ""
4845 #, c-format
4846 msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n"
4847 msgstr ""
4849 #, c-format
4850 msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n"
4851 msgstr ""
4853 #, c-format
4854 msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n"
4855 msgstr ""
4857 #, c-format
4858 msgid ""
4859 "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n"
4860 msgstr ""
4862 #, c-format
4863 msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n"
4864 msgstr ""
4866 #, c-format
4867 msgid "Hardware address: "
4868 msgstr ""
4870 msgid "This plugin tests the availability of DHCP servers on a network."
4871 msgstr ""
4873 msgid "IP address of DHCP server that we must hear from"
4874 msgstr ""
4876 msgid "IP address that should be offered by at least one DHCP server"
4877 msgstr ""
4879 msgid "Seconds to wait for DHCPOFFER before timeout occurs"
4880 msgstr ""
4882 msgid "Interface to to use for listening (i.e. eth0)"
4883 msgstr ""
4885 msgid "MAC address to use in the DHCP request"
4886 msgstr ""
4888 msgid "Unicast testing: mimic a DHCP relay, requires -s"
4889 msgstr ""
4891 msgid ""
4892 "Only requested DHCP server may response (rogue DHCP server detection), "
4893 "requires -s"
4894 msgstr ""
4896 msgid "specify a target"
4897 msgstr ""
4899 msgid "Use IPv4 (default) or IPv6 to communicate with the targets"
4900 msgstr ""
4902 msgid "warning threshold (currently "
4903 msgstr ""
4905 msgid "critical threshold (currently "
4906 msgstr ""
4908 msgid "specify a source IP address or device name"
4909 msgstr ""
4911 msgid "number of packets to send (currently "
4912 msgstr ""
4914 msgid "max packet interval (currently "
4915 msgstr ""
4917 msgid "max target interval (currently "
4918 msgstr ""
4920 msgid "number of alive hosts required for success"
4921 msgstr ""
4923 msgid "TTL on outgoing packets (currently "
4924 msgstr ""
4926 msgid "timeout value (seconds, currently  "
4927 msgstr ""
4929 msgid "Number of icmp data bytes to send"
4930 msgstr ""
4932 msgid "Packet size will be data bytes + icmp header (currently"
4933 msgstr ""
4935 msgid "verbose"
4936 msgstr ""
4938 msgid "The -H switch is optional. Naming a host (or several) to check is not."
4939 msgstr ""
4941 msgid ""
4942 "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
4943 msgstr ""
4945 msgid "packet loss.  The default values should work well for most users."
4946 msgstr ""
4948 msgid ""
4949 "You can specify different RTA factors using the standardized abbreviations"
4950 msgstr ""
4952 msgid ""
4953 "us (microseconds), ms (milliseconds, default) or just plain s for seconds."
4954 msgstr ""
4956 msgid "The -v switch can be specified several times for increased verbosity."
4957 msgstr ""