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