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