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