summaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-10 12:12:24 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-10 12:12:24 (GMT)
commitdcf31f383de6fd8ffff44417bfc12df76ce9ae67 (patch)
treea00f556a5b95f4e70775e872d1a2112e876f742e /po/de.po
parent69e7c5305d7e1194a42cee7bfcc9a256b95ef1ac (diff)
downloadmonitoring-plugins-dcf31f383de6fd8ffff44417bfc12df76ce9ae67.tar.gz
first pass at NLS markup done
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@678 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po3575
1 files changed, 3527 insertions, 48 deletions
diff --git a/po/de.po b/po/de.po
index aacee31..3ed0f19 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,36 +3,3293 @@
3# This file is distributed under the same license as the nagios-plugins package. 3# This file is distributed under the same license as the nagios-plugins package.
4# Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. 4# Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003.
5# 5#
6#: plugins/check_nt.c:311
6#, fuzzy 7#, fuzzy
7msgid "" 8msgid ""
8msgstr "" 9msgstr ""
9"Project-Id-Version: nagios-plugins 1.3.99\n" 10"Project-Id-Version: nagios-plugins 1.3.99\n"
10"Report-Msgid-Bugs-To: \n" 11"POT-Creation-Date: 2003-08-10 07:52-0400\n"
11"POT-Creation-Date: 2003-08-08 21:40-0700\n"
12"PO-Revision-Date: 2003-07-20 22:24-0400\n" 12"PO-Revision-Date: 2003-07-20 22:24-0400\n"
13"Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n" 13"Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n"
14"Language-Team: de <LL@li.org>\n" 14"Language-Team: de <LL@li.org>\n"
15"MIME-Version: 1.0\n" 15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n" 17"Content-Transfer-Encoding: 8bit\n"
18"Report-Msgid-Bugs-To: \n"
19
20#: plugins/check_by_ssh.c:69 plugins/check_dig.c:65 plugins/check_disk.c:157
21#: plugins/check_fping.c:73 plugins/check_nagios.c:60 plugins/check_nt.c:100
22#: plugins/check_nwstat.c:121 plugins/check_radius.c:107
23#: plugins/check_ssh.c:52 plugins/check_tcp.c:210 plugins/check_users.c:45
24#: plugins/negate.c:79
25msgid "Could not parse arguments\n"
26msgstr ""
27
28#: plugins/check_by_ssh.c:88
29#, c-format
30msgid "Unable to open pipe: %s"
31msgstr ""
32
33#: plugins/check_by_ssh.c:96 plugins/check_dig.c:85 plugins/check_dns.c:112
34#: plugins/check_fping.c:93 plugins/check_hpjd.c:114 plugins/check_load.c:112
35#: plugins/check_nagios.c:97 plugins/check_procs.c:123
36#: plugins/check_snmp.c:175 plugins/check_swap.c:112 plugins/check_users.c:56
37#: plugins/negate.c:93 plugins/urlize.c:89
38#, c-format
39msgid "Could not open stderr for %s\n"
40msgstr ""
41
42#: plugins/check_by_ssh.c:121
43#, c-format
44msgid "SSH WARNING: could not open %s\n"
45msgstr ""
46
47#: plugins/check_by_ssh.c:128
48msgid "STATUS CODE: "
49msgstr ""
50
51#: plugins/check_by_ssh.c:139
52#, c-format
53msgid "STATUS CODE: %d"
54msgstr ""
55
56#: plugins/check_by_ssh.c:140
57#, c-format
58msgid "[%d] PROCESS_SERVICE_CHECK_RESULT;%s;%s;%d;%s\n"
59msgstr ""
60
61#: plugins/check_by_ssh.c:224
62msgid "timeout interval must be an integer"
63msgstr ""
64
65#: plugins/check_by_ssh.c:229
66msgid "invalid host name"
67msgstr ""
68
69#: plugins/check_by_ssh.c:234
70msgid "port must be an integer"
71msgstr ""
72
73#: plugins/check_by_ssh.c:279
74#, c-format
75msgid "%s: You must provide a host name\n"
76msgstr ""
77
78#: plugins/check_by_ssh.c:281
79#, c-format
80msgid "%s: Invalid host name %s\n"
81msgstr ""
18 82
19#: plugins/check_tcp.c:99 83#: plugins/check_by_ssh.c:297
84msgid "No remotecmd\n"
85msgstr ""
86
87#: plugins/check_by_ssh.c:315
20#, c-format 88#, c-format
21msgid "" 89msgid ""
22"Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n" 90"%s: In passive mode, you must provide a service name for each command.\n"
23" [-s <send string>] [-e <expect string>] [-q <quit string>]\n" 91msgstr ""
24" [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n" 92
25" [-r <refuse state>] [-v] [-4|-6]\n" 93#: plugins/check_by_ssh.c:318
94#, c-format
95msgid ""
96"%s: In passive mode, you must provide the host short name from the nagios "
97"configs.\n"
98msgstr ""
99
100#: plugins/check_by_ssh.c:333
101msgid ""
102"Copyright (c) 1999 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n"
103msgstr ""
104
105#: plugins/check_by_ssh.c:336
106msgid ""
107"This plugin uses SSH to execute commands on a remote host\n"
108"\n"
109msgstr ""
110
111#: plugins/check_by_ssh.c:346
112msgid ""
113" -1, --proto1\n"
114" tell ssh to use Protocol 1\n"
115" -2, --proto2\n"
116" tell ssh to use Protocol 2\n"
117" -f\n"
118" tells ssh to fork rather than create a tty\n"
119msgstr ""
120
121#: plugins/check_by_ssh.c:354
122msgid ""
123" -C, --command='COMMAND STRING'\n"
124" command to execute on the remote machine\n"
125" -l, --logname=USERNAME\n"
126" SSH user name on remote host [optional]\n"
127" -i, --identity=KEYFILE\n"
128" identity of an authorized key [optional]\n"
129" -O, --output=FILE\n"
130" external command file for nagios [optional]\n"
131" -s, --services=LIST\n"
132" list of nagios service names, separated by ':' [optional]\n"
133" -n, --name=NAME\n"
134" short name of host in nagios configuration [optional]\n"
135msgstr ""
136
137#: plugins/check_by_ssh.c:372
138msgid ""
139"\n"
140"The most common mode of use is to refer to a local identity file with\n"
141"the '-i' option. In this mode, the identity pair should have a null\n"
142"passphrase and the public key should be listed in the authorized_keys\n"
143"file of the remote host. Usually the key will be restricted to running\n"
144"only one command on the remote server. If the remote SSH server tracks\n"
145"invocation agruments, the one remote program may be an agent that can\n"
146"execute additional commands as proxy\n"
147msgstr ""
148
149#: plugins/check_by_ssh.c:381
150msgid ""
151"\n"
152"To use passive mode, provide multiple '-C' options, and provide\n"
153"all of -O, -s, and -n options (servicelist order must match '-C'\n"
154"options)\n"
155msgstr ""
156
157#: plugins/check_by_ssh.c:394
158#, c-format
159msgid ""
160"\n"
161"Usage: %s [-f46] [-t timeout] [-i identity] [-l user] -H <host> \n"
162" -C <command> [-n name] [-s servicelist] [-O outputfile] [-p port]\n"
163msgstr ""
164
165#: plugins/check_dig.c:62
166msgid "Cannot catch SIGALRM\n"
167msgstr ""
168
169#: plugins/check_dig.c:79 plugins/check_dns.c:106 plugins/check_hpjd.c:108
170#: plugins/check_nagios.c:91 plugins/check_procs.c:117
171#: plugins/check_snmp.c:169 plugins/check_swap.c:106 plugins/check_users.c:50
172#: plugins/negate.c:89 plugins/urlize.c:83
173#, c-format
174msgid "Could not open pipe: %s\n"
175msgstr ""
176
177#: plugins/check_dig.c:104
178msgid "Server not found in ANSWER SECTION"
179msgstr ""
180
181#: plugins/check_dig.c:114
182msgid "No ANSWER SECTION found"
183msgstr ""
184
185#: plugins/check_dig.c:131
186msgid "dig returned error status"
187msgstr ""
188
189#: plugins/check_dig.c:137 plugins/check_dns.c:214 plugins/check_dns.c:217
190#: plugins/check_dns.c:220
191msgid " Probably a non-existent host/domain"
192msgstr ""
193
194#: plugins/check_dig.c:140
195#, c-format
196msgid "DNS OK - %d seconds response time (%s)\n"
197msgstr ""
198
199#: plugins/check_dig.c:143 plugins/check_dns.c:213
200#, c-format
201msgid "DNS WARNING - %s\n"
202msgstr ""
203
204#: plugins/check_dig.c:145 plugins/check_dns.c:216
205#, c-format
206msgid "DNS CRITICAL - %s\n"
207msgstr ""
208
209#: plugins/check_dig.c:147 plugins/check_dns.c:219
210#, c-format
211msgid "DNS problem - %s\n"
212msgstr ""
213
214#: plugins/check_dig.c:184 plugins/check_pgsql.c:206 plugins/check_ping.c:194
215#: plugins/check_time.c:180 plugins/negate.c:168 plugins/urlize.c:68
216msgid "Unknown argument"
217msgstr ""
218
219#: plugins/check_dig.c:196 plugins/check_dig.c:247 plugins/check_hpjd.c:343
220#: plugins/check_real.c:364 plugins/check_smtp.c:308
221msgid "Invalid host name"
222msgstr ""
223
224#: plugins/check_dig.c:204 plugins/check_time.c:245 plugins/check_udp.c:182
225msgid "Server port must be a nonnegative integer\n"
226msgstr ""
227
228#: plugins/check_dig.c:215
229msgid "Warning interval must be a nonnegative integer\n"
230msgstr ""
231
232#: plugins/check_dig.c:223
233msgid "Critical interval must be a nonnegative integer\n"
234msgstr ""
235
236#: plugins/check_dig.c:231 plugins/check_real.c:344 plugins/check_smtp.c:278
237msgid "Time interval must be a nonnegative integer\n"
238msgstr ""
239
240#: plugins/check_dig.c:285
241msgid ""
242"Test the DNS service on the specified host using dig\n"
243"\n"
244msgstr ""
245
246#: plugins/check_dig.c:293
247msgid ""
248" -l, --lookup=STRING\n"
249" machine name to lookup\n"
250msgstr ""
251
252#: plugins/check_dig.c:312
253#, c-format
254msgid ""
255"Usage: %s -H host -l lookup [-p <server port>] [-w <warning interval>]\n"
256" [-c <critical interval>] [-t <timeout>] [-v]\n"
257msgstr ""
258
259#: plugins/check_disk.c:197
260#, c-format
261msgid ""
262"%s\n"
263"%.0f of %.0f %s (%.0f%%) free on %s (type %s mounted on %s) warn:%lu crit:%"
264"lu warn%%:%.0f%% crit%%:%.0f%%"
265msgstr ""
266
267#: plugins/check_disk.c:213
268#, c-format
269msgid "%s [%s not found]"
270msgstr ""
271
272#: plugins/check_disk.c:289
273msgid "Timeout Interval must be an integer!\n"
274msgstr ""
275
276#: plugins/check_disk.c:306 plugins/check_swap.c:247
277msgid "Warning threshold must be integer or percentage!\n"
278msgstr ""
279
280#: plugins/check_disk.c:323 plugins/check_swap.c:264
281msgid "Critical threshold must be integer or percentage!\n"
282msgstr ""
283
284#: plugins/check_disk.c:344
285#, c-format
286msgid "unit type %s not known\n"
287msgstr ""
288
289#: plugins/check_disk.c:347
290#, c-format
291msgid "failed allocating storage for '%s'\n"
292msgstr ""
293
294#: plugins/check_disk.c:414
295msgid "check_disk: unrecognized option\n"
296msgstr ""
297
298#: plugins/check_disk.c:471
299msgid "INPUT ERROR: No thresholds specified"
300msgstr ""
301
302#: plugins/check_disk.c:477
303#, c-format
304msgid ""
305"INPUT ERROR: C_DFP (%f) should be less than W_DFP (%.1f) and both should be "
306"between zero and 100 percent, inclusive"
307msgstr ""
308
309#: plugins/check_disk.c:484
310#, c-format
311msgid ""
312"INPUT ERROR: C_DF (%lu) should be less than W_DF (%lu) and both should be "
313"greater than zero"
314msgstr ""
315
316#: plugins/check_disk.c:549 plugins/check_dummy.c:80 plugins/check_http.c:995
317#: plugins/check_mrtg.c:303 plugins/check_mrtgtraf.c:325
318#: plugins/check_nwstat.c:899 plugins/check_overcr.c:419
319msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"
320msgstr ""
321
322#: plugins/check_disk.c:552
323msgid ""
324"This plugin checks the amount of used disk space on a mounted file system\n"
325"and generates an alert if free space is less than one of the threshold "
326"values."
327msgstr ""
328
329#: plugins/check_disk.c:560
330#, c-format
331msgid ""
332" -w, --warning=INTEGER\n"
333" Exit with WARNING status if less than INTEGER kilobytes of disk are free\n"
334" -w, --warning=PERCENT%%\n"
335" Exit with WARNING status if less than PERCENT of disk space is free\n"
336" -c, --critical=INTEGER\n"
337" Exit with CRITICAL status if less than INTEGER kilobytes of disk are "
338"free\n"
339" -c, --critical=PERCENT%%\n"
340" Exit with CRITCAL status if less than PERCENT of disk space is free\n"
341" -C, --clear\n"
342" Clear thresholds\n"
343msgstr ""
344
345#: plugins/check_disk.c:572
346msgid ""
347" -u, --units=STRING\n"
348" Choose bytes, kB, MB, GB, TB (default: MB)\n"
349" -k, --kilobytes\n"
350" Same as '--units kB'\n"
351" -m, --megabytes\n"
352" Same as '--units MB'\n"
353msgstr ""
354
355#: plugins/check_disk.c:580
356msgid ""
357" -l, --local\n"
358" Only check local filesystems\n"
359" -p, --path=PATH, --partition=PARTITION\n"
360" Path or partition (may be repeated)\n"
361" -x, --exclude_device=PATH <STRING>\n"
362" Ignore device (only works if -p unspecified)\n"
363" -X, --exclude-type=TYPE <STRING>\n"
364" Ignore all filesystems of indicated type (may be repeated)\n"
365" -M, --mountpoint\n"
366" Display the mountpoint instead of the partition\n"
367" -e, --errors-only\n"
368" Display only devices/mountpoints with errors\n"
369msgstr ""
370
371#: plugins/check_disk.c:600
372msgid ""
373"Examples:\n"
374" check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 -p /\n"
375" Checks /tmp and /var at 10%,5% and / at 100MB, 50MB\n"
376msgstr ""
377
378#: plugins/check_disk.c:613
379#, c-format
380msgid ""
381"Usage: %s -w limit -c limit [-p path | -x device] [-t timeout] [-m] [-e]\n"
382" [-v] [-q]\n"
383" %s (-h|--help)\n"
384" %s (-V|--version)\n"
385msgstr ""
386
387#: plugins/check_dns.c:86 plugins/check_nagios.c:64 plugins/check_pgsql.c:136
388#: plugins/check_ping.c:79 plugins/negate.c:83
389msgid "Cannot catch SIGALRM"
390msgstr ""
391
392#: plugins/check_dns.c:124 plugins/check_dns.c:153
393msgid "Unknown error (plugin)"
394msgstr ""
395
396#: plugins/check_dns.c:148
397#, c-format
398msgid "DNS CRITICAL - '%s' returned empty host name string\n"
399msgstr ""
400
401#: plugins/check_dns.c:185
402msgid "nslookup returned error status"
403msgstr ""
404
405#: plugins/check_dns.c:192
406#, c-format
407msgid "DNS CRITICAL - '%s' output parsing exited with no address\n"
408msgstr ""
409
410#: plugins/check_dns.c:198
411#, c-format
412msgid "expected %s but got %s"
413msgstr ""
414
415#: plugins/check_dns.c:209
416#, c-format
417msgid "DNS ok - %.3f seconds response time, address%s %s|time=%.3f\n"
418msgstr ""
419
420#: plugins/check_dns.c:237
421#, c-format
422msgid "No response from name server %s\n"
423msgstr ""
424
425#: plugins/check_dns.c:241
426#, c-format
427msgid "Name server %s has no records\n"
428msgstr ""
429
430#: plugins/check_dns.c:248
431#, c-format
432msgid "Connection to name server %s was refused\n"
433msgstr ""
434
435#: plugins/check_dns.c:254
436#, c-format
437msgid "Domain %s was not found by the server\n"
438msgstr ""
439
440#: plugins/check_dns.c:258
441msgid "Network is unreachable\n"
442msgstr ""
443
444#: plugins/check_dns.c:262
445#, c-format
446msgid "Server failure for %s\n"
447msgstr ""
448
449#: plugins/check_dns.c:307 plugins/check_fping.c:243 plugins/check_game.c:200
450#: plugins/check_overcr.c:331 plugins/check_radius.c:209
451#: plugins/check_tcp.c:401 plugins/check_udp.c:143 plugins/check_users.c:130
452#, c-format
453msgid ""
454"%s: Unknown argument: %s\n"
455"\n"
456msgstr ""
457
458#: plugins/check_dns.c:324 plugins/check_dns.c:336 plugins/check_dns.c:347
459#: plugins/check_dns.c:352 plugins/check_dns.c:362 plugins/check_dns.c:373
460#: plugins/check_game.c:217 plugins/check_game.c:225
461msgid "Input buffer overflow\n"
462msgstr ""
463
464#: plugins/check_dns.c:331
465msgid ""
466"Invalid server name/address\n"
467"\n"
468msgstr ""
469
470#: plugins/check_dns.c:342 plugins/check_fping.c:257
471#: plugins/check_radius.c:223
472msgid ""
473"Invalid host name/address\n"
474"\n"
475msgstr ""
476
477#: plugins/check_dns.c:369
478#, c-format
479msgid ""
480"Invalid name/address: %s\n"
481"\n"
482msgstr ""
483
484#: plugins/check_dns.c:405
485msgid ""
486"-H, --hostname=HOST\n"
487" The name or address you want to query\n"
488"-s, --server=HOST\n"
489" Optional DNS server you want to use for the lookup\n"
490"-a, --expected-address=IP-ADDRESS\n"
491" Optional IP address you expect the DNS server to return\n"
492msgstr ""
493
494#: plugins/check_dns.c:415
495msgid ""
496"\n"
497"This plugin uses the nslookup program to obtain the IP address\n"
498"for the given host/domain query. A optional DNS server to use may\n"
499"be specified. If no DNS server is specified, the default server(s)\n"
500"specified in /etc/resolv.conf will be used.\n"
501msgstr ""
502
503#: plugins/check_dns.c:430
504#, c-format
505msgid ""
506"Usage: %s -H host [-s server] [-a expected-address] [-t timeout]\n"
507" %s --help\n"
508" %s --version\n"
509msgstr ""
510
511#: plugins/check_dummy.c:38
512msgid "Incorrect number of arguments supplied\n"
513msgstr ""
514
515#: plugins/check_dummy.c:48
516msgid "Arguments to check_dummy must be an integer\n"
517msgstr ""
518
519#: plugins/check_dummy.c:87
520msgid ""
521"\n"
522"This plugin will simply return the state corresponding to the numeric value\n"
523"of the <state> argument.\n"
524msgstr ""
525
526#: plugins/check_dummy.c:99
527#, c-format
528msgid "Usage: %s <integer state>\n"
529msgstr ""
530
531#: plugins/check_fping.c:87
532#, c-format
533msgid "Unable to open pipe: %s\n"
534msgstr ""
535
536#: plugins/check_fping.c:134
537#, c-format
538msgid "FPING unknown - %s not found\n"
539msgstr ""
540
541#: plugins/check_fping.c:138
542#, c-format
543msgid "FPING critical - %s is unreachable\n"
544msgstr ""
545
546#: plugins/check_fping.c:143
547#, c-format
548msgid "FPING critical - %s is down\n"
549msgstr ""
550
551#: plugins/check_fping.c:169
552#, c-format
553msgid "FPING %s - %s (loss=%f%%, rta=%f ms)\n"
554msgstr ""
555
556#: plugins/check_fping.c:188
557#, c-format
558msgid "FPING %s - %s (loss=%f%% )\n"
559msgstr ""
560
561#: plugins/check_fping.c:289
562msgid "Packet size must be a positive integer"
563msgstr ""
564
565#: plugins/check_fping.c:295
566msgid "Packet count must be a positive integer"
567msgstr ""
568
569#: plugins/check_fping.c:302
570msgid ""
571"Host name was not supplied\n"
572"\n"
573msgstr ""
574
575#: plugins/check_fping.c:325
576#, c-format
577msgid "%s: Only one threshold may be packet loss (%s)\n"
578msgstr ""
579
580#: plugins/check_fping.c:329
581#, c-format
582msgid "%s: Only one threshold must be packet loss (%s)\n"
583msgstr ""
584
585#: plugins/check_fping.c:362
586msgid ""
587"Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n"
588"\n"
589"This plugin will use the /bin/fping command (from saint) to ping the\n"
590"specified host for a fast check if the host is alive. Note that it is\n"
591"necessary to set the suid flag on fping.\n"
592"\n"
593msgstr ""
594
595#: plugins/check_fping.c:372
596#, c-format
597msgid ""
598" -H, --hostname=HOST\n"
599" Name or IP Address of host to ping (IP Address bypasses name lookup,\n"
600" reducing system load)\n"
601" -w, --warning=THRESHOLD\n"
602" warning threshold pair\n"
603" -c, --critical=THRESHOLD\n"
604" critical threshold pair\n"
605" -b, --bytes=INTEGER\n"
606" Size of ICMP packet (default: %d)\n"
607" -n, --number=INTEGER\n"
608" Number of ICMP packets to send (default: %d)\n"
609msgstr ""
610
611#: plugins/check_fping.c:388
612#, c-format
613msgid ""
614"\n"
615"THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n"
616"time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n"
617"percentage of packet loss to trigger an alarm state.\n"
618msgstr ""
619
620#: plugins/check_fping.c:402
621#, c-format
622msgid "Usage: %s <host_address>\n"
623msgstr ""
624
625#: plugins/check_game.c:66 plugins/check_snmp.c:157
626msgid "Incorrect arguments supplied\n"
627msgstr ""
628
629#: plugins/check_game.c:69
630msgid "Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n"
631msgstr ""
632
633#: plugins/check_game.c:70
634msgid "License: GPL\n"
635msgstr ""
636
637#: plugins/check_game.c:90
638#, c-format
639msgid "Error - Could not open pipe: %s\n"
640msgstr ""
641
642#: plugins/check_game.c:110
643msgid "ERROR: Host type parameter incorrect!\n"
644msgstr ""
645
646#: plugins/check_game.c:286
647#, c-format
648msgid "This plugin tests %s connections with the specified host."
649msgstr ""
650
651#: plugins/check_game.c:292
652msgid ""
653"<game> = Game type that is recognised by qstat (without the leading "
654"dash)\n"
655"<ip_address> = The IP address of the device you wish to query\n"
656" [port] = Optional port of which to connect\n"
657" [game_field] = Field number in raw qstat output that contains game name\n"
658" [map_field] = Field number in raw qstat output that contains map name\n"
659" [ping_field] = Field number in raw qstat output that contains ping time\n"
660msgstr ""
661
662#: plugins/check_game.c:302
663msgid ""
664"\n"
665"Notes:\n"
666"- This plugin uses the 'qstat' command, the popular game server status query "
667"tool .\n"
668" If you don't have the package installed, you will need to download it "
669"from\n"
670" http://www.activesw.com/people/steve/qstat.html before you can use this "
671"plugin.\n"
672msgstr ""
673
674#: plugins/check_game.c:317
675#, c-format
676msgid ""
677"Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n"
678" [-pf ping_field]\n"
679msgstr ""
680
681#: plugins/check_hpjd.c:83 plugins/check_mrtg.c:57 plugins/check_mrtgtraf.c:67
682#: plugins/check_mysql.c:47 plugins/check_real.c:65 plugins/check_smtp.c:69
683#: plugins/check_swap.c:77 plugins/check_time.c:58
684msgid "Invalid command arguments supplied\n"
685msgstr ""
686
687#: plugins/check_hpjd.c:218
688msgid "Paper Jam"
689msgstr ""
690
691#: plugins/check_hpjd.c:222
692msgid "Out of Paper"
693msgstr ""
694
695#: plugins/check_hpjd.c:227
696msgid "Printer Offline"
697msgstr ""
698
699#: plugins/check_hpjd.c:232
700msgid "Peripheral Error"
701msgstr ""
702
703#: plugins/check_hpjd.c:236
704msgid "Intervention Required"
705msgstr ""
706
707#: plugins/check_hpjd.c:240
708msgid "Toner Low"
709msgstr ""
710
711#: plugins/check_hpjd.c:244
712msgid "Insufficient Memory"
713msgstr ""
714
715#: plugins/check_hpjd.c:248
716msgid "A Door is Open"
717msgstr ""
718
719#: plugins/check_hpjd.c:252
720msgid "Output Tray is Full"
721msgstr ""
722
723#: plugins/check_hpjd.c:256
724msgid "Data too Slow for Engine"
725msgstr ""
726
727#: plugins/check_hpjd.c:260
728msgid "Unknown Paper Error"
729msgstr ""
730
731#: plugins/check_hpjd.c:265
732#, c-format
733msgid "Printer ok - (%s)\n"
734msgstr ""
735
736#: plugins/check_hpjd.c:320 plugins/check_mysql.c:128 plugins/check_real.c:302
737#: plugins/check_smtp.c:230
738msgid "Invalid host name\n"
739msgstr ""
740
741#: plugins/check_hpjd.c:333 plugins/check_load.c:219 plugins/check_mrtg.c:224
742#: plugins/check_mrtgtraf.c:264 plugins/check_mysql.c:150
743#: plugins/check_real.c:354 plugins/check_smtp.c:298 plugins/check_swap.c:279
744msgid "Invalid argument\n"
745msgstr ""
746
747#: plugins/check_hpjd.c:379
748msgid ""
749"This plugin tests the STATUS of an HP printer with a JetDirect card.\n"
750"Net-snmp must be installed on the computer running the plugin.\n"
751"\n"
752msgstr ""
753
754#: plugins/check_hpjd.c:387
755#, c-format
756msgid ""
757" -C, --community=STRING\n"
758" The SNMP community name (default=%s)\n"
759msgstr ""
760
761#: plugins/check_hpjd.c:400
762#, c-format
763msgid "Usage: %s -H host [-C community]\n"
764msgstr ""
765
766#: plugins/check_http.c:135
767msgid "check_http: could not parse arguments\n"
768msgstr ""
769
770#: plugins/check_http.c:156
771msgid "HTTP CRITICAL - Could not make SSL connection\n"
772msgstr ""
773
774#: plugins/check_http.c:162 plugins/check_http.c:499
775msgid "ERROR: Cannot retrieve server certificate.\n"
776msgstr ""
777
778#: plugins/check_http.c:233
779msgid "unknown argument"
780msgstr ""
781
782#: plugins/check_http.c:245
783msgid "timeout interval must be a non-negative integer"
784msgstr ""
785
786#: plugins/check_http.c:251
787msgid "invalid critical threshold"
788msgstr ""
789
790#: plugins/check_http.c:259
791msgid "invalid warning threshold"
792msgstr ""
793
794#: plugins/check_http.c:273 plugins/check_http.c:288
795msgid "check_http: invalid option - SSL is not available\n"
796msgstr ""
797
798#: plugins/check_http.c:282
799msgid "invalid certificate expiration period"
800msgstr ""
801
802#: plugins/check_http.c:303
803#, c-format
804msgid "option f:%d \n"
805msgstr ""
806
807#: plugins/check_http.c:318
808msgid "invalid port number"
809msgstr ""
810
811#: plugins/check_http.c:346
812msgid "check_http: call for regex which was not a compiled option\n"
813msgstr ""
814
815#: plugins/check_http.c:360
816#, c-format
817msgid "Could Not Compile Regular Expression: %s"
818msgstr ""
819
820#: plugins/check_http.c:372 plugins/check_ldap.c:233 plugins/check_ping.c:217
821#: plugins/check_smtp.c:288 plugins/check_ssh.c:124 plugins/check_tcp.c:420
822msgid "IPv6 support not available\n"
823msgstr ""
824
825#: plugins/check_http.c:394
826msgid "check_http: you must specify a server address or host name\n"
827msgstr ""
828
829#: plugins/check_http.c:492 plugins/check_http.c:507
830msgid "Unable to open TCP socket"
831msgstr ""
832
833#: plugins/check_http.c:566
834msgid "Client Certificate Required\n"
835msgstr ""
836
837#: plugins/check_http.c:568 plugins/check_http.c:573
838msgid "Error in recv()"
839msgstr ""
840
841#: plugins/check_http.c:581
842#, c-format
843msgid "No data received %s"
844msgstr ""
845
846#: plugins/check_http.c:624
847msgid "Invalid HTTP response received from host\n"
848msgstr ""
849
850#: plugins/check_http.c:627
851#, c-format
852msgid "Invalid HTTP response received from host on port %d\n"
26msgstr "" 853msgstr ""
27 854
28#: plugins/check_tcp.c:114 855#: plugins/check_http.c:635
856#, c-format
857msgid "HTTP OK: Status line output matched \"%s\"\n"
858msgstr ""
859
860#: plugins/check_http.c:650
861#, c-format
862msgid "HTTP CRITICAL: %s\n"
863msgstr ""
864
865#: plugins/check_http.c:659
866#, c-format
867msgid "HTTP WARNING: %s\n"
868msgstr ""
869
870#: plugins/check_http.c:675
871msgid "ERROR: could not allocate server_address"
872msgstr ""
873
874#: plugins/check_http.c:679
875msgid "ERROR: could not allocate server_url"
876msgstr ""
877
878#: plugins/check_http.c:727
879#, c-format
880msgid "UNKNOWN - Could not find redirect location - %s%s"
881msgstr ""
882
883#: plugins/check_http.c:733
884msgid "UNKNOWN"
885msgstr ""
886
887#: plugins/check_http.c:735 plugins/check_http.c:828
888msgid "OK"
889msgstr ""
890
891#: plugins/check_http.c:737
892msgid "WARNING"
893msgstr ""
894
895#: plugins/check_http.c:739
896msgid "CRITICAL"
897msgstr ""
898
899#: plugins/check_http.c:742
900#, c-format
901msgid " - %s - %.3f second response time %s%s|time=%ldus size=%dB\n"
902msgstr ""
903
904#: plugins/check_http.c:755
905#, c-format
906msgid "HTTP problem: %s - %.3f second response time %s%s|time=%ldus size=%dB\n"
907msgstr ""
908
909#: plugins/check_http.c:768 plugins/check_http.c:783 plugins/check_http.c:811
910#, c-format
911msgid "HTTP OK %s - %.3f second response time %s%s|time=%ldus size=%dB\n"
912msgstr ""
913
914#: plugins/check_http.c:774
915#, c-format
916msgid ""
917"CRITICAL - string not found%s|time=%ldus\n"
918" size=%dB"
919msgstr ""
920
921#: plugins/check_http.c:790
922#, c-format
923msgid "CRITICAL - pattern not found%s|time=%ldus size=%dB\n"
924msgstr ""
925
926#: plugins/check_http.c:796
927#, c-format
928msgid "CRITICAL - Execute Error: %s\n"
929msgstr ""
930
931#: plugins/check_http.c:806
932#, c-format
933msgid "HTTP WARNING: page size too small%s|size=%i\n"
934msgstr ""
935
936#: plugins/check_http.c:828
937#, c-format
938msgid "SSL seeding: %s\n"
939msgstr ""
940
941#: plugins/check_http.c:828
942msgid "Failed"
943msgstr ""
944
945#: plugins/check_http.c:835
946msgid "CRITICAL - Cannot create SSL context.\n"
947msgstr ""
948
949#: plugins/check_http.c:859
950msgid "CRITICAL - Cannot initiate SSL handshake.\n"
951msgstr ""
952
953#: plugins/check_http.c:887 plugins/check_http.c:899
954msgid "CRITICAL - Wrong time format in certificate.\n"
955msgstr ""
956
957#: plugins/check_http.c:928
958#, c-format
959msgid "WARNING - Certificate expires in %d day(s) (%s).\n"
960msgstr ""
961
962#: plugins/check_http.c:932
963#, c-format
964msgid "CRITICAL - Certificate expired on %s.\n"
965msgstr ""
966
967#: plugins/check_http.c:937
968#, c-format
969msgid "WARNING - Certificate expires today (%s).\n"
970msgstr ""
971
972#: plugins/check_http.c:941
973#, c-format
974msgid "OK - Certificate will expire on %s.\n"
975msgstr ""
976
977#: plugins/check_http.c:998
978msgid ""
979"This plugin tests the HTTP service on the specified host. It can test\n"
980"normal (http) and secure (https) servers, follow redirects, search for\n"
981"strings and regular expressions, check connection times, and report on\n"
982"certificate expiration times.\n"
983msgstr ""
984
985#: plugins/check_http.c:1006
986msgid "NOTE: One or both of -H and -I must be specified\n"
987msgstr ""
988
989#: plugins/check_http.c:1010
990#, c-format
991msgid ""
992" -H, --hostname=ADDRESS\n"
993" Host name argument for servers using host headers (virtual host)\n"
994" -I, --IP-address=ADDRESS\n"
995" IP address or name (use numeric address if possible to bypass DNS "
996"lookup).\n"
997" -p, --port=INTEGER\n"
998" Port number (default: %d)\n"
999msgstr ""
1000
1001#: plugins/check_http.c:1021
1002msgid ""
1003" -S, --ssl\n"
1004" Connect via SSL\n"
1005" -C, --certificate=INTEGER\n"
1006" Minimum number of days a certificate has to be valid.\n"
1007" (when this option is used the url is not checked.)\n"
1008msgstr ""
1009
1010#: plugins/check_http.c:1029
1011#, c-format
1012msgid ""
1013" -e, --expect=STRING\n"
1014" String to expect in first (status) line of server response (default: %s)\n"
1015" If specified skips all other status line logic (ex: 3xx, 4xx, 5xx "
1016"processing)\n"
1017" -s, --string=STRING\n"
1018" String to expect in the content\n"
1019" -u, --url=PATH\n"
1020" URL to GET or POST (default: /)\n"
1021" -P, --post=STRING\n"
1022" URL encoded http POST data\n"
1023msgstr ""
1024
1025#: plugins/check_http.c:1041
1026msgid ""
1027" -l, --linespan\n"
1028" Allow regex to span newlines (must precede -r or -R)\n"
1029" -r, --regex, --ereg=STRING\n"
1030" Search page for regex STRING\n"
1031" -R, --eregi=STRING\n"
1032" Search page for case-insensitive regex STRING\n"
1033msgstr ""
1034
1035#: plugins/check_http.c:1050
1036msgid ""
1037" -a, --authorization=AUTH_PAIR\n"
1038" Username:password on sites with basic authentication\n"
1039" -L, --link=URL\n"
1040" Wrap output in HTML link (obsoleted by urlize)\n"
1041" -f, --onredirect=<ok|warning|critical|follow>\n"
1042" How to handle redirected pages\n"
1043" -m, --min=INTEGER\n"
1044" Minimum page size required (bytes)\n"
1045msgstr ""
1046
1047#: plugins/check_http.c:1066
1048msgid ""
1049"This plugin will attempt to open an HTTP connection with the host. "
1050"Successful\n"
1051"connects return STATE_OK, refusals and timeouts return STATE_CRITICAL, "
1052"other\n"
1053"errors return STATE_UNKNOWN. Successful connects, but incorrect reponse\n"
1054"messages from the host result in STATE_WARNING return values. If you are\n"
1055"checking a virtual server that uses 'host headers' you must supply the FQDN\n"
1056"(fully qualified domain name) as the [host_name] argument.\n"
1057msgstr ""
1058
1059#: plugins/check_http.c:1075
1060msgid ""
1061"\n"
1062"This plugin can also check whether an SSL enabled web server is able to\n"
1063"serve content (optionally within a specified time) or whether the X509 \n"
1064"certificate is still valid for the specified number of days.\n"
1065msgstr ""
1066
1067#: plugins/check_http.c:1079
1068msgid ""
1069"\n"
1070"CHECK CONTENT: check_http -w 5 -c 10 --ssl www.verisign.com\n"
1071"\n"
1072"When the 'www.verisign.com' server returns its content within 5 seconds, a\n"
1073"STATE_OK will be returned. When the server returns its content but exceeds\n"
1074"the 5-second threshold, a STATE_WARNING will be returned. When an error "
1075"occurs,\n"
1076"a STATE_CRITICAL will be returned.\n"
1077"\n"
1078msgstr ""
1079
1080#: plugins/check_http.c:1086
1081msgid ""
1082"CHECK CERTIFICATE: check_http www.verisign.com -C 14\n"
1083"\n"
1084"When the certificate of 'www.verisign.com' is valid for more than 14 days, "
1085"a\n"
1086"STATE_OK is returned. When the certificate is still valid, but for less "
1087"than\n"
1088"14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned "
1089"when\n"
1090"the certificate is expired.\n"
1091msgstr ""
1092
1093#: plugins/check_http.c:1104
1094#, c-format
1095msgid ""
1096"Usage: %s (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n"
1097" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n"
1098" [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n"
1099" [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n"
1100" [-P string] [-m min_pg_size] [-4|-6]\n"
1101msgstr ""
1102
1103#: plugins/check_ide-smart.c:163
1104#, c-format
1105msgid "Critical: SMART_READ_VALUES: %s\n"
1106msgstr ""
1107
1108#: plugins/check_ide-smart.c:228
1109#, c-format
1110msgid "Critical: %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n"
1111msgstr ""
1112
1113#: plugins/check_ide-smart.c:235
1114#, c-format
1115msgid "Warning: %d Harddrive Advisor%s Detected. %d/%d tests failed.\n"
1116msgstr ""
1117
1118#: plugins/check_ide-smart.c:242
1119#, c-format
1120msgid "Status: Operational (%d/%d tests passed)\n"
1121msgstr ""
1122
1123#: plugins/check_ide-smart.c:245
1124#, c-format
1125msgid "Error: Status '%d' uknown. %d/%d tests passed\n"
1126msgstr ""
1127
1128#: plugins/check_ide-smart.c:274
1129#, c-format
1130msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n"
1131msgstr ""
1132
1133#: plugins/check_ide-smart.c:280
1134#, c-format
1135msgid "OffLineCapability=%d {%s %s %s}\n"
1136msgstr ""
1137
1138#: plugins/check_ide-smart.c:286
1139#, c-format
1140msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n"
1141msgstr ""
1142
1143#: plugins/check_ide-smart.c:323
1144#, c-format
1145msgid "Critical: %s: %s\n"
1146msgstr ""
1147
1148#: plugins/check_ide-smart.c:340
1149#, c-format
1150msgid "Critical: SMART_READ_THRESHOLDS: %s\n"
1151msgstr ""
1152
1153#: plugins/check_ide-smart.c:358
1154msgid ""
1155"Usage: check_ide-smart [DEVICE] [OPTION]\n"
1156" -d, --device=DEVICE\n"
1157" Select device DEVICE\n"
1158" -i, --immediate\n"
1159" Perform immediately offline tests\n"
1160" -q, --quiet-check\n"
1161" Returns the number of failed tests\n"
1162" -1, --auto-on\n"
1163" Turn on automatic offline tests\n"
1164" -0, --auto-off\n"
1165" Turn off automatic offline tests\n"
1166" -n, --net-saint\n"
1167" Output suitable for Net Saint\n"
1168" -h, --help\n"
1169" -V, --version\n"
1170msgstr ""
1171
1172#: plugins/check_ide-smart.c:432
1173#, c-format
1174msgid "Try `%s --help' for more information.\n"
1175msgstr ""
1176
1177#: plugins/check_ide-smart.c:449
1178#, c-format
1179msgid "Critical: Couldn't open device: %s\n"
1180msgstr ""
1181
1182#: plugins/check_ide-smart.c:454
1183msgid "Critical: SMART_CMD_ENABLE\n"
1184msgstr ""
1185
1186#: plugins/check_ldap.c:68
1187msgid "check_ldap: could not parse arguments\n"
1188msgstr ""
1189
1190#: plugins/check_ldap.c:82
1191#, c-format
1192msgid "Could not connect to the server at port %i\n"
1193msgstr ""
1194
1195#: plugins/check_ldap.c:90
1196#, c-format
1197msgid "Could not set protocol version %d\n"
1198msgstr ""
1199
1200#: plugins/check_ldap.c:98
1201msgid "Could not bind to the ldap-server\n"
1202msgstr ""
1203
1204#: plugins/check_ldap.c:106
1205#, c-format
1206msgid "Could not search/find objectclasses in %s\n"
1207msgstr ""
1208
1209#: plugins/check_ldap.c:123
1210#, c-format
1211msgid "LDAP CRITICAL - %i seconds response time\n"
1212msgstr ""
1213
1214#: plugins/check_ldap.c:128
1215#, c-format
1216msgid "LDAP WARNING - %i seconds response time\n"
1217msgstr ""
1218
1219#: plugins/check_ldap.c:133
1220#, c-format
1221msgid "LDAP OK - %i seconds response time\n"
1222msgstr ""
1223
1224#: plugins/check_ldap.c:190
1225msgid "timeout interval must be a positive integer"
1226msgstr ""
1227
1228#: plugins/check_ldap.c:237
1229msgid "check_ldap: could not parse unknown arguments\n"
1230msgstr ""
1231
1232#: plugins/check_ldap.c:256
1233msgid "please specify the host name\n"
1234msgstr ""
1235
1236#: plugins/check_ldap.c:259
1237msgid "please specify the LDAP base\n"
1238msgstr ""
1239
1240#: plugins/check_ldap.c:278
1241msgid "Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n"
1242msgstr ""
1243
1244#: plugins/check_ldap.c:289
1245msgid ""
1246" -a [--attr]\n"
1247" ldap attribute to search (default: \"(objectclass=*)\"\n"
1248" -b [--base]\n"
1249" ldap base (eg. ou=my unit, o=my org, c=at)\n"
1250" -D [--bind]\n"
1251" ldap bind DN (if required)\n"
1252" -P [--pass]\n"
1253" ldap password (if required)\n"
1254msgstr ""
1255
1256#: plugins/check_ldap.c:300
1257#, c-format
1258msgid ""
1259" -2 [--ver2]\n"
1260" use ldap protocol version 2\n"
1261" -3 [--ver3]\n"
1262" use ldap protocol version 3\n"
1263" (default protocol version: %d)\n"
1264msgstr ""
1265
1266#: plugins/check_ldap.c:324
1267#, c-format
1268msgid ""
1269"Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n"
1270" [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n"
1271"(Note: all times are in seconds.)\n"
1272msgstr ""
1273
1274#: plugins/check_load.c:88 plugins/check_load.c:107
1275#, c-format
1276msgid "Error opening %s\n"
1277msgstr ""
1278
1279#: plugins/check_load.c:119
1280#, c-format
1281msgid "Error code %d returned in %s\n"
1282msgstr ""
1283
1284#: plugins/check_load.c:127
1285msgid "Error in getloadavg()\n"
1286msgstr ""
1287
1288#: plugins/check_load.c:130 plugins/check_load.c:132
1289#, c-format
1290msgid "Error processing %s\n"
1291msgstr ""
1292
1293#: plugins/check_load.c:137
1294#, c-format
1295msgid "load average: %.2f, %.2f, %.2f"
1296msgstr ""
1297
1298#: plugins/check_load.c:139
1299#, c-format
1300msgid "CRITICAL - %s\n"
1301msgstr ""
1302
1303#: plugins/check_load.c:143
1304#, c-format
1305msgid "WARNING - %s\n"
1306msgstr ""
1307
1308#: plugins/check_load.c:146
1309#, c-format
1310msgid "OK - %s\n"
1311msgstr ""
1312
1313#: plugins/check_load.c:194
1314msgid "Warning threshold must be float or float triplet!\n"
1315msgstr ""
1316
1317#: plugins/check_load.c:210
1318msgid "Critical threshold must be float or float triplet!\n"
1319msgstr ""
1320
1321#: plugins/check_load.c:265
1322msgid "Warning threshold for 1-minute load average is not specified\n"
1323msgstr ""
1324
1325#: plugins/check_load.c:267
1326msgid "Warning threshold for 5-minute load average is not specified\n"
1327msgstr ""
1328
1329#: plugins/check_load.c:269
1330msgid "Warning threshold for 15-minute load average is not specified\n"
1331msgstr ""
1332
1333#: plugins/check_load.c:271
1334msgid "Critical threshold for 1-minute load average is not specified\n"
1335msgstr ""
1336
1337#: plugins/check_load.c:273
1338msgid "Critical threshold for 5-minute load average is not specified\n"
1339msgstr ""
1340
1341#: plugins/check_load.c:275
1342msgid "Critical threshold for 15-minute load average is not specified\n"
1343msgstr ""
1344
1345#: plugins/check_load.c:277
1346msgid ""
1347"Parameter inconsistency: 1-minute \"warning load\" greater than \"critical "
1348"load\".\n"
1349msgstr ""
1350
1351#: plugins/check_load.c:279
1352msgid ""
1353"Parameter inconsistency: 5-minute \"warning load\" greater than \"critical "
1354"load\".\n"
1355msgstr ""
1356
1357#: plugins/check_load.c:281
1358msgid ""
1359"Parameter inconsistency: 15-minute \"warning load\" greater than \"critical "
1360"load\".\n"
1361msgstr ""
1362
1363#: plugins/check_load.c:295
1364msgid ""
1365"Copyright (c) 1999 Felipe Gustavo de Almeida <galmeida@linux.ime.usp.br>\n"
1366msgstr ""
1367
1368#: plugins/check_load.c:298
1369msgid ""
1370"This plugin tests the current system load average.\n"
1371"\n"
1372msgstr ""
1373
1374#: plugins/check_load.c:304
1375msgid ""
1376" -w, --warning=WLOAD1,WLOAD5,WLOAD15\n"
1377" Exit with WARNING status if load average exceeds WLOADn\n"
1378" -c, --critical=CLOAD1,CLOAD5,CLOAD15\n"
1379" Exit with CRITICAL status if load average exceed CLOADn\n"
1380"\n"
1381"the load average format is the same used by \"uptime\" and \"w\"\n"
1382"\n"
1383msgstr ""
1384
1385#: plugins/check_load.c:317
1386#, c-format
1387msgid "Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"
1388msgstr ""
1389
1390#: plugins/check_mrtg.c:62 plugins/check_mrtgtraf.c:72
1391msgid "Unable to open MRTG log file\n"
1392msgstr ""
1393
1394#: plugins/check_mrtg.c:110 plugins/check_mrtgtraf.c:114
1395msgid "Unable to process MRTG log file\n"
1396msgstr ""
1397
1398#: plugins/check_mrtg.c:119 plugins/check_mrtgtraf.c:121
1399#, c-format
1400msgid "MRTG data has expired (%d minutes old)\n"
1401msgstr ""
1402
1403#: plugins/check_mrtg.c:139
1404msgid "Ave"
1405msgstr ""
1406
1407#: plugins/check_mrtg.c:139 plugins/check_mrtgtraf.c:175
1408#: plugins/check_mrtgtraf.c:183 plugins/check_mrtgtraf.c:184
1409#: plugins/check_mrtgtraf.c:189 plugins/check_mrtgtraf.c:190
1410msgid "Max"
1411msgstr ""
1412
1413#: plugins/check_mrtg.c:203 plugins/check_mrtg.c:255
1414msgid "Invalid variable number\n"
1415msgstr ""
1416
1417#: plugins/check_mrtg.c:238
1418#, c-format
1419msgid ""
1420"%s is not a valid expiration time\n"
1421"Use '%s -h' for additional help\n"
1422msgstr ""
1423
1424#: plugins/check_mrtg.c:282
1425msgid "You must supply the variable number\n"
1426msgstr ""
1427
1428#: plugins/check_mrtg.c:306
1429msgid ""
1430"This plugin will check either the average or maximum value of one of the\n"
1431"two variables recorded in an MRTG log file.\n"
1432msgstr ""
1433
1434#: plugins/check_mrtg.c:314
1435msgid ""
1436" -F, --logfile=FILE\n"
1437" The MRTG log file containing the data you want to monitor\n"
1438" -e, --expires=MINUTES\n"
1439" Minutes before MRTG data is considered to be too old\n"
1440" -a, --aggregation=AVG|MAX\n"
1441" Should we check average or maximum values?\n"
1442" -v, --variable=INTEGER\n"
1443" Which variable set should we inspect? (1 or 2)\n"
1444" -w, --warning=INTEGER\n"
1445" Threshold value for data to result in WARNING status\n"
1446" -c, --critical=INTEGER\n"
1447" Threshold value for data to result in CRITICAL status\n"
1448msgstr ""
1449
1450#: plugins/check_mrtg.c:328
1451#, c-format
1452msgid ""
1453" -l, --label=STRING\n"
1454" Type label for data (Examples: Conns, \"Processor Load\", In, Out)\n"
1455" -u, --units=STRING\n"
1456" Option units label for data (Example: Packets/Sec, Errors/Sec, \n"
1457" \"Bytes Per Second\", \"%% Utilization\")\n"
1458msgstr ""
1459
1460#: plugins/check_mrtg.c:335
1461msgid ""
1462"If the value exceeds the <vwl> threshold, a WARNING status is returned. If\n"
1463"the value exceeds the <vcl> threshold, a CRITICAL status is returned. If\n"
1464"the data in the log file is older than <expire_minutes> old, a WARNING\n"
1465"status is returned and a warning message is printed.\n"
1466"\n"
1467msgstr ""
1468
1469#: plugins/check_mrtg.c:341
1470msgid ""
1471"This plugin is useful for monitoring MRTG data that does not correspond to\n"
1472"bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth).\n"
1473"It can be used to monitor any kind of data that MRTG is monitoring - "
1474"errors,\n"
1475"packets/sec, etc. I use MRTG in conjuction with the Novell NLM that allows\n"
1476"me to track processor utilization, user connections, drive space, etc and\n"
1477"this plugin works well for monitoring that kind of data as well.\n"
1478"\n"
1479msgstr ""
1480
1481#: plugins/check_mrtg.c:348
1482msgid ""
1483"Notes:\n"
1484"- This plugin only monitors one of the two variables stored in the MRTG log\n"
1485" file. If you want to monitor both values you will have to define two\n"
1486" commands with different values for the <variable> argument. Of course,\n"
1487" you can always hack the code to make this plugin work for you...\n"
1488"- MRTG stands for the Multi Router Traffic Grapher. It can be downloaded "
1489"from\n"
1490" http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n"
1491msgstr ""
1492
1493#: plugins/check_mrtg.c:368
1494#, c-format
1495msgid ""
1496"Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n"
1497" [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n"
1498msgstr ""
1499
1500#: plugins/check_mrtgtraf.c:174
1501#, c-format
1502msgid "Traffic CRITICAL %s. In = %0.1f %s, %s. Out = %0.1f %s"
1503msgstr ""
1504
1505#: plugins/check_mrtgtraf.c:175 plugins/check_mrtgtraf.c:183
1506#: plugins/check_mrtgtraf.c:184 plugins/check_mrtgtraf.c:189
1507#: plugins/check_mrtgtraf.c:190
1508msgid "Avg"
1509msgstr ""
1510
1511#: plugins/check_mrtgtraf.c:182
1512#, c-format
1513msgid "Traffic WARNING %s. In = %0.1f %s, %s. Out = %0.1f %s"
1514msgstr ""
1515
1516#: plugins/check_mrtgtraf.c:188
1517#, c-format
1518msgid "Traffic OK - %s. In = %0.1f %s, %s. Out = %0.1f %s\n"
1519msgstr ""
1520
1521#: plugins/check_mrtgtraf.c:193
1522#, c-format
1523msgid "UNKNOWN %s\n"
1524msgstr ""
1525
1526#: plugins/check_mrtgtraf.c:332
1527msgid ""
1528" -F, --filename=STRING\n"
1529" File to read log from\n"
1530" -e, --expires=INTEGER\n"
1531" Minutes after which log expires\n"
1532" -a, --aggregation=(AVG|MAX)\n"
1533" Test average or maximum\n"
1534" -w, --warning\n"
1535" Warning threshold pair \"<incoming>,<outgoing>\"\n"
1536" -c, --critical\n"
1537" Critical threshold pair \"<incoming>,<outgoing>\"\n"
1538msgstr ""
1539
1540#: plugins/check_mrtgtraf.c:344
1541msgid ""
1542"\n"
1543"This plugin will check the incoming/outgoing transfer rates of a router,\n"
1544"switch, etc recorded in an MRTG log. If the newest log entry is older\n"
1545"than <expire_minutes>, a WARNING status is returned. If either the\n"
1546"incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n"
1547"Bytes/sec), a CRITICAL status results. If either of the rates exceed\n"
1548"the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n"
1549"\n"
1550msgstr ""
1551
1552#: plugins/check_mrtgtraf.c:352
1553msgid ""
1554"Notes:\n"
1555"- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n"
1556" http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n"
1557"- While MRTG can monitor things other than traffic rates, this\n"
1558" plugin probably won't work with much else without modification.\n"
1559"- The calculated i/o rates are a little off from what MRTG actually\n"
1560" reports. I'm not sure why this is right now, but will look into it\n"
1561" for future enhancements of this plugin.\n"
1562msgstr ""
1563
1564#: plugins/check_mrtgtraf.c:370
1565#, c-format
1566msgid ""
1567"Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c "
1568"<critical_pair>\n"
1569" [-e expire_minutes] [-t timeout] [-v]\n"
1570msgstr ""
1571
1572#: plugins/check_mysql.c:217
1573msgid "This program tests connections to a mysql server\n"
1574msgstr ""
1575
1576#: plugins/check_mysql.c:225
1577msgid ""
1578" -d, --database=STRING\n"
1579" Check database with indicated name\n"
1580" -u, --username=STRING\n"
1581" Connect using the indicated username\n"
1582" -p, --password=STRING\n"
1583" Use the indicated password to authenticate the connection\n"
1584" ==> IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!! <==\n"
1585" Your clear-text password will be visible as a process table entry\n"
1586msgstr ""
1587
1588#: plugins/check_mysql.c:235
1589#, c-format
1590msgid ""
1591"\n"
1592"There are no required arguments. By default, the local database with\n"
1593"a server listening on MySQL standard port %d will be checked\n"
1594msgstr ""
1595
1596#: plugins/check_mysql.c:248
1597#, c-format
1598msgid "Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password]\n"
1599msgstr ""
1600
1601#: plugins/check_nagios.c:74
1602msgid "Error: Cannot open status log for reading!\n"
1603msgstr ""
1604
1605#: plugins/check_nagios.c:112
1606#, c-format
1607msgid "Found process: %s\n"
1608msgstr ""
1609
1610#: plugins/check_nagios.c:132
1611msgid "Could not locate a running Nagios process!\n"
1612msgstr ""
1613
1614#: plugins/check_nagios.c:143
1615#, c-format
1616msgid "Nagios %s: located %d process%s, status log updated %d second%s ago\n"
1617msgstr ""
1618
1619#: plugins/check_nagios.c:182 plugins/check_nagios.c:216
1620#, c-format
1621msgid ""
1622"Expiration time must be an integer (seconds)\n"
1623"Type '%s -h' for additional help\n"
1624msgstr ""
1625
1626#: plugins/check_nagios.c:196
1627#, c-format
1628msgid ""
1629"%s: Unknown argument: %c\n"
1630"\n"
1631msgstr ""
1632
1633#: plugins/check_nagios.c:228
1634#, c-format
1635msgid ""
1636"You must provide the status_log\n"
1637"Type '%s -h' for additional help\n"
1638msgstr ""
1639
1640#: plugins/check_nagios.c:232
1641#, c-format
1642msgid ""
1643"You must provide a process string\n"
1644"Type '%s -h' for additional help\n"
1645msgstr ""
1646
1647#: plugins/check_nagios.c:250
1648msgid ""
1649"This plugin attempts to check the status of the Nagios process on the local\n"
1650"machine. The plugin will check to make sure the Nagios status log is no "
1651"older\n"
1652"than the number of minutes specified by the <expire_minutes> option. It "
1653"also\n"
1654"uses the /bin/ps command to check for a process matching whatever you "
1655"specify\n"
1656"by the <process_string> argument.\n"
1657msgstr ""
1658
1659#: plugins/check_nagios.c:261
1660msgid ""
1661"-F, --filename=FILE\n"
1662" Name of the log file to check\n"
1663"-e, --expires=INTEGER\n"
1664" Seconds aging afterwhich logfile is condsidered stale\n"
1665"-C, --command=STRING\n"
1666" Command to search for in process table\n"
1667msgstr ""
1668
1669#: plugins/check_nagios.c:269
1670msgid ""
1671"Example:\n"
1672" ./check_nagios -e 5 \\ -F /usr/local/nagios/var/status.log \\ -C /usr/"
1673"local/nagios/bin/nagios\n"
1674msgstr ""
1675
1676#: plugins/check_nagios.c:282
1677#, c-format
1678msgid ""
1679"Usage: %s -F <status log file> -e <expire_minutes> -C <process_string>\n"
1680msgstr ""
1681
1682#: plugins/check_nt.c:121 plugins/check_nt.c:174
1683msgid "missing -l parameters"
1684msgstr ""
1685
1686#: plugins/check_nt.c:123
1687msgid "wrong -l parameter."
1688msgstr ""
1689
1690#: plugins/check_nt.c:127
1691msgid "CPU Load"
1692msgstr ""
1693
1694#: plugins/check_nt.c:148
1695#, c-format
1696msgid " %lu%% (%lu min average)"
1697msgstr ""
1698
1699#: plugins/check_nt.c:155
1700msgid "not enough values for -l parameters"
1701msgstr ""
1702
1703#: plugins/check_nt.c:167
1704#, c-format
1705msgid "System Uptime : %u day(s) %u hour(s) %u minute(s)"
1706msgstr ""
1707
1708#: plugins/check_nt.c:176
1709msgid "wrong -l argument"
1710msgstr ""
1711
1712#: plugins/check_nt.c:185
1713#, c-format
1714msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)"
1715msgstr ""
1716
1717#: plugins/check_nt.c:200
1718msgid "Free disk space : Invalid drive "
1719msgstr ""
1720
1721#: plugins/check_nt.c:210
1722msgid "No service/process specified"
1723msgstr ""
1724
1725#: plugins/check_nt.c:214
1726msgid "ShowAll"
1727msgstr ""
1728
1729#: plugins/check_nt.c:214
1730msgid "ShowFail"
1731msgstr ""
1732
1733#: plugins/check_nt.c:229
1734#, c-format
1735msgid ""
1736"Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)"
1737msgstr ""
1738
1739#: plugins/check_nt.c:245 plugins/check_nt.c:281
1740msgid "No counter specified"
1741msgstr ""
1742
1743#: plugins/check_nt.c:396 plugins/check_nwstat.c:771
1744#: plugins/check_overcr.c:348
1745#, c-format
1746msgid ""
1747"Server port an integer (seconds)\n"
1748"Type '%s -h' for additional help\n"
1749msgstr ""
1750
1751#: plugins/check_nt.c:449
1752msgid "None"
1753msgstr ""
1754
1755#: plugins/check_nt.c:508
1756msgid ""
1757"Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n"
1758"\n"
1759"This plugin collects data from the NSClient service running on a\n"
1760"Windows NT/2000/XP server.\n"
1761"\n"
1762msgstr ""
1763
1764#: plugins/check_nt.c:513
1765#, c-format
1766msgid ""
1767"\n"
1768"Options:\n"
1769"-H, --hostname=HOST\n"
1770" Name of the host to check\n"
1771"-p, --port=INTEGER\n"
1772" Optional port number (default: %d)\n"
1773"-s <password>\n"
1774" Password needed for the request\n"
1775"-w, --warning=INTEGER\n"
1776" Threshold which will result in a warning status\n"
1777"-c, --critical=INTEGER\n"
1778" Threshold which will result in a critical status\n"
1779"-t, --timeout=INTEGER\n"
1780" Seconds before connection attempt times out (default: %d)\n"
1781"-h, --help\n"
1782" Print this help screen\n"
1783"-V, --version\n"
1784" Print version information\n"
1785msgstr ""
1786
1787#: plugins/check_nt.c:531
1788msgid ""
1789"-v, --variable=STRING\n"
1790" Variable to check. Valid variables are:\n"
1791msgstr ""
1792
1793#: plugins/check_nt.c:534
1794msgid " CLIENTVERSION = Get the NSClient version\n"
1795msgstr ""
1796
1797#: plugins/check_nt.c:536
1798msgid ""
1799" CPULOAD = Average CPU load on last x minutes.\n"
1800" Request a -l parameter with the following syntax:\n"
1801" -l <minutes range>,<warning threshold>,<critical threshold>.\n"
1802" <minute range> should be less than 24*60.\n"
1803" Thresholds are percentage and up to 10 requests can be done in one "
1804"shot.\n"
1805" ie: -l 60,90,95,120,90,95\n"
1806msgstr ""
1807
1808#: plugins/check_nt.c:543
1809msgid ""
1810" UPTIME = Get the uptime of the machine.\n"
1811" No specific parameters. No warning or critical threshold\n"
1812msgstr ""
1813
1814#: plugins/check_nt.c:546
1815msgid ""
1816" USEDDISKSPACE = Size and percentage of disk use.\n"
1817" Request a -l parameter containing the drive letter only.\n"
1818" Warning and critical thresholds can be specified with -w and -c.\n"
1819msgstr ""
1820
1821#: plugins/check_nt.c:550
1822msgid ""
1823" MEMUSE = Memory use.\n"
1824" Warning and critical thresholds can be specified with -w and -c.\n"
1825msgstr ""
1826
1827#: plugins/check_nt.c:553
1828msgid ""
1829" SERVICESTATE = Check the state of one or several services.\n"
1830" Request a -l parameters with the following syntax:\n"
1831" -l <service1>,<service2>,<service3>,...\n"
1832" You can specify -d SHOWALL in case you want to see working services\n"
1833"\t\t in the returned string.\n"
1834msgstr ""
1835
1836#: plugins/check_nt.c:559
1837msgid ""
1838" PROCSTATE = Check if one or several process are running.\n"
1839" Same syntax as SERVICESTATE.\n"
1840msgstr ""
1841
1842#: plugins/check_nt.c:562
1843#, c-format
1844msgid ""
1845" COUNTER = Check any performance counter of Windows NT/2000.\n"
1846" Request a -l parameters with the following syntax:\n"
1847"\t\t -l \"\\\\<performance object>\\\\counter\",\"<description>\n"
1848" The <description> parameter is optional and \n"
1849" is given to a printf output command which require a float parameters.\n"
1850" Some examples:\n"
1851" \"Paging file usage is %%.2f %%%%\"\n"
1852" \"%%.f %%%% paging file used.\"\n"
1853msgstr ""
1854
1855#: plugins/check_nt.c:571
1856msgid ""
1857"Notes:\n"
1858" - The NSClient service should be running on the server to get any "
1859"information\n"
1860" (http://nsclient.ready2run.nl).\n"
1861" - Critical thresholds should be lower than warning thresholds\n"
1862msgstr ""
1863
1864#: plugins/check_nt.c:582
1865#, c-format
1866msgid ""
1867"Usage: %s -H host -v variable [-p port] [-w warning] [-c critical]\n"
1868" [-l params] [-d SHOWALL] [-t timeout]\n"
1869msgstr ""
1870
1871#: plugins/check_nwstat.c:139
1872#, c-format
1873msgid "NetWare %s: "
1874msgstr ""
1875
1876#: plugins/check_nwstat.c:170
1877#, c-format
1878msgid "Up %s,"
1879msgstr ""
1880
1881#: plugins/check_nwstat.c:178
1882#, c-format
1883msgid "Load %s - %s %s-min load average = %lu%%"
1884msgstr ""
1885
1886#: plugins/check_nwstat.c:199
1887#, c-format
1888msgid "Conns %s - %lu current connections"
1889msgstr ""
1890
1891#: plugins/check_nwstat.c:218
1892#, c-format
1893msgid "%s: Long term cache hits = %lu%%"
1894msgstr ""
1895
1896#: plugins/check_nwstat.c:237
1897#, c-format
1898msgid "%s: Total cache buffers = %lu"
1899msgstr ""
1900
1901#: plugins/check_nwstat.c:256
1902#, c-format
1903msgid "%s: Dirty cache buffers = %lu"
1904msgstr ""
1905
1906#: plugins/check_nwstat.c:275
1907#, c-format
1908msgid "%s: LRU sitting time = %lu minutes"
1909msgstr ""
1910
1911#: plugins/check_nwstat.c:289 plugins/check_nwstat.c:314
1912#: plugins/check_nwstat.c:434 plugins/check_nwstat.c:455
1913#: plugins/check_nwstat.c:487 plugins/check_nwstat.c:508
1914#, c-format
1915msgid "Error: Volume '%s' does not exist!"
1916msgstr ""
1917
1918#: plugins/check_nwstat.c:298
1919#, c-format
1920msgid "%s%lu KB free on volume %s"
1921msgstr ""
1922
1923#: plugins/check_nwstat.c:299 plugins/check_nwstat.c:442
1924#: plugins/check_nwstat.c:495
1925msgid "Only "
1926msgstr ""
1927
1928#: plugins/check_nwstat.c:334
1929#, c-format
1930msgid "%lu MB (%lu%%) free on volume %s"
1931msgstr ""
1932
1933#: plugins/check_nwstat.c:353
1934#, c-format
1935msgid "Directory Services Database is %s (DS version %s)"
1936msgstr ""
1937
1938#: plugins/check_nwstat.c:367
1939#, c-format
1940msgid "Logins are %s"
1941msgstr ""
1942
1943#: plugins/check_nwstat.c:367
1944msgid "enabled"
1945msgstr ""
1946
1947#: plugins/check_nwstat.c:367
1948msgid "disabled"
1949msgstr ""
1950
1951#: plugins/check_nwstat.c:400
1952#, c-format
1953msgid "%lu of %lu (%lu%%) packet receive buffers used"
1954msgstr ""
1955
1956#: plugins/check_nwstat.c:421
1957#, c-format
1958msgid "%lu entries in SAP table"
1959msgstr ""
1960
1961#: plugins/check_nwstat.c:423
1962#, c-format
1963msgid "%lu entries in SAP table for SAP type %d"
1964msgstr ""
1965
1966#: plugins/check_nwstat.c:442
1967#, c-format
1968msgid "%s%lu KB purgeable on volume %s"
1969msgstr ""
1970
1971#: plugins/check_nwstat.c:475
1972#, c-format
1973msgid "%lu MB (%lu%%) purgeable on volume %s"
1974msgstr ""
1975
1976#: plugins/check_nwstat.c:495
1977#, c-format
1978msgid "%s%lu KB not yet purgeable on volume %s"
1979msgstr ""
1980
1981#: plugins/check_nwstat.c:528
1982#, c-format
1983msgid "%lu MB (%lu%%) not yet purgeable on volume %s"
1984msgstr ""
1985
1986#: plugins/check_nwstat.c:546
1987#, c-format
1988msgid "%lu open files"
1989msgstr ""
1990
1991#: plugins/check_nwstat.c:563
1992#, c-format
1993msgid "%lu abended threads"
1994msgstr ""
1995
1996#: plugins/check_nwstat.c:588
1997#, c-format
1998msgid "%lu current service processes (%lu max)"
1999msgstr ""
2000
2001#: plugins/check_nwstat.c:604
2002msgid "Critical: Time not in sync with network!"
2003msgstr ""
2004
2005#: plugins/check_nwstat.c:607
2006msgid "OK! Time in sync with network!"
2007msgstr ""
2008
2009#: plugins/check_nwstat.c:623
2010#, c-format
2011msgid "LRU sitting time = %lu seconds"
2012msgstr ""
2013
2014#: plugins/check_nwstat.c:639
2015#, c-format
2016msgid "dirty cache buffers = %lu%% of the total"
2017msgstr ""
2018
2019#: plugins/check_nwstat.c:654
2020#, c-format
2021msgid "total cache buffers = %lu%% of the original"
2022msgstr ""
2023
2024#: plugins/check_nwstat.c:664
2025#, c-format
2026msgid "NDS Version %s"
2027msgstr ""
2028
2029#: plugins/check_nwstat.c:673
2030#, c-format
2031msgid "Up %s"
2032msgstr ""
2033
2034#: plugins/check_nwstat.c:683
2035#, c-format
2036msgid "Module %s version %s is loaded"
2037msgstr ""
2038
2039#: plugins/check_nwstat.c:686
2040#, c-format
2041msgid "Module %s is not loaded"
2042msgstr ""
2043
2044#: plugins/check_nwstat.c:691 plugins/check_overcr.c:266
2045msgid "Nothing to check!\n"
2046msgstr ""
2047
2048#: plugins/check_nwstat.c:902
2049#, c-format
2050msgid ""
2051"Usage: %s This plugin attempts to contact the MRTGEXT NLM running\n"
2052"on a Novell server to gather the requested system information.\n"
2053"\n"
2054msgstr ""
2055
2056#: plugins/check_nwstat.c:913
2057msgid ""
2058" -v, --variable=STRING\n"
2059" Variable to check. Valid variables include:\n"
2060" LOAD1 = 1 minute average CPU load\n"
2061" LOAD5 = 5 minute average CPU load\n"
2062" LOAD15 = 15 minute average CPU load\n"
2063" CSPROCS = number of current service processes (NW 5.x only)\n"
2064" ABENDS = number of abended threads (NW 5.x only)\n"
2065" UPTIME = server uptime\n"
2066msgstr ""
2067
2068#: plugins/check_nwstat.c:923
2069msgid ""
2070" LTCH = percent long term cache hits\n"
2071" CBUFF = current number of cache buffers\n"
2072" CDBUFF = current number of dirty cache buffers\n"
2073" DCB = dirty cache buffers as a percentage of the total\n"
2074" TCB = dirty cache buffers as a percentage of the original\n"
2075msgstr ""
2076
2077#: plugins/check_nwstat.c:930
2078msgid ""
2079" OFILES = number of open files\n"
2080" VPF<vol> = percent free space on volume <vol>\n"
2081" VKF<vol> = KB of free space on volume <vol>\n"
2082" VPP<vol> = percent purgeable space on volume <vol>\n"
2083" VKP<vol> = KB of purgeable space on volume <vol>\n"
2084" VPNP<vol> = percent not yet purgeable space on volume <vol>\n"
2085" VKNP<vol> = KB of not yet purgeable space on volume <vol>\n"
2086msgstr ""
2087
2088#: plugins/check_nwstat.c:939
2089msgid ""
2090" LRUM = LRU sitting time in minutes\n"
2091" LRUS = LRU sitting time in seconds\n"
2092" DSDB = check to see if DS Database is open\n"
2093" DSVER = NDS version\n"
2094" UPRB = used packet receive buffers\n"
2095" PUPRB = percent (of max) used packet receive buffers\n"
2096" SAPENTRIES = number of entries in the SAP table\n"
2097" SAPENTRIES<n> = number of entries in the SAP table for SAP type <n>\n"
2098msgstr ""
2099
2100#: plugins/check_nwstat.c:949
2101msgid ""
2102" TSYNC = timesync status \n"
2103" LOGINS = check to see if logins are enabled\n"
2104" CONNS = number of currently licensed connections\n"
2105" NLM:<nlm> = check if NLM is loaded and report version\n"
2106" (e.g. \"NLM:TSANDS.NLM\")\n"
2107msgstr ""
2108
2109#: plugins/check_nwstat.c:956
2110msgid ""
2111" -w, --warning=INTEGER\n"
2112" Threshold which will result in a warning status\n"
2113" -c, --critical=INTEGER\n"
2114" Threshold which will result in a critical status\n"
2115" -o, --osversion\n"
2116" Include server version string in results\n"
2117msgstr ""
2118
2119#: plugins/check_nwstat.c:966
2120msgid ""
2121"\n"
2122"Notes:\n"
2123"- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG\n"
2124" extension for NetWare be loaded on the Novell servers you wish to check.\n"
2125" (available from http://www.engr.wisc.edu/~drews/mrtg/)\n"
2126"- Values for critical thresholds should be lower than warning thresholds\n"
2127" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, \n"
2128" TCB, LRUS and LRUM.\n"
2129msgstr ""
2130
2131#: plugins/check_nwstat.c:983
2132#, c-format
2133msgid ""
2134"Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n"
2135" [-t timeout].\n"
2136msgstr ""
2137
2138#: plugins/check_overcr.c:104
2139msgid "Unknown error fetching load data\n"
2140msgstr ""
2141
2142#: plugins/check_overcr.c:108
2143msgid "Invalid response from server - no load information\n"
2144msgstr ""
2145
2146#: plugins/check_overcr.c:114
2147msgid "Invalid response from server after load 1\n"
2148msgstr ""
2149
2150#: plugins/check_overcr.c:120
2151msgid "Invalid response from server after load 5\n"
2152msgstr ""
2153
2154#: plugins/check_overcr.c:145
2155#, c-format
2156msgid "Load %s - %s-min load average = %0.2f"
2157msgstr ""
2158
2159#: plugins/check_overcr.c:155
2160msgid "Unknown error fetching disk data\n"
2161msgstr ""
2162
2163#: plugins/check_overcr.c:165 plugins/check_overcr.c:217
2164#: plugins/check_overcr.c:221
2165msgid "Invalid response from server\n"
2166msgstr ""
2167
2168#: plugins/check_overcr.c:192
2169msgid "Unknown error fetching network status\n"
2170msgstr ""
2171
2172#: plugins/check_overcr.c:202
2173#, c-format
2174msgid "Net %s - %d connection%s on port %d"
2175msgstr ""
2176
2177#: plugins/check_overcr.c:213
2178msgid "Unknown error fetching process status\n"
2179msgstr ""
2180
2181#: plugins/check_overcr.c:231
2182#, c-format
2183msgid "Process %s - %d instance%s of %s running"
2184msgstr ""
2185
2186#: plugins/check_overcr.c:258
2187#, c-format
2188msgid "Uptime %s - Up %d days %d hours %d minutes"
2189msgstr ""
2190
2191#: plugins/check_overcr.c:404
2192#, c-format
2193msgid ""
2194"Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n"
2195" [-t timeout]\n"
2196msgstr ""
2197
2198#: plugins/check_overcr.c:422
2199msgid ""
2200"This plugin attempts to contact the Over-CR collector daemon running on the\n"
2201"remote UNIX server in order to gather the requested system information.\n"
2202"\n"
2203msgstr ""
2204
2205#: plugins/check_overcr.c:432
2206msgid ""
2207"-v, --variable=STRING\n"
2208" Variable to check. Valid variables include:\n"
2209" LOAD1 = 1 minute average CPU load\n"
2210" LOAD5 = 5 minute average CPU load\n"
2211" LOAD15 = 15 minute average CPU load\n"
2212" DPU<filesys> = percent used disk space on filesystem <filesys>\n"
2213" PROC<process> = number of running processes with name <process>\n"
2214" NET<port> = number of active connections on TCP port <port>\n"
2215" UPTIME = system uptime in seconds\n"
2216msgstr ""
2217
2218#: plugins/check_overcr.c:443
2219msgid ""
2220" -w, --warning=INTEGER\n"
2221" Threshold which will result in a warning status\n"
2222" -c, --critical=INTEGER\n"
2223" Threshold which will result in a critical status\n"
2224msgstr ""
2225
2226#: plugins/check_overcr.c:451
2227msgid ""
2228"Notes:\n"
2229" - For the available options, the critical threshold value should always be\n"
2230" higher than the warning threshold value, EXCEPT with the uptime variable\n"
2231"\n"
2232msgstr ""
2233
2234#: plugins/check_overcr.c:456
2235msgid ""
2236" - This plugin requres that Eric Molitors' Over-CR collector daemon be\n"
2237" running on the remote server. Over-CR can be downloaded from\n"
2238" http://www.molitor.org/overcr (This plugin was tested with version\n"
2239" 0.99.53 of the Over-CR collector)\n"
2240"\n"
2241msgstr ""
2242
2243#: plugins/check_pgsql.c:150
2244#, c-format
2245msgid "PGSQL: CRITICAL - no connection to '%s' (%s).\n"
2246msgstr ""
2247
2248#: plugins/check_pgsql.c:157
2249#, c-format
2250msgid "PGSQL: CRITICAL - database %s (%d sec.)\n"
2251msgstr ""
2252
2253#: plugins/check_pgsql.c:163
2254#, c-format
2255msgid "PGSQL: WARNING - database %s (%d sec.)\n"
2256msgstr ""
2257
2258#: plugins/check_pgsql.c:168
2259#, c-format
2260msgid "PGSQL: ok - database %s (%d sec.)\n"
2261msgstr ""
2262
2263#: plugins/check_pgsql.c:216 plugins/check_snmp.c:445 plugins/negate.c:179
2264msgid "Timeout Interval must be an integer"
2265msgstr ""
2266
2267#: plugins/check_pgsql.c:222 plugins/check_pgsql.c:228
2268msgid "Invalid critical threshold"
2269msgstr ""
2270
2271#: plugins/check_pgsql.c:234
2272msgid "You gave an invalid host name"
2273msgstr ""
2274
2275#: plugins/check_pgsql.c:240
2276msgid "Port must be an integer"
2277msgstr ""
2278
2279#: plugins/check_pgsql.c:246
2280msgid "Database name is not valid"
2281msgstr ""
2282
2283#: plugins/check_pgsql.c:252
2284msgid "user name is not valid"
2285msgstr ""
2286
2287#: plugins/check_pgsql.c:386
2288msgid ""
2289"Test whether a PostgreSQL DBMS is accepting connections.\n"
2290"\n"
2291msgstr ""
2292
2293#: plugins/check_ping.c:75
2294msgid "Could not parse arguments"
2295msgstr ""
2296
2297#: plugins/check_ping.c:118
2298msgid "Error: Could not interpret output from ping command\n"
2299msgstr ""
2300
2301#: plugins/check_ping.c:134
2302#, c-format
2303msgid "PING %s - %sPacket loss = %d%%"
2304msgstr ""
2305
2306#: plugins/check_ping.c:137
2307#, c-format
2308msgid "PING %s - %sPacket loss = %d%%, RTA = %2.2f ms"
2309msgstr ""
2310
2311#: plugins/check_ping.c:228
2312msgid "Could not realloc() addresses\n"
2313msgstr ""
2314
2315#: plugins/check_ping.c:243 plugins/check_ping.c:323
2316#, c-format
2317msgid "<max_packets> (%s) must be a non-negative number\n"
2318msgstr ""
2319
2320#: plugins/check_ping.c:266
2321#, c-format
2322msgid ""
2323"Invalid host name/address: %s\n"
2324"\n"
2325msgstr ""
2326
2327#: plugins/check_ping.c:277
2328#, c-format
2329msgid "<wpl> (%s) must be an integer percentage\n"
2330msgstr ""
2331
2332#: plugins/check_ping.c:288
2333#, c-format
2334msgid "<cpl> (%s) must be an integer percentage\n"
2335msgstr ""
2336
2337#: plugins/check_ping.c:299
2338#, c-format
2339msgid "<wrta> (%s) must be a non-negative number\n"
2340msgstr ""
2341
2342#: plugins/check_ping.c:310
2343#, c-format
2344msgid "<crta> (%s) must be a non-negative number\n"
2345msgstr ""
2346
2347#: plugins/check_ping.c:341
2348#, c-format
2349msgid ""
2350"%s: Warning threshold must be integer or percentage!\n"
2351"\n"
2352msgstr ""
2353
2354#: plugins/check_ping.c:352
2355msgid "<wrta> was not set\n"
2356msgstr ""
2357
2358#: plugins/check_ping.c:356
2359msgid "<crta> was not set\n"
2360msgstr ""
2361
2362#: plugins/check_ping.c:360
2363msgid "<wpl> was not set\n"
2364msgstr ""
2365
2366#: plugins/check_ping.c:364
2367msgid "<cpl> was not set\n"
2368msgstr ""
2369
2370#: plugins/check_ping.c:368
2371#, c-format
2372msgid "<wrta> (%f) cannot be larger than <crta> (%f)\n"
2373msgstr ""
2374
2375#: plugins/check_ping.c:372
2376#, c-format
2377msgid "<wpl> (%d) cannot be larger than <cpl> (%d)\n"
2378msgstr ""
2379
2380#: plugins/check_ping.c:385
2381msgid "Invalid host name/address"
2382msgstr ""
2383
2384#: plugins/check_ping.c:403
2385#, c-format
2386msgid "Cannot open pipe: %s"
2387msgstr ""
2388
2389#: plugins/check_ping.c:407
2390#, c-format
2391msgid "Cannot open stderr for %s\n"
2392msgstr ""
2393
2394#: plugins/check_ping.c:411
2395msgid "(DUP!)"
2396msgstr ""
2397
2398#: plugins/check_ping.c:415 plugins/check_ping.c:462
2399msgid "unable to realloc warn_text"
2400msgstr ""
2401
2402#: plugins/check_ping.c:448
2403#, c-format
2404msgid "PING CRITICAL - Network unreachable (%s)"
2405msgstr ""
2406
2407#: plugins/check_ping.c:452
2408#, c-format
2409msgid "PING CRITICAL - Host Unreachable (%s)"
2410msgstr ""
2411
2412#: plugins/check_ping.c:456
2413#, c-format
2414msgid "PING CRITICAL - Host not found (%s)"
2415msgstr ""
2416
2417#: plugins/check_ping.c:501 plugins/check_procs.c:581
2418msgid "Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>"
2419msgstr ""
2420
2421#: plugins/check_ping.c:504
2422msgid ""
2423"Use ping to check connection statistics for a remote host.\n"
2424"\n"
2425msgstr ""
2426
2427#: plugins/check_ping.c:512
2428#, c-format
2429msgid ""
2430"-H, --hostname=HOST\n"
2431" host to ping\n"
2432"-w, --warning=THRESHOLD\n"
2433" warning threshold pair\n"
2434"-c, --critical=THRESHOLD\n"
2435" critical threshold pair\n"
2436"-p, --packets=INTEGER\n"
2437" number of ICMP ECHO packets to send (Default: %d)\n"
2438"-L, --link\n"
2439" show HTML in the plugin output (obsoleted by urlize)\n"
2440msgstr ""
2441
2442#: plugins/check_ping.c:527
2443#, c-format
2444msgid ""
2445"THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel\n"
2446"time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the\n"
2447"percentage of packet loss to trigger an alarm state.\n"
2448"\n"
2449msgstr ""
2450
2451#: plugins/check_ping.c:532
2452msgid ""
2453"This plugin uses the ping command to probe the specified host for packet "
2454"loss\n"
2455"(percentage) and round trip average (milliseconds). It can produce HTML "
2456"output\n"
2457"linking to a traceroute CGI contributed by Ian Cass. The CGI can be found "
2458"in\n"
2459"the contrib area of the downloads section at http://www.nagios.org\n"
2460"\n"
2461msgstr ""
2462
2463#: plugins/check_procs.c:110
2464msgid "Unable to parse command line\n"
2465msgstr ""
2466
2467#: plugins/check_procs.c:113
2468#, c-format
2469msgid "CMD: %s\n"
2470msgstr ""
2471
2472#: plugins/check_procs.c:202
2473#, c-format
2474msgid "Not parseable: %s"
2475msgstr ""
2476
2477#: plugins/check_procs.c:209
2478#, c-format
2479msgid "STDERR: %s"
2480msgstr ""
2481
2482#: plugins/check_procs.c:211
2483msgid "System call sent warnings to stderr\n"
2484msgstr ""
2485
2486#: plugins/check_procs.c:218
2487msgid "System call returned nonzero status\n"
2488msgstr ""
2489
2490#: plugins/check_procs.c:223 plugins/check_users.c:92
2491msgid "Unable to read output\n"
2492msgstr ""
2493
2494#: plugins/check_procs.c:236
2495#, c-format
2496msgid "%s OK: %d process%s"
2497msgstr ""
2498
2499#: plugins/check_procs.c:240
2500#, c-format
2501msgid "PROCS WARNING: %d process%s"
2502msgstr ""
2503
2504#: plugins/check_procs.c:243
2505#, c-format
2506msgid "%s WARNING: %d warn out of %d process%s"
2507msgstr ""
2508
2509#: plugins/check_procs.c:249
2510#, c-format
2511msgid "PROCS CRITICAL: %d process%s"
2512msgstr ""
2513
2514#: plugins/check_procs.c:252
2515#, c-format
2516msgid "%s CRITICAL: %d crit, %d warn out of %d process%s"
2517msgstr ""
2518
2519#: plugins/check_procs.c:323 plugins/check_ssh.c:113
2520msgid ""
2521"Timeout Interval must be an integer!\n"
2522"\n"
2523msgstr ""
2524
2525#: plugins/check_procs.c:337
2526msgid ""
2527"Critical Process Count must be an integer!\n"
2528"\n"
2529msgstr ""
2530
2531#: plugins/check_procs.c:349
2532#, c-format
2533msgid ""
2534"%s: Warning Process Count must be an integer!\n"
2535"\n"
2536msgstr ""
2537
2538#: plugins/check_procs.c:357
2539#, c-format
2540msgid ""
2541"%s: Parent Process ID must be an integer!\n"
2542"\n"
2543msgstr ""
2544
2545#: plugins/check_procs.c:366 plugins/check_procs.c:479
2546#, c-format
2547msgid "%s%sSTATE = %s"
2548msgstr ""
2549
2550#: plugins/check_procs.c:375
2551#, c-format
2552msgid "UID %d was not found\n"
2553msgstr ""
2554
2555#: plugins/check_procs.c:384
2556#, c-format
2557msgid "User name %s was not found\n"
2558msgstr ""
2559
2560#: plugins/check_procs.c:392
2561#, c-format
2562msgid "%s%sUID = %d (%s)"
2563msgstr ""
2564
2565#: plugins/check_procs.c:401
2566#, c-format
2567msgid "%s%scommand name '%s'"
2568msgstr ""
2569
2570#: plugins/check_procs.c:410
2571#, c-format
2572msgid "%s%sargs '%s'"
2573msgstr ""
2574
2575#: plugins/check_procs.c:415
2576#, c-format
2577msgid "%s%sRSS >= %d"
2578msgstr ""
2579
2580#: plugins/check_procs.c:419
2581#, c-format
2582msgid ""
2583"%s: RSS must be an integer!\n"
2584"\n"
2585msgstr ""
2586
2587#: plugins/check_procs.c:425
2588#, c-format
2589msgid "%s%sVSZ >= %d"
2590msgstr ""
2591
2592#: plugins/check_procs.c:429
2593#, c-format
2594msgid ""
2595"%s: VSZ must be an integer!\n"
2596"\n"
2597msgstr ""
2598
2599#: plugins/check_procs.c:436
2600#, c-format
2601msgid "%s%sPCPU >= %.2f"
2602msgstr ""
2603
2604#: plugins/check_procs.c:440
2605#, c-format
2606msgid ""
2607"%s: PCPU must be a float!\n"
2608"\n"
2609msgstr ""
2610
2611#: plugins/check_procs.c:462
2612#, c-format
2613msgid ""
2614"%s: metric must be one of PROCS, VSZ, RSS, CPU!\n"
2615"\n"
2616msgstr ""
2617
2618#: plugins/check_procs.c:499
2619#, c-format
2620msgid "wmax (%d) cannot be greater than cmax (%d)\n"
2621msgstr ""
2622
2623#: plugins/check_procs.c:503
2624#, c-format
2625msgid "wmin (%d) cannot be less than cmin (%d)\n"
2626msgstr ""
2627
2628#: plugins/check_procs.c:584
2629msgid ""
2630"Checks all processes and generates WARNING or CRITICAL states if the "
2631"specified\n"
2632"metric is outside the required threshold ranges. The metric defaults to "
2633"number\n"
2634"of processes. Search filters can be applied to limit the processes to "
2635"check.\n"
2636"\n"
2637msgstr ""
2638
2639#: plugins/check_procs.c:591
2640msgid ""
2641"\n"
2642"Required Arguments:\n"
2643" -w, --warning=RANGE\n"
2644" Generate warning state if metric is outside this range\n"
2645" -c, --critical=RANGE\n"
2646" Generate critical state if metric is outside this range\n"
2647msgstr ""
2648
2649#: plugins/check_procs.c:598
2650msgid ""
2651"\n"
2652"Optional Arguments:\n"
2653" -m, --metric=TYPE\n"
2654" Check thresholds against metric. Valid types:\n"
2655" PROCS - number of processes (default)\n"
2656" VSZ - virtual memory size\n"
2657" RSS - resident set memory size\n"
2658" CPU - percentage cpu\n"
2659" -v, --verbose\n"
2660" Extra information. Up to 3 verbosity levels\n"
2661msgstr ""
2662
2663#: plugins/check_procs.c:609
2664msgid ""
2665"\n"
2666"Optional Filters:\n"
2667" -s, --state=STATUSFLAGS\n"
2668" Only scan for processes that have, in the output of `ps`, one or\n"
2669" more of the status flags you specify (for example R, Z, S, RS,\n"
2670" RSZDT, plus others based on the output of your 'ps' command).\n"
2671" -p, --ppid=PPID\n"
2672" Only scan for children of the parent process ID indicated.\n"
2673" -z, --vsz=VSZ\n"
2674" Only scan for processes with vsz higher than indicated.\n"
2675" -r, --rss=RSS\n"
2676" Only scan for processes with rss higher than indicated.\n"
2677msgstr ""
2678
2679#: plugins/check_procs.c:622
2680msgid ""
2681" -P, --pcpu=PCPU\n"
2682" Only scan for processes with pcpu higher than indicated.\n"
2683" -u, --user=USER\n"
2684" Only scan for processes with user name or ID indicated.\n"
2685" -a, --argument-array=STRING\n"
2686" Only scan for processes with args that contain STRING.\n"
2687" -C, --command=COMMAND\n"
2688" Only scan for exact matches to the named COMMAND.\n"
2689msgstr ""
2690
2691#: plugins/check_procs.c:632
2692msgid ""
2693"\n"
2694"RANGEs are specified 'min:max' or 'min:' or ':max' (or 'max'). If\n"
2695"specified 'max:min', a warning status will be generated if the\n"
2696"count is inside the specified range\n"
2697"\n"
2698msgstr ""
2699
2700#: plugins/check_procs.c:637
2701msgid ""
2702"This plugin checks the number of currently running processes and\n"
2703"generates WARNING or CRITICAL states if the process count is outside\n"
2704"the specified threshold ranges. The process count can be filtered by\n"
2705"process owner, parent process PID, current state (e.g., 'Z'), or may\n"
2706"be the total number of running processes\n"
2707"\n"
2708msgstr ""
2709
2710#: plugins/check_procs.c:644
2711msgid ""
2712"Examples:\n"
2713" check_procs -w 2:2 -c 2:1024 -C portsentry\n"
2714" Warning if not two processes with command name portsentry. Critical\n"
2715" if < 2 or > 1024 processes\n"
2716"\n"
2717" check_procs -w 10 -a '/usr/local/bin/perl' -u root\n"
2718" Warning alert if > 10 processes with command arguments containing \n"
2719" '/usr/local/bin/perl' and owned by root\n"
2720"\n"
2721" check_procs -w 50000 -c 100000 --metric=VSZ\n"
2722" Alert if vsz of any processes over 50K or 100K\n"
2723"\n"
2724msgstr ""
2725
2726#: plugins/check_radius.c:112
2727msgid "Config file error"
2728msgstr ""
2729
2730#: plugins/check_radius.c:119
2731msgid "Out of Memory?"
2732msgstr ""
2733
2734#: plugins/check_radius.c:140
2735msgid "Timeout"
2736msgstr ""
2737
2738#: plugins/check_radius.c:142
2739msgid "Auth Error"
2740msgstr ""
2741
2742#: plugins/check_radius.c:144
2743msgid "Auth Failed"
2744msgstr ""
2745
2746#: plugins/check_radius.c:148
2747msgid "Auth OK"
2748msgstr ""
2749
2750#: plugins/check_radius.c:186 plugins/check_radius.c:257
2751msgid "Timeout interval must be a positive integer"
2752msgstr ""
2753
2754#: plugins/check_radius.c:190 plugins/check_radius.c:251
2755msgid "Number of retries must be a positive integer"
2756msgstr ""
2757
2758#: plugins/check_radius.c:195 plugins/check_radius.c:233
2759msgid "Server port must be a positive integer"
2760msgstr ""
2761
2762#: plugins/check_radius.c:277
2763msgid "Copyright (c) 1999 Robert August Vincent II\n"
2764msgstr ""
2765
2766#: plugins/check_radius.c:280
2767msgid ""
2768"Tests to see if a radius server is accepting connections.\n"
2769"\n"
2770msgstr ""
2771
2772#: plugins/check_radius.c:288
2773msgid ""
2774" -u, --username=STRING\n"
2775" The user to authenticate\n"
2776" -p, --password=STRING\n"
2777" Password for autentication (SECURITY RISK)\n"
2778" -F, --filename=STRING\n"
2779" Configuration file\n"
2780" -e, --expect=STRING\n"
2781" Response string to expect from the server\n"
2782" -r, --retries=INTEGER\n"
2783" Number of times to retry a failed connection\n"
2784msgstr ""
2785
2786#: plugins/check_radius.c:302
2787msgid ""
2788"\n"
2789"This plugin tests a radius server to see if it is accepting connections.\n"
2790"\n"
2791"The server to test must be specified in the invocation, as well as a user\n"
2792"name and password. A configuration file may also be present. The format of\n"
2793"the configuration file is described in the radiusclient library sources.\n"
2794"\n"
2795msgstr ""
2796
2797#: plugins/check_radius.c:309
2798msgid ""
2799"The password option presents a substantial security issue because the\n"
2800"password can be determined by careful watching of the command line in\n"
2801"a process listing. This risk is exacerbated because nagios will\n"
2802"run the plugin at regular prdictable intervals. Please be sure that\n"
2803"the password used does not allow access to sensitive system resources,\n"
2804"otherwise compormise could occur.\n"
2805msgstr ""
2806
2807#: plugins/check_real.c:76
2808#, c-format
2809msgid "Unable to connect to %s on port %d\n"
2810msgstr ""
2811
2812#: plugins/check_real.c:98
2813#, c-format
2814msgid "No data received from %s\n"
2815msgstr ""
2816
2817#: plugins/check_real.c:103 plugins/check_real.c:176
2818msgid "Invalid REAL response received from host\n"
2819msgstr ""
2820
2821#: plugins/check_real.c:105 plugins/check_real.c:178
2822#, c-format
2823msgid "Invalid REAL response received from host on port %d\n"
2824msgstr ""
2825
2826#: plugins/check_real.c:169 plugins/check_tcp.c:274
2827msgid "No data received from host\n"
2828msgstr ""
2829
2830#: plugins/check_real.c:232
2831#, c-format
2832msgid "REAL %s - %d second response time\n"
2833msgstr ""
2834
2835#: plugins/check_real.c:315 plugins/check_smtp.c:237 plugins/check_tcp.c:458
2836msgid "Server port must be a positive integer\n"
2837msgstr ""
2838
2839#: plugins/check_real.c:324 plugins/check_smtp.c:267
2840msgid "Warning time must be a nonnegative integer\n"
2841msgstr ""
2842
2843#: plugins/check_real.c:333 plugins/check_smtp.c:258
2844msgid "Critical time must be a nonnegative integer\n"
2845msgstr ""
2846
2847#: plugins/check_real.c:369
2848msgid "You must provide a server to check\n"
2849msgstr ""
2850
2851#: plugins/check_real.c:402
2852msgid "Copyright (c) 1999 Pedro Leite <leite@cic.ua.pt>\n"
2853msgstr ""
2854
2855#: plugins/check_real.c:405
2856msgid ""
2857"This plugin tests the REAL service on the specified host.\n"
2858"\n"
2859msgstr ""
2860
2861#: plugins/check_real.c:413
2862#, c-format
2863msgid ""
2864" -u, --url=STRING\n"
2865" Connect to this url\n"
2866" -e, --expect=STRING\n"
2867" String to expect in first line of server response (default: %s)\n"
2868msgstr ""
2869
2870#: plugins/check_real.c:426
2871msgid ""
2872"This plugin will attempt to open an RTSP connection with the host.\n"
2873"Successul connects return STATE_OK, refusals and timeouts return\n"
2874"STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects,\n"
2875"but incorrect reponse messages from the host result in STATE_WARNING return\n"
2876"values."
2877msgstr ""
2878
2879#: plugins/check_smtp.c:103
2880msgid "recv() failed\n"
2881msgstr ""
2882
2883#: plugins/check_smtp.c:112
2884msgid "Invalid SMTP response received from host\n"
2885msgstr ""
2886
2887#: plugins/check_smtp.c:114
2888#, c-format
2889msgid "Invalid SMTP response received from host on port %d\n"
2890msgstr ""
2891
2892#: plugins/check_smtp.c:144
2893#, c-format
2894msgid ""
2895"DUMMYCMD: %s\n"
2896"%s\n"
2897msgstr ""
2898
2899#: plugins/check_smtp.c:166
2900#, c-format
2901msgid "SMTP %s - %.3f sec. response time, %s|time=%.3f\n"
2902msgstr ""
2903
2904#: plugins/check_smtp.c:169
2905#, c-format
2906msgid "SMTP %s - %.3f second response time|time=%.3f\n"
2907msgstr ""
2908
2909#: plugins/check_smtp.c:350
2910msgid "Copyright (c) 1999-2001 Ethan Galstad <nagios@nagios.org>\n"
2911msgstr ""
2912
2913#: plugins/check_smtp.c:353
2914msgid ""
2915"This plugin will attempt to open an SMTP connection with the host.\n"
2916"\n"
2917msgstr ""
2918
2919#: plugins/check_smtp.c:364
2920#, c-format
2921msgid ""
2922" -e, --expect=STRING\n"
2923" String to expect in first line of server response (default: '%s')\n"
2924" -n, nocommand\n"
2925" Suppress SMTP command\n"
2926" -C, --command=STRING\n"
2927" SMTP command (default: '%s')\n"
2928" -f, --from=STRING\n"
2929" FROM-address to include in MAIL command, required by Exchange 2000\n"
2930" (default: '%s')\n"
2931msgstr ""
2932
2933#: plugins/check_smtp.c:381
2934msgid ""
2935"\n"
2936"Successul connects return STATE_OK, refusals and timeouts return\n"
2937"STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful\n"
2938"connects, but incorrect reponse messages from the host result in\n"
2939"STATE_WARNING return values.\n"
2940msgstr ""
2941
2942#: plugins/check_snmp.c:274
2943#, c-format
2944msgid "Execute Error: %s\n"
2945msgstr ""
2946
2947#: plugins/check_snmp.c:281 plugins/check_snmp.c:519
2948#, c-format
2949msgid "%s UNKNOWN: call for regex which was not a compiled option"
2950msgstr ""
2951
2952#: plugins/check_snmp.c:318 plugins/negate.c:104
2953#, c-format
2954msgid ""
2955"%s problem - No data recieved from host\n"
2956"CMD: %s\n"
2957msgstr ""
2958
2959#: plugins/check_snmp.c:452
2960#, c-format
2961msgid "Invalid critical threshold: %s\n"
2962msgstr ""
2963
2964#: plugins/check_snmp.c:466
2965#, c-format
2966msgid "Invalid warning threshold: %s\n"
2967msgstr ""
2968
2969#: plugins/check_snmp.c:513
2970msgid "Could Not Compile Regular Expression"
2971msgstr ""
2972
2973#: plugins/check_snmp.c:539
2974#, c-format
2975msgid "Could not realloc() labels[%d]"
2976msgstr ""
2977
2978#: plugins/check_snmp.c:552
2979msgid "Could not realloc() labels\n"
2980msgstr ""
2981
2982#: plugins/check_snmp.c:570
2983#, c-format
2984msgid "Could not realloc() units [%d]\n"
2985msgstr ""
2986
2987#: plugins/check_snmp.c:583
2988msgid "Could not realloc() units\n"
2989msgstr ""
2990
2991#: plugins/check_snmp.c:656
2992#, c-format
2993msgid ""
2994"Missing secname (%s) or authpassword (%s) ! \n"
2995")"
2996msgstr ""
2997
2998#: plugins/check_snmp.c:674
2999#, c-format
3000msgid "Invalid SNMP version: %s\n"
3001msgstr ""
3002
3003#: plugins/check_snmp.c:869
3004msgid ""
3005"Check status of remote machines and obtain sustem information via SNMP\n"
3006"\n"
3007msgstr ""
3008
3009#: plugins/check_snmp.c:879
3010msgid ""
3011" -P, --protocol=[1|3]\n"
3012" SNMP protocol version\n"
3013" -L, --seclevel=[noAuthNoPriv|authNoPriv|authPriv]\n"
3014" SNMPv3 securityLevel\n"
3015" -a, --authproto=[MD5|SHA]\n"
3016" SNMPv3 auth proto\n"
3017msgstr ""
3018
3019#: plugins/check_snmp.c:888
3020#, c-format
3021msgid ""
3022" -C, --community=STRING\n"
3023" Optional community string for SNMP communication\n"
3024" (default is \"%s\")\n"
3025" -U, --secname=USERNAME\n"
3026" SNMPv3 username\n"
3027" -A, --authpassword=PASSWORD\n"
3028" SNMPv3 authentication password\n"
3029" -X, --privpasswd=PASSWORD\n"
3030" SNMPv3 crypt passwd (DES)\n"
3031msgstr ""
3032
3033#: plugins/check_snmp.c:900
3034#, c-format
3035msgid ""
3036" -o, --oid=OID(s)\n"
3037" Object identifier(s) whose value you wish to query\n"
3038" -m, --miblist=STRING\n"
3039" List of MIBS to be loaded (default = ALL)\n"
3040" -d, --delimiter=STRING\n"
3041" Delimiter to use when parsing returned data. Default is \"%s\"\n"
3042" Any data on the right hand side of the delimiter is considered\n"
3043" to be the data that should be used in the evaluation.\n"
3044msgstr ""
3045
3046#: plugins/check_snmp.c:910
3047msgid ""
3048" -w, --warning=INTEGER_RANGE(s)\n"
3049" Range(s) which will not result in a WARNING status\n"
3050" -c, --critical=INTEGER_RANGE(s)\n"
3051" Range(s) which will not result in a CRITICAL status\n"
3052msgstr ""
3053
3054#: plugins/check_snmp.c:917
3055msgid ""
3056" -s, --string=STRING\n"
3057" Return OK state (for that OID) if STRING is an exact match\n"
3058" -r, --ereg=REGEX\n"
3059" Return OK state (for that OID) if extended regular expression REGEX "
3060"matches\n"
3061" -R, --eregi=REGEX\n"
3062" Return OK state (for that OID) if case-insensitive extended REGEX "
3063"matches\n"
3064" -l, --label=STRING\n"
3065" Prefix label for output from plugin (default -s 'SNMP')\n"
3066msgstr ""
3067
3068#: plugins/check_snmp.c:928
3069msgid ""
3070" -u, --units=STRING\n"
3071" Units label(s) for output data (e.g., 'sec.').\n"
3072" -D, --output-delimiter=STRING\n"
3073" Separates output on multiple OID requests\n"
3074msgstr ""
3075
3076#: plugins/check_snmp.c:938
3077msgid ""
3078"\n"
3079"- This plugin uses the 'snmpget' command included with the NET-SNMP "
3080"package.\n"
3081" If you don't have the package installed, you will need to download it "
3082"from\n"
3083" http://net-snmp.sourceforge.net before you can use this plugin.\n"
3084msgstr ""
3085
3086#: plugins/check_snmp.c:943
3087msgid ""
3088"- Multiple OIDs may be indicated by a comma- or space-delimited list (lists "
3089"with\n"
3090" internal spaces must be quoted) [max 8 OIDs]\n"
3091msgstr ""
3092
3093#: plugins/check_snmp.c:947
3094msgid ""
3095"- Ranges are inclusive and are indicated with colons. When specified as\n"
3096" 'min:max' a STATE_OK will be returned if the result is within the "
3097"indicated\n"
3098" range or is equal to the upper or lower bound. A non-OK state will be\n"
3099" returned if the result is outside the specified range.\n"
3100msgstr ""
3101
3102#: plugins/check_snmp.c:953
3103msgid ""
3104"- If specified in the order 'max:min' a non-OK state will be returned if "
3105"the\n"
3106" result is within the (inclusive) range.\n"
3107msgstr ""
3108
3109#: plugins/check_snmp.c:957
3110msgid ""
3111"- Upper or lower bounds may be omitted to skip checking the respective "
3112"limit.\n"
3113"- Bare integers are interpreted as upper limits.\n"
3114"- When checking multiple OIDs, separate ranges by commas like '-w "
3115"1:10,1:,:20'\n"
3116"- Note that only one string and one regex may be checked at present\n"
3117"- All evaluation methods other than PR, STR, and SUBSTR expect that the "
3118"value\n"
3119" returned from the SNMP query is an unsigned integer.\n"
3120msgstr ""
3121
3122#: plugins/check_snmp.c:971
3123#, c-format
3124msgid ""
3125"Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n"
3126" [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n"
3127" [-l label] [-u units] [-p port-number] [-d delimiter]\n"
3128" [-D output-delimiter] [-m miblist] [-P snmp version]\n"
3129" [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n"
3130" [-X privpasswd]\n"
3131msgstr ""
3132
3133#: plugins/check_ssh.c:203
3134#, c-format
3135msgid "Server answer: %s"
3136msgstr ""
3137
3138#: plugins/check_ssh.c:214
3139#, c-format
3140msgid "SSH OK - %s (protocol %s)\n"
3141msgstr ""
3142
3143#: plugins/check_ssh.c:232
3144msgid "Copyright (c) 1999 Remi Paulmier <remi@sinfomic.fr>\n"
3145msgstr ""
3146
3147#: plugins/check_ssh.c:235
3148msgid ""
3149"Try to connect to SSH server at specified server and port\n"
3150"\n"
3151msgstr ""
3152
3153#: plugins/check_ssh.c:255
3154#, c-format
3155msgid "Usage: %s [-46] [-t <timeout>] [-p <port>] <host>\n"
3156msgstr ""
3157
3158#: plugins/check_swap.c:100
3159#, c-format
3160msgid "Command: %s\n"
3161msgstr ""
3162
3163#: plugins/check_swap.c:142
3164#, c-format
3165msgid "total=%d, free=%d\n"
3166msgstr ""
3167
3168#: plugins/check_swap.c:159
3169#, c-format
3170msgid " %d%% free (%lu MB out of %lu MB)%s"
3171msgstr ""
3172
3173#: plugins/check_swap.c:320
3174msgid "Warning percentage should be more than critical percentage\n"
3175msgstr ""
3176
3177#: plugins/check_swap.c:324
3178msgid "Warning free space should be more than critical free space\n"
3179msgstr ""
3180
3181#: plugins/check_swap.c:341
3182msgid ""
3183"Check swap space on local server.\n"
3184"\n"
3185msgstr ""
3186
3187#: plugins/check_swap.c:347
3188#, c-format
3189msgid ""
3190"\n"
3191" -w, --warning=INTEGER\n"
3192" Exit with WARNING status if less than INTEGER bytes of swap space are "
3193"free\n"
3194" -w, --warning=PERCENT%%\n"
3195" Exit with WARNING status if less than PERCENT of swap space has been "
3196"used\n"
3197" -c, --critical=INTEGER\n"
3198" Exit with CRITICAL status if less than INTEGER bytes of swap space are "
3199"free\n"
3200" -c, --critical=PERCENT%%\n"
3201" Exit with CRITCAL status if less than PERCENT of swap space has been "
3202"used\n"
3203" -a, --allswaps\n"
3204" Conduct comparisons for all swap partitions, one by one\n"
3205msgstr ""
3206
3207#: plugins/check_swap.c:360
3208msgid ""
3209"\n"
3210"On Solaris, if -a specified, uses swap -l, otherwise uses swap -s.\n"
3211"Will be discrepencies because swap -s counts allocated swap and includes\n"
3212"real memory\n"
3213msgstr ""
3214
3215#: plugins/check_swap.c:375
3216#, c-format
3217msgid ""
3218"Usage:\n"
3219" %s [-a] -w <used_percentage>%% -c <used_percentage>%%\n"
3220" %s [-a] -w <bytes_free> -c <bytes_free>\n"
3221" %s (-h | --help) for detailed help\n"
3222" %s (-V | --version) for version information\n"
3223msgstr ""
3224
3225#: plugins/check_tcp.c:201
3226msgid "ERROR: Generic check_tcp called with unknown service\n"
3227msgstr ""
3228
3229#: plugins/check_tcp.c:286
3230msgid "Invalid response from host\n"
3231msgstr ""
3232
3233#: plugins/check_tcp.c:325
3234#, c-format
3235msgid "%s %s%s - %.3f second response time on port %d"
3236msgstr ""
3237
3238#: plugins/check_tcp.c:425
3239msgid "invalid host name or address"
3240msgstr ""
3241
3242#: plugins/check_tcp.c:430 plugins/check_time.c:226 plugins/check_time.c:238
3243#: plugins/check_udp.c:162 plugins/check_users.c:141
3244msgid "Critical threshold must be a nonnegative integer\n"
3245msgstr ""
3246
3247#: plugins/check_tcp.c:437 plugins/check_time.c:207 plugins/check_time.c:231
3248#: plugins/check_udp.c:169 plugins/check_users.c:147 plugins/check_users.c:157
3249#: plugins/check_users.c:164
3250msgid "Warning threshold must be a nonnegative integer\n"
3251msgstr ""
3252
3253#: plugins/check_tcp.c:452
3254msgid "Timeout interval must be a positive integer\n"
3255msgstr ""
3256
3257#: plugins/check_tcp.c:475
3258msgid "Maxbytes must be a positive integer\n"
3259msgstr ""
3260
3261#: plugins/check_tcp.c:489
3262msgid "Refuse mut be one of ok, warn, crit\n"
3263msgstr ""
3264
3265#: plugins/check_tcp.c:495
3266msgid "Delay must be a positive integer\n"
3267msgstr ""
3268
3269#: plugins/check_tcp.c:500
3270msgid "SSL support not available. Install OpenSSL and recompile."
3271msgstr ""
3272
3273#: plugins/check_tcp.c:508
3274msgid "You must provide a server address\n"
3275msgstr ""
3276
3277#: plugins/check_tcp.c:526
3278msgid "ERROR: Cannot create SSL context.\n"
3279msgstr ""
3280
3281#: plugins/check_tcp.c:552
3282msgid "ERROR: Cannot initiate SSL handshake.\n"
3283msgstr ""
3284
3285#: plugins/check_tcp.c:597
29#, c-format 3286#, c-format
30msgid "" 3287msgid ""
31"This plugin tests %s connections with the specified host.\n" 3288"This plugin tests %s connections with the specified host.\n"
32"\n" 3289"\n"
33msgstr "" 3290msgstr ""
34 3291
35#: plugins/check_tcp.c:125 3292#: plugins/check_tcp.c:608
36msgid "" 3293msgid ""
37" -s, --send=STRING\n" 3294" -s, --send=STRING\n"
38" String to send to the server\n" 3295" String to send to the server\n"
@@ -42,7 +3299,7 @@ msgid ""
42" String to send server to initiate a clean close of the connection\n" 3299" String to send server to initiate a clean close of the connection\n"
43msgstr "" 3300msgstr ""
44 3301
45#: plugins/check_tcp.c:133 3302#: plugins/check_tcp.c:616
46msgid "" 3303msgid ""
47" -r, --refuse=ok|warn|crit\n" 3304" -r, --refuse=ok|warn|crit\n"
48" Accept tcp refusals with states ok, warn, crit (default: crit)\n" 3305" Accept tcp refusals with states ok, warn, crit (default: crit)\n"
@@ -52,82 +3309,304 @@ msgid ""
52" Seconds to wait between sending string and polling for response\n" 3309" Seconds to wait between sending string and polling for response\n"
53msgstr "" 3310msgstr ""
54 3311
55#: plugins/check_tcp.c:254 3312#: plugins/check_tcp.c:639
56msgid "ERROR: Generic check_tcp called with unknown service\n" 3313#, c-format
3314msgid ""
3315"Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
3316" [-s <send string>] [-e <expect string>] [-q <quit string>]\n"
3317" [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n"
3318" [-r <refuse state>] [-v] [-4|-6]\n"
57msgstr "" 3319msgstr ""
58 3320
59#: plugins/check_tcp.c:263 3321#: plugins/check_time.c:76
60msgid "Could not parse arguments\n" 3322#, c-format
3323msgid "TIME UNKNOWN - could not connect to server %s, port %d\n"
61msgstr "" 3324msgstr ""
62 3325
63#: plugins/check_tcp.c:326 3326#: plugins/check_time.c:99
64msgid "No data received from host\n" 3327#, c-format
3328msgid "TIME UNKNOWN - no data on recv() from server %s, port %d\n"
65msgstr "" 3329msgstr ""
66 3330
67#: plugins/check_tcp.c:338 3331#: plugins/check_time.c:111
68msgid "Invalid response from host\n" 3332#, c-format
3333msgid "TIME %s - %d second response time\n"
69msgstr "" 3334msgstr ""
70 3335
71#: plugins/check_tcp.c:376 3336#: plugins/check_time.c:125
72#, c-format 3337#, c-format
73msgid "%s %s%s - %.3f second response time on port %d" 3338msgid "TIME %s - %lu second time difference\n"
74msgstr "" 3339msgstr ""
75 3340
76#: plugins/check_tcp.c:452 3341#: plugins/check_time.c:189 plugins/check_time.c:262 plugins/check_udp.c:157
3342#: plugins/check_udp.c:198
3343msgid "Invalid host name/address\n"
3344msgstr ""
3345
3346#: plugins/check_time.c:203
3347msgid "Warning thresholds must be a nonnegative integer\n"
3348msgstr ""
3349
3350#: plugins/check_time.c:222
3351msgid "Critical thresholds must be a nonnegative integer\n"
3352msgstr ""
3353
3354#: plugins/check_time.c:251 plugins/check_udp.c:176
3355msgid "Timeout interval must be a nonnegative integer\n"
3356msgstr ""
3357
3358#: plugins/check_time.c:266 plugins/check_udp.c:203
3359msgid "Host name was not supplied\n"
3360msgstr ""
3361
3362#: plugins/check_time.c:286 plugins/check_udp.c:221 plugins/check_users.c:182
3363msgid "Copyright (c) 1999 Ethan Galstad\n"
3364msgstr ""
3365
3366#: plugins/check_time.c:289
3367msgid ""
3368"This plugin will check the time on the specified host.\n"
3369"\n"
3370msgstr ""
3371
3372#: plugins/check_time.c:298
3373msgid ""
3374" -w, --warning-variance=INTEGER\n"
3375" Time difference (sec.) necessary to result in a warning status\n"
3376" -c, --critical-variance=INTEGER\n"
3377" Time difference (sec.) necessary to result in a critical status\n"
3378" -W, --warning-connect=INTEGER\n"
3379" Response time (sec.) necessary to result in warning status\n"
3380" -C, --critical-connect=INTEGER\n"
3381" Response time (sec.) necessary to result in critical status\n"
3382msgstr ""
3383
3384#: plugins/check_time.c:319
77#, c-format 3385#, c-format
78msgid "" 3386msgid ""
79"%s: Unknown argument: %s\n" 3387"Usage: %s -H <host_address> [-p port] [-w variance] [-c variance]\n"
3388" [-W connect_time] [-C connect_time] [-t timeout]\n"
3389msgstr ""
3390
3391#: plugins/check_udp.c:88
3392#, c-format
3393msgid "Connection %s on port %d - %d second response time\n"
3394msgstr ""
3395
3396#: plugins/check_udp.c:89
3397msgid "accepted"
3398msgstr ""
3399
3400#: plugins/check_udp.c:89
3401msgid "problem"
3402msgstr ""
3403
3404#: plugins/check_udp.c:224
3405msgid ""
3406"This plugin tests an UDP connection with the specified host.\n"
80"\n" 3407"\n"
81msgstr "" 3408msgstr ""
82 3409
83#: plugins/check_tcp.c:471 3410#: plugins/check_udp.c:233
84msgid "IPv6 support not available\n" 3411msgid ""
3412" -e, --expect=STRING <optional>\n"
3413" String to expect in first line of server response\n"
3414" -s, --send=STRING <optional>\n"
3415" String to send to the server when initiating the connection\n"
85msgstr "" 3416msgstr ""
86 3417
87#: plugins/check_tcp.c:476 3418#: plugins/check_udp.c:245
88msgid "invalid host name or address" 3419msgid ""
3420"This plugin will attempt to connect to the specified port on the host.\n"
3421"Successful connects return STATE_OK, refusals and timeouts return\n"
3422"STATE_CRITICAL, other errors return STATE_UNKNOWN.\n"
3423"\n"
89msgstr "" 3424msgstr ""
90 3425
91#: plugins/check_tcp.c:481 3426#: plugins/check_udp.c:262
92msgid "Critical threshold must be a nonnegative integer\n" 3427#, c-format
3428msgid ""
3429"Usage: %s -H <host_address> [-p port] [-w warn_time] [-c crit_time]\n"
3430" [-e expect] [-s send] [-t to_sec] [-v]\n"
93msgstr "" 3431msgstr ""
94 3432
95#: plugins/check_tcp.c:487 3433#: plugins/check_ups.c:542
96msgid "Warning threshold must be a nonnegative integer\n" 3434msgid "Copyright (c) 2000 Tom Shields"
97msgstr "" 3435msgstr ""
98 3436
99#: plugins/check_tcp.c:501 3437#: plugins/check_ups.c:545
100msgid "Timeout interval must be a positive integer\n" 3438msgid ""
3439"This plugin tests the UPS service on the specified host.\n"
3440"Network UPS Tools from www.exploits.org must be running for this plugin to\n"
3441"work.\n"
3442"\n"
101msgstr "" 3443msgstr ""
102 3444
103#: plugins/check_tcp.c:506 3445#: plugins/check_ups.c:555
104msgid "Server port must be a positive integer\n" 3446msgid ""
3447" -u, --ups=STRING\n"
3448" Name of UPS\n"
105msgstr "" 3449msgstr ""
106 3450
107#: plugins/check_tcp.c:522 3451#: plugins/check_ups.c:565
108msgid "Maxbytes must be a positive integer\n" 3452msgid ""
3453"This plugin attempts to determine the status of a UPS (Uninterruptible "
3454"Power\n"
3455"Supply) on a local or remote host. If the UPS is online or calibrating, the\n"
3456"plugin will return an OK state. If the battery is on it will return a "
3457"WARNING\n"
3458"state. If the UPS is off or has a low battery the plugin will return a "
3459"CRITICAL\n"
3460"state.\n"
3461"\n"
109msgstr "" 3462msgstr ""
110 3463
111#: plugins/check_tcp.c:535 3464#: plugins/check_ups.c:572
112msgid "Refuse mut be one of ok, warn, crit\n" 3465msgid ""
3466"You may also specify a variable to check [such as temperature, utility "
3467"voltage,\n"
3468"battery load, etc.] as well as warning and critical thresholds for the "
3469"value of\n"
3470"that variable. If the remote host has multiple UPS that are being monitored "
3471"you\n"
3472"will have to use the [ups] option to specify which UPS to check.\n"
3473"\n"
113msgstr "" 3474msgstr ""
114 3475
115#: plugins/check_tcp.c:541 3476#: plugins/check_ups.c:578
116msgid "Delay must be a positive integer\n" 3477msgid ""
3478"Notes:\n"
3479"\n"
3480"This plugin requires that the UPSD daemon distributed with Russel Kroll's\n"
3481"Smart UPS Tools be installed on the remote host. If you do not have the\n"
3482"package installed on your system, you can download it from\n"
3483"http://www.exploits.org/nut\n"
3484"\n"
117msgstr "" 3485msgstr ""
118 3486
119#: plugins/check_tcp.c:546 3487#: plugins/check_ups.c:593
120msgid "SSL support not available. Install OpenSSL and recompile." 3488#, c-format
3489msgid ""
3490"Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n"
3491" [-t timeout] [-v]\n"
121msgstr "" 3492msgstr ""
122 3493
123#: plugins/check_tcp.c:554 3494#: plugins/check_users.c:69
124msgid "You must provide a server address\n" 3495#, c-format
3496msgid "# users=%d"
125msgstr "" 3497msgstr ""
126 3498
127#: plugins/check_tcp.c:572 3499#: plugins/check_users.c:94
128msgid "ERROR: Cannot create SSL context.\n" 3500#, c-format
3501msgid "USERS %s - %d users currently logged in\n"
129msgstr "" 3502msgstr ""
130 3503
131#: plugins/check_tcp.c:598 3504#: plugins/check_users.c:185
132msgid "ERROR: Cannot initiate SSL handshake.\n" 3505msgid ""
3506"This plugin checks the number of users currently logged in on the local\n"
3507"system and generates an error if the number exceeds the thresholds "
3508"specified.\n"
3509msgstr ""
3510
3511#: plugins/check_users.c:193
3512msgid ""
3513" -w, --warning=INTEGER\n"
3514" Set WARNING status if more than INTEGER users are logged in\n"
3515" -c, --critical=INTEGER\n"
3516" Set CRITICAL status if more than INTEGER users are logged in\n"
3517msgstr ""
3518
3519#: plugins/negate.c:234
3520msgid ""
3521"Negates the status of a plugin (returns OK for CRITICAL, and vice-versa).\n"
3522"\n"
3523msgstr ""
3524
3525#: plugins/negate.c:244
3526msgid " [keep timeout than the plugin timeout to retain CRITICAL status]\n"
3527msgstr ""
3528
3529#: plugins/negate.c:247
3530msgid ""
3531" negate \"/usr/local/nagios/libexec/check_ping -H host\"\n"
3532" Run check_ping and invert result. Must use full path to plugin\n"
3533" negate \"/usr/local/nagios/libexec/check_procs -a 'vi negate.c'\"\n"
3534" Use single quotes if you need to retain spaces\n"
3535msgstr ""
3536
3537#: plugins/negate.c:253
3538msgid ""
3539"This plugin is a wrapper to take the output of another plugin and invert "
3540"it.\n"
3541"If the wrapped plugin returns STATE_OK, the wrapper will return "
3542"STATE_CRITICAL.\n"
3543"If the wrapped plugin returns STATE_CRITICAL, the wrapper will return "
3544"STATE_OK.\n"
3545"Otherwise, the output state of the wrapped plugin is unchanged.\n"
3546msgstr ""
3547
3548#: plugins/negate.c:269
3549#, c-format
3550msgid "Usage: %s [-t timeout] <definition of wrapped plugin>\n"
3551msgstr ""
3552
3553#: plugins/urlize.c:101
3554#, c-format
3555msgid ""
3556"%s problem - No data recieved from host\n"
3557"CMD: %s</A>\n"
3558msgstr ""
3559
3560#: plugins/urlize.c:128
3561msgid ""
3562"Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n"
3563msgstr ""
3564
3565#: plugins/urlize.c:131
3566msgid ""
3567"\n"
3568"This plugin wraps the text output of another command (plugin) in HTML\n"
3569"<A> tags, thus displaying the plugin output in as a clickable link in\n"
3570"the Nagios status screen. The return status is the same as the invoked\n"
3571"plugin.\n"
3572"\n"
3573msgstr ""
3574
3575#: plugins/urlize.c:139
3576msgid ""
3577"\n"
3578"Pay close attention to quoting to ensure that the shell passes the expected\n"
3579"data to the plugin. For example, in:\n"
3580"\n"
3581" urlize http://example.com/ check_http -H example.com -r 'two words'\n"
3582"\n"
3583"the shell will remove the single quotes and urlize will see:\n"
3584"\n"
3585" urlize http://example.com/ check_http -H example.com -r two words\n"
3586"\n"
3587"You probably want:\n"
3588"\n"
3589" urlize http://example.com/ \"check_http -H example.com -r 'two words'\"\n"
3590msgstr ""
3591
3592#: plugins/urlize.c:162
3593#, c-format
3594msgid ""
3595"Usage:\n"
3596" %s <url> <plugin> <arg1> ... <argN>\n"
3597msgstr ""
3598
3599#: plugins/utils.c:81
3600msgid ""
3601"\n"
3602"Send email to nagios-users@lists.sourceforge.net if you have questions\n"
3603"regarding use of this software. To submit patches or suggest improvements,\n"
3604"send email to nagiosplug-devel@lists.sourceforge.net\n"
3605msgstr ""
3606
3607#: plugins/utils.c:107
3608msgid ""
3609"The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n"
3610"copies of the plugins under the terms of the GNU General Public License.\n"
3611"For more information about these matters, see the file named COPYING.\n"
133msgstr "" 3612msgstr ""