diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | plugins/check_snmp.c | 20 | ||||
-rwxr-xr-x | plugins/tests/check_snmp.t | 18 | ||||
-rw-r--r-- | plugins/tests/check_snmp_agent.pl | 6 | ||||
-rw-r--r-- | po/de.po | 405 | ||||
-rw-r--r-- | po/fr.po | 408 | ||||
-rw-r--r-- | po/nagios-plugins.pot | 404 |
7 files changed, 741 insertions, 521 deletions
@@ -7,6 +7,7 @@ This file documents the major additions and syntax changes between releases. | |||
7 | New check_radius -N option which allows for specifying the value of the NAS-IP-Address attribute | 7 | New check_radius -N option which allows for specifying the value of the NAS-IP-Address attribute |
8 | New check_snmp --rate option to store differences between invocations. Saves state in PREFIX/var/{plugin} | 8 | New check_snmp --rate option to store differences between invocations. Saves state in PREFIX/var/{plugin} |
9 | check_snmp -l label option now also changes the perfdata label. See WARNINGS | 9 | check_snmp -l label option now also changes the perfdata label. See WARNINGS |
10 | check_snmp has an --invert-search option which reverses status of the string and regexp searches | ||
10 | check_http now displays the missing search string and the URL in the output when failed (Duncan Ferguson - #2999924) | 11 | check_http now displays the missing search string and the URL in the output when failed (Duncan Ferguson - #2999924) |
11 | Updated Nagios::Plugin perl module | 12 | Updated Nagios::Plugin perl module |
12 | Updated gnulib to June 2010 | 13 | Updated gnulib to June 2010 |
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index bf21022..d387104 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -62,6 +62,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
62 | /* Longopts only arguments */ | 62 | /* Longopts only arguments */ |
63 | #define L_CALCULATE_RATE CHAR_MAX+1 | 63 | #define L_CALCULATE_RATE CHAR_MAX+1 |
64 | #define L_RATE_MULTIPLIER CHAR_MAX+2 | 64 | #define L_RATE_MULTIPLIER CHAR_MAX+2 |
65 | #define L_INVERT_SEARCH CHAR_MAX+3 | ||
65 | 66 | ||
66 | /* Gobble to string - stop incrementing c when c[0] match one of the | 67 | /* Gobble to string - stop incrementing c when c[0] match one of the |
67 | * characters in s */ | 68 | * characters in s */ |
@@ -115,6 +116,7 @@ char *units; | |||
115 | char *port; | 116 | char *port; |
116 | char *snmpcmd; | 117 | char *snmpcmd; |
117 | char string_value[MAX_INPUT_BUFFER] = ""; | 118 | char string_value[MAX_INPUT_BUFFER] = ""; |
119 | int invert_search=0; | ||
118 | char **labels = NULL; | 120 | char **labels = NULL; |
119 | char **unitv = NULL; | 121 | char **unitv = NULL; |
120 | size_t nlabels = 0; | 122 | size_t nlabels = 0; |
@@ -433,16 +435,16 @@ main (int argc, char **argv) | |||
433 | /* Process this block for string matching */ | 435 | /* Process this block for string matching */ |
434 | else if (eval_method[i] & CRIT_STRING) { | 436 | else if (eval_method[i] & CRIT_STRING) { |
435 | if (strcmp (show, string_value)) | 437 | if (strcmp (show, string_value)) |
436 | iresult = STATE_CRITICAL; | 438 | iresult = (invert_search==0) ? STATE_CRITICAL : STATE_OK; |
437 | else | 439 | else |
438 | iresult = STATE_OK; | 440 | iresult = (invert_search==0) ? STATE_OK : STATE_CRITICAL; |
439 | } | 441 | } |
440 | 442 | ||
441 | /* Process this block for regex matching */ | 443 | /* Process this block for regex matching */ |
442 | else if (eval_method[i] & CRIT_REGEX) { | 444 | else if (eval_method[i] & CRIT_REGEX) { |
443 | excode = regexec (&preg, response, 10, pmatch, eflags); | 445 | excode = regexec (&preg, response, 10, pmatch, eflags); |
444 | if (excode == 0) { | 446 | if (excode == 0) { |
445 | iresult = STATE_OK; | 447 | iresult = (invert_search==0) ? STATE_OK : STATE_CRITICAL; |
446 | } | 448 | } |
447 | else if (excode != REG_NOMATCH) { | 449 | else if (excode != REG_NOMATCH) { |
448 | regerror (excode, &preg, errbuf, MAX_INPUT_BUFFER); | 450 | regerror (excode, &preg, errbuf, MAX_INPUT_BUFFER); |
@@ -450,7 +452,7 @@ main (int argc, char **argv) | |||
450 | exit (STATE_CRITICAL); | 452 | exit (STATE_CRITICAL); |
451 | } | 453 | } |
452 | else { | 454 | else { |
453 | iresult = STATE_CRITICAL; | 455 | iresult = (invert_search==0) ? STATE_CRITICAL : STATE_OK; |
454 | } | 456 | } |
455 | } | 457 | } |
456 | 458 | ||
@@ -584,6 +586,7 @@ process_arguments (int argc, char **argv) | |||
584 | {"next", no_argument, 0, 'n'}, | 586 | {"next", no_argument, 0, 'n'}, |
585 | {"rate", no_argument, 0, L_CALCULATE_RATE}, | 587 | {"rate", no_argument, 0, L_CALCULATE_RATE}, |
586 | {"rate-multiplier", required_argument, 0, L_RATE_MULTIPLIER}, | 588 | {"rate-multiplier", required_argument, 0, L_RATE_MULTIPLIER}, |
589 | {"invert-search", no_argument, 0, L_INVERT_SEARCH}, | ||
587 | {0, 0, 0, 0} | 590 | {0, 0, 0, 0} |
588 | }; | 591 | }; |
589 | 592 | ||
@@ -796,6 +799,9 @@ process_arguments (int argc, char **argv) | |||
796 | if(!is_integer(optarg)||(rate_multiplier=atoi(optarg)<=0)) | 799 | if(!is_integer(optarg)||(rate_multiplier=atoi(optarg)<=0)) |
797 | usage2(_("Rate multiplier must be a positive integer"),optarg); | 800 | usage2(_("Rate multiplier must be a positive integer"),optarg); |
798 | break; | 801 | break; |
802 | case L_INVERT_SEARCH: | ||
803 | invert_search=1; | ||
804 | break; | ||
799 | } | 805 | } |
800 | } | 806 | } |
801 | 807 | ||
@@ -1044,10 +1050,12 @@ print_help (void) | |||
1044 | printf (" %s\n", _("Return OK state (for that OID) if extended regular expression REGEX matches")); | 1050 | printf (" %s\n", _("Return OK state (for that OID) if extended regular expression REGEX matches")); |
1045 | printf (" %s\n", "-R, --eregi=REGEX"); | 1051 | printf (" %s\n", "-R, --eregi=REGEX"); |
1046 | printf (" %s\n", _("Return OK state (for that OID) if case-insensitive extended REGEX matches")); | 1052 | printf (" %s\n", _("Return OK state (for that OID) if case-insensitive extended REGEX matches")); |
1047 | printf (" %s\n", "-l, --label=STRING"); | 1053 | printf (" %s\n", "--invert-search"); |
1048 | printf (" %s\n", _("Prefix label for output from plugin (default -l 'SNMP')")); | 1054 | printf (" %s\n", _("Invert search result (CRITICAL if found)")); |
1049 | 1055 | ||
1050 | /* Output Formatting */ | 1056 | /* Output Formatting */ |
1057 | printf (" %s\n", "-l, --label=STRING"); | ||
1058 | printf (" %s\n", _("Prefix label for output from plugin")); | ||
1051 | printf (" %s\n", "-u, --units=STRING"); | 1059 | printf (" %s\n", "-u, --units=STRING"); |
1052 | printf (" %s\n", _("Units label(s) for output data (e.g., 'sec.').")); | 1060 | printf (" %s\n", _("Units label(s) for output data (e.g., 'sec.').")); |
1053 | printf (" %s\n", "-D, --output-delimiter=STRING"); | 1061 | printf (" %s\n", "-D, --output-delimiter=STRING"); |
diff --git a/plugins/tests/check_snmp.t b/plugins/tests/check_snmp.t index 1742079..a7a8d2c 100755 --- a/plugins/tests/check_snmp.t +++ b/plugins/tests/check_snmp.t | |||
@@ -51,7 +51,7 @@ if ($ARGV[0] && $ARGV[0] eq "-d") { | |||
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 | ||
54 | my $tests = 21; | 54 | my $tests = 29; |
55 | if (-x "./check_snmp") { | 55 | if (-x "./check_snmp") { |
56 | plan tests => $tests; | 56 | plan tests => $tests; |
57 | } else { | 57 | } else { |
@@ -141,5 +141,21 @@ is($res->return_code, 0, "OK as no thresholds" ); | |||
141 | is($res->output, "SNMP RATE OK - inoctets 333 | inoctets-rate=333 ", "Check rate decreases due to longer interval"); | 141 | is($res->output, "SNMP RATE OK - inoctets 333 | inoctets-rate=333 ", "Check rate decreases due to longer interval"); |
142 | 142 | ||
143 | 143 | ||
144 | $res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 -s '\"stringtests\"'" ); | ||
145 | is($res->return_code, 0, "OK as string matches" ); | ||
146 | is($res->output, 'SNMP OK - "stringtests" | ', "Good string match" ); | ||
147 | |||
148 | $res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 -s ring" ); | ||
149 | is($res->return_code, 2, "CRITICAL as string doesn't match (though is a substring)" ); | ||
150 | is($res->output, 'SNMP CRITICAL - *"stringtests"* | ', "Failed string match" ); | ||
151 | |||
152 | $res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 --invert-search -s '\"stringtests\"'" ); | ||
153 | is($res->return_code, 2, "CRITICAL as string matches but inverted" ); | ||
154 | is($res->output, 'SNMP CRITICAL - *"stringtests"* | ', "Inverted string match" ); | ||
155 | |||
156 | $res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 --invert-search -s ring" ); | ||
157 | is($res->return_code, 0, "OK as string doesn't match but inverted" ); | ||
158 | is($res->output, 'SNMP OK - "stringtests" | ', "OK as inverted string no match" ); | ||
159 | |||
144 | 160 | ||
145 | 161 | ||
diff --git a/plugins/tests/check_snmp_agent.pl b/plugins/tests/check_snmp_agent.pl index 425caeb..8784ab1 100644 --- a/plugins/tests/check_snmp_agent.pl +++ b/plugins/tests/check_snmp_agent.pl | |||
@@ -33,9 +33,9 @@ ends with with this: C:\\'; | |||
33 | my $multilin5 = 'And now have fun with with this: "C:\\" | 33 | my $multilin5 = 'And now have fun with with this: "C:\\" |
34 | because we\'re not done yet!'; | 34 | because we\'re not done yet!'; |
35 | 35 | ||
36 | my @fields = (ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_UNSIGNED, ASN_UNSIGNED, ASN_COUNTER, ASN_COUNTER64, ASN_UNSIGNED, ASN_COUNTER); | 36 | my @fields = (ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_OCTET_STR, ASN_UNSIGNED, ASN_UNSIGNED, ASN_COUNTER, ASN_COUNTER64, ASN_UNSIGNED, ASN_COUNTER, ASN_OCTET_STR); |
37 | my @values = ($multiline, $multilin2, $multilin3, $multilin4, $multilin5, 4294965296, 1000, 4294965296, uint64("18446744073709351616"), int(rand(2**32)), 64000); | 37 | my @values = ($multiline, $multilin2, $multilin3, $multilin4, $multilin5, 4294965296, 1000, 4294965296, uint64("18446744073709351616"), int(rand(2**32)), 64000, "stringtests"); |
38 | my @incrts = (undef, undef, undef, undef, undef, 1000, -500, 1000, 100000, undef, 666); | 38 | my @incrts = (undef, undef, undef, undef, undef, 1000, -500, 1000, 100000, undef, 666, undef); |
39 | 39 | ||
40 | # Number of elements in our OID | 40 | # Number of elements in our OID |
41 | my $oidelts; | 41 | my $oidelts; |
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: nagiosplug\n" | 10 | "Project-Id-Version: nagiosplug\n" |
11 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" | 11 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" |
12 | "POT-Creation-Date: 2010-04-28 05:59-0400\n" | 12 | "POT-Creation-Date: 2010-06-23 14:50+0000\n" |
13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" | 13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" |
14 | "Last-Translator: <>\n" | 14 | "Last-Translator: <>\n" |
15 | "Language-Team: English <en@li.org>\n" | 15 | "Language-Team: English <en@li.org>\n" |
@@ -21,14 +21,14 @@ msgstr "" | |||
21 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 | 21 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 |
22 | #: plugins/check_disk.c:192 plugins/check_dns.c:102 plugins/check_dummy.c:52 | 22 | #: plugins/check_disk.c:192 plugins/check_dns.c:102 plugins/check_dummy.c:52 |
23 | #: plugins/check_fping.c:89 plugins/check_game.c:82 plugins/check_hpjd.c:103 | 23 | #: plugins/check_fping.c:89 plugins/check_game.c:82 plugins/check_hpjd.c:103 |
24 | #: plugins/check_http.c:156 plugins/check_ldap.c:109 plugins/check_load.c:122 | 24 | #: plugins/check_http.c:157 plugins/check_ldap.c:109 plugins/check_load.c:122 |
25 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85 | 25 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85 |
26 | #: plugins/check_nagios.c:91 plugins/check_nt.c:126 plugins/check_ntp.c:766 | 26 | #: plugins/check_nagios.c:91 plugins/check_nt.c:126 plugins/check_ntp.c:766 |
27 | #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548 | 27 | #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548 |
28 | #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102 | 28 | #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102 |
29 | #: plugins/check_pgsql.c:154 plugins/check_ping.c:95 plugins/check_procs.c:147 | 29 | #: plugins/check_pgsql.c:154 plugins/check_ping.c:95 plugins/check_procs.c:147 |
30 | #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:140 | 30 | #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:140 |
31 | #: plugins/check_snmp.c:180 plugins/check_ssh.c:73 plugins/check_swap.c:110 | 31 | #: plugins/check_snmp.c:203 plugins/check_ssh.c:73 plugins/check_swap.c:110 |
32 | #: plugins/check_tcp.c:209 plugins/check_time.c:78 plugins/check_ups.c:122 | 32 | #: plugins/check_tcp.c:209 plugins/check_time.c:78 plugins/check_ups.c:122 |
33 | #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270 | 33 | #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270 |
34 | msgid "Could not parse arguments" | 34 | msgid "Could not parse arguments" |
@@ -61,9 +61,9 @@ msgid "%s: Error parsing output\n" | |||
61 | msgstr "" | 61 | msgstr "" |
62 | 62 | ||
63 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 | 63 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 |
64 | #: plugins/check_http.c:255 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 | 64 | #: plugins/check_http.c:256 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 |
65 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 | 65 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 |
66 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:540 | 66 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:662 |
67 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 | 67 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 |
68 | #: plugins/check_ups.c:556 plugins/negate.c:161 | 68 | #: plugins/check_ups.c:556 plugins/negate.c:161 |
69 | msgid "Timeout interval must be a positive integer" | 69 | msgid "Timeout interval must be a positive integer" |
@@ -220,7 +220,7 @@ msgid "" | |||
220 | msgstr "" | 220 | msgstr "" |
221 | 221 | ||
222 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 | 222 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 |
223 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1410 | 223 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1415 |
224 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 | 224 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 |
225 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 | 225 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 |
226 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 | 226 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 |
@@ -230,7 +230,7 @@ msgstr "" | |||
230 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 | 230 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 |
231 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 | 231 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 |
232 | #: plugins/check_dummy.c:122 plugins/check_fping.c:432 | 232 | #: plugins/check_dummy.c:122 plugins/check_fping.c:432 |
233 | #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1433 | 233 | #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1438 |
234 | #: plugins/check_ldap.c:452 plugins/check_load.c:325 plugins/check_mrtg.c:382 | 234 | #: plugins/check_ldap.c:452 plugins/check_load.c:325 plugins/check_mrtg.c:382 |
235 | #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:759 | 235 | #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:759 |
236 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 | 236 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 |
@@ -238,7 +238,7 @@ msgstr "" | |||
238 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 | 238 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 |
239 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 | 239 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 |
240 | #: plugins/check_radius.c:385 plugins/check_real.c:451 | 240 | #: plugins/check_radius.c:385 plugins/check_real.c:451 |
241 | #: plugins/check_smtp.c:819 plugins/check_snmp.c:956 plugins/check_ssh.c:302 | 241 | #: plugins/check_smtp.c:821 plugins/check_snmp.c:1097 plugins/check_ssh.c:302 |
242 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 | 242 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 |
243 | #: plugins/check_ups.c:660 plugins/check_users.c:229 | 243 | #: plugins/check_ups.c:660 plugins/check_users.c:229 |
244 | #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197 | 244 | #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197 |
@@ -288,11 +288,11 @@ msgid "commas" | |||
288 | msgstr "" | 288 | msgstr "" |
289 | 289 | ||
290 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 | 290 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 |
291 | #: plugins/check_http.c:1396 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 | 291 | #: plugins/check_http.c:1401 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 |
292 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 | 292 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 |
293 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 | 293 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 |
294 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 | 294 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 |
295 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:937 | 295 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:1068 |
296 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 | 296 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 |
297 | #: plugins-root/check_icmp.c:1322 | 297 | #: plugins-root/check_icmp.c:1322 |
298 | msgid "Notes:" | 298 | msgid "Notes:" |
@@ -1086,453 +1086,453 @@ msgstr "" | |||
1086 | msgid "(default=%s)" | 1086 | msgid "(default=%s)" |
1087 | msgstr "" | 1087 | msgstr "" |
1088 | 1088 | ||
1089 | #: plugins/check_http.c:261 | 1089 | #: plugins/check_http.c:262 |
1090 | msgid "Critical threshold must be integer" | 1090 | msgid "Critical threshold must be integer" |
1091 | msgstr "Critical threshold muss ein Integer sein" | 1091 | msgstr "Critical threshold muss ein Integer sein" |
1092 | 1092 | ||
1093 | #: plugins/check_http.c:269 | 1093 | #: plugins/check_http.c:270 |
1094 | msgid "Warning threshold must be integer" | 1094 | msgid "Warning threshold must be integer" |
1095 | msgstr "Warning threshold Integer sein" | 1095 | msgstr "Warning threshold Integer sein" |
1096 | 1096 | ||
1097 | #: plugins/check_http.c:295 plugins/check_tcp.c:559 | 1097 | #: plugins/check_http.c:296 plugins/check_tcp.c:559 |
1098 | msgid "Invalid certificate expiration period" | 1098 | msgid "Invalid certificate expiration period" |
1099 | msgstr "Ungültiger Zertifikatsablauftermin" | 1099 | msgstr "Ungültiger Zertifikatsablauftermin" |
1100 | 1100 | ||
1101 | #: plugins/check_http.c:304 plugins/check_tcp.c:571 | 1101 | #: plugins/check_http.c:305 plugins/check_tcp.c:571 |
1102 | #, fuzzy | 1102 | #, fuzzy |
1103 | msgid "Invalid option - SSL is not available" | 1103 | msgid "Invalid option - SSL is not available" |
1104 | msgstr "Ungültige Option - SSL ist nicht verfügbar\n" | 1104 | msgstr "Ungültige Option - SSL ist nicht verfügbar\n" |
1105 | 1105 | ||
1106 | #: plugins/check_http.c:328 | 1106 | #: plugins/check_http.c:329 |
1107 | msgid "Invalid onredirect option" | 1107 | msgid "Invalid onredirect option" |
1108 | msgstr "" | 1108 | msgstr "" |
1109 | 1109 | ||
1110 | #: plugins/check_http.c:330 | 1110 | #: plugins/check_http.c:331 |
1111 | #, c-format | 1111 | #, c-format |
1112 | msgid "option f:%d \n" | 1112 | msgid "option f:%d \n" |
1113 | msgstr "Option f:%d \n" | 1113 | msgstr "Option f:%d \n" |
1114 | 1114 | ||
1115 | #: plugins/check_http.c:351 | 1115 | #: plugins/check_http.c:352 |
1116 | msgid "Invalid port number" | 1116 | msgid "Invalid port number" |
1117 | msgstr "Ungültige Portnummer" | 1117 | msgstr "Ungültige Portnummer" |
1118 | 1118 | ||
1119 | #: plugins/check_http.c:399 | 1119 | #: plugins/check_http.c:400 |
1120 | #, c-format | 1120 | #, c-format |
1121 | msgid "Could Not Compile Regular Expression: %s" | 1121 | msgid "Could Not Compile Regular Expression: %s" |
1122 | msgstr "" | 1122 | msgstr "" |
1123 | 1123 | ||
1124 | #: plugins/check_http.c:413 plugins/check_ntp.c:718 | 1124 | #: plugins/check_http.c:414 plugins/check_ntp.c:718 |
1125 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 | 1125 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 |
1126 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 | 1126 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 |
1127 | msgid "IPv6 support not available" | 1127 | msgid "IPv6 support not available" |
1128 | msgstr "IPv6 Unterstützung nicht vorhanden" | 1128 | msgstr "IPv6 Unterstützung nicht vorhanden" |
1129 | 1129 | ||
1130 | #: plugins/check_http.c:475 plugins/check_ping.c:422 | 1130 | #: plugins/check_http.c:476 plugins/check_ping.c:422 |
1131 | msgid "You must specify a server address or host name" | 1131 | msgid "You must specify a server address or host name" |
1132 | msgstr "Hostname oder Serveradresse muss angegeben werden" | 1132 | msgstr "Hostname oder Serveradresse muss angegeben werden" |
1133 | 1133 | ||
1134 | #: plugins/check_http.c:608 plugins/check_http.c:776 | 1134 | #: plugins/check_http.c:609 plugins/check_http.c:777 |
1135 | #, fuzzy | 1135 | #, fuzzy |
1136 | msgid "HTTP UNKNOWN - Memory allocation error\n" | 1136 | msgid "HTTP UNKNOWN - Memory allocation error\n" |
1137 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" | 1137 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" |
1138 | 1138 | ||
1139 | #: plugins/check_http.c:680 | 1139 | #: plugins/check_http.c:681 |
1140 | #, fuzzy, c-format | 1140 | #, fuzzy, c-format |
1141 | msgid "%sServer date unknown, " | 1141 | msgid "%sServer date unknown, " |
1142 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" | 1142 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" |
1143 | 1143 | ||
1144 | #: plugins/check_http.c:683 | 1144 | #: plugins/check_http.c:684 |
1145 | #, fuzzy, c-format | 1145 | #, fuzzy, c-format |
1146 | msgid "%sDocument modification date unknown, " | 1146 | msgid "%sDocument modification date unknown, " |
1147 | msgstr "HTTP CRITICAL - Datum der letzten Änderung unbekannt\n" | 1147 | msgstr "HTTP CRITICAL - Datum der letzten Änderung unbekannt\n" |
1148 | 1148 | ||
1149 | #: plugins/check_http.c:690 | 1149 | #: plugins/check_http.c:691 |
1150 | #, fuzzy, c-format | 1150 | #, fuzzy, c-format |
1151 | msgid "%sServer date \"%100s\" unparsable, " | 1151 | msgid "%sServer date \"%100s\" unparsable, " |
1152 | msgstr "HTTP CRITICAL - Serverdatum \"%100s\" konnte nicht verarbeitet werden" | 1152 | msgstr "HTTP CRITICAL - Serverdatum \"%100s\" konnte nicht verarbeitet werden" |
1153 | 1153 | ||
1154 | #: plugins/check_http.c:693 | 1154 | #: plugins/check_http.c:694 |
1155 | #, fuzzy, c-format | 1155 | #, fuzzy, c-format |
1156 | msgid "%sDocument date \"%100s\" unparsable, " | 1156 | msgid "%sDocument date \"%100s\" unparsable, " |
1157 | msgstr "" | 1157 | msgstr "" |
1158 | "HTTP CRITICAL - Dokumentendatum \"%100s\" konnte nicht verarbeitet werden" | 1158 | "HTTP CRITICAL - Dokumentendatum \"%100s\" konnte nicht verarbeitet werden" |
1159 | 1159 | ||
1160 | #: plugins/check_http.c:696 | 1160 | #: plugins/check_http.c:697 |
1161 | #, fuzzy, c-format | 1161 | #, fuzzy, c-format |
1162 | msgid "%sDocument is %d seconds in the future, " | 1162 | msgid "%sDocument is %d seconds in the future, " |
1163 | msgstr "HTTP CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" | 1163 | msgstr "HTTP CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" |
1164 | 1164 | ||
1165 | #: plugins/check_http.c:701 | 1165 | #: plugins/check_http.c:702 |
1166 | #, fuzzy, c-format | 1166 | #, fuzzy, c-format |
1167 | msgid "%sLast modified %.1f days ago, " | 1167 | msgid "%sLast modified %.1f days ago, " |
1168 | msgstr "HTTP CRITICAL - Letzte Änderung vor %.1f Tagen\n" | 1168 | msgstr "HTTP CRITICAL - Letzte Änderung vor %.1f Tagen\n" |
1169 | 1169 | ||
1170 | #: plugins/check_http.c:704 | 1170 | #: plugins/check_http.c:705 |
1171 | #, fuzzy, c-format | 1171 | #, fuzzy, c-format |
1172 | msgid "%sLast modified %d:%02d:%02d ago, " | 1172 | msgid "%sLast modified %d:%02d:%02d ago, " |
1173 | msgstr "HTTP CRITICAL - Letzte Änderung vor %d:%02d:%02d \n" | 1173 | msgstr "HTTP CRITICAL - Letzte Änderung vor %d:%02d:%02d \n" |
1174 | 1174 | ||
1175 | #: plugins/check_http.c:806 | 1175 | #: plugins/check_http.c:807 |
1176 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" | 1176 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" |
1177 | msgstr "HTTP CRITICAL - Konnte TCP socket nicht öffnen\n" | 1177 | msgstr "HTTP CRITICAL - Konnte TCP socket nicht öffnen\n" |
1178 | 1178 | ||
1179 | #: plugins/check_http.c:909 | 1179 | #: plugins/check_http.c:910 |
1180 | msgid "HTTP CRITICAL - Error on receive\n" | 1180 | msgid "HTTP CRITICAL - Error on receive\n" |
1181 | msgstr "HTTP CRITICAL - Fehler beim Empfangen\n" | 1181 | msgstr "HTTP CRITICAL - Fehler beim Empfangen\n" |
1182 | 1182 | ||
1183 | #: plugins/check_http.c:919 | 1183 | #: plugins/check_http.c:920 |
1184 | #, fuzzy | 1184 | #, fuzzy |
1185 | msgid "HTTP CRITICAL - No data received from host\n" | 1185 | msgid "HTTP CRITICAL - No data received from host\n" |
1186 | msgstr "HTTP CRITICAL - Keine Daten empfangen\n" | 1186 | msgstr "HTTP CRITICAL - Keine Daten empfangen\n" |
1187 | 1187 | ||
1188 | #: plugins/check_http.c:970 | 1188 | #: plugins/check_http.c:971 |
1189 | #, fuzzy, c-format | 1189 | #, fuzzy, c-format |
1190 | msgid "Invalid HTTP response received from host: %s\n" | 1190 | msgid "Invalid HTTP response received from host: %s\n" |
1191 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 1191 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
1192 | 1192 | ||
1193 | #: plugins/check_http.c:974 | 1193 | #: plugins/check_http.c:975 |
1194 | #, fuzzy, c-format | 1194 | #, fuzzy, c-format |
1195 | msgid "Invalid HTTP response received from host on port %d: %s\n" | 1195 | msgid "Invalid HTTP response received from host on port %d: %s\n" |
1196 | msgstr "Ungültige HTTP Antwort von Host erhalten auf Port %d\n" | 1196 | msgstr "Ungültige HTTP Antwort von Host erhalten auf Port %d\n" |
1197 | 1197 | ||
1198 | #: plugins/check_http.c:983 | 1198 | #: plugins/check_http.c:984 |
1199 | #, fuzzy, c-format | 1199 | #, fuzzy, c-format |
1200 | msgid "Status line output matched \"%s\" - " | 1200 | msgid "Status line output matched \"%s\" - " |
1201 | msgstr "HTTP OK: Statusausgabe passt auf \"%s\"\n" | 1201 | msgstr "HTTP OK: Statusausgabe passt auf \"%s\"\n" |
1202 | 1202 | ||
1203 | #: plugins/check_http.c:994 | 1203 | #: plugins/check_http.c:995 |
1204 | #, c-format | 1204 | #, c-format |
1205 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" | 1205 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" |
1206 | msgstr "HTTP CRITICAL: Ungültige Statusmeldung (%s)\n" | 1206 | msgstr "HTTP CRITICAL: Ungültige Statusmeldung (%s)\n" |
1207 | 1207 | ||
1208 | #: plugins/check_http.c:1001 | 1208 | #: plugins/check_http.c:1002 |
1209 | #, c-format | 1209 | #, c-format |
1210 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" | 1210 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" |
1211 | msgstr "HTTP CRITICAL: Ungültiger Status (%s)\n" | 1211 | msgstr "HTTP CRITICAL: Ungültiger Status (%s)\n" |
1212 | 1212 | ||
1213 | #: plugins/check_http.c:1005 plugins/check_http.c:1010 | 1213 | #: plugins/check_http.c:1006 plugins/check_http.c:1011 |
1214 | #: plugins/check_http.c:1020 plugins/check_http.c:1024 | 1214 | #: plugins/check_http.c:1021 plugins/check_http.c:1025 |
1215 | #, c-format | 1215 | #, c-format |
1216 | msgid "%s - " | 1216 | msgid "%s - " |
1217 | msgstr "" | 1217 | msgstr "" |
1218 | 1218 | ||
1219 | #: plugins/check_http.c:1040 | 1219 | #: plugins/check_http.c:1045 |
1220 | #, fuzzy, c-format | 1220 | #, fuzzy, c-format |
1221 | msgid "%sstring not found, " | 1221 | msgid "%sstring '%s' not found on '%s://%s:%d%s', " |
1222 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" | 1222 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" |
1223 | 1223 | ||
1224 | #: plugins/check_http.c:1053 | 1224 | #: plugins/check_http.c:1058 |
1225 | #, fuzzy, c-format | 1225 | #, fuzzy, c-format |
1226 | msgid "%spattern not found, " | 1226 | msgid "%spattern not found, " |
1227 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" | 1227 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" |
1228 | 1228 | ||
1229 | #: plugins/check_http.c:1055 | 1229 | #: plugins/check_http.c:1060 |
1230 | #, fuzzy, c-format | 1230 | #, fuzzy, c-format |
1231 | msgid "%spattern found, " | 1231 | msgid "%spattern found, " |
1232 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" | 1232 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" |
1233 | 1233 | ||
1234 | #: plugins/check_http.c:1061 | 1234 | #: plugins/check_http.c:1066 |
1235 | #, fuzzy, c-format | 1235 | #, fuzzy, c-format |
1236 | msgid "%sExecute Error: %s, " | 1236 | msgid "%sExecute Error: %s, " |
1237 | msgstr "HTTP CRITICAL - Fehler: %s\n" | 1237 | msgstr "HTTP CRITICAL - Fehler: %s\n" |
1238 | 1238 | ||
1239 | #: plugins/check_http.c:1077 | 1239 | #: plugins/check_http.c:1082 |
1240 | #, fuzzy, c-format | 1240 | #, fuzzy, c-format |
1241 | msgid "%spage size %d too large, " | 1241 | msgid "%spage size %d too large, " |
1242 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" | 1242 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" |
1243 | 1243 | ||
1244 | #: plugins/check_http.c:1080 | 1244 | #: plugins/check_http.c:1085 |
1245 | #, fuzzy, c-format | 1245 | #, fuzzy, c-format |
1246 | msgid "%spage size %d too small, " | 1246 | msgid "%spage size %d too small, " |
1247 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" | 1247 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" |
1248 | 1248 | ||
1249 | #: plugins/check_http.c:1092 | 1249 | #: plugins/check_http.c:1097 |
1250 | #, fuzzy, c-format | 1250 | #, fuzzy, c-format |
1251 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" | 1251 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" |
1252 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" | 1252 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" |
1253 | 1253 | ||
1254 | #: plugins/check_http.c:1132 | 1254 | #: plugins/check_http.c:1137 |
1255 | msgid "HTTP UNKNOWN - Could not allocate addr\n" | 1255 | msgid "HTTP UNKNOWN - Could not allocate addr\n" |
1256 | msgstr "HTTP UNKNOWN - Konnte addr nicht zuweisen\n" | 1256 | msgstr "HTTP UNKNOWN - Konnte addr nicht zuweisen\n" |
1257 | 1257 | ||
1258 | #: plugins/check_http.c:1136 plugins/check_http.c:1167 | 1258 | #: plugins/check_http.c:1141 plugins/check_http.c:1172 |
1259 | #, fuzzy | 1259 | #, fuzzy |
1260 | msgid "HTTP UNKNOWN - Could not allocate URL\n" | 1260 | msgid "HTTP UNKNOWN - Could not allocate URL\n" |
1261 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" | 1261 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" |
1262 | 1262 | ||
1263 | #: plugins/check_http.c:1145 | 1263 | #: plugins/check_http.c:1150 |
1264 | #, c-format | 1264 | #, c-format |
1265 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" | 1265 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" |
1266 | msgstr "" | 1266 | msgstr "" |
1267 | 1267 | ||
1268 | #: plugins/check_http.c:1160 | 1268 | #: plugins/check_http.c:1165 |
1269 | #, fuzzy, c-format | 1269 | #, fuzzy, c-format |
1270 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" | 1270 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" |
1271 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" | 1271 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" |
1272 | 1272 | ||
1273 | #: plugins/check_http.c:1210 | 1273 | #: plugins/check_http.c:1215 |
1274 | #, c-format | 1274 | #, c-format |
1275 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" | 1275 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" |
1276 | msgstr "" | 1276 | msgstr "" |
1277 | 1277 | ||
1278 | #: plugins/check_http.c:1220 | 1278 | #: plugins/check_http.c:1225 |
1279 | #, fuzzy, c-format | 1279 | #, fuzzy, c-format |
1280 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" | 1280 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" |
1281 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | 1281 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" |
1282 | 1282 | ||
1283 | #: plugins/check_http.c:1228 | 1283 | #: plugins/check_http.c:1233 |
1284 | #, c-format | 1284 | #, c-format |
1285 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" | 1285 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" |
1286 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | 1286 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" |
1287 | 1287 | ||
1288 | #: plugins/check_http.c:1249 | 1288 | #: plugins/check_http.c:1254 |
1289 | #, fuzzy, c-format | 1289 | #, fuzzy, c-format |
1290 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" | 1290 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" |
1291 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | 1291 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" |
1292 | 1292 | ||
1293 | #: plugins/check_http.c:1254 | 1293 | #: plugins/check_http.c:1259 |
1294 | #, c-format | 1294 | #, c-format |
1295 | msgid "Redirection to %s://%s:%d%s\n" | 1295 | msgid "Redirection to %s://%s:%d%s\n" |
1296 | msgstr "" | 1296 | msgstr "" |
1297 | 1297 | ||
1298 | #: plugins/check_http.c:1305 | 1298 | #: plugins/check_http.c:1310 |
1299 | #, fuzzy | 1299 | #, fuzzy |
1300 | msgid "This plugin tests the HTTP service on the specified host. It can test" | 1300 | msgid "This plugin tests the HTTP service on the specified host. It can test" |
1301 | msgstr "" | 1301 | msgstr "" |
1302 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" | 1302 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" |
1303 | "\n" | 1303 | "\n" |
1304 | 1304 | ||
1305 | #: plugins/check_http.c:1306 | 1305 | #: plugins/check_http.c:1311 |
1306 | msgid "normal (http) and secure (https) servers, follow redirects, search for" | 1306 | msgid "normal (http) and secure (https) servers, follow redirects, search for" |
1307 | msgstr "" | 1307 | msgstr "" |
1308 | 1308 | ||
1309 | #: plugins/check_http.c:1307 | 1309 | #: plugins/check_http.c:1312 |
1310 | msgid "strings and regular expressions, check connection times, and report on" | 1310 | msgid "strings and regular expressions, check connection times, and report on" |
1311 | msgstr "" | 1311 | msgstr "" |
1312 | 1312 | ||
1313 | #: plugins/check_http.c:1308 | 1313 | #: plugins/check_http.c:1313 |
1314 | #, fuzzy | 1314 | #, fuzzy |
1315 | msgid "certificate expiration times." | 1315 | msgid "certificate expiration times." |
1316 | msgstr "Clientzertifikat benötigt\n" | 1316 | msgstr "Clientzertifikat benötigt\n" |
1317 | 1317 | ||
1318 | #: plugins/check_http.c:1314 | 1318 | #: plugins/check_http.c:1319 |
1319 | #, c-format | 1319 | #, c-format |
1320 | msgid "NOTE: One or both of -H and -I must be specified" | 1320 | msgid "NOTE: One or both of -H and -I must be specified" |
1321 | msgstr "" | 1321 | msgstr "" |
1322 | 1322 | ||
1323 | #: plugins/check_http.c:1322 | 1323 | #: plugins/check_http.c:1327 |
1324 | msgid "Host name argument for servers using host headers (virtual host)" | 1324 | msgid "Host name argument for servers using host headers (virtual host)" |
1325 | msgstr "" | 1325 | msgstr "" |
1326 | 1326 | ||
1327 | #: plugins/check_http.c:1323 | 1327 | #: plugins/check_http.c:1328 |
1328 | msgid "Append a port to include it in the header (eg: example.com:5000)" | 1328 | msgid "Append a port to include it in the header (eg: example.com:5000)" |
1329 | msgstr "" | 1329 | msgstr "" |
1330 | 1330 | ||
1331 | #: plugins/check_http.c:1325 | 1331 | #: plugins/check_http.c:1330 |
1332 | msgid "" | 1332 | msgid "" |
1333 | "IP address or name (use numeric address if possible to bypass DNS lookup)." | 1333 | "IP address or name (use numeric address if possible to bypass DNS lookup)." |
1334 | msgstr "" | 1334 | msgstr "" |
1335 | 1335 | ||
1336 | #: plugins/check_http.c:1327 | 1336 | #: plugins/check_http.c:1332 |
1337 | msgid "Port number (default: " | 1337 | msgid "Port number (default: " |
1338 | msgstr "" | 1338 | msgstr "" |
1339 | 1339 | ||
1340 | #: plugins/check_http.c:1334 | 1340 | #: plugins/check_http.c:1339 |
1341 | msgid "Connect via SSL. Port defaults to 443" | 1341 | msgid "Connect via SSL. Port defaults to 443" |
1342 | msgstr "" | 1342 | msgstr "" |
1343 | 1343 | ||
1344 | #: plugins/check_http.c:1336 | 1344 | #: plugins/check_http.c:1341 |
1345 | msgid "Enable SSL/TLS hostname extension support (SNI)" | 1345 | msgid "Enable SSL/TLS hostname extension support (SNI)" |
1346 | msgstr "" | 1346 | msgstr "" |
1347 | 1347 | ||
1348 | #: plugins/check_http.c:1338 | 1348 | #: plugins/check_http.c:1343 |
1349 | msgid "" | 1349 | msgid "" |
1350 | "Minimum number of days a certificate has to be valid. Port defaults to 443" | 1350 | "Minimum number of days a certificate has to be valid. Port defaults to 443" |
1351 | msgstr "" | 1351 | msgstr "" |
1352 | 1352 | ||
1353 | #: plugins/check_http.c:1339 | 1353 | #: plugins/check_http.c:1344 |
1354 | msgid "(when this option is used the URL is not checked.)\n" | 1354 | msgid "(when this option is used the URL is not checked.)\n" |
1355 | msgstr "" | 1355 | msgstr "" |
1356 | 1356 | ||
1357 | #: plugins/check_http.c:1343 | 1357 | #: plugins/check_http.c:1348 |
1358 | msgid "Comma-delimited list of strings, at least one of them is expected in" | 1358 | msgid "Comma-delimited list of strings, at least one of them is expected in" |
1359 | msgstr "" | 1359 | msgstr "" |
1360 | 1360 | ||
1361 | #: plugins/check_http.c:1344 | 1361 | #: plugins/check_http.c:1349 |
1362 | msgid "the first (status) line of the server response (default: " | 1362 | msgid "the first (status) line of the server response (default: " |
1363 | msgstr "" | 1363 | msgstr "" |
1364 | 1364 | ||
1365 | #: plugins/check_http.c:1346 | 1365 | #: plugins/check_http.c:1351 |
1366 | msgid "" | 1366 | msgid "" |
1367 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" | 1367 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" |
1368 | msgstr "" | 1368 | msgstr "" |
1369 | 1369 | ||
1370 | #: plugins/check_http.c:1348 | 1370 | #: plugins/check_http.c:1353 |
1371 | msgid "String to expect in the content" | 1371 | msgid "String to expect in the content" |
1372 | msgstr "" | 1372 | msgstr "" |
1373 | 1373 | ||
1374 | #: plugins/check_http.c:1350 | 1374 | #: plugins/check_http.c:1355 |
1375 | msgid "URL to GET or POST (default: /)" | 1375 | msgid "URL to GET or POST (default: /)" |
1376 | msgstr "" | 1376 | msgstr "" |
1377 | 1377 | ||
1378 | #: plugins/check_http.c:1352 | 1378 | #: plugins/check_http.c:1357 |
1379 | msgid "URL encoded http POST data" | 1379 | msgid "URL encoded http POST data" |
1380 | msgstr "" | 1380 | msgstr "" |
1381 | 1381 | ||
1382 | #: plugins/check_http.c:1354 | 1382 | #: plugins/check_http.c:1359 |
1383 | msgid "Set HTTP method." | 1383 | msgid "Set HTTP method." |
1384 | msgstr "" | 1384 | msgstr "" |
1385 | 1385 | ||
1386 | #: plugins/check_http.c:1356 | 1386 | #: plugins/check_http.c:1361 |
1387 | msgid "Don't wait for document body: stop reading after headers." | 1387 | msgid "Don't wait for document body: stop reading after headers." |
1388 | msgstr "" | 1388 | msgstr "" |
1389 | 1389 | ||
1390 | #: plugins/check_http.c:1357 | 1390 | #: plugins/check_http.c:1362 |
1391 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" | 1391 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" |
1392 | msgstr "" | 1392 | msgstr "" |
1393 | 1393 | ||
1394 | #: plugins/check_http.c:1359 | 1394 | #: plugins/check_http.c:1364 |
1395 | msgid "Warn if document is more than SECONDS old. the number can also be of" | 1395 | msgid "Warn if document is more than SECONDS old. the number can also be of" |
1396 | msgstr "" | 1396 | msgstr "" |
1397 | 1397 | ||
1398 | #: plugins/check_http.c:1360 | 1398 | #: plugins/check_http.c:1365 |
1399 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." | 1399 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." |
1400 | msgstr "" | 1400 | msgstr "" |
1401 | 1401 | ||
1402 | #: plugins/check_http.c:1362 | 1402 | #: plugins/check_http.c:1367 |
1403 | msgid "specify Content-Type header media type when POSTing\n" | 1403 | msgid "specify Content-Type header media type when POSTing\n" |
1404 | msgstr "" | 1404 | msgstr "" |
1405 | 1405 | ||
1406 | #: plugins/check_http.c:1365 | 1406 | #: plugins/check_http.c:1370 |
1407 | msgid "Allow regex to span newlines (must precede -r or -R)" | 1407 | msgid "Allow regex to span newlines (must precede -r or -R)" |
1408 | msgstr "" | 1408 | msgstr "" |
1409 | 1409 | ||
1410 | #: plugins/check_http.c:1367 | 1410 | #: plugins/check_http.c:1372 |
1411 | msgid "Search page for regex STRING" | 1411 | msgid "Search page for regex STRING" |
1412 | msgstr "" | 1412 | msgstr "" |
1413 | 1413 | ||
1414 | #: plugins/check_http.c:1369 | 1414 | #: plugins/check_http.c:1374 |
1415 | msgid "Search page for case-insensitive regex STRING" | 1415 | msgid "Search page for case-insensitive regex STRING" |
1416 | msgstr "" | 1416 | msgstr "" |
1417 | 1417 | ||
1418 | #: plugins/check_http.c:1371 | 1418 | #: plugins/check_http.c:1376 |
1419 | msgid "Return CRITICAL if found, OK if not\n" | 1419 | msgid "Return CRITICAL if found, OK if not\n" |
1420 | msgstr "" | 1420 | msgstr "" |
1421 | 1421 | ||
1422 | #: plugins/check_http.c:1374 | 1422 | #: plugins/check_http.c:1379 |
1423 | msgid "Username:password on sites with basic authentication" | 1423 | msgid "Username:password on sites with basic authentication" |
1424 | msgstr "" | 1424 | msgstr "" |
1425 | 1425 | ||
1426 | #: plugins/check_http.c:1376 | 1426 | #: plugins/check_http.c:1381 |
1427 | msgid "Username:password on proxy-servers with basic authentication" | 1427 | msgid "Username:password on proxy-servers with basic authentication" |
1428 | msgstr "" | 1428 | msgstr "" |
1429 | 1429 | ||
1430 | #: plugins/check_http.c:1378 | 1430 | #: plugins/check_http.c:1383 |
1431 | msgid "String to be sent in http header as \"User Agent\"" | 1431 | msgid "String to be sent in http header as \"User Agent\"" |
1432 | msgstr "" | 1432 | msgstr "" |
1433 | 1433 | ||
1434 | #: plugins/check_http.c:1380 | 1434 | #: plugins/check_http.c:1385 |
1435 | msgid "" | 1435 | msgid "" |
1436 | " Any other tags to be sent in http header. Use multiple times for additional " | 1436 | " Any other tags to be sent in http header. Use multiple times for additional " |
1437 | "headers" | 1437 | "headers" |
1438 | msgstr "" | 1438 | msgstr "" |
1439 | 1439 | ||
1440 | #: plugins/check_http.c:1382 | 1440 | #: plugins/check_http.c:1387 |
1441 | msgid "Wrap output in HTML link (obsoleted by urlize)" | 1441 | msgid "Wrap output in HTML link (obsoleted by urlize)" |
1442 | msgstr "" | 1442 | msgstr "" |
1443 | 1443 | ||
1444 | #: plugins/check_http.c:1384 | 1444 | #: plugins/check_http.c:1389 |
1445 | msgid "How to handle redirected pages. sticky is like follow but stick to the" | 1445 | msgid "How to handle redirected pages. sticky is like follow but stick to the" |
1446 | msgstr "" | 1446 | msgstr "" |
1447 | 1447 | ||
1448 | #: plugins/check_http.c:1385 | 1448 | #: plugins/check_http.c:1390 |
1449 | msgid "specified IP address. stickyport also ensure post stays the same." | 1449 | msgid "specified IP address. stickyport also ensure post stays the same." |
1450 | msgstr "" | 1450 | msgstr "" |
1451 | 1451 | ||
1452 | #: plugins/check_http.c:1387 | 1452 | #: plugins/check_http.c:1392 |
1453 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" | 1453 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" |
1454 | msgstr "" | 1454 | msgstr "" |
1455 | 1455 | ||
1456 | #: plugins/check_http.c:1397 | 1456 | #: plugins/check_http.c:1402 |
1457 | #, fuzzy | 1457 | #, fuzzy |
1458 | msgid "This plugin will attempt to open an HTTP connection with the host." | 1458 | msgid "This plugin will attempt to open an HTTP connection with the host." |
1459 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 1459 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
1460 | 1460 | ||
1461 | #: plugins/check_http.c:1398 | 1461 | #: plugins/check_http.c:1403 |
1462 | msgid "" | 1462 | msgid "" |
1463 | "Successful connects return STATE_OK, refusals and timeouts return " | 1463 | "Successful connects return STATE_OK, refusals and timeouts return " |
1464 | "STATE_CRITICAL" | 1464 | "STATE_CRITICAL" |
1465 | msgstr "" | 1465 | msgstr "" |
1466 | 1466 | ||
1467 | #: plugins/check_http.c:1399 | 1467 | #: plugins/check_http.c:1404 |
1468 | msgid "" | 1468 | msgid "" |
1469 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " | 1469 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " |
1470 | "reponse" | 1470 | "reponse" |
1471 | msgstr "" | 1471 | msgstr "" |
1472 | 1472 | ||
1473 | #: plugins/check_http.c:1400 | 1473 | #: plugins/check_http.c:1405 |
1474 | msgid "" | 1474 | msgid "" |
1475 | "messages from the host result in STATE_WARNING return values. If you are" | 1475 | "messages from the host result in STATE_WARNING return values. If you are" |
1476 | msgstr "" | 1476 | msgstr "" |
1477 | 1477 | ||
1478 | #: plugins/check_http.c:1401 | 1478 | #: plugins/check_http.c:1406 |
1479 | msgid "" | 1479 | msgid "" |
1480 | "checking a virtual server that uses 'host headers' you must supply the FQDN" | 1480 | "checking a virtual server that uses 'host headers' you must supply the FQDN" |
1481 | msgstr "" | 1481 | msgstr "" |
1482 | 1482 | ||
1483 | #: plugins/check_http.c:1402 | 1483 | #: plugins/check_http.c:1407 |
1484 | msgid "(fully qualified domain name) as the [host_name] argument." | 1484 | msgid "(fully qualified domain name) as the [host_name] argument." |
1485 | msgstr "" | 1485 | msgstr "" |
1486 | 1486 | ||
1487 | #: plugins/check_http.c:1406 | 1487 | #: plugins/check_http.c:1411 |
1488 | msgid "This plugin can also check whether an SSL enabled web server is able to" | 1488 | msgid "This plugin can also check whether an SSL enabled web server is able to" |
1489 | msgstr "" | 1489 | msgstr "" |
1490 | 1490 | ||
1491 | #: plugins/check_http.c:1407 | 1491 | #: plugins/check_http.c:1412 |
1492 | msgid "serve content (optionally within a specified time) or whether the X509 " | 1492 | msgid "serve content (optionally within a specified time) or whether the X509 " |
1493 | msgstr "" | 1493 | msgstr "" |
1494 | 1494 | ||
1495 | #: plugins/check_http.c:1408 | 1495 | #: plugins/check_http.c:1413 |
1496 | msgid "certificate is still valid for the specified number of days." | 1496 | msgid "certificate is still valid for the specified number of days." |
1497 | msgstr "" | 1497 | msgstr "" |
1498 | 1498 | ||
1499 | #: plugins/check_http.c:1412 | 1499 | #: plugins/check_http.c:1417 |
1500 | msgid "" | 1500 | msgid "" |
1501 | "When the 'www.verisign.com' server returns its content within 5 seconds," | 1501 | "When the 'www.verisign.com' server returns its content within 5 seconds," |
1502 | msgstr "" | 1502 | msgstr "" |
1503 | 1503 | ||
1504 | #: plugins/check_http.c:1413 | 1504 | #: plugins/check_http.c:1418 |
1505 | msgid "" | 1505 | msgid "" |
1506 | "a STATE_OK will be returned. When the server returns its content but exceeds" | 1506 | "a STATE_OK will be returned. When the server returns its content but exceeds" |
1507 | msgstr "" | 1507 | msgstr "" |
1508 | 1508 | ||
1509 | #: plugins/check_http.c:1414 | 1509 | #: plugins/check_http.c:1419 |
1510 | msgid "" | 1510 | msgid "" |
1511 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | 1511 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " |
1512 | "occurs," | 1512 | "occurs," |
1513 | msgstr "" | 1513 | msgstr "" |
1514 | 1514 | ||
1515 | #: plugins/check_http.c:1415 | 1515 | #: plugins/check_http.c:1420 |
1516 | msgid "a STATE_CRITICAL will be returned." | 1516 | msgid "a STATE_CRITICAL will be returned." |
1517 | msgstr "" | 1517 | msgstr "" |
1518 | 1518 | ||
1519 | #: plugins/check_http.c:1418 | 1519 | #: plugins/check_http.c:1423 |
1520 | msgid "" | 1520 | msgid "" |
1521 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," | 1521 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," |
1522 | msgstr "" | 1522 | msgstr "" |
1523 | 1523 | ||
1524 | #: plugins/check_http.c:1419 | 1524 | #: plugins/check_http.c:1424 |
1525 | msgid "" | 1525 | msgid "" |
1526 | "a STATE_OK is returned. When the certificate is still valid, but for less " | 1526 | "a STATE_OK is returned. When the certificate is still valid, but for less " |
1527 | "than" | 1527 | "than" |
1528 | msgstr "" | 1528 | msgstr "" |
1529 | 1529 | ||
1530 | #: plugins/check_http.c:1420 | 1530 | #: plugins/check_http.c:1425 |
1531 | msgid "" | 1531 | msgid "" |
1532 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" | 1532 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" |
1533 | msgstr "" | 1533 | msgstr "" |
1534 | 1534 | ||
1535 | #: plugins/check_http.c:1421 | 1535 | #: plugins/check_http.c:1426 |
1536 | #, fuzzy | 1536 | #, fuzzy |
1537 | msgid "the certificate is expired." | 1537 | msgid "the certificate is expired." |
1538 | msgstr "Clientzertifikat benötigt\n" | 1538 | msgstr "Clientzertifikat benötigt\n" |
@@ -4016,7 +4016,7 @@ msgstr "" | |||
4016 | msgid "This plugin will attempt to open an RTSP connection with the host." | 4016 | msgid "This plugin will attempt to open an RTSP connection with the host." |
4017 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 4017 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
4018 | 4018 | ||
4019 | #: plugins/check_real.c:438 plugins/check_smtp.c:806 | 4019 | #: plugins/check_real.c:438 plugins/check_smtp.c:808 |
4020 | msgid "Successul connects return STATE_OK, refusals and timeouts return" | 4020 | msgid "Successul connects return STATE_OK, refusals and timeouts return" |
4021 | msgstr "" | 4021 | msgstr "" |
4022 | 4022 | ||
@@ -4092,7 +4092,7 @@ msgstr "" | |||
4092 | msgid "CRITICAL - Cannot retrieve server certificate." | 4092 | msgid "CRITICAL - Cannot retrieve server certificate." |
4093 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" | 4093 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" |
4094 | 4094 | ||
4095 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:597 | 4095 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:719 |
4096 | #, c-format | 4096 | #, c-format |
4097 | msgid "Could Not Compile Regular Expression" | 4097 | msgid "Could Not Compile Regular Expression" |
4098 | msgstr "" | 4098 | msgstr "" |
@@ -4102,7 +4102,7 @@ msgstr "" | |||
4102 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" | 4102 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" |
4103 | msgstr "" | 4103 | msgstr "" |
4104 | 4104 | ||
4105 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:374 | 4105 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:449 |
4106 | #, c-format | 4106 | #, c-format |
4107 | msgid "Execute Error: %s\n" | 4107 | msgid "Execute Error: %s\n" |
4108 | msgstr "" | 4108 | msgstr "" |
@@ -4210,259 +4210,324 @@ msgstr "" | |||
4210 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" | 4210 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" |
4211 | msgstr "" | 4211 | msgstr "" |
4212 | 4212 | ||
4213 | #: plugins/check_smtp.c:787 plugins/check_tcp.c:633 | 4213 | #: plugins/check_smtp.c:786 |
4214 | msgid "FQDN used for HELO" | ||
4215 | msgstr "" | ||
4216 | |||
4217 | #: plugins/check_smtp.c:789 plugins/check_tcp.c:633 | ||
4214 | msgid "Minimum number of days a certificate has to be valid." | 4218 | msgid "Minimum number of days a certificate has to be valid." |
4215 | msgstr "" | 4219 | msgstr "" |
4216 | 4220 | ||
4217 | #: plugins/check_smtp.c:789 | 4221 | #: plugins/check_smtp.c:791 |
4218 | msgid "Use STARTTLS for the connection." | 4222 | msgid "Use STARTTLS for the connection." |
4219 | msgstr "" | 4223 | msgstr "" |
4220 | 4224 | ||
4221 | #: plugins/check_smtp.c:793 | 4225 | #: plugins/check_smtp.c:795 |
4222 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" | 4226 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" |
4223 | msgstr "" | 4227 | msgstr "" |
4224 | 4228 | ||
4225 | #: plugins/check_smtp.c:795 | 4229 | #: plugins/check_smtp.c:797 |
4226 | msgid "SMTP AUTH username" | 4230 | msgid "SMTP AUTH username" |
4227 | msgstr "" | 4231 | msgstr "" |
4228 | 4232 | ||
4229 | #: plugins/check_smtp.c:797 | 4233 | #: plugins/check_smtp.c:799 |
4230 | msgid "SMTP AUTH password" | 4234 | msgid "SMTP AUTH password" |
4231 | msgstr "" | 4235 | msgstr "" |
4232 | 4236 | ||
4233 | #: plugins/check_smtp.c:807 | 4237 | #: plugins/check_smtp.c:809 |
4234 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" | 4238 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" |
4235 | msgstr "" | 4239 | msgstr "" |
4236 | 4240 | ||
4237 | #: plugins/check_smtp.c:808 | 4241 | #: plugins/check_smtp.c:810 |
4238 | msgid "connects, but incorrect reponse messages from the host result in" | 4242 | msgid "connects, but incorrect reponse messages from the host result in" |
4239 | msgstr "" | 4243 | msgstr "" |
4240 | 4244 | ||
4241 | #: plugins/check_smtp.c:809 | 4245 | #: plugins/check_smtp.c:811 |
4242 | msgid "STATE_WARNING return values." | 4246 | msgid "STATE_WARNING return values." |
4243 | msgstr "" | 4247 | msgstr "" |
4244 | 4248 | ||
4245 | #: plugins/check_snmp.c:257 | 4249 | #: plugins/check_snmp.c:297 |
4246 | #, fuzzy, c-format | 4250 | #, fuzzy, c-format |
4247 | msgid "External command error: %s\n" | 4251 | msgid "External command error: %s\n" |
4248 | msgstr "Papierfehler" | 4252 | msgstr "Papierfehler" |
4249 | 4253 | ||
4250 | #: plugins/check_snmp.c:262 | 4254 | #: plugins/check_snmp.c:302 |
4251 | #, c-format | 4255 | #, c-format |
4252 | msgid "External command error with no output (return code: %d)\n" | 4256 | msgid "External command error with no output (return code: %d)\n" |
4253 | msgstr "" | 4257 | msgstr "" |
4254 | 4258 | ||
4255 | #: plugins/check_snmp.c:352 | 4259 | #: plugins/check_snmp.c:408 |
4256 | msgid "No valid data returned" | 4260 | msgid "No valid data returned" |
4257 | msgstr "" | 4261 | msgstr "" |
4258 | 4262 | ||
4259 | #: plugins/check_snmp.c:555 | 4263 | #: plugins/check_snmp.c:415 |
4264 | msgid "Time duration between plugin calls is invalid" | ||
4265 | msgstr "" | ||
4266 | |||
4267 | #: plugins/check_snmp.c:511 | ||
4268 | msgid "Cannot malloc" | ||
4269 | msgstr "" | ||
4270 | |||
4271 | #: plugins/check_snmp.c:517 | ||
4272 | msgid "Cannot asprintf()" | ||
4273 | msgstr "" | ||
4274 | |||
4275 | #: plugins/check_snmp.c:523 | ||
4276 | msgid "Cannot realloc()" | ||
4277 | msgstr "" | ||
4278 | |||
4279 | #: plugins/check_snmp.c:539 | ||
4280 | msgid "No previous data to calculate rate - assume okay" | ||
4281 | msgstr "" | ||
4282 | |||
4283 | #: plugins/check_snmp.c:677 | ||
4260 | #, fuzzy | 4284 | #, fuzzy |
4261 | msgid "Retries interval must be a positive integer" | 4285 | msgid "Retries interval must be a positive integer" |
4262 | msgstr "Time interval muss ein positiver Integer sein" | 4286 | msgstr "Time interval muss ein positiver Integer sein" |
4263 | 4287 | ||
4264 | #: plugins/check_snmp.c:618 | 4288 | #: plugins/check_snmp.c:739 |
4265 | #, fuzzy, c-format | 4289 | #, fuzzy, c-format |
4266 | msgid "Could not reallocate labels[%d]" | 4290 | msgid "Could not reallocate labels[%d]" |
4267 | msgstr "Konnte addr nicht zuweisen\n" | 4291 | msgstr "Konnte addr nicht zuweisen\n" |
4268 | 4292 | ||
4269 | #: plugins/check_snmp.c:630 | 4293 | #: plugins/check_snmp.c:751 |
4270 | #, fuzzy | 4294 | #, fuzzy |
4271 | msgid "Could not reallocate labels\n" | 4295 | msgid "Could not reallocate labels\n" |
4272 | msgstr "Konnte·url·nicht·zuweisen\n" | 4296 | msgstr "Konnte·url·nicht·zuweisen\n" |
4273 | 4297 | ||
4274 | #: plugins/check_snmp.c:647 | 4298 | #: plugins/check_snmp.c:768 |
4275 | #, fuzzy, c-format | 4299 | #, fuzzy, c-format |
4276 | msgid "Could not reallocate units [%d]\n" | 4300 | msgid "Could not reallocate units [%d]\n" |
4277 | msgstr "Konnte·url·nicht·zuweisen\n" | 4301 | msgstr "Konnte·url·nicht·zuweisen\n" |
4278 | 4302 | ||
4279 | #: plugins/check_snmp.c:659 | 4303 | #: plugins/check_snmp.c:780 |
4280 | msgid "Could not realloc() units\n" | 4304 | msgid "Could not realloc() units\n" |
4281 | msgstr "" | 4305 | msgstr "" |
4282 | 4306 | ||
4283 | #: plugins/check_snmp.c:717 | 4307 | #: plugins/check_snmp.c:797 |
4308 | #, fuzzy | ||
4309 | msgid "Rate multiplier must be a positive integer" | ||
4310 | msgstr "Paketgröße muss ein positiver Integer sein" | ||
4311 | |||
4312 | #: plugins/check_snmp.c:846 | ||
4284 | #, fuzzy | 4313 | #, fuzzy |
4285 | msgid "No host specified\n" | 4314 | msgid "No host specified\n" |
4286 | msgstr "" | 4315 | msgstr "" |
4287 | "Kein Hostname angegeben\n" | 4316 | "Kein Hostname angegeben\n" |
4288 | "\n" | 4317 | "\n" |
4289 | 4318 | ||
4290 | #: plugins/check_snmp.c:721 | 4319 | #: plugins/check_snmp.c:850 |
4291 | #, fuzzy | 4320 | #, fuzzy |
4292 | msgid "No OIDs specified\n" | 4321 | msgid "No OIDs specified\n" |
4293 | msgstr "" | 4322 | msgstr "" |
4294 | "Kein Hostname angegeben\n" | 4323 | "Kein Hostname angegeben\n" |
4295 | "\n" | 4324 | "\n" |
4296 | 4325 | ||
4297 | #: plugins/check_snmp.c:743 | 4326 | #: plugins/check_snmp.c:872 |
4298 | msgid "Invalid seclevel" | 4327 | msgid "Invalid seclevel" |
4299 | msgstr "" | 4328 | msgstr "" |
4300 | 4329 | ||
4301 | #: plugins/check_snmp.c:750 plugins/check_snmp.c:753 plugins/check_snmp.c:771 | 4330 | #: plugins/check_snmp.c:879 plugins/check_snmp.c:882 plugins/check_snmp.c:900 |
4302 | #, c-format | 4331 | #, c-format |
4303 | msgid "Required parameter: %s\n" | 4332 | msgid "Required parameter: %s\n" |
4304 | msgstr "" | 4333 | msgstr "" |
4305 | 4334 | ||
4306 | #: plugins/check_snmp.c:792 | 4335 | #: plugins/check_snmp.c:921 |
4307 | msgid "Invalid SNMP version" | 4336 | msgid "Invalid SNMP version" |
4308 | msgstr "" | 4337 | msgstr "" |
4309 | 4338 | ||
4310 | #: plugins/check_snmp.c:809 | 4339 | #: plugins/check_snmp.c:938 |
4311 | msgid "Unbalanced quotes\n" | 4340 | msgid "Unbalanced quotes\n" |
4312 | msgstr "" | 4341 | msgstr "" |
4313 | 4342 | ||
4314 | #: plugins/check_snmp.c:858 | 4343 | #: plugins/check_snmp.c:987 |
4315 | msgid "Check status of remote machines and obtain system information via SNMP" | 4344 | msgid "Check status of remote machines and obtain system information via SNMP" |
4316 | msgstr "" | 4345 | msgstr "" |
4317 | 4346 | ||
4318 | #: plugins/check_snmp.c:871 | 4347 | #: plugins/check_snmp.c:1000 |
4319 | msgid "Use SNMP GETNEXT instead of SNMP GET" | 4348 | msgid "Use SNMP GETNEXT instead of SNMP GET" |
4320 | msgstr "" | 4349 | msgstr "" |
4321 | 4350 | ||
4322 | #: plugins/check_snmp.c:873 | 4351 | #: plugins/check_snmp.c:1002 |
4323 | msgid "SNMP protocol version" | 4352 | msgid "SNMP protocol version" |
4324 | msgstr "" | 4353 | msgstr "" |
4325 | 4354 | ||
4326 | #: plugins/check_snmp.c:875 | 4355 | #: plugins/check_snmp.c:1004 |
4327 | msgid "SNMPv3 securityLevel" | 4356 | msgid "SNMPv3 securityLevel" |
4328 | msgstr "" | 4357 | msgstr "" |
4329 | 4358 | ||
4330 | #: plugins/check_snmp.c:877 | 4359 | #: plugins/check_snmp.c:1006 |
4331 | msgid "SNMPv3 auth proto" | 4360 | msgid "SNMPv3 auth proto" |
4332 | msgstr "" | 4361 | msgstr "" |
4333 | 4362 | ||
4334 | #: plugins/check_snmp.c:879 | 4363 | #: plugins/check_snmp.c:1008 |
4335 | msgid "SNMPv3 priv proto (default DES)" | 4364 | msgid "SNMPv3 priv proto (default DES)" |
4336 | msgstr "" | 4365 | msgstr "" |
4337 | 4366 | ||
4338 | #: plugins/check_snmp.c:883 | 4367 | #: plugins/check_snmp.c:1012 |
4339 | msgid "Optional community string for SNMP communication" | 4368 | msgid "Optional community string for SNMP communication" |
4340 | msgstr "" | 4369 | msgstr "" |
4341 | 4370 | ||
4342 | #: plugins/check_snmp.c:884 | 4371 | #: plugins/check_snmp.c:1013 |
4343 | msgid "default is" | 4372 | msgid "default is" |
4344 | msgstr "" | 4373 | msgstr "" |
4345 | 4374 | ||
4346 | #: plugins/check_snmp.c:886 | 4375 | #: plugins/check_snmp.c:1015 |
4347 | msgid "SNMPv3 username" | 4376 | msgid "SNMPv3 username" |
4348 | msgstr "" | 4377 | msgstr "" |
4349 | 4378 | ||
4350 | #: plugins/check_snmp.c:888 | 4379 | #: plugins/check_snmp.c:1017 |
4351 | msgid "SNMPv3 authentication password" | 4380 | msgid "SNMPv3 authentication password" |
4352 | msgstr "" | 4381 | msgstr "" |
4353 | 4382 | ||
4354 | #: plugins/check_snmp.c:890 | 4383 | #: plugins/check_snmp.c:1019 |
4355 | msgid "SNMPv3 privacy password" | 4384 | msgid "SNMPv3 privacy password" |
4356 | msgstr "" | 4385 | msgstr "" |
4357 | 4386 | ||
4358 | #: plugins/check_snmp.c:894 | 4387 | #: plugins/check_snmp.c:1023 |
4359 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" | 4388 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" |
4360 | msgstr "" | 4389 | msgstr "" |
4361 | 4390 | ||
4362 | #: plugins/check_snmp.c:896 | 4391 | #: plugins/check_snmp.c:1025 |
4363 | msgid "" | 4392 | msgid "" |
4364 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" | 4393 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" |
4365 | msgstr "" | 4394 | msgstr "" |
4366 | 4395 | ||
4367 | #: plugins/check_snmp.c:897 | 4396 | #: plugins/check_snmp.c:1026 |
4368 | msgid "for symbolic OIDs.)" | 4397 | msgid "for symbolic OIDs.)" |
4369 | msgstr "" | 4398 | msgstr "" |
4370 | 4399 | ||
4371 | #: plugins/check_snmp.c:899 | 4400 | #: plugins/check_snmp.c:1028 |
4372 | msgid "Delimiter to use when parsing returned data. Default is" | 4401 | msgid "Delimiter to use when parsing returned data. Default is" |
4373 | msgstr "" | 4402 | msgstr "" |
4374 | 4403 | ||
4375 | #: plugins/check_snmp.c:900 | 4404 | #: plugins/check_snmp.c:1029 |
4376 | msgid "Any data on the right hand side of the delimiter is considered" | 4405 | msgid "Any data on the right hand side of the delimiter is considered" |
4377 | msgstr "" | 4406 | msgstr "" |
4378 | 4407 | ||
4379 | #: plugins/check_snmp.c:901 | 4408 | #: plugins/check_snmp.c:1030 |
4380 | msgid "to be the data that should be used in the evaluation." | 4409 | msgid "to be the data that should be used in the evaluation." |
4381 | msgstr "" | 4410 | msgstr "" |
4382 | 4411 | ||
4383 | #: plugins/check_snmp.c:905 | 4412 | #: plugins/check_snmp.c:1034 |
4384 | #, fuzzy | 4413 | #, fuzzy |
4385 | msgid "Warning threshold range(s)" | 4414 | msgid "Warning threshold range(s)" |
4386 | msgstr "Warning threshold Integer sein" | 4415 | msgstr "Warning threshold Integer sein" |
4387 | 4416 | ||
4388 | #: plugins/check_snmp.c:907 | 4417 | #: plugins/check_snmp.c:1036 |
4389 | #, fuzzy | 4418 | #, fuzzy |
4390 | msgid "Critical threshold range(s)" | 4419 | msgid "Critical threshold range(s)" |
4391 | msgstr "Critical threshold muss ein Integer sein" | 4420 | msgstr "Critical threshold muss ein Integer sein" |
4392 | 4421 | ||
4393 | #: plugins/check_snmp.c:911 | 4422 | #: plugins/check_snmp.c:1038 |
4423 | msgid "Enable rate calculation. See 'Rate Calculation' below" | ||
4424 | msgstr "" | ||
4425 | |||
4426 | #: plugins/check_snmp.c:1042 | ||
4394 | msgid "Return OK state (for that OID) if STRING is an exact match" | 4427 | msgid "Return OK state (for that OID) if STRING is an exact match" |
4395 | msgstr "" | 4428 | msgstr "" |
4396 | 4429 | ||
4397 | #: plugins/check_snmp.c:913 | 4430 | #: plugins/check_snmp.c:1044 |
4398 | msgid "" | 4431 | msgid "" |
4399 | "Return OK state (for that OID) if extended regular expression REGEX matches" | 4432 | "Return OK state (for that OID) if extended regular expression REGEX matches" |
4400 | msgstr "" | 4433 | msgstr "" |
4401 | 4434 | ||
4402 | #: plugins/check_snmp.c:915 | 4435 | #: plugins/check_snmp.c:1046 |
4403 | msgid "" | 4436 | msgid "" |
4404 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" | 4437 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" |
4405 | msgstr "" | 4438 | msgstr "" |
4406 | 4439 | ||
4407 | #: plugins/check_snmp.c:917 | 4440 | #: plugins/check_snmp.c:1048 |
4408 | msgid "Prefix label for output from plugin (default -s 'SNMP')" | 4441 | msgid "Prefix label for output from plugin (default -l 'SNMP')" |
4409 | msgstr "" | 4442 | msgstr "" |
4410 | 4443 | ||
4411 | #: plugins/check_snmp.c:921 | 4444 | #: plugins/check_snmp.c:1052 |
4412 | msgid "Units label(s) for output data (e.g., 'sec.')." | 4445 | msgid "Units label(s) for output data (e.g., 'sec.')." |
4413 | msgstr "" | 4446 | msgstr "" |
4414 | 4447 | ||
4415 | #: plugins/check_snmp.c:923 | 4448 | #: plugins/check_snmp.c:1054 |
4416 | msgid "Separates output on multiple OID requests" | 4449 | msgid "Separates output on multiple OID requests" |
4417 | msgstr "" | 4450 | msgstr "" |
4418 | 4451 | ||
4419 | #: plugins/check_snmp.c:927 | 4452 | #: plugins/check_snmp.c:1058 |
4420 | msgid "Number of retries to be used in the requests" | 4453 | msgid "Number of retries to be used in the requests" |
4421 | msgstr "" | 4454 | msgstr "" |
4422 | 4455 | ||
4423 | #: plugins/check_snmp.c:932 | 4456 | #: plugins/check_snmp.c:1063 |
4424 | msgid "" | 4457 | msgid "" |
4425 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." | 4458 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." |
4426 | msgstr "" | 4459 | msgstr "" |
4427 | 4460 | ||
4428 | #: plugins/check_snmp.c:933 | 4461 | #: plugins/check_snmp.c:1064 |
4429 | msgid "" | 4462 | msgid "" |
4430 | "if you don't have the package installed, you will need to download it from" | 4463 | "if you don't have the package installed, you will need to download it from" |
4431 | msgstr "" | 4464 | msgstr "" |
4432 | 4465 | ||
4433 | #: plugins/check_snmp.c:934 | 4466 | #: plugins/check_snmp.c:1065 |
4434 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." | 4467 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." |
4435 | msgstr "" | 4468 | msgstr "" |
4436 | 4469 | ||
4437 | #: plugins/check_snmp.c:938 | 4470 | #: plugins/check_snmp.c:1069 |
4438 | msgid "" | 4471 | msgid "" |
4439 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | 4472 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " |
4440 | "with" | 4473 | "with" |
4441 | msgstr "" | 4474 | msgstr "" |
4442 | 4475 | ||
4443 | #: plugins/check_snmp.c:939 | 4476 | #: plugins/check_snmp.c:1070 |
4444 | msgid "internal spaces must be quoted) [max 8 OIDs]" | 4477 | msgid "internal spaces must be quoted) [max 8 OIDs]" |
4445 | msgstr "" | 4478 | msgstr "" |
4446 | 4479 | ||
4447 | #: plugins/check_snmp.c:943 | 4480 | #: plugins/check_snmp.c:1074 |
4448 | msgid "" | 4481 | msgid "" |
4449 | "- When checking multiple OIDs, separate ranges by commas like '-w " | 4482 | "- When checking multiple OIDs, separate ranges by commas like '-w " |
4450 | "1:10,1:,:20'" | 4483 | "1:10,1:,:20'" |
4451 | msgstr "" | 4484 | msgstr "" |
4452 | 4485 | ||
4453 | #: plugins/check_snmp.c:944 | 4486 | #: plugins/check_snmp.c:1075 |
4454 | msgid "- Note that only one string and one regex may be checked at present" | 4487 | msgid "- Note that only one string and one regex may be checked at present" |
4455 | msgstr "" | 4488 | msgstr "" |
4456 | 4489 | ||
4457 | #: plugins/check_snmp.c:945 | 4490 | #: plugins/check_snmp.c:1076 |
4458 | msgid "" | 4491 | msgid "" |
4459 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" | 4492 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" |
4460 | msgstr "" | 4493 | msgstr "" |
4461 | 4494 | ||
4462 | #: plugins/check_snmp.c:946 | 4495 | #: plugins/check_snmp.c:1077 |
4463 | msgid "returned from the SNMP query is an unsigned integer." | 4496 | msgid "returned from the SNMP query is an unsigned integer." |
4464 | msgstr "" | 4497 | msgstr "" |
4465 | 4498 | ||
4499 | #: plugins/check_snmp.c:1080 | ||
4500 | msgid "Rate Calculation:" | ||
4501 | msgstr "" | ||
4502 | |||
4503 | #: plugins/check_snmp.c:1081 | ||
4504 | msgid "In many places, SNMP returns counters that are only meaningful when" | ||
4505 | msgstr "" | ||
4506 | |||
4507 | #: plugins/check_snmp.c:1082 | ||
4508 | msgid "calculating the counter difference since the last check. check_snmp" | ||
4509 | msgstr "" | ||
4510 | |||
4511 | #: plugins/check_snmp.c:1083 | ||
4512 | msgid "saves the last state information in a file so that the rate can be" | ||
4513 | msgstr "" | ||
4514 | |||
4515 | #: plugins/check_snmp.c:1084 | ||
4516 | msgid "calculated. Use the --rate option to save state information. On the" | ||
4517 | msgstr "" | ||
4518 | |||
4519 | #: plugins/check_snmp.c:1085 | ||
4520 | msgid "first run, there will be no prior state - this will return with OK." | ||
4521 | msgstr "" | ||
4522 | |||
4523 | #: plugins/check_snmp.c:1086 | ||
4524 | msgid "The state is uniquely determined by the arguments to the plugin, so" | ||
4525 | msgstr "" | ||
4526 | |||
4527 | #: plugins/check_snmp.c:1087 | ||
4528 | msgid "changing the arguments will create a new state file." | ||
4529 | msgstr "" | ||
4530 | |||
4466 | #: plugins/check_ssh.c:165 | 4531 | #: plugins/check_ssh.c:165 |
4467 | #, fuzzy | 4532 | #, fuzzy |
4468 | msgid "Port number must be a positive integer" | 4533 | msgid "Port number must be a positive integer" |
@@ -10,7 +10,7 @@ msgid "" | |||
10 | msgstr "" | 10 | msgstr "" |
11 | "Project-Id-Version: fr\n" | 11 | "Project-Id-Version: fr\n" |
12 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" | 12 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" |
13 | "POT-Creation-Date: 2010-04-28 05:59-0400\n" | 13 | "POT-Creation-Date: 2010-06-23 14:50+0000\n" |
14 | "PO-Revision-Date: 2010-04-21 23:38-0400\n" | 14 | "PO-Revision-Date: 2010-04-21 23:38-0400\n" |
15 | "Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n" | 15 | "Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n" |
16 | "Language-Team: Nagios Plugin Development Mailing List <nagiosplug-" | 16 | "Language-Team: Nagios Plugin Development Mailing List <nagiosplug-" |
@@ -24,14 +24,14 @@ msgstr "" | |||
24 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 | 24 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 |
25 | #: plugins/check_disk.c:192 plugins/check_dns.c:102 plugins/check_dummy.c:52 | 25 | #: plugins/check_disk.c:192 plugins/check_dns.c:102 plugins/check_dummy.c:52 |
26 | #: plugins/check_fping.c:89 plugins/check_game.c:82 plugins/check_hpjd.c:103 | 26 | #: plugins/check_fping.c:89 plugins/check_game.c:82 plugins/check_hpjd.c:103 |
27 | #: plugins/check_http.c:156 plugins/check_ldap.c:109 plugins/check_load.c:122 | 27 | #: plugins/check_http.c:157 plugins/check_ldap.c:109 plugins/check_load.c:122 |
28 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85 | 28 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85 |
29 | #: plugins/check_nagios.c:91 plugins/check_nt.c:126 plugins/check_ntp.c:766 | 29 | #: plugins/check_nagios.c:91 plugins/check_nt.c:126 plugins/check_ntp.c:766 |
30 | #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548 | 30 | #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548 |
31 | #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102 | 31 | #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102 |
32 | #: plugins/check_pgsql.c:154 plugins/check_ping.c:95 plugins/check_procs.c:147 | 32 | #: plugins/check_pgsql.c:154 plugins/check_ping.c:95 plugins/check_procs.c:147 |
33 | #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:140 | 33 | #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:140 |
34 | #: plugins/check_snmp.c:180 plugins/check_ssh.c:73 plugins/check_swap.c:110 | 34 | #: plugins/check_snmp.c:203 plugins/check_ssh.c:73 plugins/check_swap.c:110 |
35 | #: plugins/check_tcp.c:209 plugins/check_time.c:78 plugins/check_ups.c:122 | 35 | #: plugins/check_tcp.c:209 plugins/check_time.c:78 plugins/check_ups.c:122 |
36 | #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270 | 36 | #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270 |
37 | msgid "Could not parse arguments" | 37 | msgid "Could not parse arguments" |
@@ -64,9 +64,9 @@ msgid "%s: Error parsing output\n" | |||
64 | msgstr "%s: Erreur d'analyse du résultat\n" | 64 | msgstr "%s: Erreur d'analyse du résultat\n" |
65 | 65 | ||
66 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 | 66 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 |
67 | #: plugins/check_http.c:255 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 | 67 | #: plugins/check_http.c:256 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 |
68 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 | 68 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 |
69 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:540 | 69 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:662 |
70 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 | 70 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 |
71 | #: plugins/check_ups.c:556 plugins/negate.c:161 | 71 | #: plugins/check_ups.c:556 plugins/negate.c:161 |
72 | msgid "Timeout interval must be a positive integer" | 72 | msgid "Timeout interval must be a positive integer" |
@@ -222,7 +222,7 @@ msgstr "" | |||
222 | "multiples options '-C)" | 222 | "multiples options '-C)" |
223 | 223 | ||
224 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 | 224 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 |
225 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1410 | 225 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1415 |
226 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 | 226 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 |
227 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 | 227 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 |
228 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 | 228 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 |
@@ -232,7 +232,7 @@ msgstr "Exemples:" | |||
232 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 | 232 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 |
233 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 | 233 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 |
234 | #: plugins/check_dummy.c:122 plugins/check_fping.c:432 | 234 | #: plugins/check_dummy.c:122 plugins/check_fping.c:432 |
235 | #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1433 | 235 | #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1438 |
236 | #: plugins/check_ldap.c:452 plugins/check_load.c:325 plugins/check_mrtg.c:382 | 236 | #: plugins/check_ldap.c:452 plugins/check_load.c:325 plugins/check_mrtg.c:382 |
237 | #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:759 | 237 | #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:759 |
238 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 | 238 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 |
@@ -240,7 +240,7 @@ msgstr "Exemples:" | |||
240 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 | 240 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 |
241 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 | 241 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 |
242 | #: plugins/check_radius.c:385 plugins/check_real.c:451 | 242 | #: plugins/check_radius.c:385 plugins/check_real.c:451 |
243 | #: plugins/check_smtp.c:819 plugins/check_snmp.c:956 plugins/check_ssh.c:302 | 243 | #: plugins/check_smtp.c:821 plugins/check_snmp.c:1097 plugins/check_ssh.c:302 |
244 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 | 244 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 |
245 | #: plugins/check_ups.c:660 plugins/check_users.c:229 | 245 | #: plugins/check_ups.c:660 plugins/check_users.c:229 |
246 | #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197 | 246 | #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197 |
@@ -290,11 +290,11 @@ msgid "commas" | |||
290 | msgstr "virgules" | 290 | msgstr "virgules" |
291 | 291 | ||
292 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 | 292 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 |
293 | #: plugins/check_http.c:1396 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 | 293 | #: plugins/check_http.c:1401 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 |
294 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 | 294 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 |
295 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 | 295 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 |
296 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 | 296 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 |
297 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:937 | 297 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:1068 |
298 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 | 298 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 |
299 | #: plugins-root/check_icmp.c:1322 | 299 | #: plugins-root/check_icmp.c:1322 |
300 | msgid "Notes:" | 300 | msgid "Notes:" |
@@ -1116,460 +1116,460 @@ msgstr "Le nom de la communauté SNMP " | |||
1116 | msgid "(default=%s)" | 1116 | msgid "(default=%s)" |
1117 | msgstr "(défaut=%s)" | 1117 | msgstr "(défaut=%s)" |
1118 | 1118 | ||
1119 | #: plugins/check_http.c:261 | 1119 | #: plugins/check_http.c:262 |
1120 | msgid "Critical threshold must be integer" | 1120 | msgid "Critical threshold must be integer" |
1121 | msgstr "le seuil critique doit être un entier positif" | 1121 | msgstr "le seuil critique doit être un entier positif" |
1122 | 1122 | ||
1123 | #: plugins/check_http.c:269 | 1123 | #: plugins/check_http.c:270 |
1124 | msgid "Warning threshold must be integer" | 1124 | msgid "Warning threshold must be integer" |
1125 | msgstr "Le seuil d'avertissement doit être un entier positif" | 1125 | msgstr "Le seuil d'avertissement doit être un entier positif" |
1126 | 1126 | ||
1127 | #: plugins/check_http.c:295 plugins/check_tcp.c:559 | 1127 | #: plugins/check_http.c:296 plugins/check_tcp.c:559 |
1128 | msgid "Invalid certificate expiration period" | 1128 | msgid "Invalid certificate expiration period" |
1129 | msgstr "Période d'expiration du certificat invalide" | 1129 | msgstr "Période d'expiration du certificat invalide" |
1130 | 1130 | ||
1131 | #: plugins/check_http.c:304 plugins/check_tcp.c:571 | 1131 | #: plugins/check_http.c:305 plugins/check_tcp.c:571 |
1132 | msgid "Invalid option - SSL is not available" | 1132 | msgid "Invalid option - SSL is not available" |
1133 | msgstr "Option invalide - SSL n'est pas disponible" | 1133 | msgstr "Option invalide - SSL n'est pas disponible" |
1134 | 1134 | ||
1135 | #: plugins/check_http.c:328 | 1135 | #: plugins/check_http.c:329 |
1136 | msgid "Invalid onredirect option" | 1136 | msgid "Invalid onredirect option" |
1137 | msgstr "" | 1137 | msgstr "" |
1138 | 1138 | ||
1139 | #: plugins/check_http.c:330 | 1139 | #: plugins/check_http.c:331 |
1140 | #, c-format | 1140 | #, c-format |
1141 | msgid "option f:%d \n" | 1141 | msgid "option f:%d \n" |
1142 | msgstr "option f:%d \n" | 1142 | msgstr "option f:%d \n" |
1143 | 1143 | ||
1144 | #: plugins/check_http.c:351 | 1144 | #: plugins/check_http.c:352 |
1145 | msgid "Invalid port number" | 1145 | msgid "Invalid port number" |
1146 | msgstr "Numéro de port invalide" | 1146 | msgstr "Numéro de port invalide" |
1147 | 1147 | ||
1148 | #: plugins/check_http.c:399 | 1148 | #: plugins/check_http.c:400 |
1149 | #, c-format | 1149 | #, c-format |
1150 | msgid "Could Not Compile Regular Expression: %s" | 1150 | msgid "Could Not Compile Regular Expression: %s" |
1151 | msgstr "Impossible de compiler l'expression rationnelle: %s" | 1151 | msgstr "Impossible de compiler l'expression rationnelle: %s" |
1152 | 1152 | ||
1153 | #: plugins/check_http.c:413 plugins/check_ntp.c:718 | 1153 | #: plugins/check_http.c:414 plugins/check_ntp.c:718 |
1154 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 | 1154 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 |
1155 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 | 1155 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 |
1156 | msgid "IPv6 support not available" | 1156 | msgid "IPv6 support not available" |
1157 | msgstr "Support IPv6 non disponible" | 1157 | msgstr "Support IPv6 non disponible" |
1158 | 1158 | ||
1159 | #: plugins/check_http.c:475 plugins/check_ping.c:422 | 1159 | #: plugins/check_http.c:476 plugins/check_ping.c:422 |
1160 | msgid "You must specify a server address or host name" | 1160 | msgid "You must specify a server address or host name" |
1161 | msgstr "Vous devez spécifier une adresse ou un nom d'hôte" | 1161 | msgstr "Vous devez spécifier une adresse ou un nom d'hôte" |
1162 | 1162 | ||
1163 | #: plugins/check_http.c:608 plugins/check_http.c:776 | 1163 | #: plugins/check_http.c:609 plugins/check_http.c:777 |
1164 | msgid "HTTP UNKNOWN - Memory allocation error\n" | 1164 | msgid "HTTP UNKNOWN - Memory allocation error\n" |
1165 | msgstr "HTTP INCONNU - Impossible d'allouer la mémoire\n" | 1165 | msgstr "HTTP INCONNU - Impossible d'allouer la mémoire\n" |
1166 | 1166 | ||
1167 | #: plugins/check_http.c:680 | 1167 | #: plugins/check_http.c:681 |
1168 | #, c-format | 1168 | #, c-format |
1169 | msgid "%sServer date unknown, " | 1169 | msgid "%sServer date unknown, " |
1170 | msgstr "%sDate du serveur inconnue, " | 1170 | msgstr "%sDate du serveur inconnue, " |
1171 | 1171 | ||
1172 | #: plugins/check_http.c:683 | 1172 | #: plugins/check_http.c:684 |
1173 | #, c-format | 1173 | #, c-format |
1174 | msgid "%sDocument modification date unknown, " | 1174 | msgid "%sDocument modification date unknown, " |
1175 | msgstr "%sDate de modification du document inconnue, " | 1175 | msgstr "%sDate de modification du document inconnue, " |
1176 | 1176 | ||
1177 | #: plugins/check_http.c:690 | 1177 | #: plugins/check_http.c:691 |
1178 | #, c-format | 1178 | #, c-format |
1179 | msgid "%sServer date \"%100s\" unparsable, " | 1179 | msgid "%sServer date \"%100s\" unparsable, " |
1180 | msgstr "%sDate du serveur \"%100s\" illisible, " | 1180 | msgstr "%sDate du serveur \"%100s\" illisible, " |
1181 | 1181 | ||
1182 | #: plugins/check_http.c:693 | 1182 | #: plugins/check_http.c:694 |
1183 | #, c-format | 1183 | #, c-format |
1184 | msgid "%sDocument date \"%100s\" unparsable, " | 1184 | msgid "%sDocument date \"%100s\" unparsable, " |
1185 | msgstr "%sDate du document \"%100s\" illisible, " | 1185 | msgstr "%sDate du document \"%100s\" illisible, " |
1186 | 1186 | ||
1187 | #: plugins/check_http.c:696 | 1187 | #: plugins/check_http.c:697 |
1188 | #, c-format | 1188 | #, c-format |
1189 | msgid "%sDocument is %d seconds in the future, " | 1189 | msgid "%sDocument is %d seconds in the future, " |
1190 | msgstr "%sLa date du document est %d secondes dans le futur, " | 1190 | msgstr "%sLa date du document est %d secondes dans le futur, " |
1191 | 1191 | ||
1192 | #: plugins/check_http.c:701 | 1192 | #: plugins/check_http.c:702 |
1193 | #, c-format | 1193 | #, c-format |
1194 | msgid "%sLast modified %.1f days ago, " | 1194 | msgid "%sLast modified %.1f days ago, " |
1195 | msgstr "%sDernière modification %.1f jours auparavant, " | 1195 | msgstr "%sDernière modification %.1f jours auparavant, " |
1196 | 1196 | ||
1197 | #: plugins/check_http.c:704 | 1197 | #: plugins/check_http.c:705 |
1198 | #, c-format | 1198 | #, c-format |
1199 | msgid "%sLast modified %d:%02d:%02d ago, " | 1199 | msgid "%sLast modified %d:%02d:%02d ago, " |
1200 | msgstr "%sDernière modification %d:%02d:%02d auparavant, " | 1200 | msgstr "%sDernière modification %d:%02d:%02d auparavant, " |
1201 | 1201 | ||
1202 | #: plugins/check_http.c:806 | 1202 | #: plugins/check_http.c:807 |
1203 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" | 1203 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" |
1204 | msgstr "HTTP CRITIQUE - Impossible d'ouvrir un socket TCP\n" | 1204 | msgstr "HTTP CRITIQUE - Impossible d'ouvrir un socket TCP\n" |
1205 | 1205 | ||
1206 | #: plugins/check_http.c:909 | 1206 | #: plugins/check_http.c:910 |
1207 | msgid "HTTP CRITICAL - Error on receive\n" | 1207 | msgid "HTTP CRITICAL - Error on receive\n" |
1208 | msgstr "HTTP CRITIQUE - Erreur dans la réception\n" | 1208 | msgstr "HTTP CRITIQUE - Erreur dans la réception\n" |
1209 | 1209 | ||
1210 | #: plugins/check_http.c:919 | 1210 | #: plugins/check_http.c:920 |
1211 | msgid "HTTP CRITICAL - No data received from host\n" | 1211 | msgid "HTTP CRITICAL - No data received from host\n" |
1212 | msgstr "HTTP CRITIQUE - Pas de données reçues de l'hôte\n" | 1212 | msgstr "HTTP CRITIQUE - Pas de données reçues de l'hôte\n" |
1213 | 1213 | ||
1214 | #: plugins/check_http.c:970 | 1214 | #: plugins/check_http.c:971 |
1215 | #, c-format | 1215 | #, c-format |
1216 | msgid "Invalid HTTP response received from host: %s\n" | 1216 | msgid "Invalid HTTP response received from host: %s\n" |
1217 | msgstr "Réponse HTTP reçue de l'hôte invalide: %s\n" | 1217 | msgstr "Réponse HTTP reçue de l'hôte invalide: %s\n" |
1218 | 1218 | ||
1219 | #: plugins/check_http.c:974 | 1219 | #: plugins/check_http.c:975 |
1220 | #, c-format | 1220 | #, c-format |
1221 | msgid "Invalid HTTP response received from host on port %d: %s\n" | 1221 | msgid "Invalid HTTP response received from host on port %d: %s\n" |
1222 | msgstr "Réponse HTTP reçue de l'hôte sur le port %d invalide: %s\n" | 1222 | msgstr "Réponse HTTP reçue de l'hôte sur le port %d invalide: %s\n" |
1223 | 1223 | ||
1224 | #: plugins/check_http.c:983 | 1224 | #: plugins/check_http.c:984 |
1225 | #, c-format | 1225 | #, c-format |
1226 | msgid "Status line output matched \"%s\" - " | 1226 | msgid "Status line output matched \"%s\" - " |
1227 | msgstr "La ligne d'état correspond à \"%s\" - " | 1227 | msgstr "La ligne d'état correspond à \"%s\" - " |
1228 | 1228 | ||
1229 | #: plugins/check_http.c:994 | 1229 | #: plugins/check_http.c:995 |
1230 | #, c-format | 1230 | #, c-format |
1231 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" | 1231 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" |
1232 | msgstr "HTTP CRITIQUE: Ligne d'état non valide (%s)\n" | 1232 | msgstr "HTTP CRITIQUE: Ligne d'état non valide (%s)\n" |
1233 | 1233 | ||
1234 | #: plugins/check_http.c:1001 | 1234 | #: plugins/check_http.c:1002 |
1235 | #, c-format | 1235 | #, c-format |
1236 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" | 1236 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" |
1237 | msgstr "HTTP CRITIQUE: Etat Invalide (%s)\n" | 1237 | msgstr "HTTP CRITIQUE: Etat Invalide (%s)\n" |
1238 | 1238 | ||
1239 | #: plugins/check_http.c:1005 plugins/check_http.c:1010 | 1239 | #: plugins/check_http.c:1006 plugins/check_http.c:1011 |
1240 | #: plugins/check_http.c:1020 plugins/check_http.c:1024 | 1240 | #: plugins/check_http.c:1021 plugins/check_http.c:1025 |
1241 | #, c-format | 1241 | #, c-format |
1242 | msgid "%s - " | 1242 | msgid "%s - " |
1243 | msgstr "" | 1243 | msgstr "" |
1244 | 1244 | ||
1245 | #: plugins/check_http.c:1040 | 1245 | #: plugins/check_http.c:1045 |
1246 | #, c-format | 1246 | #, fuzzy, c-format |
1247 | msgid "%sstring not found, " | 1247 | msgid "%sstring '%s' not found on '%s://%s:%d%s', " |
1248 | msgstr "%schaîne non trouvée, " | 1248 | msgstr "%schaîne non trouvée, " |
1249 | 1249 | ||
1250 | #: plugins/check_http.c:1053 | 1250 | #: plugins/check_http.c:1058 |
1251 | #, c-format | 1251 | #, c-format |
1252 | msgid "%spattern not found, " | 1252 | msgid "%spattern not found, " |
1253 | msgstr "%sexpression non trouvée, " | 1253 | msgstr "%sexpression non trouvée, " |
1254 | 1254 | ||
1255 | #: plugins/check_http.c:1055 | 1255 | #: plugins/check_http.c:1060 |
1256 | #, c-format | 1256 | #, c-format |
1257 | msgid "%spattern found, " | 1257 | msgid "%spattern found, " |
1258 | msgstr "%sexpression trouvée, " | 1258 | msgstr "%sexpression trouvée, " |
1259 | 1259 | ||
1260 | #: plugins/check_http.c:1061 | 1260 | #: plugins/check_http.c:1066 |
1261 | #, c-format | 1261 | #, c-format |
1262 | msgid "%sExecute Error: %s, " | 1262 | msgid "%sExecute Error: %s, " |
1263 | msgstr "%sErreur d'exécution: %s, " | 1263 | msgstr "%sErreur d'exécution: %s, " |
1264 | 1264 | ||
1265 | #: plugins/check_http.c:1077 | 1265 | #: plugins/check_http.c:1082 |
1266 | #, c-format | 1266 | #, c-format |
1267 | msgid "%spage size %d too large, " | 1267 | msgid "%spage size %d too large, " |
1268 | msgstr "%sla taille de la page est trop grande (%d), " | 1268 | msgstr "%sla taille de la page est trop grande (%d), " |
1269 | 1269 | ||
1270 | #: plugins/check_http.c:1080 | 1270 | #: plugins/check_http.c:1085 |
1271 | #, c-format | 1271 | #, c-format |
1272 | msgid "%spage size %d too small, " | 1272 | msgid "%spage size %d too small, " |
1273 | msgstr "%sla taille de la page est trop petite (%d), " | 1273 | msgstr "%sla taille de la page est trop petite (%d), " |
1274 | 1274 | ||
1275 | #: plugins/check_http.c:1092 | 1275 | #: plugins/check_http.c:1097 |
1276 | #, c-format | 1276 | #, c-format |
1277 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" | 1277 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" |
1278 | msgstr "%s - %d octets en %.3f secondes de temps de réponse %s|%s %s" | 1278 | msgstr "%s - %d octets en %.3f secondes de temps de réponse %s|%s %s" |
1279 | 1279 | ||
1280 | #: plugins/check_http.c:1132 | 1280 | #: plugins/check_http.c:1137 |
1281 | msgid "HTTP UNKNOWN - Could not allocate addr\n" | 1281 | msgid "HTTP UNKNOWN - Could not allocate addr\n" |
1282 | msgstr "HTTP INCONNU - Impossible d'allouer une adresse\n" | 1282 | msgstr "HTTP INCONNU - Impossible d'allouer une adresse\n" |
1283 | 1283 | ||
1284 | #: plugins/check_http.c:1136 plugins/check_http.c:1167 | 1284 | #: plugins/check_http.c:1141 plugins/check_http.c:1172 |
1285 | msgid "HTTP UNKNOWN - Could not allocate URL\n" | 1285 | msgid "HTTP UNKNOWN - Could not allocate URL\n" |
1286 | msgstr "HTTP INCONNU - Impossible d'allouer l'URL\n" | 1286 | msgstr "HTTP INCONNU - Impossible d'allouer l'URL\n" |
1287 | 1287 | ||
1288 | #: plugins/check_http.c:1145 | 1288 | #: plugins/check_http.c:1150 |
1289 | #, c-format | 1289 | #, c-format |
1290 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" | 1290 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" |
1291 | msgstr "" | 1291 | msgstr "" |
1292 | "HTTP INCONNU - Impossible de trouver l'endroit de la redirection - %s%s\n" | 1292 | "HTTP INCONNU - Impossible de trouver l'endroit de la redirection - %s%s\n" |
1293 | 1293 | ||
1294 | #: plugins/check_http.c:1160 | 1294 | #: plugins/check_http.c:1165 |
1295 | #, c-format | 1295 | #, c-format |
1296 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" | 1296 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" |
1297 | msgstr "HTTP INCONNU - endroit de redirection vide%s\n" | 1297 | msgstr "HTTP INCONNU - endroit de redirection vide%s\n" |
1298 | 1298 | ||
1299 | #: plugins/check_http.c:1210 | 1299 | #: plugins/check_http.c:1215 |
1300 | #, c-format | 1300 | #, c-format |
1301 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" | 1301 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" |
1302 | msgstr "" | 1302 | msgstr "" |
1303 | "HTTP INCONNU - Impossible de définir l'endroit de la redirection - %s%s\n" | 1303 | "HTTP INCONNU - Impossible de définir l'endroit de la redirection - %s%s\n" |
1304 | 1304 | ||
1305 | #: plugins/check_http.c:1220 | 1305 | #: plugins/check_http.c:1225 |
1306 | #, c-format | 1306 | #, c-format |
1307 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" | 1307 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" |
1308 | msgstr "" | 1308 | msgstr "" |
1309 | "HTTP AVERTISSEMENT - le niveau maximum de redirection %d à été dépassé - %" | 1309 | "HTTP AVERTISSEMENT - le niveau maximum de redirection %d à été dépassé - %" |
1310 | "s://%s:%d%s%s\n" | 1310 | "s://%s:%d%s%s\n" |
1311 | 1311 | ||
1312 | #: plugins/check_http.c:1228 | 1312 | #: plugins/check_http.c:1233 |
1313 | #, c-format | 1313 | #, c-format |
1314 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" | 1314 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" |
1315 | msgstr "" | 1315 | msgstr "" |
1316 | "HTTP AVERTISSEMENT - la redirection crée une boucle infinie - %s://%s:%d%s%" | 1316 | "HTTP AVERTISSEMENT - la redirection crée une boucle infinie - %s://%s:%d%s%" |
1317 | "s\n" | 1317 | "s\n" |
1318 | 1318 | ||
1319 | #: plugins/check_http.c:1249 | 1319 | #: plugins/check_http.c:1254 |
1320 | #, c-format | 1320 | #, c-format |
1321 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" | 1321 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" |
1322 | msgstr "HTTP INCONNU - Redirection à un port supérieur à %d - %s://%s:%d%s%s\n" | 1322 | msgstr "HTTP INCONNU - Redirection à un port supérieur à %d - %s://%s:%d%s%s\n" |
1323 | 1323 | ||
1324 | #: plugins/check_http.c:1254 | 1324 | #: plugins/check_http.c:1259 |
1325 | #, c-format | 1325 | #, c-format |
1326 | msgid "Redirection to %s://%s:%d%s\n" | 1326 | msgid "Redirection to %s://%s:%d%s\n" |
1327 | msgstr "Redirection vers %s://%s:%d%s\n" | 1327 | msgstr "Redirection vers %s://%s:%d%s\n" |
1328 | 1328 | ||
1329 | #: plugins/check_http.c:1305 | 1329 | #: plugins/check_http.c:1310 |
1330 | msgid "This plugin tests the HTTP service on the specified host. It can test" | 1330 | msgid "This plugin tests the HTTP service on the specified host. It can test" |
1331 | msgstr "" | 1331 | msgstr "" |
1332 | "Ce plugin teste le service HTTP sur l'hôte spécifié. Il peut tester les" | 1332 | "Ce plugin teste le service HTTP sur l'hôte spécifié. Il peut tester les" |
1333 | 1333 | ||
1334 | #: plugins/check_http.c:1306 | 1334 | #: plugins/check_http.c:1311 |
1335 | msgid "normal (http) and secure (https) servers, follow redirects, search for" | 1335 | msgid "normal (http) and secure (https) servers, follow redirects, search for" |
1336 | msgstr "" | 1336 | msgstr "" |
1337 | "serveurs normaux (http) et sécurisés (https), suivre les redirections, " | 1337 | "serveurs normaux (http) et sécurisés (https), suivre les redirections, " |
1338 | "rechercher des" | 1338 | "rechercher des" |
1339 | 1339 | ||
1340 | #: plugins/check_http.c:1307 | 1340 | #: plugins/check_http.c:1312 |
1341 | msgid "strings and regular expressions, check connection times, and report on" | 1341 | msgid "strings and regular expressions, check connection times, and report on" |
1342 | msgstr "" | 1342 | msgstr "" |
1343 | "chaînes de caractères et expressions rationnelles, vérifier le temps de " | 1343 | "chaînes de caractères et expressions rationnelles, vérifier le temps de " |
1344 | "réponse" | 1344 | "réponse" |
1345 | 1345 | ||
1346 | #: plugins/check_http.c:1308 | 1346 | #: plugins/check_http.c:1313 |
1347 | msgid "certificate expiration times." | 1347 | msgid "certificate expiration times." |
1348 | msgstr "et rapporter la date d'expiration du certificat." | 1348 | msgstr "et rapporter la date d'expiration du certificat." |
1349 | 1349 | ||
1350 | #: plugins/check_http.c:1314 | 1350 | #: plugins/check_http.c:1319 |
1351 | #, c-format | 1351 | #, c-format |
1352 | msgid "NOTE: One or both of -H and -I must be specified" | 1352 | msgid "NOTE: One or both of -H and -I must be specified" |
1353 | msgstr "NOTE: les paramètres -H et -I peuvent être spécifiés" | 1353 | msgstr "NOTE: les paramètres -H et -I peuvent être spécifiés" |
1354 | 1354 | ||
1355 | #: plugins/check_http.c:1322 | 1355 | #: plugins/check_http.c:1327 |
1356 | msgid "Host name argument for servers using host headers (virtual host)" | 1356 | msgid "Host name argument for servers using host headers (virtual host)" |
1357 | msgstr "" | 1357 | msgstr "" |
1358 | 1358 | ||
1359 | #: plugins/check_http.c:1323 | 1359 | #: plugins/check_http.c:1328 |
1360 | msgid "Append a port to include it in the header (eg: example.com:5000)" | 1360 | msgid "Append a port to include it in the header (eg: example.com:5000)" |
1361 | msgstr "" | 1361 | msgstr "" |
1362 | 1362 | ||
1363 | #: plugins/check_http.c:1325 | 1363 | #: plugins/check_http.c:1330 |
1364 | msgid "" | 1364 | msgid "" |
1365 | "IP address or name (use numeric address if possible to bypass DNS lookup)." | 1365 | "IP address or name (use numeric address if possible to bypass DNS lookup)." |
1366 | msgstr "" | 1366 | msgstr "" |
1367 | 1367 | ||
1368 | #: plugins/check_http.c:1327 | 1368 | #: plugins/check_http.c:1332 |
1369 | msgid "Port number (default: " | 1369 | msgid "Port number (default: " |
1370 | msgstr "Numéro du port (défaut: " | 1370 | msgstr "Numéro du port (défaut: " |
1371 | 1371 | ||
1372 | #: plugins/check_http.c:1334 | 1372 | #: plugins/check_http.c:1339 |
1373 | msgid "Connect via SSL. Port defaults to 443" | 1373 | msgid "Connect via SSL. Port defaults to 443" |
1374 | msgstr "" | 1374 | msgstr "" |
1375 | 1375 | ||
1376 | #: plugins/check_http.c:1336 | 1376 | #: plugins/check_http.c:1341 |
1377 | msgid "Enable SSL/TLS hostname extension support (SNI)" | 1377 | msgid "Enable SSL/TLS hostname extension support (SNI)" |
1378 | msgstr "" | 1378 | msgstr "" |
1379 | 1379 | ||
1380 | #: plugins/check_http.c:1338 | 1380 | #: plugins/check_http.c:1343 |
1381 | msgid "" | 1381 | msgid "" |
1382 | "Minimum number of days a certificate has to be valid. Port defaults to 443" | 1382 | "Minimum number of days a certificate has to be valid. Port defaults to 443" |
1383 | msgstr "" | 1383 | msgstr "" |
1384 | "Nombre de jours minimum pour que le certificat soit valide. Port par défaut " | 1384 | "Nombre de jours minimum pour que le certificat soit valide. Port par défaut " |
1385 | "443" | 1385 | "443" |
1386 | 1386 | ||
1387 | #: plugins/check_http.c:1339 | 1387 | #: plugins/check_http.c:1344 |
1388 | msgid "(when this option is used the URL is not checked.)\n" | 1388 | msgid "(when this option is used the URL is not checked.)\n" |
1389 | msgstr "" | 1389 | msgstr "" |
1390 | 1390 | ||
1391 | #: plugins/check_http.c:1343 | 1391 | #: plugins/check_http.c:1348 |
1392 | msgid "Comma-delimited list of strings, at least one of them is expected in" | 1392 | msgid "Comma-delimited list of strings, at least one of them is expected in" |
1393 | msgstr "" | 1393 | msgstr "" |
1394 | "Liste the chaines de charactères séparées par des virgules, au moins une " | 1394 | "Liste the chaines de charactères séparées par des virgules, au moins une " |
1395 | "d'elles" | 1395 | "d'elles" |
1396 | 1396 | ||
1397 | #: plugins/check_http.c:1344 | 1397 | #: plugins/check_http.c:1349 |
1398 | msgid "the first (status) line of the server response (default: " | 1398 | msgid "the first (status) line of the server response (default: " |
1399 | msgstr "est attendue dans la première ligne de réponse du serveur (défaut: " | 1399 | msgstr "est attendue dans la première ligne de réponse du serveur (défaut: " |
1400 | 1400 | ||
1401 | #: plugins/check_http.c:1346 | 1401 | #: plugins/check_http.c:1351 |
1402 | msgid "" | 1402 | msgid "" |
1403 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" | 1403 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" |
1404 | msgstr "" | 1404 | msgstr "" |
1405 | "Si spécifié, surpasse toute autre logique de status (ex: 3xx, 4xx, 5xx)" | 1405 | "Si spécifié, surpasse toute autre logique de status (ex: 3xx, 4xx, 5xx)" |
1406 | 1406 | ||
1407 | #: plugins/check_http.c:1348 | 1407 | #: plugins/check_http.c:1353 |
1408 | msgid "String to expect in the content" | 1408 | msgid "String to expect in the content" |
1409 | msgstr "Chaîne de caractère attendue dans le contenu" | 1409 | msgstr "Chaîne de caractère attendue dans le contenu" |
1410 | 1410 | ||
1411 | #: plugins/check_http.c:1350 | 1411 | #: plugins/check_http.c:1355 |
1412 | msgid "URL to GET or POST (default: /)" | 1412 | msgid "URL to GET or POST (default: /)" |
1413 | msgstr "URL pour le GET ou le POST (défaut: /)" | 1413 | msgstr "URL pour le GET ou le POST (défaut: /)" |
1414 | 1414 | ||
1415 | #: plugins/check_http.c:1352 | 1415 | #: plugins/check_http.c:1357 |
1416 | msgid "URL encoded http POST data" | 1416 | msgid "URL encoded http POST data" |
1417 | msgstr "" | 1417 | msgstr "" |
1418 | 1418 | ||
1419 | #: plugins/check_http.c:1354 | 1419 | #: plugins/check_http.c:1359 |
1420 | msgid "Set HTTP method." | 1420 | msgid "Set HTTP method." |
1421 | msgstr "" | 1421 | msgstr "" |
1422 | 1422 | ||
1423 | #: plugins/check_http.c:1356 | 1423 | #: plugins/check_http.c:1361 |
1424 | msgid "Don't wait for document body: stop reading after headers." | 1424 | msgid "Don't wait for document body: stop reading after headers." |
1425 | msgstr "" | 1425 | msgstr "" |
1426 | "Ne pas attendre pour le corps du document: arrêter de lire après les entêtes" | 1426 | "Ne pas attendre pour le corps du document: arrêter de lire après les entêtes" |
1427 | 1427 | ||
1428 | #: plugins/check_http.c:1357 | 1428 | #: plugins/check_http.c:1362 |
1429 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" | 1429 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" |
1430 | msgstr "(Veuillez noter qu'un HTTP GET ou POST est effectué, pas un HEAD.)" | 1430 | msgstr "(Veuillez noter qu'un HTTP GET ou POST est effectué, pas un HEAD.)" |
1431 | 1431 | ||
1432 | #: plugins/check_http.c:1359 | 1432 | #: plugins/check_http.c:1364 |
1433 | msgid "Warn if document is more than SECONDS old. the number can also be of" | 1433 | msgid "Warn if document is more than SECONDS old. the number can also be of" |
1434 | msgstr "" | 1434 | msgstr "" |
1435 | 1435 | ||
1436 | #: plugins/check_http.c:1360 | 1436 | #: plugins/check_http.c:1365 |
1437 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." | 1437 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." |
1438 | msgstr "" | 1438 | msgstr "" |
1439 | 1439 | ||
1440 | #: plugins/check_http.c:1362 | 1440 | #: plugins/check_http.c:1367 |
1441 | msgid "specify Content-Type header media type when POSTing\n" | 1441 | msgid "specify Content-Type header media type when POSTing\n" |
1442 | msgstr "" | 1442 | msgstr "" |
1443 | 1443 | ||
1444 | #: plugins/check_http.c:1365 | 1444 | #: plugins/check_http.c:1370 |
1445 | msgid "Allow regex to span newlines (must precede -r or -R)" | 1445 | msgid "Allow regex to span newlines (must precede -r or -R)" |
1446 | msgstr "" | 1446 | msgstr "" |
1447 | 1447 | ||
1448 | #: plugins/check_http.c:1367 | 1448 | #: plugins/check_http.c:1372 |
1449 | msgid "Search page for regex STRING" | 1449 | msgid "Search page for regex STRING" |
1450 | msgstr "" | 1450 | msgstr "" |
1451 | 1451 | ||
1452 | #: plugins/check_http.c:1369 | 1452 | #: plugins/check_http.c:1374 |
1453 | msgid "Search page for case-insensitive regex STRING" | 1453 | msgid "Search page for case-insensitive regex STRING" |
1454 | msgstr "" | 1454 | msgstr "" |
1455 | 1455 | ||
1456 | #: plugins/check_http.c:1371 | 1456 | #: plugins/check_http.c:1376 |
1457 | msgid "Return CRITICAL if found, OK if not\n" | 1457 | msgid "Return CRITICAL if found, OK if not\n" |
1458 | msgstr "" | 1458 | msgstr "" |
1459 | 1459 | ||
1460 | #: plugins/check_http.c:1374 | 1460 | #: plugins/check_http.c:1379 |
1461 | msgid "Username:password on sites with basic authentication" | 1461 | msgid "Username:password on sites with basic authentication" |
1462 | msgstr "" | 1462 | msgstr "" |
1463 | 1463 | ||
1464 | #: plugins/check_http.c:1376 | 1464 | #: plugins/check_http.c:1381 |
1465 | msgid "Username:password on proxy-servers with basic authentication" | 1465 | msgid "Username:password on proxy-servers with basic authentication" |
1466 | msgstr "" | 1466 | msgstr "" |
1467 | 1467 | ||
1468 | #: plugins/check_http.c:1378 | 1468 | #: plugins/check_http.c:1383 |
1469 | msgid "String to be sent in http header as \"User Agent\"" | 1469 | msgid "String to be sent in http header as \"User Agent\"" |
1470 | msgstr "" | 1470 | msgstr "" |
1471 | 1471 | ||
1472 | #: plugins/check_http.c:1380 | 1472 | #: plugins/check_http.c:1385 |
1473 | msgid "" | 1473 | msgid "" |
1474 | " Any other tags to be sent in http header. Use multiple times for additional " | 1474 | " Any other tags to be sent in http header. Use multiple times for additional " |
1475 | "headers" | 1475 | "headers" |
1476 | msgstr "" | 1476 | msgstr "" |
1477 | 1477 | ||
1478 | #: plugins/check_http.c:1382 | 1478 | #: plugins/check_http.c:1387 |
1479 | msgid "Wrap output in HTML link (obsoleted by urlize)" | 1479 | msgid "Wrap output in HTML link (obsoleted by urlize)" |
1480 | msgstr "" | 1480 | msgstr "" |
1481 | 1481 | ||
1482 | #: plugins/check_http.c:1384 | 1482 | #: plugins/check_http.c:1389 |
1483 | msgid "How to handle redirected pages. sticky is like follow but stick to the" | 1483 | msgid "How to handle redirected pages. sticky is like follow but stick to the" |
1484 | msgstr "" | 1484 | msgstr "" |
1485 | 1485 | ||
1486 | #: plugins/check_http.c:1385 | 1486 | #: plugins/check_http.c:1390 |
1487 | msgid "specified IP address. stickyport also ensure post stays the same." | 1487 | msgid "specified IP address. stickyport also ensure post stays the same." |
1488 | msgstr "" | 1488 | msgstr "" |
1489 | 1489 | ||
1490 | #: plugins/check_http.c:1387 | 1490 | #: plugins/check_http.c:1392 |
1491 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" | 1491 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" |
1492 | msgstr "" | 1492 | msgstr "" |
1493 | 1493 | ||
1494 | #: plugins/check_http.c:1397 | 1494 | #: plugins/check_http.c:1402 |
1495 | msgid "This plugin will attempt to open an HTTP connection with the host." | 1495 | msgid "This plugin will attempt to open an HTTP connection with the host." |
1496 | msgstr "Ce plugin va essayer d'ouvrir un connexion SMTP avec l'hôte." | 1496 | msgstr "Ce plugin va essayer d'ouvrir un connexion SMTP avec l'hôte." |
1497 | 1497 | ||
1498 | #: plugins/check_http.c:1398 | 1498 | #: plugins/check_http.c:1403 |
1499 | msgid "" | 1499 | msgid "" |
1500 | "Successful connects return STATE_OK, refusals and timeouts return " | 1500 | "Successful connects return STATE_OK, refusals and timeouts return " |
1501 | "STATE_CRITICAL" | 1501 | "STATE_CRITICAL" |
1502 | msgstr "" | 1502 | msgstr "" |
1503 | 1503 | ||
1504 | #: plugins/check_http.c:1399 | 1504 | #: plugins/check_http.c:1404 |
1505 | msgid "" | 1505 | msgid "" |
1506 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " | 1506 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " |
1507 | "reponse" | 1507 | "reponse" |
1508 | msgstr "" | 1508 | msgstr "" |
1509 | 1509 | ||
1510 | #: plugins/check_http.c:1400 | 1510 | #: plugins/check_http.c:1405 |
1511 | msgid "" | 1511 | msgid "" |
1512 | "messages from the host result in STATE_WARNING return values. If you are" | 1512 | "messages from the host result in STATE_WARNING return values. If you are" |
1513 | msgstr "" | 1513 | msgstr "" |
1514 | 1514 | ||
1515 | #: plugins/check_http.c:1401 | 1515 | #: plugins/check_http.c:1406 |
1516 | msgid "" | 1516 | msgid "" |
1517 | "checking a virtual server that uses 'host headers' you must supply the FQDN" | 1517 | "checking a virtual server that uses 'host headers' you must supply the FQDN" |
1518 | msgstr "" | 1518 | msgstr "" |
1519 | 1519 | ||
1520 | #: plugins/check_http.c:1402 | 1520 | #: plugins/check_http.c:1407 |
1521 | msgid "(fully qualified domain name) as the [host_name] argument." | 1521 | msgid "(fully qualified domain name) as the [host_name] argument." |
1522 | msgstr "" | 1522 | msgstr "" |
1523 | 1523 | ||
1524 | #: plugins/check_http.c:1406 | 1524 | #: plugins/check_http.c:1411 |
1525 | msgid "This plugin can also check whether an SSL enabled web server is able to" | 1525 | msgid "This plugin can also check whether an SSL enabled web server is able to" |
1526 | msgstr "" | 1526 | msgstr "" |
1527 | 1527 | ||
1528 | #: plugins/check_http.c:1407 | 1528 | #: plugins/check_http.c:1412 |
1529 | msgid "serve content (optionally within a specified time) or whether the X509 " | 1529 | msgid "serve content (optionally within a specified time) or whether the X509 " |
1530 | msgstr "" | 1530 | msgstr "" |
1531 | 1531 | ||
1532 | #: plugins/check_http.c:1408 | 1532 | #: plugins/check_http.c:1413 |
1533 | msgid "certificate is still valid for the specified number of days." | 1533 | msgid "certificate is still valid for the specified number of days." |
1534 | msgstr "" | 1534 | msgstr "" |
1535 | 1535 | ||
1536 | #: plugins/check_http.c:1412 | 1536 | #: plugins/check_http.c:1417 |
1537 | msgid "" | 1537 | msgid "" |
1538 | "When the 'www.verisign.com' server returns its content within 5 seconds," | 1538 | "When the 'www.verisign.com' server returns its content within 5 seconds," |
1539 | msgstr "" | 1539 | msgstr "" |
1540 | 1540 | ||
1541 | #: plugins/check_http.c:1413 | 1541 | #: plugins/check_http.c:1418 |
1542 | msgid "" | 1542 | msgid "" |
1543 | "a STATE_OK will be returned. When the server returns its content but exceeds" | 1543 | "a STATE_OK will be returned. When the server returns its content but exceeds" |
1544 | msgstr "" | 1544 | msgstr "" |
1545 | 1545 | ||
1546 | #: plugins/check_http.c:1414 | 1546 | #: plugins/check_http.c:1419 |
1547 | msgid "" | 1547 | msgid "" |
1548 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | 1548 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " |
1549 | "occurs," | 1549 | "occurs," |
1550 | msgstr "" | 1550 | msgstr "" |
1551 | 1551 | ||
1552 | #: plugins/check_http.c:1415 | 1552 | #: plugins/check_http.c:1420 |
1553 | msgid "a STATE_CRITICAL will be returned." | 1553 | msgid "a STATE_CRITICAL will be returned." |
1554 | msgstr "" | 1554 | msgstr "" |
1555 | 1555 | ||
1556 | #: plugins/check_http.c:1418 | 1556 | #: plugins/check_http.c:1423 |
1557 | msgid "" | 1557 | msgid "" |
1558 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," | 1558 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," |
1559 | msgstr "" | 1559 | msgstr "" |
1560 | 1560 | ||
1561 | #: plugins/check_http.c:1419 | 1561 | #: plugins/check_http.c:1424 |
1562 | msgid "" | 1562 | msgid "" |
1563 | "a STATE_OK is returned. When the certificate is still valid, but for less " | 1563 | "a STATE_OK is returned. When the certificate is still valid, but for less " |
1564 | "than" | 1564 | "than" |
1565 | msgstr "" | 1565 | msgstr "" |
1566 | 1566 | ||
1567 | #: plugins/check_http.c:1420 | 1567 | #: plugins/check_http.c:1425 |
1568 | msgid "" | 1568 | msgid "" |
1569 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" | 1569 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" |
1570 | msgstr "" | 1570 | msgstr "" |
1571 | 1571 | ||
1572 | #: plugins/check_http.c:1421 | 1572 | #: plugins/check_http.c:1426 |
1573 | msgid "the certificate is expired." | 1573 | msgid "the certificate is expired." |
1574 | msgstr "le certificat est expiré." | 1574 | msgstr "le certificat est expiré." |
1575 | 1575 | ||
@@ -4074,7 +4074,7 @@ msgstr "" | |||
4074 | msgid "This plugin will attempt to open an RTSP connection with the host." | 4074 | msgid "This plugin will attempt to open an RTSP connection with the host." |
4075 | msgstr "Ce plugin va essayer d'ouvrir un connexion RTSP avec l'hôte." | 4075 | msgstr "Ce plugin va essayer d'ouvrir un connexion RTSP avec l'hôte." |
4076 | 4076 | ||
4077 | #: plugins/check_real.c:438 plugins/check_smtp.c:806 | 4077 | #: plugins/check_real.c:438 plugins/check_smtp.c:808 |
4078 | msgid "Successul connects return STATE_OK, refusals and timeouts return" | 4078 | msgid "Successul connects return STATE_OK, refusals and timeouts return" |
4079 | msgstr "" | 4079 | msgstr "" |
4080 | 4080 | ||
@@ -4149,7 +4149,7 @@ msgstr "" | |||
4149 | msgid "CRITICAL - Cannot retrieve server certificate." | 4149 | msgid "CRITICAL - Cannot retrieve server certificate." |
4150 | msgstr "CRITIQUE - Impossible d'obtenir le certificat du serveur" | 4150 | msgstr "CRITIQUE - Impossible d'obtenir le certificat du serveur" |
4151 | 4151 | ||
4152 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:597 | 4152 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:719 |
4153 | #, c-format | 4153 | #, c-format |
4154 | msgid "Could Not Compile Regular Expression" | 4154 | msgid "Could Not Compile Regular Expression" |
4155 | msgstr "Impossible de compiler l'expression rationnelle" | 4155 | msgstr "Impossible de compiler l'expression rationnelle" |
@@ -4159,7 +4159,7 @@ msgstr "Impossible de compiler l'expression rationnelle" | |||
4159 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" | 4159 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" |
4160 | msgstr "SMTP %s - réponse invalide de '%s' à la commande '%s'\n" | 4160 | msgstr "SMTP %s - réponse invalide de '%s' à la commande '%s'\n" |
4161 | 4161 | ||
4162 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:374 | 4162 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:449 |
4163 | #, c-format | 4163 | #, c-format |
4164 | msgid "Execute Error: %s\n" | 4164 | msgid "Execute Error: %s\n" |
4165 | msgstr "Erreur d'exécution: %s\n" | 4165 | msgstr "Erreur d'exécution: %s\n" |
@@ -4268,253 +4268,319 @@ msgstr "" | |||
4268 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" | 4268 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" |
4269 | msgstr "" | 4269 | msgstr "" |
4270 | 4270 | ||
4271 | #: plugins/check_smtp.c:787 plugins/check_tcp.c:633 | 4271 | #: plugins/check_smtp.c:786 |
4272 | msgid "FQDN used for HELO" | ||
4273 | msgstr "" | ||
4274 | |||
4275 | #: plugins/check_smtp.c:789 plugins/check_tcp.c:633 | ||
4272 | msgid "Minimum number of days a certificate has to be valid." | 4276 | msgid "Minimum number of days a certificate has to be valid." |
4273 | msgstr "Nombre de jours minimum pour que le certificat soit valide." | 4277 | msgstr "Nombre de jours minimum pour que le certificat soit valide." |
4274 | 4278 | ||
4275 | #: plugins/check_smtp.c:789 | 4279 | #: plugins/check_smtp.c:791 |
4276 | msgid "Use STARTTLS for the connection." | 4280 | msgid "Use STARTTLS for the connection." |
4277 | msgstr "" | 4281 | msgstr "" |
4278 | 4282 | ||
4279 | #: plugins/check_smtp.c:793 | 4283 | #: plugins/check_smtp.c:795 |
4280 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" | 4284 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" |
4281 | msgstr "" | 4285 | msgstr "" |
4282 | 4286 | ||
4283 | #: plugins/check_smtp.c:795 | 4287 | #: plugins/check_smtp.c:797 |
4284 | msgid "SMTP AUTH username" | 4288 | msgid "SMTP AUTH username" |
4285 | msgstr "" | 4289 | msgstr "" |
4286 | 4290 | ||
4287 | #: plugins/check_smtp.c:797 | 4291 | #: plugins/check_smtp.c:799 |
4288 | msgid "SMTP AUTH password" | 4292 | msgid "SMTP AUTH password" |
4289 | msgstr "" | 4293 | msgstr "" |
4290 | 4294 | ||
4291 | #: plugins/check_smtp.c:807 | 4295 | #: plugins/check_smtp.c:809 |
4292 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" | 4296 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" |
4293 | msgstr "" | 4297 | msgstr "" |
4294 | 4298 | ||
4295 | #: plugins/check_smtp.c:808 | 4299 | #: plugins/check_smtp.c:810 |
4296 | msgid "connects, but incorrect reponse messages from the host result in" | 4300 | msgid "connects, but incorrect reponse messages from the host result in" |
4297 | msgstr "" | 4301 | msgstr "" |
4298 | 4302 | ||
4299 | #: plugins/check_smtp.c:809 | 4303 | #: plugins/check_smtp.c:811 |
4300 | msgid "STATE_WARNING return values." | 4304 | msgid "STATE_WARNING return values." |
4301 | msgstr "" | 4305 | msgstr "" |
4302 | 4306 | ||
4303 | #: plugins/check_snmp.c:257 | 4307 | #: plugins/check_snmp.c:297 |
4304 | #, c-format | 4308 | #, c-format |
4305 | msgid "External command error: %s\n" | 4309 | msgid "External command error: %s\n" |
4306 | msgstr "Erreur d'exécution de commande externe: %s\n" | 4310 | msgstr "Erreur d'exécution de commande externe: %s\n" |
4307 | 4311 | ||
4308 | #: plugins/check_snmp.c:262 | 4312 | #: plugins/check_snmp.c:302 |
4309 | #, c-format | 4313 | #, c-format |
4310 | msgid "External command error with no output (return code: %d)\n" | 4314 | msgid "External command error with no output (return code: %d)\n" |
4311 | msgstr "" | 4315 | msgstr "" |
4312 | 4316 | ||
4313 | #: plugins/check_snmp.c:352 | 4317 | #: plugins/check_snmp.c:408 |
4314 | msgid "No valid data returned" | 4318 | msgid "No valid data returned" |
4315 | msgstr "Pas de données valides reçues" | 4319 | msgstr "Pas de données valides reçues" |
4316 | 4320 | ||
4317 | #: plugins/check_snmp.c:555 | 4321 | #: plugins/check_snmp.c:415 |
4322 | msgid "Time duration between plugin calls is invalid" | ||
4323 | msgstr "" | ||
4324 | |||
4325 | #: plugins/check_snmp.c:511 | ||
4326 | msgid "Cannot malloc" | ||
4327 | msgstr "" | ||
4328 | |||
4329 | #: plugins/check_snmp.c:517 | ||
4330 | msgid "Cannot asprintf()" | ||
4331 | msgstr "" | ||
4332 | |||
4333 | #: plugins/check_snmp.c:523 | ||
4334 | #, fuzzy | ||
4335 | msgid "Cannot realloc()" | ||
4336 | msgstr "Impossible de réallouer des unités\n" | ||
4337 | |||
4338 | #: plugins/check_snmp.c:539 | ||
4339 | msgid "No previous data to calculate rate - assume okay" | ||
4340 | msgstr "" | ||
4341 | |||
4342 | #: plugins/check_snmp.c:677 | ||
4318 | msgid "Retries interval must be a positive integer" | 4343 | msgid "Retries interval must be a positive integer" |
4319 | msgstr "L'intervalle pour les essais doit être un entier positif" | 4344 | msgstr "L'intervalle pour les essais doit être un entier positif" |
4320 | 4345 | ||
4321 | #: plugins/check_snmp.c:618 | 4346 | #: plugins/check_snmp.c:739 |
4322 | #, c-format | 4347 | #, c-format |
4323 | msgid "Could not reallocate labels[%d]" | 4348 | msgid "Could not reallocate labels[%d]" |
4324 | msgstr "Impossible de réallouer des labels[%d]" | 4349 | msgstr "Impossible de réallouer des labels[%d]" |
4325 | 4350 | ||
4326 | #: plugins/check_snmp.c:630 | 4351 | #: plugins/check_snmp.c:751 |
4327 | msgid "Could not reallocate labels\n" | 4352 | msgid "Could not reallocate labels\n" |
4328 | msgstr "Impossible de réallouer des labels\n" | 4353 | msgstr "Impossible de réallouer des labels\n" |
4329 | 4354 | ||
4330 | #: plugins/check_snmp.c:647 | 4355 | #: plugins/check_snmp.c:768 |
4331 | #, c-format | 4356 | #, c-format |
4332 | msgid "Could not reallocate units [%d]\n" | 4357 | msgid "Could not reallocate units [%d]\n" |
4333 | msgstr "Impossible de réallouer des unités [%d]\n" | 4358 | msgstr "Impossible de réallouer des unités [%d]\n" |
4334 | 4359 | ||
4335 | #: plugins/check_snmp.c:659 | 4360 | #: plugins/check_snmp.c:780 |
4336 | msgid "Could not realloc() units\n" | 4361 | msgid "Could not realloc() units\n" |
4337 | msgstr "Impossible de réallouer des unités\n" | 4362 | msgstr "Impossible de réallouer des unités\n" |
4338 | 4363 | ||
4339 | #: plugins/check_snmp.c:717 | 4364 | #: plugins/check_snmp.c:797 |
4365 | #, fuzzy | ||
4366 | msgid "Rate multiplier must be a positive integer" | ||
4367 | msgstr "La taille du paquet doit être un entier positif" | ||
4368 | |||
4369 | #: plugins/check_snmp.c:846 | ||
4340 | msgid "No host specified\n" | 4370 | msgid "No host specified\n" |
4341 | msgstr "Pas d'hôte spécifié\n" | 4371 | msgstr "Pas d'hôte spécifié\n" |
4342 | 4372 | ||
4343 | #: plugins/check_snmp.c:721 | 4373 | #: plugins/check_snmp.c:850 |
4344 | msgid "No OIDs specified\n" | 4374 | msgid "No OIDs specified\n" |
4345 | msgstr "Pas de compteur spécifié\n" | 4375 | msgstr "Pas de compteur spécifié\n" |
4346 | 4376 | ||
4347 | #: plugins/check_snmp.c:743 | 4377 | #: plugins/check_snmp.c:872 |
4348 | msgid "Invalid seclevel" | 4378 | msgid "Invalid seclevel" |
4349 | msgstr "" | 4379 | msgstr "" |
4350 | 4380 | ||
4351 | #: plugins/check_snmp.c:750 plugins/check_snmp.c:753 plugins/check_snmp.c:771 | 4381 | #: plugins/check_snmp.c:879 plugins/check_snmp.c:882 plugins/check_snmp.c:900 |
4352 | #, c-format | 4382 | #, c-format |
4353 | msgid "Required parameter: %s\n" | 4383 | msgid "Required parameter: %s\n" |
4354 | msgstr "" | 4384 | msgstr "" |
4355 | 4385 | ||
4356 | #: plugins/check_snmp.c:792 | 4386 | #: plugins/check_snmp.c:921 |
4357 | msgid "Invalid SNMP version" | 4387 | msgid "Invalid SNMP version" |
4358 | msgstr "Version de SNMP invalide" | 4388 | msgstr "Version de SNMP invalide" |
4359 | 4389 | ||
4360 | #: plugins/check_snmp.c:809 | 4390 | #: plugins/check_snmp.c:938 |
4361 | msgid "Unbalanced quotes\n" | 4391 | msgid "Unbalanced quotes\n" |
4362 | msgstr "Guillemets manquants\n" | 4392 | msgstr "Guillemets manquants\n" |
4363 | 4393 | ||
4364 | #: plugins/check_snmp.c:858 | 4394 | #: plugins/check_snmp.c:987 |
4365 | msgid "Check status of remote machines and obtain system information via SNMP" | 4395 | msgid "Check status of remote machines and obtain system information via SNMP" |
4366 | msgstr "" | 4396 | msgstr "" |
4367 | "Vérifie l'état des machines distantes et obtient l'information système via " | 4397 | "Vérifie l'état des machines distantes et obtient l'information système via " |
4368 | "SNMP" | 4398 | "SNMP" |
4369 | 4399 | ||
4370 | #: plugins/check_snmp.c:871 | 4400 | #: plugins/check_snmp.c:1000 |
4371 | msgid "Use SNMP GETNEXT instead of SNMP GET" | 4401 | msgid "Use SNMP GETNEXT instead of SNMP GET" |
4372 | msgstr "Utiliser SNMP GETNEXT au lieu de SNMP GET" | 4402 | msgstr "Utiliser SNMP GETNEXT au lieu de SNMP GET" |
4373 | 4403 | ||
4374 | #: plugins/check_snmp.c:873 | 4404 | #: plugins/check_snmp.c:1002 |
4375 | msgid "SNMP protocol version" | 4405 | msgid "SNMP protocol version" |
4376 | msgstr "Version du protocole SNMP" | 4406 | msgstr "Version du protocole SNMP" |
4377 | 4407 | ||
4378 | #: plugins/check_snmp.c:875 | 4408 | #: plugins/check_snmp.c:1004 |
4379 | msgid "SNMPv3 securityLevel" | 4409 | msgid "SNMPv3 securityLevel" |
4380 | msgstr "Niveau de sécurité SNMPv3 (securityLevel)" | 4410 | msgstr "Niveau de sécurité SNMPv3 (securityLevel)" |
4381 | 4411 | ||
4382 | #: plugins/check_snmp.c:877 | 4412 | #: plugins/check_snmp.c:1006 |
4383 | msgid "SNMPv3 auth proto" | 4413 | msgid "SNMPv3 auth proto" |
4384 | msgstr "Protocole d'authentification SNMPv3" | 4414 | msgstr "Protocole d'authentification SNMPv3" |
4385 | 4415 | ||
4386 | #: plugins/check_snmp.c:879 | 4416 | #: plugins/check_snmp.c:1008 |
4387 | msgid "SNMPv3 priv proto (default DES)" | 4417 | msgid "SNMPv3 priv proto (default DES)" |
4388 | msgstr "" | 4418 | msgstr "" |
4389 | 4419 | ||
4390 | #: plugins/check_snmp.c:883 | 4420 | #: plugins/check_snmp.c:1012 |
4391 | msgid "Optional community string for SNMP communication" | 4421 | msgid "Optional community string for SNMP communication" |
4392 | msgstr "Communauté optionnelle pour la communication SNMP" | 4422 | msgstr "Communauté optionnelle pour la communication SNMP" |
4393 | 4423 | ||
4394 | #: plugins/check_snmp.c:884 | 4424 | #: plugins/check_snmp.c:1013 |
4395 | msgid "default is" | 4425 | msgid "default is" |
4396 | msgstr "défaut:" | 4426 | msgstr "défaut:" |
4397 | 4427 | ||
4398 | #: plugins/check_snmp.c:886 | 4428 | #: plugins/check_snmp.c:1015 |
4399 | msgid "SNMPv3 username" | 4429 | msgid "SNMPv3 username" |
4400 | msgstr "Nom d'utilisateur SNMPv3" | 4430 | msgstr "Nom d'utilisateur SNMPv3" |
4401 | 4431 | ||
4402 | #: plugins/check_snmp.c:888 | 4432 | #: plugins/check_snmp.c:1017 |
4403 | msgid "SNMPv3 authentication password" | 4433 | msgid "SNMPv3 authentication password" |
4404 | msgstr "Mot de passe d'authentification SNMPv3" | 4434 | msgstr "Mot de passe d'authentification SNMPv3" |
4405 | 4435 | ||
4406 | #: plugins/check_snmp.c:890 | 4436 | #: plugins/check_snmp.c:1019 |
4407 | msgid "SNMPv3 privacy password" | 4437 | msgid "SNMPv3 privacy password" |
4408 | msgstr "Mot de passe de confidentialité SNMPv3" | 4438 | msgstr "Mot de passe de confidentialité SNMPv3" |
4409 | 4439 | ||
4410 | #: plugins/check_snmp.c:894 | 4440 | #: plugins/check_snmp.c:1023 |
4411 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" | 4441 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" |
4412 | msgstr "" | 4442 | msgstr "" |
4413 | 4443 | ||
4414 | #: plugins/check_snmp.c:896 | 4444 | #: plugins/check_snmp.c:1025 |
4415 | msgid "" | 4445 | msgid "" |
4416 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" | 4446 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" |
4417 | msgstr "" | 4447 | msgstr "" |
4418 | 4448 | ||
4419 | #: plugins/check_snmp.c:897 | 4449 | #: plugins/check_snmp.c:1026 |
4420 | msgid "for symbolic OIDs.)" | 4450 | msgid "for symbolic OIDs.)" |
4421 | msgstr "" | 4451 | msgstr "" |
4422 | 4452 | ||
4423 | #: plugins/check_snmp.c:899 | 4453 | #: plugins/check_snmp.c:1028 |
4424 | msgid "Delimiter to use when parsing returned data. Default is" | 4454 | msgid "Delimiter to use when parsing returned data. Default is" |
4425 | msgstr "" | 4455 | msgstr "" |
4426 | 4456 | ||
4427 | #: plugins/check_snmp.c:900 | 4457 | #: plugins/check_snmp.c:1029 |
4428 | msgid "Any data on the right hand side of the delimiter is considered" | 4458 | msgid "Any data on the right hand side of the delimiter is considered" |
4429 | msgstr "" | 4459 | msgstr "" |
4430 | 4460 | ||
4431 | #: plugins/check_snmp.c:901 | 4461 | #: plugins/check_snmp.c:1030 |
4432 | msgid "to be the data that should be used in the evaluation." | 4462 | msgid "to be the data that should be used in the evaluation." |
4433 | msgstr "" | 4463 | msgstr "" |
4434 | 4464 | ||
4435 | #: plugins/check_snmp.c:905 | 4465 | #: plugins/check_snmp.c:1034 |
4436 | msgid "Warning threshold range(s)" | 4466 | msgid "Warning threshold range(s)" |
4437 | msgstr "Valeurs pour le seuil d'avertissement" | 4467 | msgstr "Valeurs pour le seuil d'avertissement" |
4438 | 4468 | ||
4439 | #: plugins/check_snmp.c:907 | 4469 | #: plugins/check_snmp.c:1036 |
4440 | msgid "Critical threshold range(s)" | 4470 | msgid "Critical threshold range(s)" |
4441 | msgstr "Valeurs pour le seuil critique" | 4471 | msgstr "Valeurs pour le seuil critique" |
4442 | 4472 | ||
4443 | #: plugins/check_snmp.c:911 | 4473 | #: plugins/check_snmp.c:1038 |
4474 | msgid "Enable rate calculation. See 'Rate Calculation' below" | ||
4475 | msgstr "" | ||
4476 | |||
4477 | #: plugins/check_snmp.c:1042 | ||
4444 | msgid "Return OK state (for that OID) if STRING is an exact match" | 4478 | msgid "Return OK state (for that OID) if STRING is an exact match" |
4445 | msgstr "" | 4479 | msgstr "" |
4446 | 4480 | ||
4447 | #: plugins/check_snmp.c:913 | 4481 | #: plugins/check_snmp.c:1044 |
4448 | msgid "" | 4482 | msgid "" |
4449 | "Return OK state (for that OID) if extended regular expression REGEX matches" | 4483 | "Return OK state (for that OID) if extended regular expression REGEX matches" |
4450 | msgstr "" | 4484 | msgstr "" |
4451 | 4485 | ||
4452 | #: plugins/check_snmp.c:915 | 4486 | #: plugins/check_snmp.c:1046 |
4453 | msgid "" | 4487 | msgid "" |
4454 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" | 4488 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" |
4455 | msgstr "" | 4489 | msgstr "" |
4456 | 4490 | ||
4457 | #: plugins/check_snmp.c:917 | 4491 | #: plugins/check_snmp.c:1048 |
4458 | msgid "Prefix label for output from plugin (default -s 'SNMP')" | 4492 | msgid "Prefix label for output from plugin (default -l 'SNMP')" |
4459 | msgstr "" | 4493 | msgstr "" |
4460 | 4494 | ||
4461 | #: plugins/check_snmp.c:921 | 4495 | #: plugins/check_snmp.c:1052 |
4462 | msgid "Units label(s) for output data (e.g., 'sec.')." | 4496 | msgid "Units label(s) for output data (e.g., 'sec.')." |
4463 | msgstr "" | 4497 | msgstr "" |
4464 | 4498 | ||
4465 | #: plugins/check_snmp.c:923 | 4499 | #: plugins/check_snmp.c:1054 |
4466 | msgid "Separates output on multiple OID requests" | 4500 | msgid "Separates output on multiple OID requests" |
4467 | msgstr "" | 4501 | msgstr "" |
4468 | 4502 | ||
4469 | #: plugins/check_snmp.c:927 | 4503 | #: plugins/check_snmp.c:1058 |
4470 | msgid "Number of retries to be used in the requests" | 4504 | msgid "Number of retries to be used in the requests" |
4471 | msgstr "Le nombre d'essai pour les requêtes" | 4505 | msgstr "Le nombre d'essai pour les requêtes" |
4472 | 4506 | ||
4473 | #: plugins/check_snmp.c:932 | 4507 | #: plugins/check_snmp.c:1063 |
4474 | msgid "" | 4508 | msgid "" |
4475 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." | 4509 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." |
4476 | msgstr "" | 4510 | msgstr "" |
4477 | 4511 | ||
4478 | #: plugins/check_snmp.c:933 | 4512 | #: plugins/check_snmp.c:1064 |
4479 | msgid "" | 4513 | msgid "" |
4480 | "if you don't have the package installed, you will need to download it from" | 4514 | "if you don't have the package installed, you will need to download it from" |
4481 | msgstr "" | 4515 | msgstr "" |
4482 | "Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" | 4516 | "Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" |
4483 | 4517 | ||
4484 | #: plugins/check_snmp.c:934 | 4518 | #: plugins/check_snmp.c:1065 |
4485 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." | 4519 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." |
4486 | msgstr "http://net-snmp.sourceforge.net avant de pouvoir utiliser ce plugin." | 4520 | msgstr "http://net-snmp.sourceforge.net avant de pouvoir utiliser ce plugin." |
4487 | 4521 | ||
4488 | #: plugins/check_snmp.c:938 | 4522 | #: plugins/check_snmp.c:1069 |
4489 | msgid "" | 4523 | msgid "" |
4490 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | 4524 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " |
4491 | "with" | 4525 | "with" |
4492 | msgstr "" | 4526 | msgstr "" |
4493 | "- Des OIDs multiples peuvent être indiquées par une virgule ou par des listes" | 4527 | "- Des OIDs multiples peuvent être indiquées par une virgule ou par des listes" |
4494 | 4528 | ||
4495 | #: plugins/check_snmp.c:939 | 4529 | #: plugins/check_snmp.c:1070 |
4496 | msgid "internal spaces must be quoted) [max 8 OIDs]" | 4530 | msgid "internal spaces must be quoted) [max 8 OIDs]" |
4497 | msgstr "" | 4531 | msgstr "" |
4498 | 4532 | ||
4499 | #: plugins/check_snmp.c:943 | 4533 | #: plugins/check_snmp.c:1074 |
4500 | msgid "" | 4534 | msgid "" |
4501 | "- When checking multiple OIDs, separate ranges by commas like '-w " | 4535 | "- When checking multiple OIDs, separate ranges by commas like '-w " |
4502 | "1:10,1:,:20'" | 4536 | "1:10,1:,:20'" |
4503 | msgstr "" | 4537 | msgstr "" |
4504 | 4538 | ||
4505 | #: plugins/check_snmp.c:944 | 4539 | #: plugins/check_snmp.c:1075 |
4506 | msgid "- Note that only one string and one regex may be checked at present" | 4540 | msgid "- Note that only one string and one regex may be checked at present" |
4507 | msgstr "" | 4541 | msgstr "" |
4508 | 4542 | ||
4509 | #: plugins/check_snmp.c:945 | 4543 | #: plugins/check_snmp.c:1076 |
4510 | msgid "" | 4544 | msgid "" |
4511 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" | 4545 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" |
4512 | msgstr "" | 4546 | msgstr "" |
4513 | 4547 | ||
4514 | #: plugins/check_snmp.c:946 | 4548 | #: plugins/check_snmp.c:1077 |
4515 | msgid "returned from the SNMP query is an unsigned integer." | 4549 | msgid "returned from the SNMP query is an unsigned integer." |
4516 | msgstr "" | 4550 | msgstr "" |
4517 | 4551 | ||
4552 | #: plugins/check_snmp.c:1080 | ||
4553 | msgid "Rate Calculation:" | ||
4554 | msgstr "" | ||
4555 | |||
4556 | #: plugins/check_snmp.c:1081 | ||
4557 | msgid "In many places, SNMP returns counters that are only meaningful when" | ||
4558 | msgstr "" | ||
4559 | |||
4560 | #: plugins/check_snmp.c:1082 | ||
4561 | msgid "calculating the counter difference since the last check. check_snmp" | ||
4562 | msgstr "" | ||
4563 | |||
4564 | #: plugins/check_snmp.c:1083 | ||
4565 | msgid "saves the last state information in a file so that the rate can be" | ||
4566 | msgstr "" | ||
4567 | |||
4568 | #: plugins/check_snmp.c:1084 | ||
4569 | msgid "calculated. Use the --rate option to save state information. On the" | ||
4570 | msgstr "" | ||
4571 | |||
4572 | #: plugins/check_snmp.c:1085 | ||
4573 | msgid "first run, there will be no prior state - this will return with OK." | ||
4574 | msgstr "" | ||
4575 | |||
4576 | #: plugins/check_snmp.c:1086 | ||
4577 | msgid "The state is uniquely determined by the arguments to the plugin, so" | ||
4578 | msgstr "" | ||
4579 | |||
4580 | #: plugins/check_snmp.c:1087 | ||
4581 | msgid "changing the arguments will create a new state file." | ||
4582 | msgstr "" | ||
4583 | |||
4518 | #: plugins/check_ssh.c:165 | 4584 | #: plugins/check_ssh.c:165 |
4519 | msgid "Port number must be a positive integer" | 4585 | msgid "Port number must be a positive integer" |
4520 | msgstr "Le numéro du port doit être un nombre entier positif" | 4586 | msgstr "Le numéro du port doit être un nombre entier positif" |
diff --git a/po/nagios-plugins.pot b/po/nagios-plugins.pot index 85ee852..4495b36 100644 --- a/po/nagios-plugins.pot +++ b/po/nagios-plugins.pot | |||
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2010-04-28 05:59-0400\n" | 11 | "POT-Creation-Date: 2010-06-23 14:50+0000\n" |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -20,14 +20,14 @@ msgstr "" | |||
20 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 | 20 | #: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:87 |
21 | #: plugins/check_disk.c:192 plugins/check_dns.c:102 plugins/check_dummy.c:52 | 21 | #: plugins/check_disk.c:192 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 | 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 | 23 | #: plugins/check_http.c:157 plugins/check_ldap.c:109 plugins/check_load.c:122 |
24 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:85 | 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 | 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 | 26 | #: plugins/check_ntp_peer.c:569 plugins/check_ntp_time.c:548 |
27 | #: plugins/check_nwstat.c:173 plugins/check_overcr.c:102 | 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 | 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:140 | 29 | #: plugins/check_radius.c:160 plugins/check_real.c:80 plugins/check_smtp.c:140 |
30 | #: plugins/check_snmp.c:180 plugins/check_ssh.c:73 plugins/check_swap.c:110 | 30 | #: plugins/check_snmp.c:203 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 | 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 | 32 | #: plugins/check_users.c:68 plugins/negate.c:211 plugins-root/check_dhcp.c:270 |
33 | msgid "Could not parse arguments" | 33 | msgid "Could not parse arguments" |
@@ -60,9 +60,9 @@ msgid "%s: Error parsing output\n" | |||
60 | msgstr "" | 60 | msgstr "" |
61 | 61 | ||
62 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 | 62 | #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 |
63 | #: plugins/check_http.c:255 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 | 63 | #: plugins/check_http.c:256 plugins/check_ldap.c:293 plugins/check_pgsql.c:250 |
64 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 | 64 | #: plugins/check_procs.c:364 plugins/check_radius.c:308 |
65 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:540 | 65 | #: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:662 |
66 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 | 66 | #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 |
67 | #: plugins/check_ups.c:556 plugins/negate.c:161 | 67 | #: plugins/check_ups.c:556 plugins/negate.c:161 |
68 | msgid "Timeout interval must be a positive integer" | 68 | msgid "Timeout interval must be a positive integer" |
@@ -211,7 +211,7 @@ msgid "" | |||
211 | msgstr "" | 211 | msgstr "" |
212 | 212 | ||
213 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 | 213 | #: plugins/check_by_ssh.c:438 plugins/check_cluster.c:261 |
214 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1410 | 214 | #: plugins/check_dig.c:342 plugins/check_disk.c:963 plugins/check_http.c:1415 |
215 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 | 215 | #: plugins/check_nagios.c:302 plugins/check_ntp.c:864 |
216 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 | 216 | #: plugins/check_ntp_peer.c:698 plugins/check_ntp_time.c:628 |
217 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 | 217 | #: plugins/check_procs.c:742 plugins/negate.c:268 plugins/urlize.c:180 |
@@ -221,7 +221,7 @@ msgstr "" | |||
221 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 | 221 | #: plugins/check_by_ssh.c:453 plugins/check_cluster.c:274 |
222 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 | 222 | #: plugins/check_dig.c:354 plugins/check_disk.c:980 plugins/check_dns.c:486 |
223 | #: plugins/check_dummy.c:122 plugins/check_fping.c:432 | 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:1433 | 224 | #: plugins/check_game.c:331 plugins/check_hpjd.c:414 plugins/check_http.c:1438 |
225 | #: plugins/check_ldap.c:452 plugins/check_load.c:325 plugins/check_mrtg.c:382 | 225 | #: plugins/check_ldap.c:452 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:759 | 226 | #: plugins/check_mysql.c:425 plugins/check_nagios.c:313 plugins/check_nt.c:759 |
227 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 | 227 | #: plugins/check_ntp.c:883 plugins/check_ntp_peer.c:718 |
@@ -229,7 +229,7 @@ msgstr "" | |||
229 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 | 229 | #: plugins/check_overcr.c:467 plugins/check_pgsql.c:477 |
230 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 | 230 | #: plugins/check_ping.c:601 plugins/check_procs.c:760 |
231 | #: plugins/check_radius.c:385 plugins/check_real.c:451 | 231 | #: plugins/check_radius.c:385 plugins/check_real.c:451 |
232 | #: plugins/check_smtp.c:819 plugins/check_snmp.c:956 plugins/check_ssh.c:302 | 232 | #: plugins/check_smtp.c:821 plugins/check_snmp.c:1097 plugins/check_ssh.c:302 |
233 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 | 233 | #: plugins/check_swap.c:558 plugins/check_tcp.c:651 plugins/check_time.c:371 |
234 | #: plugins/check_ups.c:660 plugins/check_users.c:229 | 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 | 235 | #: plugins/check_ide_smart.c:527 plugins/negate.c:292 plugins/urlize.c:197 |
@@ -279,11 +279,11 @@ msgid "commas" | |||
279 | msgstr "" | 279 | msgstr "" |
280 | 280 | ||
281 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 | 281 | #: plugins/check_cluster.c:257 plugins/check_game.c:318 |
282 | #: plugins/check_http.c:1396 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 | 282 | #: plugins/check_http.c:1401 plugins/check_ldap.c:434 plugins/check_mrtg.c:363 |
283 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 | 283 | #: plugins/check_mrtgtraf.c:361 plugins/check_mysql.c:414 |
284 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 | 284 | #: plugins/check_nt.c:743 plugins/check_ntp.c:860 plugins/check_ntp_peer.c:689 |
285 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 | 285 | #: plugins/check_ntp_time.c:621 plugins/check_nwstat.c:1670 |
286 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:937 | 286 | #: plugins/check_overcr.c:456 plugins/check_snmp.c:1068 |
287 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 | 287 | #: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274 |
288 | #: plugins-root/check_icmp.c:1322 | 288 | #: plugins-root/check_icmp.c:1322 |
289 | msgid "Notes:" | 289 | msgid "Notes:" |
@@ -1049,443 +1049,443 @@ msgstr "" | |||
1049 | msgid "(default=%s)" | 1049 | msgid "(default=%s)" |
1050 | msgstr "" | 1050 | msgstr "" |
1051 | 1051 | ||
1052 | #: plugins/check_http.c:261 | 1052 | #: plugins/check_http.c:262 |
1053 | msgid "Critical threshold must be integer" | 1053 | msgid "Critical threshold must be integer" |
1054 | msgstr "" | 1054 | msgstr "" |
1055 | 1055 | ||
1056 | #: plugins/check_http.c:269 | 1056 | #: plugins/check_http.c:270 |
1057 | msgid "Warning threshold must be integer" | 1057 | msgid "Warning threshold must be integer" |
1058 | msgstr "" | 1058 | msgstr "" |
1059 | 1059 | ||
1060 | #: plugins/check_http.c:295 plugins/check_tcp.c:559 | 1060 | #: plugins/check_http.c:296 plugins/check_tcp.c:559 |
1061 | msgid "Invalid certificate expiration period" | 1061 | msgid "Invalid certificate expiration period" |
1062 | msgstr "" | 1062 | msgstr "" |
1063 | 1063 | ||
1064 | #: plugins/check_http.c:304 plugins/check_tcp.c:571 | 1064 | #: plugins/check_http.c:305 plugins/check_tcp.c:571 |
1065 | msgid "Invalid option - SSL is not available" | 1065 | msgid "Invalid option - SSL is not available" |
1066 | msgstr "" | 1066 | msgstr "" |
1067 | 1067 | ||
1068 | #: plugins/check_http.c:328 | 1068 | #: plugins/check_http.c:329 |
1069 | msgid "Invalid onredirect option" | 1069 | msgid "Invalid onredirect option" |
1070 | msgstr "" | 1070 | msgstr "" |
1071 | 1071 | ||
1072 | #: plugins/check_http.c:330 | 1072 | #: plugins/check_http.c:331 |
1073 | #, c-format | 1073 | #, c-format |
1074 | msgid "option f:%d \n" | 1074 | msgid "option f:%d \n" |
1075 | msgstr "" | 1075 | msgstr "" |
1076 | 1076 | ||
1077 | #: plugins/check_http.c:351 | 1077 | #: plugins/check_http.c:352 |
1078 | msgid "Invalid port number" | 1078 | msgid "Invalid port number" |
1079 | msgstr "" | 1079 | msgstr "" |
1080 | 1080 | ||
1081 | #: plugins/check_http.c:399 | 1081 | #: plugins/check_http.c:400 |
1082 | #, c-format | 1082 | #, c-format |
1083 | msgid "Could Not Compile Regular Expression: %s" | 1083 | msgid "Could Not Compile Regular Expression: %s" |
1084 | msgstr "" | 1084 | msgstr "" |
1085 | 1085 | ||
1086 | #: plugins/check_http.c:413 plugins/check_ntp.c:718 | 1086 | #: plugins/check_http.c:414 plugins/check_ntp.c:718 |
1087 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 | 1087 | #: plugins/check_ntp_peer.c:507 plugins/check_ntp_time.c:508 |
1088 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 | 1088 | #: plugins/check_smtp.c:613 plugins/check_ssh.c:149 plugins/check_tcp.c:463 |
1089 | msgid "IPv6 support not available" | 1089 | msgid "IPv6 support not available" |
1090 | msgstr "" | 1090 | msgstr "" |
1091 | 1091 | ||
1092 | #: plugins/check_http.c:475 plugins/check_ping.c:422 | 1092 | #: plugins/check_http.c:476 plugins/check_ping.c:422 |
1093 | msgid "You must specify a server address or host name" | 1093 | msgid "You must specify a server address or host name" |
1094 | msgstr "" | 1094 | msgstr "" |
1095 | 1095 | ||
1096 | #: plugins/check_http.c:608 plugins/check_http.c:776 | 1096 | #: plugins/check_http.c:609 plugins/check_http.c:777 |
1097 | msgid "HTTP UNKNOWN - Memory allocation error\n" | 1097 | msgid "HTTP UNKNOWN - Memory allocation error\n" |
1098 | msgstr "" | 1098 | msgstr "" |
1099 | 1099 | ||
1100 | #: plugins/check_http.c:680 | 1100 | #: plugins/check_http.c:681 |
1101 | #, c-format | 1101 | #, c-format |
1102 | msgid "%sServer date unknown, " | 1102 | msgid "%sServer date unknown, " |
1103 | msgstr "" | 1103 | msgstr "" |
1104 | 1104 | ||
1105 | #: plugins/check_http.c:683 | 1105 | #: plugins/check_http.c:684 |
1106 | #, c-format | 1106 | #, c-format |
1107 | msgid "%sDocument modification date unknown, " | 1107 | msgid "%sDocument modification date unknown, " |
1108 | msgstr "" | 1108 | msgstr "" |
1109 | 1109 | ||
1110 | #: plugins/check_http.c:690 | 1110 | #: plugins/check_http.c:691 |
1111 | #, c-format | 1111 | #, c-format |
1112 | msgid "%sServer date \"%100s\" unparsable, " | 1112 | msgid "%sServer date \"%100s\" unparsable, " |
1113 | msgstr "" | 1113 | msgstr "" |
1114 | 1114 | ||
1115 | #: plugins/check_http.c:693 | 1115 | #: plugins/check_http.c:694 |
1116 | #, c-format | 1116 | #, c-format |
1117 | msgid "%sDocument date \"%100s\" unparsable, " | 1117 | msgid "%sDocument date \"%100s\" unparsable, " |
1118 | msgstr "" | 1118 | msgstr "" |
1119 | 1119 | ||
1120 | #: plugins/check_http.c:696 | 1120 | #: plugins/check_http.c:697 |
1121 | #, c-format | 1121 | #, c-format |
1122 | msgid "%sDocument is %d seconds in the future, " | 1122 | msgid "%sDocument is %d seconds in the future, " |
1123 | msgstr "" | 1123 | msgstr "" |
1124 | 1124 | ||
1125 | #: plugins/check_http.c:701 | 1125 | #: plugins/check_http.c:702 |
1126 | #, c-format | 1126 | #, c-format |
1127 | msgid "%sLast modified %.1f days ago, " | 1127 | msgid "%sLast modified %.1f days ago, " |
1128 | msgstr "" | 1128 | msgstr "" |
1129 | 1129 | ||
1130 | #: plugins/check_http.c:704 | 1130 | #: plugins/check_http.c:705 |
1131 | #, c-format | 1131 | #, c-format |
1132 | msgid "%sLast modified %d:%02d:%02d ago, " | 1132 | msgid "%sLast modified %d:%02d:%02d ago, " |
1133 | msgstr "" | 1133 | msgstr "" |
1134 | 1134 | ||
1135 | #: plugins/check_http.c:806 | 1135 | #: plugins/check_http.c:807 |
1136 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" | 1136 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" |
1137 | msgstr "" | 1137 | msgstr "" |
1138 | 1138 | ||
1139 | #: plugins/check_http.c:909 | 1139 | #: plugins/check_http.c:910 |
1140 | msgid "HTTP CRITICAL - Error on receive\n" | 1140 | msgid "HTTP CRITICAL - Error on receive\n" |
1141 | msgstr "" | 1141 | msgstr "" |
1142 | 1142 | ||
1143 | #: plugins/check_http.c:919 | 1143 | #: plugins/check_http.c:920 |
1144 | msgid "HTTP CRITICAL - No data received from host\n" | 1144 | msgid "HTTP CRITICAL - No data received from host\n" |
1145 | msgstr "" | 1145 | msgstr "" |
1146 | 1146 | ||
1147 | #: plugins/check_http.c:970 | 1147 | #: plugins/check_http.c:971 |
1148 | #, c-format | 1148 | #, c-format |
1149 | msgid "Invalid HTTP response received from host: %s\n" | 1149 | msgid "Invalid HTTP response received from host: %s\n" |
1150 | msgstr "" | 1150 | msgstr "" |
1151 | 1151 | ||
1152 | #: plugins/check_http.c:974 | 1152 | #: plugins/check_http.c:975 |
1153 | #, c-format | 1153 | #, c-format |
1154 | msgid "Invalid HTTP response received from host on port %d: %s\n" | 1154 | msgid "Invalid HTTP response received from host on port %d: %s\n" |
1155 | msgstr "" | 1155 | msgstr "" |
1156 | 1156 | ||
1157 | #: plugins/check_http.c:983 | 1157 | #: plugins/check_http.c:984 |
1158 | #, c-format | 1158 | #, c-format |
1159 | msgid "Status line output matched \"%s\" - " | 1159 | msgid "Status line output matched \"%s\" - " |
1160 | msgstr "" | 1160 | msgstr "" |
1161 | 1161 | ||
1162 | #: plugins/check_http.c:994 | 1162 | #: plugins/check_http.c:995 |
1163 | #, c-format | 1163 | #, c-format |
1164 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" | 1164 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" |
1165 | msgstr "" | 1165 | msgstr "" |
1166 | 1166 | ||
1167 | #: plugins/check_http.c:1001 | 1167 | #: plugins/check_http.c:1002 |
1168 | #, c-format | 1168 | #, c-format |
1169 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" | 1169 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" |
1170 | msgstr "" | 1170 | msgstr "" |
1171 | 1171 | ||
1172 | #: plugins/check_http.c:1005 plugins/check_http.c:1010 | 1172 | #: plugins/check_http.c:1006 plugins/check_http.c:1011 |
1173 | #: plugins/check_http.c:1020 plugins/check_http.c:1024 | 1173 | #: plugins/check_http.c:1021 plugins/check_http.c:1025 |
1174 | #, c-format | 1174 | #, c-format |
1175 | msgid "%s - " | 1175 | msgid "%s - " |
1176 | msgstr "" | 1176 | msgstr "" |
1177 | 1177 | ||
1178 | #: plugins/check_http.c:1040 | 1178 | #: plugins/check_http.c:1045 |
1179 | #, c-format | 1179 | #, c-format |
1180 | msgid "%sstring not found, " | 1180 | msgid "%sstring '%s' not found on '%s://%s:%d%s', " |
1181 | msgstr "" | 1181 | msgstr "" |
1182 | 1182 | ||
1183 | #: plugins/check_http.c:1053 | 1183 | #: plugins/check_http.c:1058 |
1184 | #, c-format | 1184 | #, c-format |
1185 | msgid "%spattern not found, " | 1185 | msgid "%spattern not found, " |
1186 | msgstr "" | 1186 | msgstr "" |
1187 | 1187 | ||
1188 | #: plugins/check_http.c:1055 | 1188 | #: plugins/check_http.c:1060 |
1189 | #, c-format | 1189 | #, c-format |
1190 | msgid "%spattern found, " | 1190 | msgid "%spattern found, " |
1191 | msgstr "" | 1191 | msgstr "" |
1192 | 1192 | ||
1193 | #: plugins/check_http.c:1061 | 1193 | #: plugins/check_http.c:1066 |
1194 | #, c-format | 1194 | #, c-format |
1195 | msgid "%sExecute Error: %s, " | 1195 | msgid "%sExecute Error: %s, " |
1196 | msgstr "" | 1196 | msgstr "" |
1197 | 1197 | ||
1198 | #: plugins/check_http.c:1077 | 1198 | #: plugins/check_http.c:1082 |
1199 | #, c-format | 1199 | #, c-format |
1200 | msgid "%spage size %d too large, " | 1200 | msgid "%spage size %d too large, " |
1201 | msgstr "" | 1201 | msgstr "" |
1202 | 1202 | ||
1203 | #: plugins/check_http.c:1080 | 1203 | #: plugins/check_http.c:1085 |
1204 | #, c-format | 1204 | #, c-format |
1205 | msgid "%spage size %d too small, " | 1205 | msgid "%spage size %d too small, " |
1206 | msgstr "" | 1206 | msgstr "" |
1207 | 1207 | ||
1208 | #: plugins/check_http.c:1092 | 1208 | #: plugins/check_http.c:1097 |
1209 | #, c-format | 1209 | #, c-format |
1210 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" | 1210 | msgid "%s - %d bytes in %.3f second response time %s|%s %s" |
1211 | msgstr "" | 1211 | msgstr "" |
1212 | 1212 | ||
1213 | #: plugins/check_http.c:1132 | 1213 | #: plugins/check_http.c:1137 |
1214 | msgid "HTTP UNKNOWN - Could not allocate addr\n" | 1214 | msgid "HTTP UNKNOWN - Could not allocate addr\n" |
1215 | msgstr "" | 1215 | msgstr "" |
1216 | 1216 | ||
1217 | #: plugins/check_http.c:1136 plugins/check_http.c:1167 | 1217 | #: plugins/check_http.c:1141 plugins/check_http.c:1172 |
1218 | msgid "HTTP UNKNOWN - Could not allocate URL\n" | 1218 | msgid "HTTP UNKNOWN - Could not allocate URL\n" |
1219 | msgstr "" | 1219 | msgstr "" |
1220 | 1220 | ||
1221 | #: plugins/check_http.c:1145 | 1221 | #: plugins/check_http.c:1150 |
1222 | #, c-format | 1222 | #, c-format |
1223 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" | 1223 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" |
1224 | msgstr "" | 1224 | msgstr "" |
1225 | 1225 | ||
1226 | #: plugins/check_http.c:1160 | 1226 | #: plugins/check_http.c:1165 |
1227 | #, c-format | 1227 | #, c-format |
1228 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" | 1228 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" |
1229 | msgstr "" | 1229 | msgstr "" |
1230 | 1230 | ||
1231 | #: plugins/check_http.c:1210 | 1231 | #: plugins/check_http.c:1215 |
1232 | #, c-format | 1232 | #, c-format |
1233 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" | 1233 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" |
1234 | msgstr "" | 1234 | msgstr "" |
1235 | 1235 | ||
1236 | #: plugins/check_http.c:1220 | 1236 | #: plugins/check_http.c:1225 |
1237 | #, c-format | 1237 | #, c-format |
1238 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" | 1238 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" |
1239 | msgstr "" | 1239 | msgstr "" |
1240 | 1240 | ||
1241 | #: plugins/check_http.c:1228 | 1241 | #: plugins/check_http.c:1233 |
1242 | #, c-format | 1242 | #, c-format |
1243 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" | 1243 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" |
1244 | msgstr "" | 1244 | msgstr "" |
1245 | 1245 | ||
1246 | #: plugins/check_http.c:1249 | 1246 | #: plugins/check_http.c:1254 |
1247 | #, c-format | 1247 | #, c-format |
1248 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" | 1248 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" |
1249 | msgstr "" | 1249 | msgstr "" |
1250 | 1250 | ||
1251 | #: plugins/check_http.c:1254 | 1251 | #: plugins/check_http.c:1259 |
1252 | #, c-format | 1252 | #, c-format |
1253 | msgid "Redirection to %s://%s:%d%s\n" | 1253 | msgid "Redirection to %s://%s:%d%s\n" |
1254 | msgstr "" | 1254 | msgstr "" |
1255 | 1255 | ||
1256 | #: plugins/check_http.c:1305 | 1256 | #: plugins/check_http.c:1310 |
1257 | msgid "This plugin tests the HTTP service on the specified host. It can test" | 1257 | msgid "This plugin tests the HTTP service on the specified host. It can test" |
1258 | msgstr "" | 1258 | msgstr "" |
1259 | 1259 | ||
1260 | #: plugins/check_http.c:1306 | 1260 | #: plugins/check_http.c:1311 |
1261 | msgid "normal (http) and secure (https) servers, follow redirects, search for" | 1261 | msgid "normal (http) and secure (https) servers, follow redirects, search for" |
1262 | msgstr "" | 1262 | msgstr "" |
1263 | 1263 | ||
1264 | #: plugins/check_http.c:1307 | 1264 | #: plugins/check_http.c:1312 |
1265 | msgid "strings and regular expressions, check connection times, and report on" | 1265 | msgid "strings and regular expressions, check connection times, and report on" |
1266 | msgstr "" | 1266 | msgstr "" |
1267 | 1267 | ||
1268 | #: plugins/check_http.c:1308 | 1268 | #: plugins/check_http.c:1313 |
1269 | msgid "certificate expiration times." | 1269 | msgid "certificate expiration times." |
1270 | msgstr "" | 1270 | msgstr "" |
1271 | 1271 | ||
1272 | #: plugins/check_http.c:1314 | 1272 | #: plugins/check_http.c:1319 |
1273 | #, c-format | 1273 | #, c-format |
1274 | msgid "NOTE: One or both of -H and -I must be specified" | 1274 | msgid "NOTE: One or both of -H and -I must be specified" |
1275 | msgstr "" | 1275 | msgstr "" |
1276 | 1276 | ||
1277 | #: plugins/check_http.c:1322 | 1277 | #: plugins/check_http.c:1327 |
1278 | msgid "Host name argument for servers using host headers (virtual host)" | 1278 | msgid "Host name argument for servers using host headers (virtual host)" |
1279 | msgstr "" | 1279 | msgstr "" |
1280 | 1280 | ||
1281 | #: plugins/check_http.c:1323 | 1281 | #: plugins/check_http.c:1328 |
1282 | msgid "Append a port to include it in the header (eg: example.com:5000)" | 1282 | msgid "Append a port to include it in the header (eg: example.com:5000)" |
1283 | msgstr "" | 1283 | msgstr "" |
1284 | 1284 | ||
1285 | #: plugins/check_http.c:1325 | 1285 | #: plugins/check_http.c:1330 |
1286 | msgid "" | 1286 | msgid "" |
1287 | "IP address or name (use numeric address if possible to bypass DNS lookup)." | 1287 | "IP address or name (use numeric address if possible to bypass DNS lookup)." |
1288 | msgstr "" | 1288 | msgstr "" |
1289 | 1289 | ||
1290 | #: plugins/check_http.c:1327 | 1290 | #: plugins/check_http.c:1332 |
1291 | msgid "Port number (default: " | 1291 | msgid "Port number (default: " |
1292 | msgstr "" | 1292 | msgstr "" |
1293 | 1293 | ||
1294 | #: plugins/check_http.c:1334 | 1294 | #: plugins/check_http.c:1339 |
1295 | msgid "Connect via SSL. Port defaults to 443" | 1295 | msgid "Connect via SSL. Port defaults to 443" |
1296 | msgstr "" | 1296 | msgstr "" |
1297 | 1297 | ||
1298 | #: plugins/check_http.c:1336 | 1298 | #: plugins/check_http.c:1341 |
1299 | msgid "Enable SSL/TLS hostname extension support (SNI)" | 1299 | msgid "Enable SSL/TLS hostname extension support (SNI)" |
1300 | msgstr "" | 1300 | msgstr "" |
1301 | 1301 | ||
1302 | #: plugins/check_http.c:1338 | 1302 | #: plugins/check_http.c:1343 |
1303 | msgid "" | 1303 | msgid "" |
1304 | "Minimum number of days a certificate has to be valid. Port defaults to 443" | 1304 | "Minimum number of days a certificate has to be valid. Port defaults to 443" |
1305 | msgstr "" | 1305 | msgstr "" |
1306 | 1306 | ||
1307 | #: plugins/check_http.c:1339 | 1307 | #: plugins/check_http.c:1344 |
1308 | msgid "(when this option is used the URL is not checked.)\n" | 1308 | msgid "(when this option is used the URL is not checked.)\n" |
1309 | msgstr "" | 1309 | msgstr "" |
1310 | 1310 | ||
1311 | #: plugins/check_http.c:1343 | 1311 | #: plugins/check_http.c:1348 |
1312 | msgid "Comma-delimited list of strings, at least one of them is expected in" | 1312 | msgid "Comma-delimited list of strings, at least one of them is expected in" |
1313 | msgstr "" | 1313 | msgstr "" |
1314 | 1314 | ||
1315 | #: plugins/check_http.c:1344 | 1315 | #: plugins/check_http.c:1349 |
1316 | msgid "the first (status) line of the server response (default: " | 1316 | msgid "the first (status) line of the server response (default: " |
1317 | msgstr "" | 1317 | msgstr "" |
1318 | 1318 | ||
1319 | #: plugins/check_http.c:1346 | 1319 | #: plugins/check_http.c:1351 |
1320 | msgid "" | 1320 | msgid "" |
1321 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" | 1321 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" |
1322 | msgstr "" | 1322 | msgstr "" |
1323 | 1323 | ||
1324 | #: plugins/check_http.c:1348 | 1324 | #: plugins/check_http.c:1353 |
1325 | msgid "String to expect in the content" | 1325 | msgid "String to expect in the content" |
1326 | msgstr "" | 1326 | msgstr "" |
1327 | 1327 | ||
1328 | #: plugins/check_http.c:1350 | 1328 | #: plugins/check_http.c:1355 |
1329 | msgid "URL to GET or POST (default: /)" | 1329 | msgid "URL to GET or POST (default: /)" |
1330 | msgstr "" | 1330 | msgstr "" |
1331 | 1331 | ||
1332 | #: plugins/check_http.c:1352 | 1332 | #: plugins/check_http.c:1357 |
1333 | msgid "URL encoded http POST data" | 1333 | msgid "URL encoded http POST data" |
1334 | msgstr "" | 1334 | msgstr "" |
1335 | 1335 | ||
1336 | #: plugins/check_http.c:1354 | 1336 | #: plugins/check_http.c:1359 |
1337 | msgid "Set HTTP method." | 1337 | msgid "Set HTTP method." |
1338 | msgstr "" | 1338 | msgstr "" |
1339 | 1339 | ||
1340 | #: plugins/check_http.c:1356 | 1340 | #: plugins/check_http.c:1361 |
1341 | msgid "Don't wait for document body: stop reading after headers." | 1341 | msgid "Don't wait for document body: stop reading after headers." |
1342 | msgstr "" | 1342 | msgstr "" |
1343 | 1343 | ||
1344 | #: plugins/check_http.c:1357 | 1344 | #: plugins/check_http.c:1362 |
1345 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" | 1345 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" |
1346 | msgstr "" | 1346 | msgstr "" |
1347 | 1347 | ||
1348 | #: plugins/check_http.c:1359 | 1348 | #: plugins/check_http.c:1364 |
1349 | msgid "Warn if document is more than SECONDS old. the number can also be of" | 1349 | msgid "Warn if document is more than SECONDS old. the number can also be of" |
1350 | msgstr "" | 1350 | msgstr "" |
1351 | 1351 | ||
1352 | #: plugins/check_http.c:1360 | 1352 | #: plugins/check_http.c:1365 |
1353 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." | 1353 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." |
1354 | msgstr "" | 1354 | msgstr "" |
1355 | 1355 | ||
1356 | #: plugins/check_http.c:1362 | 1356 | #: plugins/check_http.c:1367 |
1357 | msgid "specify Content-Type header media type when POSTing\n" | 1357 | msgid "specify Content-Type header media type when POSTing\n" |
1358 | msgstr "" | 1358 | msgstr "" |
1359 | 1359 | ||
1360 | #: plugins/check_http.c:1365 | 1360 | #: plugins/check_http.c:1370 |
1361 | msgid "Allow regex to span newlines (must precede -r or -R)" | 1361 | msgid "Allow regex to span newlines (must precede -r or -R)" |
1362 | msgstr "" | 1362 | msgstr "" |
1363 | 1363 | ||
1364 | #: plugins/check_http.c:1367 | 1364 | #: plugins/check_http.c:1372 |
1365 | msgid "Search page for regex STRING" | 1365 | msgid "Search page for regex STRING" |
1366 | msgstr "" | 1366 | msgstr "" |
1367 | 1367 | ||
1368 | #: plugins/check_http.c:1369 | 1368 | #: plugins/check_http.c:1374 |
1369 | msgid "Search page for case-insensitive regex STRING" | 1369 | msgid "Search page for case-insensitive regex STRING" |
1370 | msgstr "" | 1370 | msgstr "" |
1371 | 1371 | ||
1372 | #: plugins/check_http.c:1371 | 1372 | #: plugins/check_http.c:1376 |
1373 | msgid "Return CRITICAL if found, OK if not\n" | 1373 | msgid "Return CRITICAL if found, OK if not\n" |
1374 | msgstr "" | 1374 | msgstr "" |
1375 | 1375 | ||
1376 | #: plugins/check_http.c:1374 | 1376 | #: plugins/check_http.c:1379 |
1377 | msgid "Username:password on sites with basic authentication" | 1377 | msgid "Username:password on sites with basic authentication" |
1378 | msgstr "" | 1378 | msgstr "" |
1379 | 1379 | ||
1380 | #: plugins/check_http.c:1376 | 1380 | #: plugins/check_http.c:1381 |
1381 | msgid "Username:password on proxy-servers with basic authentication" | 1381 | msgid "Username:password on proxy-servers with basic authentication" |
1382 | msgstr "" | 1382 | msgstr "" |
1383 | 1383 | ||
1384 | #: plugins/check_http.c:1378 | 1384 | #: plugins/check_http.c:1383 |
1385 | msgid "String to be sent in http header as \"User Agent\"" | 1385 | msgid "String to be sent in http header as \"User Agent\"" |
1386 | msgstr "" | 1386 | msgstr "" |
1387 | 1387 | ||
1388 | #: plugins/check_http.c:1380 | 1388 | #: plugins/check_http.c:1385 |
1389 | msgid "" | 1389 | msgid "" |
1390 | " Any other tags to be sent in http header. Use multiple times for additional " | 1390 | " Any other tags to be sent in http header. Use multiple times for additional " |
1391 | "headers" | 1391 | "headers" |
1392 | msgstr "" | 1392 | msgstr "" |
1393 | 1393 | ||
1394 | #: plugins/check_http.c:1382 | 1394 | #: plugins/check_http.c:1387 |
1395 | msgid "Wrap output in HTML link (obsoleted by urlize)" | 1395 | msgid "Wrap output in HTML link (obsoleted by urlize)" |
1396 | msgstr "" | 1396 | msgstr "" |
1397 | 1397 | ||
1398 | #: plugins/check_http.c:1384 | 1398 | #: plugins/check_http.c:1389 |
1399 | msgid "How to handle redirected pages. sticky is like follow but stick to the" | 1399 | msgid "How to handle redirected pages. sticky is like follow but stick to the" |
1400 | msgstr "" | 1400 | msgstr "" |
1401 | 1401 | ||
1402 | #: plugins/check_http.c:1385 | 1402 | #: plugins/check_http.c:1390 |
1403 | msgid "specified IP address. stickyport also ensure post stays the same." | 1403 | msgid "specified IP address. stickyport also ensure post stays the same." |
1404 | msgstr "" | 1404 | msgstr "" |
1405 | 1405 | ||
1406 | #: plugins/check_http.c:1387 | 1406 | #: plugins/check_http.c:1392 |
1407 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" | 1407 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" |
1408 | msgstr "" | 1408 | msgstr "" |
1409 | 1409 | ||
1410 | #: plugins/check_http.c:1397 | 1410 | #: plugins/check_http.c:1402 |
1411 | msgid "This plugin will attempt to open an HTTP connection with the host." | 1411 | msgid "This plugin will attempt to open an HTTP connection with the host." |
1412 | msgstr "" | 1412 | msgstr "" |
1413 | 1413 | ||
1414 | #: plugins/check_http.c:1398 | 1414 | #: plugins/check_http.c:1403 |
1415 | msgid "" | 1415 | msgid "" |
1416 | "Successful connects return STATE_OK, refusals and timeouts return " | 1416 | "Successful connects return STATE_OK, refusals and timeouts return " |
1417 | "STATE_CRITICAL" | 1417 | "STATE_CRITICAL" |
1418 | msgstr "" | 1418 | msgstr "" |
1419 | 1419 | ||
1420 | #: plugins/check_http.c:1399 | 1420 | #: plugins/check_http.c:1404 |
1421 | msgid "" | 1421 | msgid "" |
1422 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " | 1422 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " |
1423 | "reponse" | 1423 | "reponse" |
1424 | msgstr "" | 1424 | msgstr "" |
1425 | 1425 | ||
1426 | #: plugins/check_http.c:1400 | 1426 | #: plugins/check_http.c:1405 |
1427 | msgid "" | 1427 | msgid "" |
1428 | "messages from the host result in STATE_WARNING return values. If you are" | 1428 | "messages from the host result in STATE_WARNING return values. If you are" |
1429 | msgstr "" | 1429 | msgstr "" |
1430 | 1430 | ||
1431 | #: plugins/check_http.c:1401 | 1431 | #: plugins/check_http.c:1406 |
1432 | msgid "" | 1432 | msgid "" |
1433 | "checking a virtual server that uses 'host headers' you must supply the FQDN" | 1433 | "checking a virtual server that uses 'host headers' you must supply the FQDN" |
1434 | msgstr "" | 1434 | msgstr "" |
1435 | 1435 | ||
1436 | #: plugins/check_http.c:1402 | 1436 | #: plugins/check_http.c:1407 |
1437 | msgid "(fully qualified domain name) as the [host_name] argument." | 1437 | msgid "(fully qualified domain name) as the [host_name] argument." |
1438 | msgstr "" | 1438 | msgstr "" |
1439 | 1439 | ||
1440 | #: plugins/check_http.c:1406 | 1440 | #: plugins/check_http.c:1411 |
1441 | msgid "This plugin can also check whether an SSL enabled web server is able to" | 1441 | msgid "This plugin can also check whether an SSL enabled web server is able to" |
1442 | msgstr "" | 1442 | msgstr "" |
1443 | 1443 | ||
1444 | #: plugins/check_http.c:1407 | 1444 | #: plugins/check_http.c:1412 |
1445 | msgid "serve content (optionally within a specified time) or whether the X509 " | 1445 | msgid "serve content (optionally within a specified time) or whether the X509 " |
1446 | msgstr "" | 1446 | msgstr "" |
1447 | 1447 | ||
1448 | #: plugins/check_http.c:1408 | 1448 | #: plugins/check_http.c:1413 |
1449 | msgid "certificate is still valid for the specified number of days." | 1449 | msgid "certificate is still valid for the specified number of days." |
1450 | msgstr "" | 1450 | msgstr "" |
1451 | 1451 | ||
1452 | #: plugins/check_http.c:1412 | 1452 | #: plugins/check_http.c:1417 |
1453 | msgid "" | 1453 | msgid "" |
1454 | "When the 'www.verisign.com' server returns its content within 5 seconds," | 1454 | "When the 'www.verisign.com' server returns its content within 5 seconds," |
1455 | msgstr "" | 1455 | msgstr "" |
1456 | 1456 | ||
1457 | #: plugins/check_http.c:1413 | 1457 | #: plugins/check_http.c:1418 |
1458 | msgid "" | 1458 | msgid "" |
1459 | "a STATE_OK will be returned. When the server returns its content but exceeds" | 1459 | "a STATE_OK will be returned. When the server returns its content but exceeds" |
1460 | msgstr "" | 1460 | msgstr "" |
1461 | 1461 | ||
1462 | #: plugins/check_http.c:1414 | 1462 | #: plugins/check_http.c:1419 |
1463 | msgid "" | 1463 | msgid "" |
1464 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | 1464 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " |
1465 | "occurs," | 1465 | "occurs," |
1466 | msgstr "" | 1466 | msgstr "" |
1467 | 1467 | ||
1468 | #: plugins/check_http.c:1415 | 1468 | #: plugins/check_http.c:1420 |
1469 | msgid "a STATE_CRITICAL will be returned." | 1469 | msgid "a STATE_CRITICAL will be returned." |
1470 | msgstr "" | 1470 | msgstr "" |
1471 | 1471 | ||
1472 | #: plugins/check_http.c:1418 | 1472 | #: plugins/check_http.c:1423 |
1473 | msgid "" | 1473 | msgid "" |
1474 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," | 1474 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," |
1475 | msgstr "" | 1475 | msgstr "" |
1476 | 1476 | ||
1477 | #: plugins/check_http.c:1419 | 1477 | #: plugins/check_http.c:1424 |
1478 | msgid "" | 1478 | msgid "" |
1479 | "a STATE_OK is returned. When the certificate is still valid, but for less " | 1479 | "a STATE_OK is returned. When the certificate is still valid, but for less " |
1480 | "than" | 1480 | "than" |
1481 | msgstr "" | 1481 | msgstr "" |
1482 | 1482 | ||
1483 | #: plugins/check_http.c:1420 | 1483 | #: plugins/check_http.c:1425 |
1484 | msgid "" | 1484 | msgid "" |
1485 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" | 1485 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" |
1486 | msgstr "" | 1486 | msgstr "" |
1487 | 1487 | ||
1488 | #: plugins/check_http.c:1421 | 1488 | #: plugins/check_http.c:1426 |
1489 | msgid "the certificate is expired." | 1489 | msgid "the certificate is expired." |
1490 | msgstr "" | 1490 | msgstr "" |
1491 | 1491 | ||
@@ -3916,7 +3916,7 @@ msgstr "" | |||
3916 | msgid "This plugin will attempt to open an RTSP connection with the host." | 3916 | msgid "This plugin will attempt to open an RTSP connection with the host." |
3917 | msgstr "" | 3917 | msgstr "" |
3918 | 3918 | ||
3919 | #: plugins/check_real.c:438 plugins/check_smtp.c:806 | 3919 | #: plugins/check_real.c:438 plugins/check_smtp.c:808 |
3920 | msgid "Successul connects return STATE_OK, refusals and timeouts return" | 3920 | msgid "Successul connects return STATE_OK, refusals and timeouts return" |
3921 | msgstr "" | 3921 | msgstr "" |
3922 | 3922 | ||
@@ -3991,7 +3991,7 @@ msgstr "" | |||
3991 | msgid "CRITICAL - Cannot retrieve server certificate." | 3991 | msgid "CRITICAL - Cannot retrieve server certificate." |
3992 | msgstr "" | 3992 | msgstr "" |
3993 | 3993 | ||
3994 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:597 | 3994 | #: plugins/check_smtp.c:311 plugins/check_snmp.c:719 |
3995 | #, c-format | 3995 | #, c-format |
3996 | msgid "Could Not Compile Regular Expression" | 3996 | msgid "Could Not Compile Regular Expression" |
3997 | msgstr "" | 3997 | msgstr "" |
@@ -4001,7 +4001,7 @@ msgstr "" | |||
4001 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" | 4001 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" |
4002 | msgstr "" | 4002 | msgstr "" |
4003 | 4003 | ||
4004 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:374 | 4004 | #: plugins/check_smtp.c:324 plugins/check_snmp.c:449 |
4005 | #, c-format | 4005 | #, c-format |
4006 | msgid "Execute Error: %s\n" | 4006 | msgid "Execute Error: %s\n" |
4007 | msgstr "" | 4007 | msgstr "" |
@@ -4108,249 +4108,313 @@ msgstr "" | |||
4108 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" | 4108 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" |
4109 | msgstr "" | 4109 | msgstr "" |
4110 | 4110 | ||
4111 | #: plugins/check_smtp.c:787 plugins/check_tcp.c:633 | 4111 | #: plugins/check_smtp.c:786 |
4112 | msgid "FQDN used for HELO" | ||
4113 | msgstr "" | ||
4114 | |||
4115 | #: plugins/check_smtp.c:789 plugins/check_tcp.c:633 | ||
4112 | msgid "Minimum number of days a certificate has to be valid." | 4116 | msgid "Minimum number of days a certificate has to be valid." |
4113 | msgstr "" | 4117 | msgstr "" |
4114 | 4118 | ||
4115 | #: plugins/check_smtp.c:789 | 4119 | #: plugins/check_smtp.c:791 |
4116 | msgid "Use STARTTLS for the connection." | 4120 | msgid "Use STARTTLS for the connection." |
4117 | msgstr "" | 4121 | msgstr "" |
4118 | 4122 | ||
4119 | #: plugins/check_smtp.c:793 | 4123 | #: plugins/check_smtp.c:795 |
4120 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" | 4124 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" |
4121 | msgstr "" | 4125 | msgstr "" |
4122 | 4126 | ||
4123 | #: plugins/check_smtp.c:795 | 4127 | #: plugins/check_smtp.c:797 |
4124 | msgid "SMTP AUTH username" | 4128 | msgid "SMTP AUTH username" |
4125 | msgstr "" | 4129 | msgstr "" |
4126 | 4130 | ||
4127 | #: plugins/check_smtp.c:797 | 4131 | #: plugins/check_smtp.c:799 |
4128 | msgid "SMTP AUTH password" | 4132 | msgid "SMTP AUTH password" |
4129 | msgstr "" | 4133 | msgstr "" |
4130 | 4134 | ||
4131 | #: plugins/check_smtp.c:807 | 4135 | #: plugins/check_smtp.c:809 |
4132 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" | 4136 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" |
4133 | msgstr "" | 4137 | msgstr "" |
4134 | 4138 | ||
4135 | #: plugins/check_smtp.c:808 | 4139 | #: plugins/check_smtp.c:810 |
4136 | msgid "connects, but incorrect reponse messages from the host result in" | 4140 | msgid "connects, but incorrect reponse messages from the host result in" |
4137 | msgstr "" | 4141 | msgstr "" |
4138 | 4142 | ||
4139 | #: plugins/check_smtp.c:809 | 4143 | #: plugins/check_smtp.c:811 |
4140 | msgid "STATE_WARNING return values." | 4144 | msgid "STATE_WARNING return values." |
4141 | msgstr "" | 4145 | msgstr "" |
4142 | 4146 | ||
4143 | #: plugins/check_snmp.c:257 | 4147 | #: plugins/check_snmp.c:297 |
4144 | #, c-format | 4148 | #, c-format |
4145 | msgid "External command error: %s\n" | 4149 | msgid "External command error: %s\n" |
4146 | msgstr "" | 4150 | msgstr "" |
4147 | 4151 | ||
4148 | #: plugins/check_snmp.c:262 | 4152 | #: plugins/check_snmp.c:302 |
4149 | #, c-format | 4153 | #, c-format |
4150 | msgid "External command error with no output (return code: %d)\n" | 4154 | msgid "External command error with no output (return code: %d)\n" |
4151 | msgstr "" | 4155 | msgstr "" |
4152 | 4156 | ||
4153 | #: plugins/check_snmp.c:352 | 4157 | #: plugins/check_snmp.c:408 |
4154 | msgid "No valid data returned" | 4158 | msgid "No valid data returned" |
4155 | msgstr "" | 4159 | msgstr "" |
4156 | 4160 | ||
4157 | #: plugins/check_snmp.c:555 | 4161 | #: plugins/check_snmp.c:415 |
4162 | msgid "Time duration between plugin calls is invalid" | ||
4163 | msgstr "" | ||
4164 | |||
4165 | #: plugins/check_snmp.c:511 | ||
4166 | msgid "Cannot malloc" | ||
4167 | msgstr "" | ||
4168 | |||
4169 | #: plugins/check_snmp.c:517 | ||
4170 | msgid "Cannot asprintf()" | ||
4171 | msgstr "" | ||
4172 | |||
4173 | #: plugins/check_snmp.c:523 | ||
4174 | msgid "Cannot realloc()" | ||
4175 | msgstr "" | ||
4176 | |||
4177 | #: plugins/check_snmp.c:539 | ||
4178 | msgid "No previous data to calculate rate - assume okay" | ||
4179 | msgstr "" | ||
4180 | |||
4181 | #: plugins/check_snmp.c:677 | ||
4158 | msgid "Retries interval must be a positive integer" | 4182 | msgid "Retries interval must be a positive integer" |
4159 | msgstr "" | 4183 | msgstr "" |
4160 | 4184 | ||
4161 | #: plugins/check_snmp.c:618 | 4185 | #: plugins/check_snmp.c:739 |
4162 | #, c-format | 4186 | #, c-format |
4163 | msgid "Could not reallocate labels[%d]" | 4187 | msgid "Could not reallocate labels[%d]" |
4164 | msgstr "" | 4188 | msgstr "" |
4165 | 4189 | ||
4166 | #: plugins/check_snmp.c:630 | 4190 | #: plugins/check_snmp.c:751 |
4167 | msgid "Could not reallocate labels\n" | 4191 | msgid "Could not reallocate labels\n" |
4168 | msgstr "" | 4192 | msgstr "" |
4169 | 4193 | ||
4170 | #: plugins/check_snmp.c:647 | 4194 | #: plugins/check_snmp.c:768 |
4171 | #, c-format | 4195 | #, c-format |
4172 | msgid "Could not reallocate units [%d]\n" | 4196 | msgid "Could not reallocate units [%d]\n" |
4173 | msgstr "" | 4197 | msgstr "" |
4174 | 4198 | ||
4175 | #: plugins/check_snmp.c:659 | 4199 | #: plugins/check_snmp.c:780 |
4176 | msgid "Could not realloc() units\n" | 4200 | msgid "Could not realloc() units\n" |
4177 | msgstr "" | 4201 | msgstr "" |
4178 | 4202 | ||
4179 | #: plugins/check_snmp.c:717 | 4203 | #: plugins/check_snmp.c:797 |
4204 | msgid "Rate multiplier must be a positive integer" | ||
4205 | msgstr "" | ||
4206 | |||
4207 | #: plugins/check_snmp.c:846 | ||
4180 | msgid "No host specified\n" | 4208 | msgid "No host specified\n" |
4181 | msgstr "" | 4209 | msgstr "" |
4182 | 4210 | ||
4183 | #: plugins/check_snmp.c:721 | 4211 | #: plugins/check_snmp.c:850 |
4184 | msgid "No OIDs specified\n" | 4212 | msgid "No OIDs specified\n" |
4185 | msgstr "" | 4213 | msgstr "" |
4186 | 4214 | ||
4187 | #: plugins/check_snmp.c:743 | 4215 | #: plugins/check_snmp.c:872 |
4188 | msgid "Invalid seclevel" | 4216 | msgid "Invalid seclevel" |
4189 | msgstr "" | 4217 | msgstr "" |
4190 | 4218 | ||
4191 | #: plugins/check_snmp.c:750 plugins/check_snmp.c:753 plugins/check_snmp.c:771 | 4219 | #: plugins/check_snmp.c:879 plugins/check_snmp.c:882 plugins/check_snmp.c:900 |
4192 | #, c-format | 4220 | #, c-format |
4193 | msgid "Required parameter: %s\n" | 4221 | msgid "Required parameter: %s\n" |
4194 | msgstr "" | 4222 | msgstr "" |
4195 | 4223 | ||
4196 | #: plugins/check_snmp.c:792 | 4224 | #: plugins/check_snmp.c:921 |
4197 | msgid "Invalid SNMP version" | 4225 | msgid "Invalid SNMP version" |
4198 | msgstr "" | 4226 | msgstr "" |
4199 | 4227 | ||
4200 | #: plugins/check_snmp.c:809 | 4228 | #: plugins/check_snmp.c:938 |
4201 | msgid "Unbalanced quotes\n" | 4229 | msgid "Unbalanced quotes\n" |
4202 | msgstr "" | 4230 | msgstr "" |
4203 | 4231 | ||
4204 | #: plugins/check_snmp.c:858 | 4232 | #: plugins/check_snmp.c:987 |
4205 | msgid "Check status of remote machines and obtain system information via SNMP" | 4233 | msgid "Check status of remote machines and obtain system information via SNMP" |
4206 | msgstr "" | 4234 | msgstr "" |
4207 | 4235 | ||
4208 | #: plugins/check_snmp.c:871 | 4236 | #: plugins/check_snmp.c:1000 |
4209 | msgid "Use SNMP GETNEXT instead of SNMP GET" | 4237 | msgid "Use SNMP GETNEXT instead of SNMP GET" |
4210 | msgstr "" | 4238 | msgstr "" |
4211 | 4239 | ||
4212 | #: plugins/check_snmp.c:873 | 4240 | #: plugins/check_snmp.c:1002 |
4213 | msgid "SNMP protocol version" | 4241 | msgid "SNMP protocol version" |
4214 | msgstr "" | 4242 | msgstr "" |
4215 | 4243 | ||
4216 | #: plugins/check_snmp.c:875 | 4244 | #: plugins/check_snmp.c:1004 |
4217 | msgid "SNMPv3 securityLevel" | 4245 | msgid "SNMPv3 securityLevel" |
4218 | msgstr "" | 4246 | msgstr "" |
4219 | 4247 | ||
4220 | #: plugins/check_snmp.c:877 | 4248 | #: plugins/check_snmp.c:1006 |
4221 | msgid "SNMPv3 auth proto" | 4249 | msgid "SNMPv3 auth proto" |
4222 | msgstr "" | 4250 | msgstr "" |
4223 | 4251 | ||
4224 | #: plugins/check_snmp.c:879 | 4252 | #: plugins/check_snmp.c:1008 |
4225 | msgid "SNMPv3 priv proto (default DES)" | 4253 | msgid "SNMPv3 priv proto (default DES)" |
4226 | msgstr "" | 4254 | msgstr "" |
4227 | 4255 | ||
4228 | #: plugins/check_snmp.c:883 | 4256 | #: plugins/check_snmp.c:1012 |
4229 | msgid "Optional community string for SNMP communication" | 4257 | msgid "Optional community string for SNMP communication" |
4230 | msgstr "" | 4258 | msgstr "" |
4231 | 4259 | ||
4232 | #: plugins/check_snmp.c:884 | 4260 | #: plugins/check_snmp.c:1013 |
4233 | msgid "default is" | 4261 | msgid "default is" |
4234 | msgstr "" | 4262 | msgstr "" |
4235 | 4263 | ||
4236 | #: plugins/check_snmp.c:886 | 4264 | #: plugins/check_snmp.c:1015 |
4237 | msgid "SNMPv3 username" | 4265 | msgid "SNMPv3 username" |
4238 | msgstr "" | 4266 | msgstr "" |
4239 | 4267 | ||
4240 | #: plugins/check_snmp.c:888 | 4268 | #: plugins/check_snmp.c:1017 |
4241 | msgid "SNMPv3 authentication password" | 4269 | msgid "SNMPv3 authentication password" |
4242 | msgstr "" | 4270 | msgstr "" |
4243 | 4271 | ||
4244 | #: plugins/check_snmp.c:890 | 4272 | #: plugins/check_snmp.c:1019 |
4245 | msgid "SNMPv3 privacy password" | 4273 | msgid "SNMPv3 privacy password" |
4246 | msgstr "" | 4274 | msgstr "" |
4247 | 4275 | ||
4248 | #: plugins/check_snmp.c:894 | 4276 | #: plugins/check_snmp.c:1023 |
4249 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" | 4277 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" |
4250 | msgstr "" | 4278 | msgstr "" |
4251 | 4279 | ||
4252 | #: plugins/check_snmp.c:896 | 4280 | #: plugins/check_snmp.c:1025 |
4253 | msgid "" | 4281 | msgid "" |
4254 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" | 4282 | "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" |
4255 | msgstr "" | 4283 | msgstr "" |
4256 | 4284 | ||
4257 | #: plugins/check_snmp.c:897 | 4285 | #: plugins/check_snmp.c:1026 |
4258 | msgid "for symbolic OIDs.)" | 4286 | msgid "for symbolic OIDs.)" |
4259 | msgstr "" | 4287 | msgstr "" |
4260 | 4288 | ||
4261 | #: plugins/check_snmp.c:899 | 4289 | #: plugins/check_snmp.c:1028 |
4262 | msgid "Delimiter to use when parsing returned data. Default is" | 4290 | msgid "Delimiter to use when parsing returned data. Default is" |
4263 | msgstr "" | 4291 | msgstr "" |
4264 | 4292 | ||
4265 | #: plugins/check_snmp.c:900 | 4293 | #: plugins/check_snmp.c:1029 |
4266 | msgid "Any data on the right hand side of the delimiter is considered" | 4294 | msgid "Any data on the right hand side of the delimiter is considered" |
4267 | msgstr "" | 4295 | msgstr "" |
4268 | 4296 | ||
4269 | #: plugins/check_snmp.c:901 | 4297 | #: plugins/check_snmp.c:1030 |
4270 | msgid "to be the data that should be used in the evaluation." | 4298 | msgid "to be the data that should be used in the evaluation." |
4271 | msgstr "" | 4299 | msgstr "" |
4272 | 4300 | ||
4273 | #: plugins/check_snmp.c:905 | 4301 | #: plugins/check_snmp.c:1034 |
4274 | msgid "Warning threshold range(s)" | 4302 | msgid "Warning threshold range(s)" |
4275 | msgstr "" | 4303 | msgstr "" |
4276 | 4304 | ||
4277 | #: plugins/check_snmp.c:907 | 4305 | #: plugins/check_snmp.c:1036 |
4278 | msgid "Critical threshold range(s)" | 4306 | msgid "Critical threshold range(s)" |
4279 | msgstr "" | 4307 | msgstr "" |
4280 | 4308 | ||
4281 | #: plugins/check_snmp.c:911 | 4309 | #: plugins/check_snmp.c:1038 |
4310 | msgid "Enable rate calculation. See 'Rate Calculation' below" | ||
4311 | msgstr "" | ||
4312 | |||
4313 | #: plugins/check_snmp.c:1042 | ||
4282 | msgid "Return OK state (for that OID) if STRING is an exact match" | 4314 | msgid "Return OK state (for that OID) if STRING is an exact match" |
4283 | msgstr "" | 4315 | msgstr "" |
4284 | 4316 | ||
4285 | #: plugins/check_snmp.c:913 | 4317 | #: plugins/check_snmp.c:1044 |
4286 | msgid "" | 4318 | msgid "" |
4287 | "Return OK state (for that OID) if extended regular expression REGEX matches" | 4319 | "Return OK state (for that OID) if extended regular expression REGEX matches" |
4288 | msgstr "" | 4320 | msgstr "" |
4289 | 4321 | ||
4290 | #: plugins/check_snmp.c:915 | 4322 | #: plugins/check_snmp.c:1046 |
4291 | msgid "" | 4323 | msgid "" |
4292 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" | 4324 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" |
4293 | msgstr "" | 4325 | msgstr "" |
4294 | 4326 | ||
4295 | #: plugins/check_snmp.c:917 | 4327 | #: plugins/check_snmp.c:1048 |
4296 | msgid "Prefix label for output from plugin (default -s 'SNMP')" | 4328 | msgid "Prefix label for output from plugin (default -l 'SNMP')" |
4297 | msgstr "" | 4329 | msgstr "" |
4298 | 4330 | ||
4299 | #: plugins/check_snmp.c:921 | 4331 | #: plugins/check_snmp.c:1052 |
4300 | msgid "Units label(s) for output data (e.g., 'sec.')." | 4332 | msgid "Units label(s) for output data (e.g., 'sec.')." |
4301 | msgstr "" | 4333 | msgstr "" |
4302 | 4334 | ||
4303 | #: plugins/check_snmp.c:923 | 4335 | #: plugins/check_snmp.c:1054 |
4304 | msgid "Separates output on multiple OID requests" | 4336 | msgid "Separates output on multiple OID requests" |
4305 | msgstr "" | 4337 | msgstr "" |
4306 | 4338 | ||
4307 | #: plugins/check_snmp.c:927 | 4339 | #: plugins/check_snmp.c:1058 |
4308 | msgid "Number of retries to be used in the requests" | 4340 | msgid "Number of retries to be used in the requests" |
4309 | msgstr "" | 4341 | msgstr "" |
4310 | 4342 | ||
4311 | #: plugins/check_snmp.c:932 | 4343 | #: plugins/check_snmp.c:1063 |
4312 | msgid "" | 4344 | msgid "" |
4313 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." | 4345 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." |
4314 | msgstr "" | 4346 | msgstr "" |
4315 | 4347 | ||
4316 | #: plugins/check_snmp.c:933 | 4348 | #: plugins/check_snmp.c:1064 |
4317 | msgid "" | 4349 | msgid "" |
4318 | "if you don't have the package installed, you will need to download it from" | 4350 | "if you don't have the package installed, you will need to download it from" |
4319 | msgstr "" | 4351 | msgstr "" |
4320 | 4352 | ||
4321 | #: plugins/check_snmp.c:934 | 4353 | #: plugins/check_snmp.c:1065 |
4322 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." | 4354 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." |
4323 | msgstr "" | 4355 | msgstr "" |
4324 | 4356 | ||
4325 | #: plugins/check_snmp.c:938 | 4357 | #: plugins/check_snmp.c:1069 |
4326 | msgid "" | 4358 | msgid "" |
4327 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | 4359 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " |
4328 | "with" | 4360 | "with" |
4329 | msgstr "" | 4361 | msgstr "" |
4330 | 4362 | ||
4331 | #: plugins/check_snmp.c:939 | 4363 | #: plugins/check_snmp.c:1070 |
4332 | msgid "internal spaces must be quoted) [max 8 OIDs]" | 4364 | msgid "internal spaces must be quoted) [max 8 OIDs]" |
4333 | msgstr "" | 4365 | msgstr "" |
4334 | 4366 | ||
4335 | #: plugins/check_snmp.c:943 | 4367 | #: plugins/check_snmp.c:1074 |
4336 | msgid "" | 4368 | msgid "" |
4337 | "- When checking multiple OIDs, separate ranges by commas like '-w " | 4369 | "- When checking multiple OIDs, separate ranges by commas like '-w " |
4338 | "1:10,1:,:20'" | 4370 | "1:10,1:,:20'" |
4339 | msgstr "" | 4371 | msgstr "" |
4340 | 4372 | ||
4341 | #: plugins/check_snmp.c:944 | 4373 | #: plugins/check_snmp.c:1075 |
4342 | msgid "- Note that only one string and one regex may be checked at present" | 4374 | msgid "- Note that only one string and one regex may be checked at present" |
4343 | msgstr "" | 4375 | msgstr "" |
4344 | 4376 | ||
4345 | #: plugins/check_snmp.c:945 | 4377 | #: plugins/check_snmp.c:1076 |
4346 | msgid "" | 4378 | msgid "" |
4347 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" | 4379 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" |
4348 | msgstr "" | 4380 | msgstr "" |
4349 | 4381 | ||
4350 | #: plugins/check_snmp.c:946 | 4382 | #: plugins/check_snmp.c:1077 |
4351 | msgid "returned from the SNMP query is an unsigned integer." | 4383 | msgid "returned from the SNMP query is an unsigned integer." |
4352 | msgstr "" | 4384 | msgstr "" |
4353 | 4385 | ||
4386 | #: plugins/check_snmp.c:1080 | ||
4387 | msgid "Rate Calculation:" | ||
4388 | msgstr "" | ||
4389 | |||
4390 | #: plugins/check_snmp.c:1081 | ||
4391 | msgid "In many places, SNMP returns counters that are only meaningful when" | ||
4392 | msgstr "" | ||
4393 | |||
4394 | #: plugins/check_snmp.c:1082 | ||
4395 | msgid "calculating the counter difference since the last check. check_snmp" | ||
4396 | msgstr "" | ||
4397 | |||
4398 | #: plugins/check_snmp.c:1083 | ||
4399 | msgid "saves the last state information in a file so that the rate can be" | ||
4400 | msgstr "" | ||
4401 | |||
4402 | #: plugins/check_snmp.c:1084 | ||
4403 | msgid "calculated. Use the --rate option to save state information. On the" | ||
4404 | msgstr "" | ||
4405 | |||
4406 | #: plugins/check_snmp.c:1085 | ||
4407 | msgid "first run, there will be no prior state - this will return with OK." | ||
4408 | msgstr "" | ||
4409 | |||
4410 | #: plugins/check_snmp.c:1086 | ||
4411 | msgid "The state is uniquely determined by the arguments to the plugin, so" | ||
4412 | msgstr "" | ||
4413 | |||
4414 | #: plugins/check_snmp.c:1087 | ||
4415 | msgid "changing the arguments will create a new state file." | ||
4416 | msgstr "" | ||
4417 | |||
4354 | #: plugins/check_ssh.c:165 | 4418 | #: plugins/check_ssh.c:165 |
4355 | msgid "Port number must be a positive integer" | 4419 | msgid "Port number must be a positive integer" |
4356 | msgstr "" | 4420 | msgstr "" |