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