From 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Tue, 6 Feb 2007 21:03:21 +0000 Subject: correcting some translation problems git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 99a7201..3b9e36b 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -754,7 +754,7 @@ print_help (void) printf (" %s\n", _("Path or partition (may be repeated)")); printf (" %s\n", "-x, --exclude_device=PATH "); printf (" %s\n", _("Ignore device (only works if -p unspecified)")); - printf (" %s\n", _("-X, --exclude-type=TYPE ")); + printf (" %s\n", "-X, --exclude-type=TYPE "); printf (" %s\n", _("Ignore all filesystems of indicated type (may be repeated)")); printf (" %s\n", "-m, --mountpoint"); printf (" %s\n", _("Display the mountpoint instead of the partition")); diff --git a/plugins/check_http.c b/plugins/check_http.c index d1f3998..82f6ebd 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1017,7 +1017,7 @@ check_http (void) msg = strdup(_("pattern not found")); else msg = strdup(_("pattern found")); - printf (_("%s - %s%s|%s %s\n"), + printf (("%s - %s%s|%s %s\n"), _("CRITICAL"), msg, (display_html ? "" : ""), diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 234f23b..e30d89c 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -522,7 +522,7 @@ print_help (void) printf (" %s\n", "-0, --auto-off"); printf (" %s\n", _("Turn off automatic offline tests")); printf (" %s\n", "-n, --nagios"); - printf (" %s\n", _("Output suitable for Nagios\n")); + printf (" %s\n\n", _("Output suitable for Nagios")); printf (_(UT_SUPPORT)); } diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 4abe1d7..57cfee6 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c @@ -367,7 +367,7 @@ print_help (void) printf (" %s\n", _(" commands with different values for the argument. Of course,")); printf (" %s\n", _("you can always hack the code to make this plugin work for you...")); printf (" %s\n", _("- MRTG stands for the Multi Router Traffic Grapher. It can be downloaded from")); - printf (" %s\n", _("http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html")); + printf (" %s\n", "http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html"); printf (_(UT_SUPPORT)); } diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index e587e5c..d86bf8a 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c @@ -360,7 +360,7 @@ print_help (void) printf ("%s\n", _("Notes:")); printf (" %s\n", _("- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from")); - printf (" %s\n", _(" http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html")); + printf (" %s\n", " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html"); printf (" %s\n", _("- While MRTG can monitor things other than traffic rates, this")); printf (" %s\n", _(" plugin probably won't work with much else without modification.")); printf (" %s\n", _("- The calculated i/o rates are a little off from what MRTG actually")); diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 25a7785..5bcf931 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c @@ -451,15 +451,15 @@ print_help (void) printf ("\n"); printf ("%s\n", _("Notes:")); - printf ("%s\n", _("For the available options, the critical threshold value should always be")); + printf ("%s\n", _("For the available options, the critical threshold value should always be")); printf ("%s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable")); - printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be")); - printf ("%s\n", _("running on the remote server. Over-CR can be downloaded from")); - printf ("%s\n", _("http://www.molitor.org/overcr (This plugin was tested with version 0.99.53")); - printf ("%s\n", _("of the Over-CR collector)")); + printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be")); + printf ("%s\n", _("running on the remote server.")); + printf ("%s\n", " Over-CR can be downloaded from http://www.molitor.org/overcr"); + printf ("%s\n", _("This plugin was tested with version 0.99.53 of the Over-CR collector")); - printf (_(UT_SUPPORT)); + printf (_(UT_SUPPORT)); } diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 94b97c4..a7ba45a 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -297,14 +297,14 @@ main (int argc, char **argv) * we resent EHLO via TLS. */ if (my_send(helocmd, strlen(helocmd)) <= 0) { - printf(_("SMTP UNKNOWN - Cannot send EHLO command via TLS.\n")); + printf("%s\n", _("SMTP UNKNOWN - Cannot send EHLO command via TLS.")); my_close(); return STATE_UNKNOWN; } if (verbose) printf(_("sent %s"), helocmd); if ((n = my_recv(buffer, MAX_INPUT_BUFFER - 1)) <= 0) { - printf(_("SMTP UNKNOWN - Cannot read EHLO response via TLS.\n")); + printf("%s\n", _("SMTP UNKNOWN - Cannot read EHLO response via TLS.")); my_close(); return STATE_UNKNOWN; } @@ -317,7 +317,7 @@ main (int argc, char **argv) if ( check_cert ) { result = np_net_ssl_check_cert(days_till_exp); if(result != STATE_OK){ - printf (_("CRITICAL - Cannot retrieve server certificate.\n")); + printf ("%s\n", _("CRITICAL - Cannot retrieve server certificate.")); } my_close(); return result; diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 66bf448..c8a2386 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -342,7 +342,7 @@ main (int argc, char **argv) /* this is a bit stupid, because we don't want to print the * response time (which can look ok to the user) if we didn't get * the response we were looking for. if-else */ - printf(_("%s %s - "), SERVICE, state_text(result)); + printf("%s %s - ", SERVICE, state_text(result)); if(match == -2 && len && !(flags & FLAG_HIDE_OUTPUT)) printf("Unexpected response from host/socket: %s", status); diff --git a/po/de.po b/po/de.po index 2026bd1..6c2166c 100644 --- a/po/de.po +++ b/po/de.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: nagiosplug\n" -"Report-Msgid-Bugs-To: sgid_bugs_address\n" -"POT-Creation-Date: 2006-12-20 10:36+0100\n" +"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2007-02-06 21:11+0100\n" "PO-Revision-Date: 2004-12-23 17:46+0100\n" "Last-Translator: <>\n" "Language-Team: English \n" @@ -18,24 +18,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n" -#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:186 +#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:188 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89 -#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:148 +#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147 #: plugins/check_ldap.c:105 plugins/check_load.c:122 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88 #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_nwstat.c:177 #: plugins/check_overcr.c:106 plugins/check_pgsql.c:156 -#: plugins/check_ping.c:99 plugins/check_procs.c:142 -#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:181 +#: plugins/check_ping.c:99 plugins/check_procs.c:143 +#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:180 #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113 #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125 -#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:255 +#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:256 msgid "Could not parse arguments" msgstr "Argumente konnten nicht ausgewertet werden" #: plugins/check_by_ssh.c:86 plugins/check_dig.c:86 plugins/check_dns.c:89 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160 -#: plugins/check_ping.c:103 plugins/check_procs.c:149 plugins/negate.c:106 +#: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:106 msgid "Cannot catch SIGALRM" msgstr "Konnte SIGALRM nicht erhalten" @@ -54,52 +54,44 @@ msgstr "Papierfehler" msgid "SSH WARNING: could not open %s\n" msgstr "SSH WARNING: Konnte %s nicht öffnen\n" -#: plugins/check_by_ssh.c:198 plugins/check_disk.c:438 -#: plugins/check_http.c:248 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 -#: plugins/check_procs.c:370 plugins/check_radius.c:214 -#: plugins/check_radius.c:284 plugins/check_real.c:361 -#: plugins/check_smtp.c:632 plugins/check_snmp.c:494 plugins/check_ssh.c:142 -#: plugins/check_tcp.c:490 plugins/check_time.c:306 plugins/check_ups.c:555 +#: plugins/check_by_ssh.c:200 plugins/check_disk.c:450 +#: plugins/check_http.c:240 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 +#: plugins/check_procs.c:371 plugins/check_radius.c:215 +#: plugins/check_radius.c:285 plugins/check_real.c:361 +#: plugins/check_smtp.c:631 plugins/check_snmp.c:494 plugins/check_ssh.c:143 +#: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555 #: plugins/negate.c:203 msgid "Timeout interval must be a positive integer" msgstr "Timeout interval muss ein positiver Integer sein" -#: plugins/check_by_ssh.c:208 plugins/check_pgsql.c:261 -#: plugins/check_radius.c:223 plugins/check_radius.c:257 -#: plugins/check_real.c:332 plugins/check_smtp.c:564 plugins/check_tcp.c:496 +#: plugins/check_by_ssh.c:210 plugins/check_pgsql.c:261 +#: plugins/check_radius.c:224 plugins/check_radius.c:258 +#: plugins/check_real.c:332 plugins/check_smtp.c:563 plugins/check_tcp.c:506 #: plugins/check_time.c:300 plugins/check_ups.c:517 msgid "Port must be a positive integer" msgstr "Port muss ein positiver Integer sein" -#: plugins/check_by_ssh.c:252 +#: plugins/check_by_ssh.c:254 msgid "skip lines must be an integer" msgstr "skip lines muss ein Integer sein" -#: plugins/check_by_ssh.c:257 plugins/check_dig.c:269 plugins/check_dns.c:373 -#: plugins/check_game.c:252 plugins/check_nagios.c:261 -#, fuzzy, c-format -msgid "Unknown argument - %s" -msgstr "" -"%s: Unbekanntes Argument: %s\n" -"\n" - -#: plugins/check_by_ssh.c:264 +#: plugins/check_by_ssh.c:272 #, c-format msgid "%s: You must provide a host name\n" msgstr "%s: Hostname muss angegeben werden\n" -#: plugins/check_by_ssh.c:282 +#: plugins/check_by_ssh.c:290 msgid "No remotecmd" msgstr "Kein remotecm" -#: plugins/check_by_ssh.c:298 +#: plugins/check_by_ssh.c:306 #, c-format msgid "" "%s: In passive mode, you must provide a service name for each command.\n" msgstr "" "%s: Im passive mode muss ein Servicename für jeden Befehl angegeben werden.\n" -#: plugins/check_by_ssh.c:301 +#: plugins/check_by_ssh.c:309 #, c-format msgid "" "%s: In passive mode, you must provide the host short name from the nagios " @@ -108,110 +100,118 @@ msgstr "" "%s: Im passive mode muss der \"host short name\" aus der Nagios " "Konfiguration angegeben werden\n" -#: plugins/check_by_ssh.c:315 +#: plugins/check_by_ssh.c:323 #, fuzzy, c-format msgid "This plugin uses SSH to execute commands on a remote host" msgstr "" "Dieses Plugin nutzt SSH um Befehle auf dem entfernten Rechner auszuführen\n" "\n" -#: plugins/check_by_ssh.c:328 +#: plugins/check_by_ssh.c:336 msgid "tell ssh to use Protocol 1" msgstr "" -#: plugins/check_by_ssh.c:330 +#: plugins/check_by_ssh.c:338 msgid "tell ssh to use Protocol 2" msgstr "" -#: plugins/check_by_ssh.c:332 +#: plugins/check_by_ssh.c:340 msgid "Ignore first n lines on STDERR (to suppress a logon banner)" msgstr "" -#: plugins/check_by_ssh.c:334 +#: plugins/check_by_ssh.c:342 msgid "tells ssh to fork rather than create a tty" msgstr "" -#: plugins/check_by_ssh.c:336 +#: plugins/check_by_ssh.c:344 msgid "command to execute on the remote machine" msgstr "" -#: plugins/check_by_ssh.c:338 +#: plugins/check_by_ssh.c:346 msgid "SSH user name on remote host [optional]" msgstr "" -#: plugins/check_by_ssh.c:340 +#: plugins/check_by_ssh.c:348 msgid "identity of an authorized key [optional]" msgstr "" -#: plugins/check_by_ssh.c:342 +#: plugins/check_by_ssh.c:350 msgid "external command file for nagios [optional]" msgstr "" -#: plugins/check_by_ssh.c:344 +#: plugins/check_by_ssh.c:352 msgid "list of nagios service names, separated by ':' [optional]" msgstr "" -#: plugins/check_by_ssh.c:346 +#: plugins/check_by_ssh.c:354 msgid "short name of host in nagios configuration [optional]" msgstr "" -#: plugins/check_by_ssh.c:349 +#: plugins/check_by_ssh.c:356 +msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" +msgstr "" + +#: plugins/check_by_ssh.c:358 +msgid "Tell ssh to suppress warning and diagnostic messages [optional]" +msgstr "" + +#: plugins/check_by_ssh.c:361 msgid "The most common mode of use is to refer to a local identity file with" msgstr "" -#: plugins/check_by_ssh.c:350 +#: plugins/check_by_ssh.c:362 msgid "the '-i' option. In this mode, the identity pair should have a null" msgstr "" -#: plugins/check_by_ssh.c:351 +#: plugins/check_by_ssh.c:363 msgid "passphrase and the public key should be listed in the authorized_keys" msgstr "" -#: plugins/check_by_ssh.c:352 +#: plugins/check_by_ssh.c:364 msgid "file of the remote host. Usually the key will be restricted to running" msgstr "" -#: plugins/check_by_ssh.c:353 +#: plugins/check_by_ssh.c:365 msgid "only one command on the remote server. If the remote SSH server tracks" msgstr "" -#: plugins/check_by_ssh.c:354 +#: plugins/check_by_ssh.c:366 msgid "invocation arguments, the one remote program may be an agent that can" msgstr "" -#: plugins/check_by_ssh.c:355 +#: plugins/check_by_ssh.c:367 msgid "execute additional commands as proxy" msgstr "" -#: plugins/check_by_ssh.c:356 +#: plugins/check_by_ssh.c:368 msgid "To use passive mode, provide multiple '-C' options, and provide" msgstr "" -#: plugins/check_by_ssh.c:357 +#: plugins/check_by_ssh.c:369 msgid "" "all of -O, -s, and -n options (servicelist order must match '-C'options)" msgstr "" -#: plugins/check_by_ssh.c:359 plugins/check_disk.c:744 -#: plugins/check_http.c:1331 plugins/check_nagios.c:303 -#: plugins/check_procs.c:734 plugins/negate.c:269 plugins/urlize.c:187 +#: plugins/check_by_ssh.c:371 plugins/check_disk.c:768 +#: plugins/check_http.c:1323 plugins/check_nagios.c:303 +#: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187 #, c-format msgid "Examples:" msgstr "" -#: plugins/check_by_ssh.c:373 plugins/check_dig.c:336 plugins/check_disk.c:755 +#: plugins/check_by_ssh.c:385 plugins/check_dig.c:336 plugins/check_disk.c:779 #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407 -#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1354 +#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1346 #: plugins/check_ldap.c:411 plugins/check_load.c:311 plugins/check_mrtg.c:383 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707 #: plugins/check_nwstat.c:1688 plugins/check_overcr.c:469 -#: plugins/check_pgsql.c:458 plugins/check_ping.c:580 -#: plugins/check_procs.c:752 plugins/check_radius.c:348 -#: plugins/check_real.c:454 plugins/check_smtp.c:783 plugins/check_snmp.c:1007 -#: plugins/check_ssh.c:305 plugins/check_swap.c:560 plugins/check_tcp.c:645 +#: plugins/check_pgsql.c:458 plugins/check_ping.c:592 +#: plugins/check_procs.c:753 plugins/check_radius.c:349 +#: plugins/check_real.c:454 plugins/check_smtp.c:782 plugins/check_snmp.c:1007 +#: plugins/check_ssh.c:306 plugins/check_swap.c:560 plugins/check_tcp.c:656 #: plugins/check_time.c:373 plugins/check_ups.c:653 plugins/check_users.c:230 #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204 -#: plugins-root/check_dhcp.c:1282 plugins-root/check_icmp.c:1248 +#: plugins-root/check_dhcp.c:1283 plugins-root/check_icmp.c:1248 #, c-format msgid "Usage:" msgstr "" @@ -289,68 +289,57 @@ msgstr "" " Adresse die in der ANSWER SECTION erwartet wird.\n" " wenn nicht gesetzt, ubernommen aus -l\n" -#: plugins/check_disk.c:208 +#: plugins/check_disk.c:211 #, fuzzy, c-format msgid "DISK %s: %s not found\n" msgstr "%s [%s nicht gefunden]" -#: plugins/check_disk.c:208 plugins/check_disk.c:610 plugins/check_dns.c:208 -#: plugins/check_dummy.c:81 plugins/check_http.c:966 plugins/check_http.c:1029 +#: plugins/check_disk.c:211 plugins/check_disk.c:634 plugins/check_dns.c:208 +#: plugins/check_dummy.c:81 plugins/check_http.c:958 plugins/check_http.c:1021 #: plugins/check_mysql.c:214 plugins/check_nagios.c:107 #: plugins/check_nagios.c:171 plugins/check_nagios.c:175 -#: plugins/check_procs.c:301 +#: plugins/check_procs.c:302 #, c-format msgid "CRITICAL" msgstr "CRITICAL" -#: plugins/check_disk.c:504 +#: plugins/check_disk.c:524 #, c-format msgid "unit type %s not known\n" msgstr "unbekannter unit type: %s\n" -#: plugins/check_disk.c:507 +#: plugins/check_disk.c:527 #, c-format msgid "failed allocating storage for '%s'\n" msgstr "konnte keinen Speicher für '%s' reservieren\n" -#: plugins/check_disk.c:529 plugins/check_dummy.c:84 plugins/check_http.c:960 +#: plugins/check_disk.c:549 plugins/check_dummy.c:84 plugins/check_http.c:952 #, c-format msgid "UNKNOWN" msgstr "UNKNOWN" -#: plugins/check_disk.c:529 +#: plugins/check_disk.c:549 msgid "Must set a threshold value before using -p\n" msgstr "" -#: plugins/check_disk.c:578 plugins/check_fping.c:261 plugins/check_hpjd.c:354 -#: plugins/check_http.c:236 plugins/check_ldap.c:328 plugins/check_load.c:239 -#: plugins/check_mrtg.c:246 plugins/check_mrtgtraf.c:280 -#: plugins/check_mysql.c:311 plugins/check_nt.c:495 -#: plugins/check_nwstat.c:1358 plugins/check_overcr.c:344 -#: plugins/check_pgsql.c:228 plugins/check_ping.c:214 -#: plugins/check_procs.c:361 plugins/check_radius.c:237 -#: plugins/check_real.c:371 plugins/check_smtp.c:668 plugins/check_snmp.c:447 -#: plugins/check_ssh.c:130 plugins/check_swap.c:471 plugins/check_tcp.c:446 -#: plugins/check_time.c:235 plugins/check_ups.c:497 plugins/check_users.c:159 -#: plugins/check_ide_smart.c:215 plugins/negate.c:192 plugins/urlize.c:103 -#: plugins-root/check_dhcp.c:1093 +#: plugins/check_disk.c:601 #, fuzzy msgid "Unknown argument" msgstr "" "%s: Unbekanntes Argument: %s\n" "\n" -#: plugins/check_disk.c:611 +#: plugins/check_disk.c:635 #, fuzzy, c-format msgid "%s does not exist\n" msgstr "%s [%s nicht gefunden]" -#: plugins/check_disk.c:640 +#: plugins/check_disk.c:664 #, c-format msgid " for %s\n" msgstr "" -#: plugins/check_disk.c:698 +#: plugins/check_disk.c:722 #, fuzzy msgid "" "This plugin checks the amount of used disk space on a mounted file system" @@ -360,7 +349,7 @@ msgstr "" "unterschritten wird.\n" "\n" -#: plugins/check_disk.c:699 +#: plugins/check_disk.c:723 #, fuzzy msgid "" "and generates an alert if free space is less than one of the threshold values" @@ -370,79 +359,75 @@ msgstr "" "unterschritten wird.\n" "\n" -#: plugins/check_disk.c:708 +#: plugins/check_disk.c:732 msgid "Exit with WARNING status if less than INTEGER units of disk are free" msgstr "" -#: plugins/check_disk.c:710 +#: plugins/check_disk.c:734 msgid "Exit with WARNING status if less than PERCENT of disk space is free" msgstr "" -#: plugins/check_disk.c:712 +#: plugins/check_disk.c:736 msgid "Exit with WARNING status if less than PERCENT of inode space is free" msgstr "" -#: plugins/check_disk.c:714 +#: plugins/check_disk.c:738 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" msgstr "" -#: plugins/check_disk.c:716 +#: plugins/check_disk.c:740 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" msgstr "" -#: plugins/check_disk.c:718 +#: plugins/check_disk.c:742 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free" msgstr "" -#: plugins/check_disk.c:720 +#: plugins/check_disk.c:744 msgid "Clear thresholds" msgstr "" -#: plugins/check_disk.c:722 +#: plugins/check_disk.c:746 msgid "Choose bytes, kB, MB, GB, TB (default: MB)" msgstr "" -#: plugins/check_disk.c:724 +#: plugins/check_disk.c:748 msgid "Same as '--units kB'" msgstr "" -#: plugins/check_disk.c:726 +#: plugins/check_disk.c:750 msgid "Same as '--units MB'" msgstr "" -#: plugins/check_disk.c:728 +#: plugins/check_disk.c:752 msgid "Only check local filesystems" msgstr "" -#: plugins/check_disk.c:730 +#: plugins/check_disk.c:754 msgid "Path or partition (may be repeated)" msgstr "" -#: plugins/check_disk.c:732 +#: plugins/check_disk.c:756 msgid "Ignore device (only works if -p unspecified)" msgstr "" -#: plugins/check_disk.c:733 -msgid "-X, --exclude-type=TYPE " -msgstr "" - -#: plugins/check_disk.c:734 +#: plugins/check_disk.c:758 msgid "Ignore all filesystems of indicated type (may be repeated)" msgstr "" -#: plugins/check_disk.c:736 +#: plugins/check_disk.c:760 msgid "Display the mountpoint instead of the partition" msgstr "" -#: plugins/check_disk.c:738 +#: plugins/check_disk.c:762 msgid "For paths or partitions specified with -p, only check for exact paths" msgstr "" -#: plugins/check_disk.c:740 +#: plugins/check_disk.c:764 msgid "Display only devices/mountpoints with errors" msgstr "" -#: plugins/check_disk.c:746 +#: plugins/check_disk.c:770 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" msgstr "" @@ -479,15 +464,15 @@ msgstr "Erwartet: %s aber: %s erhalten" msgid "server %s is not authoritative for %s" msgstr "Server %s ist nicht autoritativ für %s" -#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:962 -#: plugins/check_nagios.c:185 plugins/check_procs.c:294 +#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:954 +#: plugins/check_nagios.c:185 plugins/check_procs.c:295 #, c-format msgid "OK" msgstr "OK" -#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:964 +#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:956 #: plugins/check_mysql.c:211 plugins/check_nagios.c:185 -#: plugins/check_procs.c:296 +#: plugins/check_procs.c:297 #, c-format msgid "WARNING" msgstr "WARNING" @@ -640,14 +625,14 @@ msgid "of the argument with optional text" msgstr "" #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:427 -#: plugins/check_procs.c:158 plugins/check_snmp.c:203 plugins/check_swap.c:178 +#: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178 #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117 #, c-format msgid "Could not open pipe: %s\n" msgstr "Pipe: %s konnte nicht geöffnet werden\n" #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:153 -#: plugins/check_procs.c:164 plugins/check_snmp.c:209 plugins/check_swap.c:184 +#: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184 #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123 #, c-format msgid "Could not open stderr for %s\n" @@ -681,9 +666,9 @@ msgstr "FPING %s - %s (verloren=%.0f%% )|%s\n" #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 #: plugins/check_pgsql.c:255 plugins/check_ping.c:285 plugins/check_ping.c:408 -#: plugins/check_radius.c:249 plugins/check_real.c:319 -#: plugins/check_real.c:381 plugins/check_smtp.c:557 plugins/check_smtp.c:678 -#: plugins/check_ssh.c:161 plugins/check_time.c:244 plugins/check_time.c:319 +#: plugins/check_radius.c:250 plugins/check_real.c:319 +#: plugins/check_real.c:381 plugins/check_smtp.c:556 plugins/check_smtp.c:677 +#: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319 #: plugins/check_ups.c:503 plugins/check_ups.c:572 msgid "Invalid hostname/address" msgstr "Ungültige(r) Hostname/Adresse" @@ -726,12 +711,12 @@ msgid "" "reducing system load)" msgstr "" -#: plugins/check_fping.c:388 plugins/check_ping.c:550 +#: plugins/check_fping.c:388 plugins/check_ping.c:562 #, fuzzy msgid "warning threshold pair" msgstr "Warning threshold Integer sein" -#: plugins/check_fping.c:390 plugins/check_ping.c:552 +#: plugins/check_fping.c:390 plugins/check_ping.c:564 #, fuzzy msgid "critical threshold pair" msgstr "Critical threshold muss ein Integer sein" @@ -803,7 +788,7 @@ msgstr "" msgid "Field number in raw qstat output that contains ping time" msgstr "" -#: plugins/check_game.c:318 plugins/check_http.c:1319 plugins/check_mrtg.c:364 +#: plugins/check_game.c:318 plugins/check_http.c:1311 plugins/check_mrtg.c:364 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452 #: plugins/check_swap.c:549 plugins/check_ups.c:629 plugins/negate.c:276 @@ -904,429 +889,425 @@ msgstr "" msgid "(default=%s)" msgstr "" -#: plugins/check_http.c:254 +#: plugins/check_http.c:246 msgid "Critical threshold must be integer" msgstr "Critical threshold muss ein Integer sein" -#: plugins/check_http.c:262 +#: plugins/check_http.c:254 msgid "Warning threshold must be integer" msgstr "Warning threshold Integer sein" -#: plugins/check_http.c:288 plugins/check_tcp.c:559 +#: plugins/check_http.c:280 plugins/check_tcp.c:570 msgid "Invalid certificate expiration period" msgstr "Ungültiger Zertifikatsablauftermin" -#: plugins/check_http.c:297 plugins/check_tcp.c:571 +#: plugins/check_http.c:289 plugins/check_tcp.c:582 #, fuzzy msgid "Invalid option - SSL is not available" msgstr "Ungültige Option - SSL ist nicht verfügbar\n" -#: plugins/check_http.c:315 +#: plugins/check_http.c:307 #, c-format msgid "option f:%d \n" msgstr "Option f:%d \n" -#: plugins/check_http.c:332 +#: plugins/check_http.c:324 msgid "Invalid port number" msgstr "Ungültige Portnummer" -#: plugins/check_http.c:370 +#: plugins/check_http.c:362 #, c-format msgid "Could Not Compile Regular Expression: %s" msgstr "" -#: plugins/check_http.c:384 plugins/check_smtp.c:658 plugins/check_ssh.c:153 -#: plugins/check_tcp.c:463 +#: plugins/check_http.c:376 plugins/check_smtp.c:657 plugins/check_ssh.c:154 +#: plugins/check_tcp.c:473 msgid "IPv6 support not available" msgstr "IPv6 Unterstützung nicht vorhanden" -#: plugins/check_http.c:446 plugins/check_ping.c:412 +#: plugins/check_http.c:438 plugins/check_ping.c:412 msgid "You must specify a server address or host name" msgstr "Hostname oder Serveradresse muss angegeben werden" -#: plugins/check_http.c:672 +#: plugins/check_http.c:664 msgid "Server date unknown\n" msgstr "Serverdatum unbekannt\n" -#: plugins/check_http.c:674 +#: plugins/check_http.c:666 msgid "Document modification date unknown\n" msgstr "Datum der letzten Änderung unbekannt\n" -#: plugins/check_http.c:680 +#: plugins/check_http.c:672 #, c-format msgid "CRITICAL - Server date \"%100s\" unparsable" msgstr "CRITICAL - Serverdatum \"%100s\" konnte nicht verarbeitet werden" -#: plugins/check_http.c:682 +#: plugins/check_http.c:674 #, c-format msgid "CRITICAL - Document date \"%100s\" unparsable" msgstr "CRITICAL - Dokumentendatum \"%100s\" konnte nicht verarbeitet werden" -#: plugins/check_http.c:684 +#: plugins/check_http.c:676 #, c-format msgid "CRITICAL - Document is %d seconds in the future\n" msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" -#: plugins/check_http.c:689 +#: plugins/check_http.c:681 #, c-format msgid "CRITICAL - Last modified %.1f days ago\n" msgstr "CRITICAL - Letzte Änderung vor %.1f Tagen\n" -#: plugins/check_http.c:693 +#: plugins/check_http.c:685 #, c-format msgid "CRITICAL - Last modified %d:%02d:%02d ago\n" msgstr "CRITICAL - Letzte Änderung vor %d:%02d:%02d \n" -#: plugins/check_http.c:774 +#: plugins/check_http.c:766 msgid "Unable to open TCP socket\n" msgstr "Konnte TCP socket nicht öffnen\n" -#: plugins/check_http.c:854 +#: plugins/check_http.c:846 msgid "Error on receive\n" msgstr "Fehler beim Empfangen\n" -#: plugins/check_http.c:864 +#: plugins/check_http.c:856 plugins/check_real.c:189 plugins/check_tcp.c:291 #, c-format -msgid "No data received %s\n" -msgstr "Keine Daten empfangen %s\n" +msgid "No data received from host\n" +msgstr "" -#: plugins/check_http.c:914 +#: plugins/check_http.c:906 msgid "Invalid HTTP response received from host\n" msgstr "Ungültige HTTP Antwort von Host empfangen\n" -#: plugins/check_http.c:917 +#: plugins/check_http.c:909 #, c-format msgid "Invalid HTTP response received from host on port %d\n" msgstr "Ungültige HTTP Antwort von Host erhalten auf Port %d\n" -#: plugins/check_http.c:925 +#: plugins/check_http.c:917 #, c-format msgid "HTTP OK: Status line output matched \"%s\"\n" msgstr "HTTP OK: Statusausgabe passt auf \"%s\"\n" -#: plugins/check_http.c:937 +#: plugins/check_http.c:929 #, c-format msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" msgstr "HTTP CRITICAL: Ungültige Statusmeldung (%s)\n" -#: plugins/check_http.c:944 +#: plugins/check_http.c:936 #, c-format msgid "HTTP CRITICAL: Invalid Status (%s)\n" msgstr "HTTP CRITICAL: Ungültiger Status (%s)\n" -#: plugins/check_http.c:948 +#: plugins/check_http.c:940 #, c-format msgid "HTTP CRITICAL: %s\n" msgstr "HTTP CRITICAL: %s\n" -#: plugins/check_http.c:952 +#: plugins/check_http.c:944 #, c-format msgid "HTTP WARNING: %s\n" msgstr "HTTP WARNING: %s\n" -#: plugins/check_http.c:970 -#, c-format -msgid " - %s - %.3f second response time %s%s|%s %s\n" +#: plugins/check_http.c:962 +#, fuzzy, c-format +msgid " - %s - %.3f second response time %s|%s %s\n" msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" -#: plugins/check_http.c:986 -#, c-format -msgid "HTTP WARNING: %s - %.3f second response time %s%s|%s %s\n" +#: plugins/check_http.c:978 +#, fuzzy, c-format +msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n" msgstr "HTTP WARNING: %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" -#: plugins/check_http.c:1000 plugins/check_http.c:1017 -#, c-format -msgid "HTTP OK %s - %.3f second response time %s%s|%s %s\n" +#: plugins/check_http.c:992 plugins/check_http.c:1009 +#, fuzzy, c-format +msgid "HTTP OK %s - %.3f second response time %s|%s %s\n" msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" -#: plugins/check_http.c:1007 +#: plugins/check_http.c:999 #, c-format msgid "CRITICAL - string not found%s|%s %s\n" msgstr "CRITICAL - Text nicht gefunden%s|%s %s\n" -#: plugins/check_http.c:1025 +#: plugins/check_http.c:1017 #, fuzzy msgid "pattern not found" msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" -#: plugins/check_http.c:1027 +#: plugins/check_http.c:1019 msgid "pattern found" msgstr "" -#: plugins/check_http.c:1028 -#, c-format -msgid "%s - %s%s|%s %s\n" -msgstr "" - -#: plugins/check_http.c:1037 +#: plugins/check_http.c:1029 #, c-format msgid "CRITICAL - Execute Error: %s\n" msgstr "CRITICAL - Fehler: %s\n" -#: plugins/check_http.c:1046 +#: plugins/check_http.c:1038 #, fuzzy, c-format msgid "HTTP WARNING: page size %d too large%s|%s\n" msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" -#: plugins/check_http.c:1050 +#: plugins/check_http.c:1042 #, c-format msgid "HTTP WARNING: page size %d too small%s|%s\n" msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" -#: plugins/check_http.c:1055 -#, c-format -msgid "HTTP OK %s - %d bytes in %.3f seconds %s%s|%s %s\n" -msgstr "" +#: plugins/check_http.c:1047 +#, fuzzy, c-format +msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n" +msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" -#: plugins/check_http.c:1090 +#: plugins/check_http.c:1082 msgid "Could not allocate addr\n" msgstr "Konnte addr nicht zuweisen\n" -#: plugins/check_http.c:1094 +#: plugins/check_http.c:1086 msgid "Could not allocate url\n" msgstr "Konnte·url·nicht·zuweisen\n" -#: plugins/check_http.c:1103 +#: plugins/check_http.c:1095 #, c-format msgid "UNKNOWN - Could not find redirect location - %s%s\n" msgstr "" -#: plugins/check_http.c:1113 +#: plugins/check_http.c:1105 msgid "could not allocate url\n" msgstr "" -#: plugins/check_http.c:1156 +#: plugins/check_http.c:1148 #, c-format msgid "UNKNOWN - Could not parse redirect location - %s%s\n" msgstr "" -#: plugins/check_http.c:1166 +#: plugins/check_http.c:1158 #, c-format msgid "WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" msgstr "" -#: plugins/check_http.c:1174 +#: plugins/check_http.c:1166 #, c-format msgid "WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" msgstr "WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" -#: plugins/check_http.c:1238 +#: plugins/check_http.c:1230 #, fuzzy msgid "This plugin tests the HTTP service on the specified host. It can test" msgstr "" "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" "\n" -#: plugins/check_http.c:1239 +#: plugins/check_http.c:1231 msgid "normal (http) and secure (https) servers, follow redirects, search for" msgstr "" -#: plugins/check_http.c:1240 +#: plugins/check_http.c:1232 msgid "strings and regular expressions, check connection times, and report on" msgstr "" -#: plugins/check_http.c:1241 +#: plugins/check_http.c:1233 #, fuzzy msgid "certificate expiration times." msgstr "Clientzertifikat benötigt\n" -#: plugins/check_http.c:1247 +#: plugins/check_http.c:1239 #, c-format msgid "NOTE: One or both of -H and -I must be specified" msgstr "" -#: plugins/check_http.c:1254 +#: plugins/check_http.c:1246 msgid "Host name argument for servers using host headers (virtual host)" msgstr "" -#: plugins/check_http.c:1255 +#: plugins/check_http.c:1247 msgid "Append a port to include it in the header (eg: example.com:5000)" msgstr "" -#: plugins/check_http.c:1257 +#: plugins/check_http.c:1249 msgid "" "IP address or name (use numeric address if possible to bypass DNS lookup)." msgstr "" -#: plugins/check_http.c:1259 +#: plugins/check_http.c:1251 msgid "Port number (default: " msgstr "" -#: plugins/check_http.c:1266 -msgid "Connect via SSL" +#: plugins/check_http.c:1258 +msgid "Connect via SSL. Port defaults to 443" msgstr "" -#: plugins/check_http.c:1268 plugins/check_smtp.c:751 plugins/check_tcp.c:627 -msgid "Minimum number of days a certificate has to be valid." +#: plugins/check_http.c:1260 +msgid "" +"Minimum number of days a certificate has to be valid. Port defaults to 443" msgstr "" -#: plugins/check_http.c:1269 +#: plugins/check_http.c:1261 msgid "(when this option is used the url is not checked.)\n" msgstr "" -#: plugins/check_http.c:1273 +#: plugins/check_http.c:1265 msgid "String to expect in first (status) line of server response (default: " msgstr "" -#: plugins/check_http.c:1275 +#: plugins/check_http.c:1267 msgid "" "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" msgstr "" -#: plugins/check_http.c:1277 +#: plugins/check_http.c:1269 msgid "String to expect in the content" msgstr "" -#: plugins/check_http.c:1279 +#: plugins/check_http.c:1271 msgid "URL to GET or POST (default: /)" msgstr "" -#: plugins/check_http.c:1281 +#: plugins/check_http.c:1273 msgid "URL encoded http POST data" msgstr "" -#: plugins/check_http.c:1283 +#: plugins/check_http.c:1275 msgid "Don't wait for document body: stop reading after headers." msgstr "" -#: plugins/check_http.c:1284 +#: plugins/check_http.c:1276 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" msgstr "" -#: plugins/check_http.c:1286 +#: plugins/check_http.c:1278 msgid "Warn if document is more than SECONDS old. the number can also be of" msgstr "" -#: plugins/check_http.c:1287 +#: plugins/check_http.c:1279 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." msgstr "" -#: plugins/check_http.c:1289 +#: plugins/check_http.c:1281 msgid "specify Content-Type header media type when POSTing\n" msgstr "" -#: plugins/check_http.c:1292 +#: plugins/check_http.c:1284 msgid "Allow regex to span newlines (must precede -r or -R)" msgstr "" -#: plugins/check_http.c:1294 +#: plugins/check_http.c:1286 msgid "Search page for regex STRING" msgstr "" -#: plugins/check_http.c:1296 +#: plugins/check_http.c:1288 msgid "Search page for case-insensitive regex STRING" msgstr "" -#: plugins/check_http.c:1298 +#: plugins/check_http.c:1290 msgid "Return CRITICAL if found, OK if not\n" msgstr "" -#: plugins/check_http.c:1301 +#: plugins/check_http.c:1293 msgid "Username:password on sites with basic authentication" msgstr "" -#: plugins/check_http.c:1303 +#: plugins/check_http.c:1295 msgid "String to be sent in http header as \"User Agent\"" msgstr "" -#: plugins/check_http.c:1305 +#: plugins/check_http.c:1297 msgid "" " Any other tags to be sent in http header. Use multiple times for additional " "headers" msgstr "" -#: plugins/check_http.c:1307 +#: plugins/check_http.c:1299 msgid "Wrap output in HTML link (obsoleted by urlize)" msgstr "" -#: plugins/check_http.c:1309 +#: plugins/check_http.c:1301 msgid "How to handle redirected pages" msgstr "" -#: plugins/check_http.c:1311 +#: plugins/check_http.c:1303 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" msgstr "" -#: plugins/check_http.c:1320 +#: plugins/check_http.c:1312 #, fuzzy msgid "This plugin will attempt to open an HTTP connection with the host." msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_http.c:1321 +#: plugins/check_http.c:1313 msgid "" "Successful connects return STATE_OK, refusals and timeouts return " "STATE_CRITICAL" msgstr "" -#: plugins/check_http.c:1322 +#: plugins/check_http.c:1314 msgid "" "other errors return STATE_UNKNOWN. Successful connects, but incorrect " "reponse" msgstr "" -#: plugins/check_http.c:1323 +#: plugins/check_http.c:1315 msgid "" "messages from the host result in STATE_WARNING return values. If you are" msgstr "" -#: plugins/check_http.c:1324 +#: plugins/check_http.c:1316 msgid "" "checking a virtual server that uses 'host headers' you must supply the FQDN" msgstr "" -#: plugins/check_http.c:1325 +#: plugins/check_http.c:1317 msgid "(fully qualified domain name) as the [host_name] argument." msgstr "" -#: plugins/check_http.c:1328 +#: plugins/check_http.c:1320 msgid "This plugin can also check whether an SSL enabled web server is able to" msgstr "" -#: plugins/check_http.c:1329 +#: plugins/check_http.c:1321 msgid "serve content (optionally within a specified time) or whether the X509 " msgstr "" -#: plugins/check_http.c:1330 +#: plugins/check_http.c:1322 msgid "certificate is still valid for the specified number of days." msgstr "" -#: plugins/check_http.c:1333 +#: plugins/check_http.c:1325 msgid "" "When the 'www.verisign.com' server returns its content within 5 seconds," msgstr "" -#: plugins/check_http.c:1334 +#: plugins/check_http.c:1326 msgid "" "a STATE_OK will be returned. When the server returns its content but exceeds" msgstr "" -#: plugins/check_http.c:1335 +#: plugins/check_http.c:1327 msgid "" "the 5-second threshold, a STATE_WARNING will be returned. When an error " "occurs," msgstr "" -#: plugins/check_http.c:1336 +#: plugins/check_http.c:1328 msgid "a STATE_CRITICAL will be returned." msgstr "" -#: plugins/check_http.c:1339 +#: plugins/check_http.c:1331 msgid "" "When the certificate of 'www.verisign.com' is valid for more than 14 days," msgstr "" -#: plugins/check_http.c:1340 +#: plugins/check_http.c:1332 msgid "" "a STATE_OK is returned. When the certificate is still valid, but for less " "than" msgstr "" -#: plugins/check_http.c:1341 +#: plugins/check_http.c:1333 msgid "" "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" msgstr "" -#: plugins/check_http.c:1342 +#: plugins/check_http.c:1334 #, fuzzy msgid "the certificate is expired." msgstr "Clientzertifikat benötigt\n" @@ -1641,10 +1622,6 @@ msgid "" "from" msgstr "" -#: plugins/check_mrtg.c:370 -msgid "http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" -msgstr "" - #: plugins/check_mrtgtraf.c:88 msgid "Unable to open MRTG log file" msgstr "Konnte MRTG Logfile nicht öffnen" @@ -1715,10 +1692,6 @@ msgid "" "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from" msgstr "" -#: plugins/check_mrtgtraf.c:363 -msgid " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" -msgstr "" - #: plugins/check_mrtgtraf.c:364 msgid "- While MRTG can monitor things other than traffic rates, this" msgstr "" @@ -1834,7 +1807,7 @@ msgstr "" msgid "Cannot parse Nagios log file for valid time" msgstr "" -#: plugins/check_nagios.c:186 plugins/check_procs.c:306 +#: plugins/check_nagios.c:186 plugins/check_procs.c:307 #, c-format msgid "%d process" msgid_plural "%d processes" @@ -2745,16 +2718,11 @@ msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be" msgstr "" #: plugins/check_overcr.c:458 -msgid "running on the remote server. Over-CR can be downloaded from" -msgstr "" - -#: plugins/check_overcr.c:459 -msgid "" -"http://www.molitor.org/overcr (This plugin was tested with version 0.99.53" +msgid "running on the remote server." msgstr "" #: plugins/check_overcr.c:460 -msgid "of the Over-CR collector)" +msgid "This plugin was tested with version 0.99.53 of the Over-CR collector" msgstr "" #: plugins/check_pgsql.c:173 @@ -2952,291 +2920,316 @@ msgstr "" msgid "System call sent warnings to stderr " msgstr "" -#: plugins/check_ping.c:507 -#, c-format -msgid "CRITICAL - Network unreachable (%s)" +#: plugins/check_ping.c:509 +#, fuzzy, c-format +msgid "CRITICAL - Network Unreachable (%s)" msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" -#: plugins/check_ping.c:509 +#: plugins/check_ping.c:511 #, c-format msgid "CRITICAL - Host Unreachable (%s)" msgstr "" -#: plugins/check_ping.c:511 +#: plugins/check_ping.c:513 +#, fuzzy, c-format +msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)" +msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" + +#: plugins/check_ping.c:515 +#, fuzzy, c-format +msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)" +msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" + +#: plugins/check_ping.c:517 +#, fuzzy, c-format +msgid "CRITICAL - Network Prohibited (%s)" +msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" + +#: plugins/check_ping.c:519 +#, fuzzy, c-format +msgid "CRITICAL - Host Prohibited (%s)" +msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" + +#: plugins/check_ping.c:521 +#, fuzzy, c-format +msgid "CRITICAL - Packet Filtered (%s)" +msgstr "CRITICAL - Netzwerk nicht erreichbar (%s)" + +#: plugins/check_ping.c:523 #, c-format msgid "CRITICAL - Host not found (%s)" msgstr "" -#: plugins/check_ping.c:513 +#: plugins/check_ping.c:525 #, c-format msgid "CRITICAL - Time to live exceeded (%s)" msgstr "" -#: plugins/check_ping.c:520 +#: plugins/check_ping.c:532 msgid "Unable to realloc warn_text" msgstr "" -#: plugins/check_ping.c:537 +#: plugins/check_ping.c:549 #, c-format msgid "Use ping to check connection statistics for a remote host." msgstr "" -#: plugins/check_ping.c:548 +#: plugins/check_ping.c:560 msgid "host to ping" msgstr "" -#: plugins/check_ping.c:554 +#: plugins/check_ping.c:566 msgid "number of ICMP ECHO packets to send" msgstr "" -#: plugins/check_ping.c:555 +#: plugins/check_ping.c:567 #, c-format msgid "(Default: %d)" msgstr "" -#: plugins/check_ping.c:557 +#: plugins/check_ping.c:569 msgid "show HTML in the plugin output (obsoleted by urlize)" msgstr "" -#: plugins/check_ping.c:561 +#: plugins/check_ping.c:573 #, c-format msgid "THRESHOLD is ,%% where is the round trip average travel" msgstr "" -#: plugins/check_ping.c:562 +#: plugins/check_ping.c:574 msgid "time (ms) which triggers a WARNING or CRITICAL state, and is the" msgstr "" -#: plugins/check_ping.c:563 +#: plugins/check_ping.c:575 msgid "percentage of packet loss to trigger an alarm state." msgstr "" -#: plugins/check_ping.c:567 +#: plugins/check_ping.c:579 #, fuzzy msgid "" "This plugin uses the ping command to probe the specified host for packet loss" msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_ping.c:568 +#: plugins/check_ping.c:580 msgid "" "(percentage) and round trip average (milliseconds). It can produce HTML " "output" msgstr "" -#: plugins/check_ping.c:569 +#: plugins/check_ping.c:581 msgid "" "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in" msgstr "" -#: plugins/check_ping.c:570 +#: plugins/check_ping.c:582 msgid "the contrib area of the downloads section at http://www.nagios.org/" msgstr "" -#: plugins/check_procs.c:154 +#: plugins/check_procs.c:155 #, c-format msgid "CMD: %s\n" msgstr "" -#: plugins/check_procs.c:260 +#: plugins/check_procs.c:261 #, c-format msgid "Not parseable: %s" msgstr "" -#: plugins/check_procs.c:269 +#: plugins/check_procs.c:270 #, c-format msgid "System call sent warnings to stderr\n" msgstr "" -#: plugins/check_procs.c:276 +#: plugins/check_procs.c:277 #, c-format msgid "System call returned nonzero status\n" msgstr "" -#: plugins/check_procs.c:281 +#: plugins/check_procs.c:282 #, c-format msgid "Unable to read output\n" msgstr "" -#: plugins/check_procs.c:298 +#: plugins/check_procs.c:299 #, c-format msgid "%d warn out of " msgstr "" -#: plugins/check_procs.c:303 +#: plugins/check_procs.c:304 #, c-format msgid "%d crit, %d warn out of " msgstr "" -#: plugins/check_procs.c:309 +#: plugins/check_procs.c:310 #, c-format msgid " with %s" msgstr "" -#: plugins/check_procs.c:384 +#: plugins/check_procs.c:385 #, fuzzy msgid "Critical Process Count must be an integer!" msgstr "Critical threshold muss ein Integer sein" -#: plugins/check_procs.c:396 +#: plugins/check_procs.c:397 #, fuzzy msgid "Warning Process Count must be an integer!" msgstr "Warning threshold Integer sein" -#: plugins/check_procs.c:404 +#: plugins/check_procs.c:405 #, fuzzy msgid "Parent Process ID must be an integer!" msgstr "Argument für check_dummy muss ein Integer sein" -#: plugins/check_procs.c:410 plugins/check_procs.c:512 +#: plugins/check_procs.c:411 plugins/check_procs.c:513 #, c-format msgid "%s%sSTATE = %s" msgstr "" -#: plugins/check_procs.c:419 +#: plugins/check_procs.c:420 #, fuzzy, c-format msgid "UID %s was not found" msgstr "%s [%s nicht gefunden]" -#: plugins/check_procs.c:425 +#: plugins/check_procs.c:426 #, fuzzy, c-format msgid "User name %s was not found" msgstr "%s [%s nicht gefunden]" -#: plugins/check_procs.c:440 +#: plugins/check_procs.c:441 #, c-format msgid "%s%scommand name '%s'" msgstr "" -#: plugins/check_procs.c:459 +#: plugins/check_procs.c:460 #, fuzzy msgid "RSS must be an integer!" msgstr "skip lines muss ein Integer sein" -#: plugins/check_procs.c:466 +#: plugins/check_procs.c:467 #, fuzzy msgid "VSZ must be an integer!" msgstr "skip lines muss ein Integer sein" -#: plugins/check_procs.c:474 +#: plugins/check_procs.c:475 msgid "PCPU must be a float!" msgstr "" -#: plugins/check_procs.c:498 +#: plugins/check_procs.c:499 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!" msgstr "" -#: plugins/check_procs.c:531 +#: plugins/check_procs.c:532 #, c-format msgid "wmax (%d) cannot be greater than cmax (%d)\n" msgstr "" -#: plugins/check_procs.c:535 +#: plugins/check_procs.c:536 #, c-format msgid "wmin (%d) cannot be less than cmin (%d)\n" msgstr "" -#: plugins/check_procs.c:672 +#: plugins/check_procs.c:673 msgid "" "Checks all processes and generates WARNING or CRITICAL states if the " "specified" msgstr "" -#: plugins/check_procs.c:673 +#: plugins/check_procs.c:674 msgid "" "metric is outside the required threshold ranges. The metric defaults to " "number" msgstr "" -#: plugins/check_procs.c:674 +#: plugins/check_procs.c:675 msgid "" "of processes. Search filters can be applied to limit the processes to check." msgstr "" -#: plugins/check_procs.c:680 +#: plugins/check_procs.c:681 msgid "Required Arguments:" msgstr "" -#: plugins/check_procs.c:682 +#: plugins/check_procs.c:683 msgid "Generate warning state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:684 +#: plugins/check_procs.c:685 msgid "Generate critical state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:686 +#: plugins/check_procs.c:687 msgid "Optional Arguments:" msgstr "" -#: plugins/check_procs.c:688 +#: plugins/check_procs.c:689 msgid "Check thresholds against metric. Valid types:" msgstr "" -#: plugins/check_procs.c:689 +#: plugins/check_procs.c:690 msgid "PROCS - number of processes (default)" msgstr "" -#: plugins/check_procs.c:690 +#: plugins/check_procs.c:691 msgid "VSZ - virtual memory size" msgstr "" -#: plugins/check_procs.c:691 +#: plugins/check_procs.c:692 msgid "RSS - resident set memory size" msgstr "" -#: plugins/check_procs.c:692 +#: plugins/check_procs.c:693 msgid "CPU - percentage cpu" msgstr "" -#: plugins/check_procs.c:695 +#: plugins/check_procs.c:696 msgid "ELAPSED - time elapsed in seconds" msgstr "" -#: plugins/check_procs.c:700 +#: plugins/check_procs.c:701 msgid "Extra information. Up to 3 verbosity levels" msgstr "" -#: plugins/check_procs.c:704 +#: plugins/check_procs.c:705 msgid "Only scan for processes that have, in the output of `ps`, one or" msgstr "" -#: plugins/check_procs.c:705 +#: plugins/check_procs.c:706 msgid "more of the status flags you specify (for example R, Z, S, RS," msgstr "" -#: plugins/check_procs.c:706 +#: plugins/check_procs.c:707 msgid "RSZDT, plus others based on the output of your 'ps' command)." msgstr "" -#: plugins/check_procs.c:708 +#: plugins/check_procs.c:709 msgid "Only scan for children of the parent process ID indicated." msgstr "" -#: plugins/check_procs.c:710 +#: plugins/check_procs.c:711 msgid "Only scan for processes with vsz higher than indicated." msgstr "" -#: plugins/check_procs.c:712 +#: plugins/check_procs.c:713 msgid "Only scan for processes with rss higher than indicated." msgstr "" -#: plugins/check_procs.c:714 +#: plugins/check_procs.c:715 msgid "Only scan for processes with pcpu higher than indicated." msgstr "" -#: plugins/check_procs.c:716 +#: plugins/check_procs.c:717 msgid "Only scan for processes with user name or ID indicated." msgstr "" -#: plugins/check_procs.c:718 +#: plugins/check_procs.c:719 msgid "Only scan for processes with args that contain STRING." msgstr "" -#: plugins/check_procs.c:720 +#: plugins/check_procs.c:721 msgid "Only scan for exact matches of COMMAND (without path)." msgstr "" -#: plugins/check_procs.c:722 +#: plugins/check_procs.c:723 #, c-format msgid "" "\n" @@ -3246,7 +3239,7 @@ msgid "" "\n" msgstr "" -#: plugins/check_procs.c:727 +#: plugins/check_procs.c:728 #, c-format msgid "" "This plugin checks the number of currently running processes and\n" @@ -3257,27 +3250,27 @@ msgid "" "\n" msgstr "" -#: plugins/check_procs.c:736 +#: plugins/check_procs.c:737 msgid "Warning if not two processes with command name portsentry." msgstr "" -#: plugins/check_procs.c:737 +#: plugins/check_procs.c:738 msgid "Critical if < 2 or > 1024 processes" msgstr "" -#: plugins/check_procs.c:739 +#: plugins/check_procs.c:740 msgid "Warning alert if > 10 processes with command arguments containing" msgstr "" -#: plugins/check_procs.c:740 +#: plugins/check_procs.c:741 msgid "'/usr/local/bin/perl' and owned by root" msgstr "" -#: plugins/check_procs.c:742 +#: plugins/check_procs.c:743 msgid "Alert if vsz of any processes over 50K or 100K" msgstr "" -#: plugins/check_procs.c:744 +#: plugins/check_procs.c:745 #, c-format msgid "Alert if cpu of any processes over 10%% or 20%%" msgstr "" @@ -3286,100 +3279,100 @@ msgstr "" msgid "Config file error" msgstr "" -#: plugins/check_radius.c:146 +#: plugins/check_radius.c:147 msgid "Out of Memory?" msgstr "" -#: plugins/check_radius.c:167 +#: plugins/check_radius.c:168 msgid "Timeout" msgstr "" -#: plugins/check_radius.c:169 +#: plugins/check_radius.c:170 msgid "Auth Error" msgstr "" -#: plugins/check_radius.c:171 +#: plugins/check_radius.c:172 msgid "Auth Failed" msgstr "" -#: plugins/check_radius.c:175 +#: plugins/check_radius.c:176 msgid "Auth OK" msgstr "" -#: plugins/check_radius.c:218 plugins/check_radius.c:278 +#: plugins/check_radius.c:219 plugins/check_radius.c:279 msgid "Number of retries must be a positive integer" msgstr "" -#: plugins/check_radius.c:304 +#: plugins/check_radius.c:305 msgid "Tests to see if a radius server is accepting connections." msgstr "" -#: plugins/check_radius.c:315 +#: plugins/check_radius.c:316 msgid "The user to authenticate" msgstr "" -#: plugins/check_radius.c:317 +#: plugins/check_radius.c:318 msgid "Password for autentication (SECURITY RISK)" msgstr "" -#: plugins/check_radius.c:319 +#: plugins/check_radius.c:320 msgid "NAS identifier" msgstr "" -#: plugins/check_radius.c:321 +#: plugins/check_radius.c:322 msgid "Configuration file" msgstr "" -#: plugins/check_radius.c:323 +#: plugins/check_radius.c:324 msgid "Response string to expect from the server" msgstr "" -#: plugins/check_radius.c:325 +#: plugins/check_radius.c:326 msgid "Number of times to retry a failed connection" msgstr "" -#: plugins/check_radius.c:329 +#: plugins/check_radius.c:330 #, fuzzy msgid "" "This plugin tests a radius server to see if it is accepting connections." msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_radius.c:330 +#: plugins/check_radius.c:331 msgid "" "The server to test must be specified in the invocation, as well as a user" msgstr "" -#: plugins/check_radius.c:331 +#: plugins/check_radius.c:332 msgid "" "name and password. A configuration file may also be present. The format of" msgstr "" -#: plugins/check_radius.c:332 +#: plugins/check_radius.c:333 msgid "" "the configuration file is described in the radiusclient library sources." msgstr "" -#: plugins/check_radius.c:333 +#: plugins/check_radius.c:334 msgid "The password option presents a substantial security issue because the" msgstr "" -#: plugins/check_radius.c:334 +#: plugins/check_radius.c:335 msgid "password can be determined by careful watching of the command line in" msgstr "" -#: plugins/check_radius.c:335 +#: plugins/check_radius.c:336 msgid "a process listing. This risk is exacerbated because nagios will" msgstr "" -#: plugins/check_radius.c:336 +#: plugins/check_radius.c:337 msgid "run the plugin at regular prdictable intervals. Please be sure that" msgstr "" -#: plugins/check_radius.c:337 +#: plugins/check_radius.c:338 msgid "the password used does not allow access to sensitive system resources," msgstr "" -#: plugins/check_radius.c:338 +#: plugins/check_radius.c:339 msgid "otherwise compormise could occur." msgstr "" @@ -3403,21 +3396,16 @@ msgstr "Ung msgid "Invalid REAL response received from host on port %d\n" msgstr "" -#: plugins/check_real.c:189 plugins/check_tcp.c:291 -#, c-format -msgid "No data received from host\n" -msgstr "" - #: plugins/check_real.c:252 #, c-format msgid "REAL %s - %d second response time\n" msgstr "" -#: plugins/check_real.c:341 plugins/check_smtp.c:621 plugins/check_ups.c:535 +#: plugins/check_real.c:341 plugins/check_smtp.c:620 plugins/check_ups.c:535 msgid "Warning time must be a positive integer" msgstr "Warnung time muss ein positiver Integer sein" -#: plugins/check_real.c:350 plugins/check_smtp.c:612 plugins/check_ups.c:526 +#: plugins/check_real.c:350 plugins/check_smtp.c:611 plugins/check_ups.c:526 msgid "Critical time must be a positive integer" msgstr "Critical time muss ein positiver Integer sein" @@ -3447,7 +3435,7 @@ msgstr "" msgid "This plugin will attempt to open an RTSP connection with the host." msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_real.c:441 plugins/check_smtp.c:770 +#: plugins/check_real.c:441 plugins/check_smtp.c:769 msgid "Successul connects return STATE_OK, refusals and timeouts return" msgstr "" @@ -3465,195 +3453,197 @@ msgstr "" msgid "values." msgstr "" -#: plugins/check_smtp.c:187 plugins/check_swap.c:268 plugins/check_swap.c:274 +#: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274 #, c-format msgid "malloc() failed!\n" msgstr "" -#: plugins/check_smtp.c:191 +#: plugins/check_smtp.c:190 #, c-format msgid "gethostname() failed!\n" msgstr "" -#: plugins/check_smtp.c:228 plugins/check_smtp.c:252 +#: plugins/check_smtp.c:227 plugins/check_smtp.c:251 #, c-format msgid "recv() failed\n" msgstr "" -#: plugins/check_smtp.c:239 +#: plugins/check_smtp.c:238 #, c-format msgid "Invalid SMTP response received from host\n" msgstr "" -#: plugins/check_smtp.c:241 +#: plugins/check_smtp.c:240 #, c-format msgid "Invalid SMTP response received from host on port %d\n" msgstr "" -#: plugins/check_smtp.c:263 +#: plugins/check_smtp.c:262 #, c-format msgid "WARNING - TLS not supported by server\n" msgstr "" -#: plugins/check_smtp.c:275 +#: plugins/check_smtp.c:274 #, c-format msgid "Server does not support STARTTLS\n" msgstr "" -#: plugins/check_smtp.c:281 +#: plugins/check_smtp.c:280 #, c-format msgid "CRITICAL - Cannot create SSL context.\n" msgstr "" -#: plugins/check_smtp.c:301 -#, c-format -msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS.\n" +#: plugins/check_smtp.c:300 +msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." msgstr "" -#: plugins/check_smtp.c:306 +#: plugins/check_smtp.c:305 #, c-format msgid "sent %s" msgstr "" -#: plugins/check_smtp.c:308 -#, c-format -msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS.\n" +#: plugins/check_smtp.c:307 +msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." msgstr "" -#: plugins/check_smtp.c:321 plugins/check_tcp.c:239 -#, c-format -msgid "CRITICAL - Cannot retrieve server certificate.\n" +#: plugins/check_smtp.c:320 +#, fuzzy +msgid "CRITICAL - Cannot retrieve server certificate." msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" -#: plugins/check_smtp.c:359 plugins/check_snmp.c:568 +#: plugins/check_smtp.c:358 plugins/check_snmp.c:568 #, c-format msgid "Could Not Compile Regular Expression" msgstr "" -#: plugins/check_smtp.c:368 +#: plugins/check_smtp.c:367 #, c-format msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "" -#: plugins/check_smtp.c:372 plugins/check_snmp.c:318 +#: plugins/check_smtp.c:371 plugins/check_snmp.c:318 #, c-format msgid "Execute Error: %s\n" msgstr "" -#: plugins/check_smtp.c:386 +#: plugins/check_smtp.c:385 msgid "no authuser specified, " msgstr "" -#: plugins/check_smtp.c:391 +#: plugins/check_smtp.c:390 msgid "no authpass specified, " msgstr "" -#: plugins/check_smtp.c:398 plugins/check_smtp.c:420 plugins/check_smtp.c:441 +#: plugins/check_smtp.c:397 plugins/check_smtp.c:419 plugins/check_smtp.c:440 #, c-format msgid "sent %s\n" msgstr "" -#: plugins/check_smtp.c:401 +#: plugins/check_smtp.c:400 msgid "recv() failed after AUTH LOGIN, \n" msgstr "" -#: plugins/check_smtp.c:407 plugins/check_smtp.c:429 plugins/check_smtp.c:450 +#: plugins/check_smtp.c:406 plugins/check_smtp.c:428 plugins/check_smtp.c:449 #, fuzzy, c-format msgid "received %s\n" msgstr "Keine Daten empfangen %s\n" -#: plugins/check_smtp.c:411 +#: plugins/check_smtp.c:410 #, fuzzy msgid "invalid response received after AUTH LOGIN, " msgstr "Ungültige HTTP Antwort von Host empfangen\n" -#: plugins/check_smtp.c:424 +#: plugins/check_smtp.c:423 msgid "recv() failed after sending authuser, " msgstr "" -#: plugins/check_smtp.c:433 +#: plugins/check_smtp.c:432 #, fuzzy msgid "invalid response received after authuser, " msgstr "Ungültige HTTP Antwort von Host empfangen\n" -#: plugins/check_smtp.c:445 +#: plugins/check_smtp.c:444 msgid "recv() failed after sending authpass, " msgstr "" -#: plugins/check_smtp.c:454 +#: plugins/check_smtp.c:453 #, fuzzy msgid "invalid response received after authpass, " msgstr "Ungültige HTTP Antwort von Host empfangen\n" -#: plugins/check_smtp.c:461 +#: plugins/check_smtp.c:460 msgid "only authtype LOGIN is supported, " msgstr "" -#: plugins/check_smtp.c:485 +#: plugins/check_smtp.c:484 #, fuzzy, c-format msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" -#: plugins/check_smtp.c:591 plugins/check_smtp.c:601 +#: plugins/check_smtp.c:590 plugins/check_smtp.c:600 #, c-format msgid "Could not realloc() units [%d]\n" msgstr "" -#: plugins/check_smtp.c:648 +#: plugins/check_smtp.c:647 msgid "SSL support not available - install OpenSSL and recompile" msgstr "" -#: plugins/check_smtp.c:727 +#: plugins/check_smtp.c:726 #, fuzzy msgid "This plugin will attempt to open an SMTP connection with the host." msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_smtp.c:740 +#: plugins/check_smtp.c:739 #, c-format msgid " String to expect in first line of server response (default: '%s')\n" msgstr "" -#: plugins/check_smtp.c:742 +#: plugins/check_smtp.c:741 msgid "Suppress SMTP command" msgstr "" -#: plugins/check_smtp.c:744 +#: plugins/check_smtp.c:743 msgid "SMTP command (may be used repeatedly)" msgstr "" -#: plugins/check_smtp.c:746 +#: plugins/check_smtp.c:745 msgid "Expected response to command (may be used repeatedly)" msgstr "" -#: plugins/check_smtp.c:748 +#: plugins/check_smtp.c:747 msgid "FROM-address to include in MAIL command, required by Exchange 2000" msgstr "" -#: plugins/check_smtp.c:753 +#: plugins/check_smtp.c:750 plugins/check_tcp.c:638 +msgid "Minimum number of days a certificate has to be valid." +msgstr "" + +#: plugins/check_smtp.c:752 msgid "Use STARTTLS for the connection." msgstr "" -#: plugins/check_smtp.c:757 +#: plugins/check_smtp.c:756 msgid "SMTP AUTH type to check (default none, only LOGIN supported)" msgstr "" -#: plugins/check_smtp.c:759 +#: plugins/check_smtp.c:758 msgid "SMTP AUTH username" msgstr "" -#: plugins/check_smtp.c:761 +#: plugins/check_smtp.c:760 msgid "SMTP AUTH password" msgstr "" -#: plugins/check_smtp.c:771 +#: plugins/check_smtp.c:770 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" msgstr "" -#: plugins/check_smtp.c:772 +#: plugins/check_smtp.c:771 msgid "connects, but incorrect reponse messages from the host result in" msgstr "" -#: plugins/check_smtp.c:773 +#: plugins/check_smtp.c:772 msgid "STATE_WARNING return values." msgstr "" @@ -3899,31 +3889,31 @@ msgstr "" msgid " returned from the SNMP query is an unsigned integer." msgstr "" -#: plugins/check_ssh.c:169 +#: plugins/check_ssh.c:170 #, fuzzy msgid "Port number must be a positive integer" msgstr "Port muss ein positiver Integer sein" -#: plugins/check_ssh.c:234 +#: plugins/check_ssh.c:235 #, c-format msgid "Server answer: %s" msgstr "" -#: plugins/check_ssh.c:252 +#: plugins/check_ssh.c:253 #, c-format msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n" msgstr "" -#: plugins/check_ssh.c:258 +#: plugins/check_ssh.c:259 #, c-format msgid "SSH OK - %s (protocol %s)\n" msgstr "" -#: plugins/check_ssh.c:278 +#: plugins/check_ssh.c:279 msgid "Try to connect to an SSH server at specified server and port" msgstr "" -#: plugins/check_ssh.c:293 +#: plugins/check_ssh.c:294 msgid "" "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" msgstr "" @@ -4028,91 +4018,91 @@ msgstr "" msgid "With UDP checks, a send/expect string must be specified." msgstr "" -#: plugins/check_tcp.c:345 +#: plugins/check_tcp.c:239 #, c-format -msgid "%s %s - " -msgstr "" +msgid "CRITICAL - Cannot retrieve server certificate.\n" +msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" -#: plugins/check_tcp.c:418 +#: plugins/check_tcp.c:428 msgid "No arguments found" msgstr "" -#: plugins/check_tcp.c:520 +#: plugins/check_tcp.c:530 msgid "Maxbytes must be a positive integer" msgstr "Maxbytes muss ein positiver Integer sein" -#: plugins/check_tcp.c:537 +#: plugins/check_tcp.c:548 msgid "Refuse must be one of ok, warn, crit" msgstr "" -#: plugins/check_tcp.c:547 +#: plugins/check_tcp.c:558 msgid "Mismatch must be one of ok, warn, crit" msgstr "" -#: plugins/check_tcp.c:553 +#: plugins/check_tcp.c:564 msgid "Delay must be a positive integer" msgstr "Delay muss ein positiver Integer sein" -#: plugins/check_tcp.c:578 +#: plugins/check_tcp.c:589 #, fuzzy msgid "You must provide a server address" msgstr "%s: Hostname muss angegeben werden\n" -#: plugins/check_tcp.c:580 +#: plugins/check_tcp.c:591 #, fuzzy msgid "Invalid hostname, address or socket" msgstr "Ungültige(r) Hostname/Adresse" -#: plugins/check_tcp.c:594 +#: plugins/check_tcp.c:605 #, fuzzy, c-format msgid "" "This plugin tests %s connections with the specified host (or unix socket).\n" "\n" msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." -#: plugins/check_tcp.c:606 +#: plugins/check_tcp.c:617 msgid "Can use \\n, \\r, \\t or \\ in send or quit string." msgstr "" -#: plugins/check_tcp.c:607 +#: plugins/check_tcp.c:618 msgid "Default: nothing added to send, \\r\\n added to end of quit" msgstr "" -#: plugins/check_tcp.c:609 +#: plugins/check_tcp.c:620 msgid "String to send to the server" msgstr "" -#: plugins/check_tcp.c:611 +#: plugins/check_tcp.c:622 msgid "String to expect in server response" msgstr "" -#: plugins/check_tcp.c:613 +#: plugins/check_tcp.c:624 msgid "String to send server to initiate a clean close of the connection" msgstr "" -#: plugins/check_tcp.c:615 +#: plugins/check_tcp.c:626 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)" msgstr "" -#: plugins/check_tcp.c:617 +#: plugins/check_tcp.c:628 msgid "" "Accept expected string mismatches with states ok, warn, crit (default: warn)" msgstr "" -#: plugins/check_tcp.c:619 +#: plugins/check_tcp.c:630 #, fuzzy msgid "Hide output from TCP socket" msgstr "Konnte TCP socket nicht öffnen\n" -#: plugins/check_tcp.c:621 +#: plugins/check_tcp.c:632 msgid "Close connection once more than this number of bytes are received" msgstr "" -#: plugins/check_tcp.c:623 +#: plugins/check_tcp.c:634 msgid "Seconds to wait between sending string and polling for response" msgstr "" -#: plugins/check_tcp.c:629 +#: plugins/check_tcp.c:640 msgid "Use SSL for the connection." msgstr "" @@ -4478,7 +4468,7 @@ msgid "Turn off automatic offline tests" msgstr "" #: plugins/check_ide_smart.c:525 -msgid "Output suitable for Nagios\n" +msgid "Output suitable for Nagios" msgstr "" #: plugins/negate.c:257 @@ -4572,7 +4562,7 @@ msgstr "CRITICAL - Fehler: %s\n" msgid "Cannot catch SIGCHLD" msgstr "Konnte SIGALRM nicht erhalten" -#: plugins/popen.c:302 plugins/utils.c:139 +#: plugins/popen.c:302 plugins/utils.c:146 #, fuzzy, c-format msgid "CRITICAL - Plugin timed out after %d seconds\n" msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" @@ -4636,306 +4626,301 @@ msgstr "" msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" msgstr "" -#: plugins/utils.c:434 +#: plugins/utils.c:441 #, fuzzy msgid "failed realloc in strpcpy\n" msgstr "konnte keinen Speicher für '%s' reservieren\n" -#: plugins/utils.c:476 +#: plugins/utils.c:483 #, fuzzy msgid "failed malloc in strscat\n" msgstr "konnte keinen Speicher für '%s' reservieren\n" -#: plugins-root/check_dhcp.c:297 +#: plugins-root/check_dhcp.c:298 #, c-format msgid "Error: Could not get hardware address of interface '%s'\n" msgstr "" -#: plugins-root/check_dhcp.c:319 +#: plugins-root/check_dhcp.c:320 #, c-format msgid "Error: if_nametoindex error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:324 +#: plugins-root/check_dhcp.c:325 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:329 +#: plugins-root/check_dhcp.c:330 #, c-format msgid "" "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:334 +#: plugins-root/check_dhcp.c:335 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:360 +#: plugins-root/check_dhcp.c:361 #, c-format msgid "" "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " "eg lnc0.\n" msgstr "" -#: plugins-root/check_dhcp.c:365 plugins-root/check_dhcp.c:377 +#: plugins-root/check_dhcp.c:366 plugins-root/check_dhcp.c:378 #, c-format msgid "" "Error: can't read MAC address from DLPI streams interface for device %s unit " "%d.\n" msgstr "" -#: plugins-root/check_dhcp.c:383 +#: plugins-root/check_dhcp.c:384 #, c-format msgid "Error: can't get MAC address for this architecture.\n" msgstr "" -#: plugins-root/check_dhcp.c:388 +#: plugins-root/check_dhcp.c:389 #, c-format msgid "Hardware address: " msgstr "" -#: plugins-root/check_dhcp.c:463 +#: plugins-root/check_dhcp.c:464 #, c-format msgid "DHCPDISCOVER to %s port %d\n" msgstr "" -#: plugins-root/check_dhcp.c:516 +#: plugins-root/check_dhcp.c:517 #, c-format msgid "Result=ERROR\n" msgstr "" -#: plugins-root/check_dhcp.c:522 +#: plugins-root/check_dhcp.c:523 #, c-format msgid "Result=OK\n" msgstr "" -#: plugins-root/check_dhcp.c:537 +#: plugins-root/check_dhcp.c:538 #, c-format msgid "DHCPOFFER from IP address %s" msgstr "" -#: plugins-root/check_dhcp.c:538 +#: plugins-root/check_dhcp.c:539 #, c-format msgid " via %s\n" msgstr "" -#: plugins-root/check_dhcp.c:545 +#: plugins-root/check_dhcp.c:546 #, c-format msgid "" "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n" msgstr "" -#: plugins-root/check_dhcp.c:567 +#: plugins-root/check_dhcp.c:568 #, c-format msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" msgstr "" -#: plugins-root/check_dhcp.c:585 +#: plugins-root/check_dhcp.c:586 #, c-format msgid "Total responses seen on the wire: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:586 +#: plugins-root/check_dhcp.c:587 #, fuzzy, c-format msgid "Valid responses for this machine: %d\n" msgstr "Keine Antwort vom Host \n" -#: plugins-root/check_dhcp.c:602 +#: plugins-root/check_dhcp.c:603 #, c-format msgid "send_dhcp_packet result: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:631 +#: plugins-root/check_dhcp.c:632 #, fuzzy, c-format msgid "No (more) data received\n" msgstr "Keine Daten empfangen %s\n" -#: plugins-root/check_dhcp.c:650 +#: plugins-root/check_dhcp.c:651 #, c-format msgid "recvfrom() failed, " msgstr "" -#: plugins-root/check_dhcp.c:657 +#: plugins-root/check_dhcp.c:658 #, c-format msgid "receive_dhcp_packet() result: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:658 +#: plugins-root/check_dhcp.c:659 #, c-format msgid "receive_dhcp_packet() source: %s\n" msgstr "" -#: plugins-root/check_dhcp.c:687 +#: plugins-root/check_dhcp.c:688 #, c-format msgid "Error: Could not create socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:697 +#: plugins-root/check_dhcp.c:698 #, c-format msgid "Error: Could not set reuse address option on DHCP socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:703 +#: plugins-root/check_dhcp.c:704 #, c-format msgid "Error: Could not set broadcast option on DHCP socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:711 +#: plugins-root/check_dhcp.c:712 #, c-format msgid "" "Error: Could not bind socket to interface %s. Check your privileges...\n" msgstr "" -#: plugins-root/check_dhcp.c:721 +#: plugins-root/check_dhcp.c:722 #, c-format msgid "" "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" msgstr "" -#: plugins-root/check_dhcp.c:755 +#: plugins-root/check_dhcp.c:756 #, c-format msgid "Requested server address: %s\n" msgstr "" -#: plugins-root/check_dhcp.c:811 +#: plugins-root/check_dhcp.c:812 #, c-format msgid "Lease Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:813 +#: plugins-root/check_dhcp.c:814 #, c-format msgid "Lease Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:815 +#: plugins-root/check_dhcp.c:816 #, c-format msgid "Renewal Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:817 +#: plugins-root/check_dhcp.c:818 #, c-format msgid "Renewal Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:819 +#: plugins-root/check_dhcp.c:820 #, c-format msgid "Rebinding Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:820 +#: plugins-root/check_dhcp.c:821 #, c-format msgid "Rebinding Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:836 +#: plugins-root/check_dhcp.c:837 #, c-format msgid "Added offer from server @ %s" msgstr "" -#: plugins-root/check_dhcp.c:837 +#: plugins-root/check_dhcp.c:838 #, c-format msgid " of IP address %s\n" msgstr "" -#: plugins-root/check_dhcp.c:904 +#: plugins-root/check_dhcp.c:905 #, c-format msgid "DHCP Server Match: Offerer=%s" msgstr "" -#: plugins-root/check_dhcp.c:905 +#: plugins-root/check_dhcp.c:906 #, c-format msgid " Requested=%s" msgstr "" -#: plugins-root/check_dhcp.c:907 -#, c-format -msgid " (duplicate)" -msgstr "" - #: plugins-root/check_dhcp.c:908 #, c-format -msgid "\n" +msgid " (duplicate)" msgstr "" -#: plugins-root/check_dhcp.c:956 +#: plugins-root/check_dhcp.c:957 #, c-format msgid "No DHCPOFFERs were received.\n" msgstr "" -#: plugins-root/check_dhcp.c:960 +#: plugins-root/check_dhcp.c:961 #, c-format msgid "Received %d DHCPOFFER(s)" msgstr "" -#: plugins-root/check_dhcp.c:963 +#: plugins-root/check_dhcp.c:964 #, c-format msgid ", %s%d of %d requested servers responded" msgstr "" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 #, c-format msgid ", requested address (%s) was %soffered" msgstr "" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 msgid "not " msgstr "" -#: plugins-root/check_dhcp.c:968 +#: plugins-root/check_dhcp.c:969 #, c-format msgid ", max lease time = " msgstr "" -#: plugins-root/check_dhcp.c:970 +#: plugins-root/check_dhcp.c:971 #, c-format msgid "Infinity" msgstr "" -#: plugins-root/check_dhcp.c:1147 +#: plugins-root/check_dhcp.c:1148 #, c-format msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1159 +#: plugins-root/check_dhcp.c:1160 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1172 +#: plugins-root/check_dhcp.c:1173 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" msgstr "" -#: plugins-root/check_dhcp.c:1184 +#: plugins-root/check_dhcp.c:1185 #, c-format msgid "" "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1208 +#: plugins-root/check_dhcp.c:1209 #, c-format msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1256 +#: plugins-root/check_dhcp.c:1257 msgid "This plugin tests the availability of DHCP servers on a network." msgstr "" -#: plugins-root/check_dhcp.c:1267 +#: plugins-root/check_dhcp.c:1268 msgid "IP address of DHCP server that we must hear from" msgstr "" -#: plugins-root/check_dhcp.c:1269 +#: plugins-root/check_dhcp.c:1270 msgid "IP address that should be offered by at least one DHCP server" msgstr "" -#: plugins-root/check_dhcp.c:1271 +#: plugins-root/check_dhcp.c:1272 msgid "Seconds to wait for DHCPOFFER before timeout occurs" msgstr "" -#: plugins-root/check_dhcp.c:1273 +#: plugins-root/check_dhcp.c:1274 msgid "Interface to to use for listening (i.e. eth0)" msgstr "" @@ -5022,6 +5007,15 @@ msgstr "" msgid "The -v switch can be specified several times for increased verbosity." msgstr "" +#, fuzzy +#~ msgid "Unknown argument - %s" +#~ msgstr "" +#~ "%s: Unbekanntes Argument: %s\n" +#~ "\n" + +#~ msgid "No data received %s\n" +#~ msgstr "Keine Daten empfangen %s\n" + #~ msgid "" #~ " -1, --proto1\n" #~ " tell ssh to use Protocol 1\n" diff --git a/po/fr.po b/po/fr.po index c9475c9..2fdbdc0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,13 +4,13 @@ # This file is distributed under the same license as the nagiosplug package. # # Karl DeBisschop , 2003. -# Benoit Mortier , 2004, 2006. +# Benoit Mortier , 2004, 2006, 2007. msgid "" msgstr "" "Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: sgid_bugs_address\n" -"POT-Creation-Date: 2006-12-20 10:36+0100\n" -"PO-Revision-Date: 2006-12-20 12:29+0100\n" +"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2007-02-06 21:11+0100\n" +"PO-Revision-Date: 2007-02-06 20:47+0100\n" "Last-Translator: Benoit Mortier \n" "Language-Team: Français \n" "MIME-Version: 1.0\n" @@ -19,24 +19,24 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: KBabel 1.11.1\n" -#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:186 +#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:188 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89 -#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:148 +#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147 #: plugins/check_ldap.c:105 plugins/check_load.c:122 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88 #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_nwstat.c:177 #: plugins/check_overcr.c:106 plugins/check_pgsql.c:156 -#: plugins/check_ping.c:99 plugins/check_procs.c:142 -#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:181 +#: plugins/check_ping.c:99 plugins/check_procs.c:143 +#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:180 #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113 #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125 -#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:255 +#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:256 msgid "Could not parse arguments" msgstr "Impossible de parcourir les arguments" #: plugins/check_by_ssh.c:86 plugins/check_dig.c:86 plugins/check_dns.c:89 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160 -#: plugins/check_ping.c:103 plugins/check_procs.c:149 plugins/negate.c:106 +#: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:106 msgid "Cannot catch SIGALRM" msgstr "impossible d'obtenir le signal SIGALRM" @@ -54,48 +54,44 @@ msgstr "Erreur inconnue" msgid "SSH WARNING: could not open %s\n" msgstr "SSH AVERTISSEMENT: impossible d'ouvrir %s\n" -#: plugins/check_by_ssh.c:198 plugins/check_disk.c:438 -#: plugins/check_http.c:248 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 -#: plugins/check_procs.c:370 plugins/check_radius.c:214 -#: plugins/check_radius.c:284 plugins/check_real.c:361 -#: plugins/check_smtp.c:632 plugins/check_snmp.c:494 plugins/check_ssh.c:142 -#: plugins/check_tcp.c:490 plugins/check_time.c:306 plugins/check_ups.c:555 +#: plugins/check_by_ssh.c:200 plugins/check_disk.c:450 +#: plugins/check_http.c:240 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 +#: plugins/check_procs.c:371 plugins/check_radius.c:215 +#: plugins/check_radius.c:285 plugins/check_real.c:361 +#: plugins/check_smtp.c:631 plugins/check_snmp.c:494 plugins/check_ssh.c:143 +#: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555 #: plugins/negate.c:203 msgid "Timeout interval must be a positive integer" msgstr "Le délai d'attente doit être un entier positif" -#: plugins/check_by_ssh.c:208 plugins/check_pgsql.c:261 -#: plugins/check_radius.c:223 plugins/check_radius.c:257 -#: plugins/check_real.c:332 plugins/check_smtp.c:564 plugins/check_tcp.c:496 +#: plugins/check_by_ssh.c:210 plugins/check_pgsql.c:261 +#: plugins/check_radius.c:224 plugins/check_radius.c:258 +#: plugins/check_real.c:332 plugins/check_smtp.c:563 plugins/check_tcp.c:506 #: plugins/check_time.c:300 plugins/check_ups.c:517 msgid "Port must be a positive integer" msgstr "Le numéro du port doit être un entier positif" -#: plugins/check_by_ssh.c:252 +#: plugins/check_by_ssh.c:254 msgid "skip lines must be an integer" msgstr "Le nombres de lignes à sauter doit être un entier" -#: plugins/check_by_ssh.c:257 plugins/check_dig.c:269 plugins/check_dns.c:373 -#: plugins/check_game.c:252 plugins/check_nagios.c:261 -#, c-format -msgid "Unknown argument - %s" -msgstr "Argument inconnu - %s" - -#: plugins/check_by_ssh.c:264 +#: plugins/check_by_ssh.c:272 #, c-format msgid "%s: You must provide a host name\n" msgstr "%s: Vous devez fournir un nom d'hôte\n" -#: plugins/check_by_ssh.c:282 +#: plugins/check_by_ssh.c:290 msgid "No remotecmd" msgstr "Pas de commande distante" -#: plugins/check_by_ssh.c:298 +#: plugins/check_by_ssh.c:306 #, c-format -msgid "%s: In passive mode, you must provide a service name for each command.\n" -msgstr "%s: En mode passif, vous devez fournir un service pour chaque commande.\n" +msgid "" +"%s: In passive mode, you must provide a service name for each command.\n" +msgstr "" +"%s: En mode passif, vous devez fournir un service pour chaque commande.\n" -#: plugins/check_by_ssh.c:301 +#: plugins/check_by_ssh.c:309 #, c-format msgid "" "%s: In passive mode, you must provide the host short name from the nagios " @@ -104,109 +100,122 @@ msgstr "" "%s: En mode passif, vous devez fournir le nom court du hôte mentionné dans " "la configuration de nagios.\n" -#: plugins/check_by_ssh.c:315 +#: plugins/check_by_ssh.c:323 #, c-format msgid "This plugin uses SSH to execute commands on a remote host" msgstr "Ce plugin utilise SSH pour exécuter des commandes sur un hôte distant" -#: plugins/check_by_ssh.c:328 +#: plugins/check_by_ssh.c:336 msgid "tell ssh to use Protocol 1" msgstr "dire à ssh d'utiliser le protocole version 1" -#: plugins/check_by_ssh.c:330 +#: plugins/check_by_ssh.c:338 msgid "tell ssh to use Protocol 2" msgstr "dire à ssh d'utiliser le protocole 2" -#: plugins/check_by_ssh.c:332 +#: plugins/check_by_ssh.c:340 msgid "Ignore first n lines on STDERR (to suppress a logon banner)" -msgstr "ignorer les x premières lignes sur STDERR (pour supprimer une bannière de connexion)" +msgstr "" +"ignorer les x premières lignes sur STDERR (pour supprimer une bannière de " +"connexion)" -#: plugins/check_by_ssh.c:334 +#: plugins/check_by_ssh.c:342 msgid "tells ssh to fork rather than create a tty" msgstr "" -#: plugins/check_by_ssh.c:336 +#: plugins/check_by_ssh.c:344 msgid "command to execute on the remote machine" msgstr "commande à exécuter sur la machine distante" -#: plugins/check_by_ssh.c:338 +#: plugins/check_by_ssh.c:346 msgid "SSH user name on remote host [optional]" msgstr "Nom d'utilisateur ssh sur la machine distante [optionnel]" -#: plugins/check_by_ssh.c:340 +#: plugins/check_by_ssh.c:348 msgid "identity of an authorized key [optional]" msgstr "Identité de la clé autorisée [optionnel]" -#: plugins/check_by_ssh.c:342 +#: plugins/check_by_ssh.c:350 msgid "external command file for nagios [optional]" -msgstr "" +msgstr "commande externe pour nagios [optionnel]" -#: plugins/check_by_ssh.c:344 +#: plugins/check_by_ssh.c:352 msgid "list of nagios service names, separated by ':' [optional]" msgstr "liste des services nagios, séparés par ':' [optionnel] " -#: plugins/check_by_ssh.c:346 +#: plugins/check_by_ssh.c:354 msgid "short name of host in nagios configuration [optional]" msgstr "nom court de l'hôte dans la configuration nagios [optionnel]" -#: plugins/check_by_ssh.c:349 +#: plugins/check_by_ssh.c:356 +msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" +msgstr "" +"appelle ssh avec '-o OPTION' (peut être utilisé plusieurs fois) [optionnel]" + +#: plugins/check_by_ssh.c:358 +msgid "Tell ssh to suppress warning and diagnostic messages [optional]" +msgstr "" +"dire à ssh de supprimer les messages d'erreurs et de diagnostic [optionnel]" + +#: plugins/check_by_ssh.c:361 msgid "The most common mode of use is to refer to a local identity file with" msgstr "" -#: plugins/check_by_ssh.c:350 +#: plugins/check_by_ssh.c:362 msgid "the '-i' option. In this mode, the identity pair should have a null" msgstr "" -#: plugins/check_by_ssh.c:351 +#: plugins/check_by_ssh.c:363 msgid "passphrase and the public key should be listed in the authorized_keys" msgstr "" -#: plugins/check_by_ssh.c:352 +#: plugins/check_by_ssh.c:364 msgid "file of the remote host. Usually the key will be restricted to running" msgstr "" -#: plugins/check_by_ssh.c:353 +#: plugins/check_by_ssh.c:365 msgid "only one command on the remote server. If the remote SSH server tracks" msgstr "" -#: plugins/check_by_ssh.c:354 +#: plugins/check_by_ssh.c:366 msgid "invocation arguments, the one remote program may be an agent that can" msgstr "" -#: plugins/check_by_ssh.c:355 +#: plugins/check_by_ssh.c:367 msgid "execute additional commands as proxy" msgstr "" -#: plugins/check_by_ssh.c:356 +#: plugins/check_by_ssh.c:368 msgid "To use passive mode, provide multiple '-C' options, and provide" msgstr "Pour utiliser le mode passif, utilisez plusieurs fois l'option '-C',et" -#: plugins/check_by_ssh.c:357 -msgid "all of -O, -s, and -n options (servicelist order must match '-C'options)" +#: plugins/check_by_ssh.c:369 +msgid "" +"all of -O, -s, and -n options (servicelist order must match '-C'options)" msgstr "" -"et les options -O, -s, n (l'ordre des services doit correspondre aux multiples" -" options '-C)" +"et les options -O, -s, n (l'ordre des services doit correspondre aux " +"multiples options '-C)" -#: plugins/check_by_ssh.c:359 plugins/check_disk.c:744 -#: plugins/check_http.c:1331 plugins/check_nagios.c:303 -#: plugins/check_procs.c:734 plugins/negate.c:269 plugins/urlize.c:187 +#: plugins/check_by_ssh.c:371 plugins/check_disk.c:768 +#: plugins/check_http.c:1323 plugins/check_nagios.c:303 +#: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187 #, c-format msgid "Examples:" msgstr "Exemples:" -#: plugins/check_by_ssh.c:373 plugins/check_dig.c:336 plugins/check_disk.c:755 +#: plugins/check_by_ssh.c:385 plugins/check_dig.c:336 plugins/check_disk.c:779 #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407 -#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1354 +#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1346 #: plugins/check_ldap.c:411 plugins/check_load.c:311 plugins/check_mrtg.c:383 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707 #: plugins/check_nwstat.c:1688 plugins/check_overcr.c:469 -#: plugins/check_pgsql.c:458 plugins/check_ping.c:580 -#: plugins/check_procs.c:752 plugins/check_radius.c:348 -#: plugins/check_real.c:454 plugins/check_smtp.c:783 plugins/check_snmp.c:1007 -#: plugins/check_ssh.c:305 plugins/check_swap.c:560 plugins/check_tcp.c:645 +#: plugins/check_pgsql.c:458 plugins/check_ping.c:592 +#: plugins/check_procs.c:753 plugins/check_radius.c:349 +#: plugins/check_real.c:454 plugins/check_smtp.c:782 plugins/check_snmp.c:1007 +#: plugins/check_ssh.c:306 plugins/check_swap.c:560 plugins/check_tcp.c:656 #: plugins/check_time.c:373 plugins/check_ups.c:653 plugins/check_users.c:230 #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204 -#: plugins-root/check_dhcp.c:1282 plugins-root/check_icmp.c:1248 +#: plugins-root/check_dhcp.c:1283 plugins-root/check_icmp.c:1248 #, c-format msgid "Usage:" msgstr "Utilisation:" @@ -273,157 +282,146 @@ msgstr "" "une adresse qui devrait se trouver dans l'ANSWER SECTION. Si elle ne si " "trouve pas, utilise ce qui a été précisé avec -l" -#: plugins/check_disk.c:208 +#: plugins/check_disk.c:211 #, c-format msgid "DISK %s: %s not found\n" -msgstr "" +msgstr "DISK %s: %s non trouvé\n" -#: plugins/check_disk.c:208 plugins/check_disk.c:610 plugins/check_dns.c:208 -#: plugins/check_dummy.c:81 plugins/check_http.c:966 plugins/check_http.c:1029 +#: plugins/check_disk.c:211 plugins/check_disk.c:634 plugins/check_dns.c:208 +#: plugins/check_dummy.c:81 plugins/check_http.c:958 plugins/check_http.c:1021 #: plugins/check_mysql.c:214 plugins/check_nagios.c:107 #: plugins/check_nagios.c:171 plugins/check_nagios.c:175 -#: plugins/check_procs.c:301 +#: plugins/check_procs.c:302 #, c-format msgid "CRITICAL" msgstr "CRITIQUE" -#: plugins/check_disk.c:504 +#: plugins/check_disk.c:524 #, c-format msgid "unit type %s not known\n" msgstr "unité de type %s inconnue\n" -#: plugins/check_disk.c:507 +#: plugins/check_disk.c:527 #, c-format msgid "failed allocating storage for '%s'\n" msgstr "Impossible d'allouer de l'espace pour '%s'\n" -#: plugins/check_disk.c:529 plugins/check_dummy.c:84 plugins/check_http.c:960 +#: plugins/check_disk.c:549 plugins/check_dummy.c:84 plugins/check_http.c:952 #, c-format msgid "UNKNOWN" msgstr "INCONNU" -#: plugins/check_disk.c:529 +#: plugins/check_disk.c:549 msgid "Must set a threshold value before using -p\n" msgstr "" -#: plugins/check_disk.c:578 plugins/check_fping.c:261 plugins/check_hpjd.c:354 -#: plugins/check_http.c:236 plugins/check_ldap.c:328 plugins/check_load.c:239 -#: plugins/check_mrtg.c:246 plugins/check_mrtgtraf.c:280 -#: plugins/check_mysql.c:311 plugins/check_nt.c:495 -#: plugins/check_nwstat.c:1358 plugins/check_overcr.c:344 -#: plugins/check_pgsql.c:228 plugins/check_ping.c:214 -#: plugins/check_procs.c:361 plugins/check_radius.c:237 -#: plugins/check_real.c:371 plugins/check_smtp.c:668 plugins/check_snmp.c:447 -#: plugins/check_ssh.c:130 plugins/check_swap.c:471 plugins/check_tcp.c:446 -#: plugins/check_time.c:235 plugins/check_ups.c:497 plugins/check_users.c:159 -#: plugins/check_ide_smart.c:215 plugins/negate.c:192 plugins/urlize.c:103 -#: plugins-root/check_dhcp.c:1093 +#: plugins/check_disk.c:601 msgid "Unknown argument" msgstr "Argument inconnu" -#: plugins/check_disk.c:611 +#: plugins/check_disk.c:635 #, c-format msgid "%s does not exist\n" msgstr "%s n'existe pas\n" -#: plugins/check_disk.c:640 +#: plugins/check_disk.c:664 #, c-format msgid " for %s\n" msgstr " pour %s\n" -#: plugins/check_disk.c:698 -msgid "This plugin checks the amount of used disk space on a mounted file system" +#: plugins/check_disk.c:722 +msgid "" +"This plugin checks the amount of used disk space on a mounted file system" msgstr "Ce plugin vérifie la place utilisé sur un système de fichier monté" -#: plugins/check_disk.c:699 -msgid "and generates an alert if free space is less than one of the threshold values" +#: plugins/check_disk.c:723 +msgid "" +"and generates an alert if free space is less than one of the threshold values" msgstr "" "et génère une alerte si la place disponible est plus petite qu'une des " "valeurs fournies" -#: plugins/check_disk.c:708 +#: plugins/check_disk.c:732 msgid "Exit with WARNING status if less than INTEGER units of disk are free" msgstr "" "Sortir avec un résultat AVERTISSEMENT si moins de x unités de disques sont " "libres" -#: plugins/check_disk.c:710 +#: plugins/check_disk.c:734 msgid "Exit with WARNING status if less than PERCENT of disk space is free" msgstr "" "Sortir avec un résultat AVERTISSEMENT si moins de x pour-cent du disque est " "libre" -#: plugins/check_disk.c:712 +#: plugins/check_disk.c:736 msgid "Exit with WARNING status if less than PERCENT of inode space is free" msgstr "" "Sortir avec un résultat AVERTISSEMENT si moins de x pour-cent des inodes " "sont libres" -#: plugins/check_disk.c:714 +#: plugins/check_disk.c:738 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" msgstr "" "Sortir avec un résultat CRITIQUE si moins de x pour-cent des inodes sont " "libres" -#: plugins/check_disk.c:716 +#: plugins/check_disk.c:740 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" -msgstr "Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" +msgstr "" +"Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" -#: plugins/check_disk.c:718 +#: plugins/check_disk.c:742 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free" -msgstr "Sortir avec un résultat CRITIQUE si moins de x pour-cent du disque est libre" +msgstr "" +"Sortir avec un résultat CRITIQUE si moins de x pour-cent du disque est libre" -#: plugins/check_disk.c:720 +#: plugins/check_disk.c:744 msgid "Clear thresholds" msgstr "Effacer les seuils" -#: plugins/check_disk.c:722 +#: plugins/check_disk.c:746 msgid "Choose bytes, kB, MB, GB, TB (default: MB)" msgstr "Choisissez octets, kb, MB, GB, TB (par défaut: MB)" -#: plugins/check_disk.c:724 +#: plugins/check_disk.c:748 msgid "Same as '--units kB'" msgstr "Pareil à '--units kB'" -#: plugins/check_disk.c:726 +#: plugins/check_disk.c:750 msgid "Same as '--units MB'" msgstr "Pareil à '--units MB'" -#: plugins/check_disk.c:728 +#: plugins/check_disk.c:752 msgid "Only check local filesystems" msgstr "Vérifier seulement les systèmes de fichiers locaux" -#: plugins/check_disk.c:730 +#: plugins/check_disk.c:754 msgid "Path or partition (may be repeated)" msgstr "Répertoire ou partition (peut être utilisé plusieurs fois)" -#: plugins/check_disk.c:732 +#: plugins/check_disk.c:756 msgid "Ignore device (only works if -p unspecified)" msgstr "Ignorer le périphérique (marche seulement lorsque -p est utilisé)" -#: plugins/check_disk.c:733 -msgid "-X, --exclude-type=TYPE " -msgstr "" - -#: plugins/check_disk.c:734 +#: plugins/check_disk.c:758 msgid "Ignore all filesystems of indicated type (may be repeated)" msgstr "" "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " "(peut être utilisé plusieurs fois)" -#: plugins/check_disk.c:736 +#: plugins/check_disk.c:760 msgid "Display the mountpoint instead of the partition" msgstr "Afficher le point de montage au lieu de la partition" -#: plugins/check_disk.c:738 +#: plugins/check_disk.c:762 msgid "For paths or partitions specified with -p, only check for exact paths" msgstr "" -#: plugins/check_disk.c:740 +#: plugins/check_disk.c:764 msgid "Display only devices/mountpoints with errors" msgstr "Afficher seulement les périphériques/point de montage avec des erreurs" -#: plugins/check_disk.c:746 +#: plugins/check_disk.c:770 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" msgstr "Vérifie /tmp à 10% et /var à 5% et / à 100MB et 50MB" @@ -459,15 +457,15 @@ msgstr "j'attendais '%s' mais j'ai reçu '%s'" msgid "server %s is not authoritative for %s" msgstr "serveur %s n'est pas autoritaire pour %s" -#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:962 -#: plugins/check_nagios.c:185 plugins/check_procs.c:294 +#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:954 +#: plugins/check_nagios.c:185 plugins/check_procs.c:295 #, c-format msgid "OK" msgstr "OK" -#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:964 +#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:956 #: plugins/check_mysql.c:211 plugins/check_nagios.c:185 -#: plugins/check_procs.c:296 +#: plugins/check_procs.c:297 #, c-format msgid "WARNING" msgstr "AVERTISSEMENT" @@ -593,7 +591,8 @@ msgid "Optional DNS server you want to use for the lookup" msgstr "Serveur DNS que vous voulez utiliser pour la recherche" #: plugins/check_dns.c:431 -msgid "Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ." +msgid "" +"Optional IP-ADDRESS you expect the DNS server to return. HOST must end with ." msgstr "" "Adresse IP que le serveur DNS doit renvoyer. Les hôtes doivent se terminer " "avec ." @@ -624,22 +623,24 @@ msgid "Status %d is not a supported error state\n" msgstr "Le résultat %d n'est pas un résultat supporté\n" #: plugins/check_dummy.c:109 -msgid "This plugin will simply return the state corresponding to the numeric value" -msgstr "Ce plugin renverra simplement l'état correspondant à la valeur numérique" +msgid "" +"This plugin will simply return the state corresponding to the numeric value" +msgstr "" +"Ce plugin renverra simplement l'état correspondant à la valeur numérique" #: plugins/check_dummy.c:111 msgid "of the argument with optional text" msgstr "du paramètre avec un texte optionnel" #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:427 -#: plugins/check_procs.c:158 plugins/check_snmp.c:203 plugins/check_swap.c:178 +#: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178 #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117 #, c-format msgid "Could not open pipe: %s\n" msgstr "Impossible d'ouvrir le pipe: %s\n" #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:153 -#: plugins/check_procs.c:164 plugins/check_snmp.c:209 plugins/check_swap.c:184 +#: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184 #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123 #, c-format msgid "Could not open stderr for %s\n" @@ -673,9 +674,9 @@ msgstr "FPING %s - %s (perte=%.0f%% )|%s\n" #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 #: plugins/check_pgsql.c:255 plugins/check_ping.c:285 plugins/check_ping.c:408 -#: plugins/check_radius.c:249 plugins/check_real.c:319 -#: plugins/check_real.c:381 plugins/check_smtp.c:557 plugins/check_smtp.c:678 -#: plugins/check_ssh.c:161 plugins/check_time.c:244 plugins/check_time.c:319 +#: plugins/check_radius.c:250 plugins/check_real.c:319 +#: plugins/check_real.c:381 plugins/check_smtp.c:556 plugins/check_smtp.c:677 +#: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319 #: plugins/check_ups.c:503 plugins/check_ups.c:572 msgid "Invalid hostname/address" msgstr "Adresse/Nom invalide" @@ -695,18 +696,21 @@ msgstr "Le nom de l'hôte n'a pas été spécifié" #: plugins/check_fping.c:339 #, c-format msgid "%s: Only one threshold may be packet loss (%s)\n" -msgstr "%s: Seulement un seuil peut être utilisé pour les pertes de paquets (%s)\n" +msgstr "" +"%s: Seulement un seuil peut être utilisé pour les pertes de paquets (%s)\n" #: plugins/check_fping.c:343 #, c-format msgid "%s: Only one threshold must be packet loss (%s)\n" -msgstr "%s: Seulement un seuil doit être utilisé pour les pertes de paquets (%s)\n" +msgstr "" +"%s: Seulement un seuil doit être utilisé pour les pertes de paquets (%s)\n" #: plugins/check_fping.c:375 msgid "" "This plugin will use the fping command to ping the specified host for a fast " "check" -msgstr "Ce plugin va utiliser la commande fping pour pinger l'hôte de manière rapide." +msgstr "" +"Ce plugin va utiliser la commande fping pour pinger l'hôte de manière rapide." #: plugins/check_fping.c:377 msgid "Note that it is necessary to set the suid flag on fping." @@ -722,11 +726,11 @@ msgstr "" "nom ou adresse IP des hôtes à pinger (l'indication d'un adresse IP évite une " "recherche sur le nom, ce qui réduit la charge système)" -#: plugins/check_fping.c:388 plugins/check_ping.c:550 +#: plugins/check_fping.c:388 plugins/check_ping.c:562 msgid "warning threshold pair" msgstr "Valeurs pour le seuil d'avertissement" -#: plugins/check_fping.c:390 plugins/check_ping.c:552 +#: plugins/check_fping.c:390 plugins/check_ping.c:564 msgid "critical threshold pair" msgstr "Valeurs pour le seuil critique" @@ -750,7 +754,8 @@ msgstr "" "(ms)" #: plugins/check_fping.c:398 -msgid "which triggers a WARNING or CRITICAL state, and is the percentage of" +msgid "" +"which triggers a WARNING or CRITICAL state, and is the percentage of" msgstr "" "qui déclenche résultat AVERTISSEMENT ou CRITIQUE, et est le pourcentage " "de" @@ -800,7 +805,7 @@ msgstr "" msgid "Field number in raw qstat output that contains ping time" msgstr "" -#: plugins/check_game.c:318 plugins/check_http.c:1319 plugins/check_mrtg.c:364 +#: plugins/check_game.c:318 plugins/check_http.c:1311 plugins/check_mrtg.c:364 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452 #: plugins/check_swap.c:549 plugins/check_ups.c:629 plugins/negate.c:276 @@ -817,8 +822,10 @@ msgstr "" "serveurs de jeux." #: plugins/check_game.c:322 -msgid "If you don't have the package installed, you will need to download it from" -msgstr "Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" +msgid "" +"If you don't have the package installed, you will need to download it from" +msgstr "" +"Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" #: plugins/check_game.c:324 msgid "" @@ -894,416 +901,424 @@ msgstr "Le nom de la communauté SNMP " msgid "(default=%s)" msgstr "(défaut=%s)" -#: plugins/check_http.c:254 +#: plugins/check_http.c:246 msgid "Critical threshold must be integer" msgstr "le seuil critique doit être un entier positif" -#: plugins/check_http.c:262 +#: plugins/check_http.c:254 msgid "Warning threshold must be integer" msgstr "Le seuil d'avertissement doit être un entier positif" -#: plugins/check_http.c:288 plugins/check_tcp.c:559 +#: plugins/check_http.c:280 plugins/check_tcp.c:570 msgid "Invalid certificate expiration period" msgstr "Période d'expiration du certificat invalide" -#: plugins/check_http.c:297 plugins/check_tcp.c:571 +#: plugins/check_http.c:289 plugins/check_tcp.c:582 msgid "Invalid option - SSL is not available" msgstr "Option invalide - SSL n'est pas disponible" -#: plugins/check_http.c:315 +#: plugins/check_http.c:307 #, c-format msgid "option f:%d \n" msgstr "option f:%d \n" -#: plugins/check_http.c:332 +#: plugins/check_http.c:324 msgid "Invalid port number" msgstr "Numéro de port invalide" -#: plugins/check_http.c:370 +#: plugins/check_http.c:362 #, c-format msgid "Could Not Compile Regular Expression: %s" msgstr "Impossible de compiler l'expression régulière: %s" -#: plugins/check_http.c:384 plugins/check_smtp.c:658 plugins/check_ssh.c:153 -#: plugins/check_tcp.c:463 +#: plugins/check_http.c:376 plugins/check_smtp.c:657 plugins/check_ssh.c:154 +#: plugins/check_tcp.c:473 msgid "IPv6 support not available" msgstr "Support IPv6 non disponible" -#: plugins/check_http.c:446 plugins/check_ping.c:412 +#: plugins/check_http.c:438 plugins/check_ping.c:412 msgid "You must specify a server address or host name" msgstr "Vous devez spécifier une adresse ou un nom d'hôte" -#: plugins/check_http.c:672 +#: plugins/check_http.c:664 msgid "Server date unknown\n" msgstr "Date du serveur inconnue\n" -#: plugins/check_http.c:674 +#: plugins/check_http.c:666 msgid "Document modification date unknown\n" msgstr "Date de modification du document inconnue\n" -#: plugins/check_http.c:680 +#: plugins/check_http.c:672 #, c-format msgid "CRITICAL - Server date \"%100s\" unparsable" msgstr "CRITIQUE - Date du serveur \"%100s\" illisible" -#: plugins/check_http.c:682 +#: plugins/check_http.c:674 #, c-format msgid "CRITICAL - Document date \"%100s\" unparsable" msgstr "CRITIQUE - Date du document \"%100s\" illisible" -#: plugins/check_http.c:684 +#: plugins/check_http.c:676 #, c-format msgid "CRITICAL - Document is %d seconds in the future\n" msgstr "CRITIQUE - La date du document est %d secondes dans le futur\n" -#: plugins/check_http.c:689 +#: plugins/check_http.c:681 #, c-format msgid "CRITICAL - Last modified %.1f days ago\n" msgstr "CRITIQUE - Dernière modification %.1f jours auparavant\n" -#: plugins/check_http.c:693 +#: plugins/check_http.c:685 #, c-format msgid "CRITICAL - Last modified %d:%02d:%02d ago\n" msgstr "CRITIQUE - Dernière modification %d:%02d:%02d auparavant\n" -#: plugins/check_http.c:774 +#: plugins/check_http.c:766 msgid "Unable to open TCP socket\n" msgstr "Impossible d'ouvrir un socket TCP\n" -#: plugins/check_http.c:854 +#: plugins/check_http.c:846 msgid "Error on receive\n" msgstr "Erreur dans la réception\n" -#: plugins/check_http.c:864 +#: plugins/check_http.c:856 plugins/check_real.c:189 plugins/check_tcp.c:291 #, c-format -msgid "No data received %s\n" -msgstr "Pas de données reçues %s\n" +msgid "No data received from host\n" +msgstr "Pas de données reçues de l'hôte\n" -#: plugins/check_http.c:914 +#: plugins/check_http.c:906 msgid "Invalid HTTP response received from host\n" msgstr "Réponse HTTP invalide reçue de l'hôte\n" -#: plugins/check_http.c:917 +#: plugins/check_http.c:909 #, c-format msgid "Invalid HTTP response received from host on port %d\n" msgstr "Réponse HTTP invalide reçue de l'hôte sur le port %d\n" -#: plugins/check_http.c:925 +#: plugins/check_http.c:917 #, c-format msgid "HTTP OK: Status line output matched \"%s\"\n" msgstr "HTTP OK: La ligne d'état correspond à \"%s\"\n" -#: plugins/check_http.c:937 +#: plugins/check_http.c:929 #, c-format msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" msgstr "HTTP CRITIQUE: Ligne d'état non valide (%s)\n" -#: plugins/check_http.c:944 +#: plugins/check_http.c:936 #, c-format msgid "HTTP CRITICAL: Invalid Status (%s)\n" msgstr "HTTP CRITIQUE: Etat Invalide (%s)\n" -#: plugins/check_http.c:948 +#: plugins/check_http.c:940 #, c-format msgid "HTTP CRITICAL: %s\n" msgstr "HTTP CRITIQUE: %s\n" -#: plugins/check_http.c:952 +#: plugins/check_http.c:944 #, c-format msgid "HTTP WARNING: %s\n" msgstr "HTTP AVERTISSEMENT: %s\n" -#: plugins/check_http.c:970 +#: plugins/check_http.c:962 #, c-format -msgid " - %s - %.3f second response time %s%s|%s %s\n" -msgstr " - %s - %.3f secondes de temps de réponse %s%s|%s %s\n" +msgid " - %s - %.3f second response time %s|%s %s\n" +msgstr " - %s - %.3f secondes de temps de réponse %s|%s %s\n" -#: plugins/check_http.c:986 +#: plugins/check_http.c:978 #, c-format -msgid "HTTP WARNING: %s - %.3f second response time %s%s|%s %s\n" -msgstr "HTTP AVERTISSEMENT %s - %.3f secondes de temps de réponse %s%s|%s %s\n" +msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n" +msgstr "HTTP AVERTISSEMENT: %s - %.3f secondes de temps de réponse %s|%s %s\n" -#: plugins/check_http.c:1000 plugins/check_http.c:1017 +#: plugins/check_http.c:992 plugins/check_http.c:1009 #, c-format -msgid "HTTP OK %s - %.3f second response time %s%s|%s %s\n" -msgstr "HTTP OK %s - %.3f secondes de temps de réponse %s%s|%s %s\n" +msgid "HTTP OK %s - %.3f second response time %s|%s %s\n" +msgstr "HTTP OK %s - %.3f secondes de temps de réponse %s|%s %s\n" -#: plugins/check_http.c:1007 +#: plugins/check_http.c:999 #, c-format msgid "CRITICAL - string not found%s|%s %s\n" msgstr "CRITIQUE - chaîne non trouvée%s|%s %s\n" -#: plugins/check_http.c:1025 +#: plugins/check_http.c:1017 msgid "pattern not found" msgstr "chaîne non trouvée" -#: plugins/check_http.c:1027 +#: plugins/check_http.c:1019 msgid "pattern found" -msgstr "" - -#: plugins/check_http.c:1028 -#, c-format -msgid "%s - %s%s|%s %s\n" -msgstr "" +msgstr "chaîne de caractère trouvée" -#: plugins/check_http.c:1037 +#: plugins/check_http.c:1029 #, c-format msgid "CRITICAL - Execute Error: %s\n" msgstr "CRITIQUE - Erreur d'exécution: %s\n" -#: plugins/check_http.c:1046 +#: plugins/check_http.c:1038 #, c-format msgid "HTTP WARNING: page size %d too large%s|%s\n" msgstr "HTTP AVERTISSEMENT: la taille de la page %d est trop grande%s|%s\n" -#: plugins/check_http.c:1050 +#: plugins/check_http.c:1042 #, c-format msgid "HTTP WARNING: page size %d too small%s|%s\n" msgstr "HTTP AVERTISSEMENT: la taille de la page %d est trop petite%s|%s\n" -#: plugins/check_http.c:1055 +#: plugins/check_http.c:1047 #, c-format -msgid "HTTP OK %s - %d bytes in %.3f seconds %s%s|%s %s\n" -msgstr "HTTP OK %s - %d bytes en %.3f secondes %s%s|%s %s\n" +msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n" +msgstr "HTTP OK %s - %d bytes en %.3f secondes %s|%s %s\n" -#: plugins/check_http.c:1090 +#: plugins/check_http.c:1082 msgid "Could not allocate addr\n" msgstr "Impossible d'allouer une adresse\n" -#: plugins/check_http.c:1094 +#: plugins/check_http.c:1086 msgid "Could not allocate url\n" msgstr "Impossible d'allouer une URL\n" -#: plugins/check_http.c:1103 +#: plugins/check_http.c:1095 #, c-format msgid "UNKNOWN - Could not find redirect location - %s%s\n" msgstr "INCONNU - Impossible de trouver l'endroit de la relocation - %s%s\n" -#: plugins/check_http.c:1113 +#: plugins/check_http.c:1105 msgid "could not allocate url\n" msgstr "Impossible d'allouer une URL\n" -#: plugins/check_http.c:1156 +#: plugins/check_http.c:1148 #, c-format msgid "UNKNOWN - Could not parse redirect location - %s%s\n" msgstr "INCONNU - Impossible de définir l'endroit de la relocation - %s%s\n" -#: plugins/check_http.c:1166 +#: plugins/check_http.c:1158 #, c-format msgid "WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" msgstr "" "AVERTISSEMENT - le niveau maximum de redirection %d à été dépassé - %s://%s:%" "d%s%s\n" -#: plugins/check_http.c:1174 +#: plugins/check_http.c:1166 #, c-format msgid "WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" -msgstr "AVERTISSEMENT - la redirection crée une boucle infinie - %s://%s:%d%s%s\n" +msgstr "" +"AVERTISSEMENT - la redirection crée une boucle infinie - %s://%s:%d%s%s\n" -#: plugins/check_http.c:1238 +#: plugins/check_http.c:1230 msgid "This plugin tests the HTTP service on the specified host. It can test" msgstr "Ce plugin teste le service HTTP sur l'hôte spécifié. Il peut tester" -#: plugins/check_http.c:1239 +#: plugins/check_http.c:1231 msgid "normal (http) and secure (https) servers, follow redirects, search for" msgstr "" -#: plugins/check_http.c:1240 +#: plugins/check_http.c:1232 msgid "strings and regular expressions, check connection times, and report on" msgstr "" -#: plugins/check_http.c:1241 +#: plugins/check_http.c:1233 msgid "certificate expiration times." msgstr "Période d'expiration du certificat invalide." -#: plugins/check_http.c:1247 +#: plugins/check_http.c:1239 #, c-format msgid "NOTE: One or both of -H and -I must be specified" msgstr "NOTE: les paramètres -H et -I peuvent être spécifiés" -#: plugins/check_http.c:1254 +#: plugins/check_http.c:1246 msgid "Host name argument for servers using host headers (virtual host)" msgstr "" -#: plugins/check_http.c:1255 +#: plugins/check_http.c:1247 msgid "Append a port to include it in the header (eg: example.com:5000)" msgstr "" -#: plugins/check_http.c:1257 -msgid "IP address or name (use numeric address if possible to bypass DNS lookup)." +#: plugins/check_http.c:1249 +msgid "" +"IP address or name (use numeric address if possible to bypass DNS lookup)." msgstr "" -#: plugins/check_http.c:1259 +#: plugins/check_http.c:1251 msgid "Port number (default: " msgstr "Numéro du port (défaut: " -#: plugins/check_http.c:1266 -msgid "Connect via SSL" -msgstr "Connexion via SSL" +#: plugins/check_http.c:1258 +msgid "Connect via SSL. Port defaults to 443" +msgstr "" -#: plugins/check_http.c:1268 plugins/check_smtp.c:751 plugins/check_tcp.c:627 -msgid "Minimum number of days a certificate has to be valid." -msgstr "Nombre de jours minimum pour que le certificat soit valide." +#: plugins/check_http.c:1260 +msgid "" +"Minimum number of days a certificate has to be valid. Port defaults to 443" +msgstr "" +"Nombre de jours minimum pour que le certificat soit valide. Port par défaut " +"443" -#: plugins/check_http.c:1269 +#: plugins/check_http.c:1261 msgid "(when this option is used the url is not checked.)\n" msgstr "" -#: plugins/check_http.c:1273 +#: plugins/check_http.c:1265 msgid "String to expect in first (status) line of server response (default: " msgstr "Texte attendu dans la première ligne de réponse du serveur (défaut: " -#: plugins/check_http.c:1275 -msgid "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" +#: plugins/check_http.c:1267 +msgid "" +"If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" msgstr "" -#: plugins/check_http.c:1277 +#: plugins/check_http.c:1269 msgid "String to expect in the content" msgstr "Chaîne de caractère attendue dans le contenu" -#: plugins/check_http.c:1279 +#: plugins/check_http.c:1271 msgid "URL to GET or POST (default: /)" msgstr "URL pour le GET ou le POST (défaut: /)" -#: plugins/check_http.c:1281 +#: plugins/check_http.c:1273 msgid "URL encoded http POST data" msgstr "" -#: plugins/check_http.c:1283 +#: plugins/check_http.c:1275 msgid "Don't wait for document body: stop reading after headers." -msgstr "Ne pas attendre pour le corps du document: arrêter de lire après les entêtes" +msgstr "" +"Ne pas attendre pour le corps du document: arrêter de lire après les entêtes" -#: plugins/check_http.c:1284 +#: plugins/check_http.c:1276 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" msgstr "(Veuillez noter qu'un HTTP GET ou POST est effectué, pas un HEAD.)" -#: plugins/check_http.c:1286 +#: plugins/check_http.c:1278 msgid "Warn if document is more than SECONDS old. the number can also be of" msgstr "" -#: plugins/check_http.c:1287 +#: plugins/check_http.c:1279 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." msgstr "" -#: plugins/check_http.c:1289 +#: plugins/check_http.c:1281 msgid "specify Content-Type header media type when POSTing\n" msgstr "" -#: plugins/check_http.c:1292 +#: plugins/check_http.c:1284 msgid "Allow regex to span newlines (must precede -r or -R)" msgstr "" -#: plugins/check_http.c:1294 +#: plugins/check_http.c:1286 msgid "Search page for regex STRING" msgstr "" -#: plugins/check_http.c:1296 +#: plugins/check_http.c:1288 msgid "Search page for case-insensitive regex STRING" msgstr "" -#: plugins/check_http.c:1298 +#: plugins/check_http.c:1290 msgid "Return CRITICAL if found, OK if not\n" msgstr "" -#: plugins/check_http.c:1301 +#: plugins/check_http.c:1293 msgid "Username:password on sites with basic authentication" msgstr "" -#: plugins/check_http.c:1303 +#: plugins/check_http.c:1295 msgid "String to be sent in http header as \"User Agent\"" msgstr "" -#: plugins/check_http.c:1305 +#: plugins/check_http.c:1297 msgid "" " Any other tags to be sent in http header. Use multiple times for additional " "headers" msgstr "" -#: plugins/check_http.c:1307 +#: plugins/check_http.c:1299 msgid "Wrap output in HTML link (obsoleted by urlize)" msgstr "" -#: plugins/check_http.c:1309 +#: plugins/check_http.c:1301 msgid "How to handle redirected pages" msgstr "" -#: plugins/check_http.c:1311 +#: plugins/check_http.c:1303 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" msgstr "" -#: plugins/check_http.c:1320 +#: plugins/check_http.c:1312 msgid "This plugin will attempt to open an HTTP connection with the host." msgstr "Ce plugin va essayer d'ouvrir un connexion SMTP avec l'hôte." -#: plugins/check_http.c:1321 +#: plugins/check_http.c:1313 msgid "" "Successful connects return STATE_OK, refusals and timeouts return " "STATE_CRITICAL" msgstr "" -#: plugins/check_http.c:1322 +#: plugins/check_http.c:1314 msgid "" "other errors return STATE_UNKNOWN. Successful connects, but incorrect " "reponse" msgstr "" -#: plugins/check_http.c:1323 -msgid "messages from the host result in STATE_WARNING return values. If you are" +#: plugins/check_http.c:1315 +msgid "" +"messages from the host result in STATE_WARNING return values. If you are" msgstr "" -#: plugins/check_http.c:1324 -msgid "checking a virtual server that uses 'host headers' you must supply the FQDN" +#: plugins/check_http.c:1316 +msgid "" +"checking a virtual server that uses 'host headers' you must supply the FQDN" msgstr "" -#: plugins/check_http.c:1325 +#: plugins/check_http.c:1317 msgid "(fully qualified domain name) as the [host_name] argument." msgstr "" -#: plugins/check_http.c:1328 +#: plugins/check_http.c:1320 msgid "This plugin can also check whether an SSL enabled web server is able to" msgstr "" -#: plugins/check_http.c:1329 +#: plugins/check_http.c:1321 msgid "serve content (optionally within a specified time) or whether the X509 " msgstr "" -#: plugins/check_http.c:1330 +#: plugins/check_http.c:1322 msgid "certificate is still valid for the specified number of days." msgstr "" -#: plugins/check_http.c:1333 -msgid "When the 'www.verisign.com' server returns its content within 5 seconds," +#: plugins/check_http.c:1325 +msgid "" +"When the 'www.verisign.com' server returns its content within 5 seconds," msgstr "" -#: plugins/check_http.c:1334 -msgid "a STATE_OK will be returned. When the server returns its content but exceeds" +#: plugins/check_http.c:1326 +msgid "" +"a STATE_OK will be returned. When the server returns its content but exceeds" msgstr "" -#: plugins/check_http.c:1335 +#: plugins/check_http.c:1327 msgid "" "the 5-second threshold, a STATE_WARNING will be returned. When an error " "occurs," msgstr "" -#: plugins/check_http.c:1336 +#: plugins/check_http.c:1328 msgid "a STATE_CRITICAL will be returned." msgstr "" -#: plugins/check_http.c:1339 -msgid "When the certificate of 'www.verisign.com' is valid for more than 14 days," +#: plugins/check_http.c:1331 +msgid "" +"When the certificate of 'www.verisign.com' is valid for more than 14 days," msgstr "" -#: plugins/check_http.c:1340 +#: plugins/check_http.c:1332 msgid "" "a STATE_OK is returned. When the certificate is still valid, but for less " "than" msgstr "" -#: plugins/check_http.c:1341 -msgid "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" +#: plugins/check_http.c:1333 +msgid "" +"14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" msgstr "" -#: plugins/check_http.c:1342 +#: plugins/check_http.c:1334 msgid "the certificate is expired." msgstr "le certificat est expiré." @@ -1335,7 +1350,8 @@ msgstr "Impossible d'initialiser startTLS sur le port %i!\n" #: plugins/check_ldap.c:177 #, c-format msgid "startTLS not supported by the library, needs LDAPv3!\n" -msgstr "startTLS n'est pas supporté par la librairie LDAP, j'ai besoin de LDAPv3!\n" +msgstr "" +"startTLS n'est pas supporté par la librairie LDAP, j'ai besoin de LDAPv3!\n" #: plugins/check_ldap.c:187 #, c-format @@ -1447,7 +1463,8 @@ msgstr "Ce plugin teste la charge système actuelle." #: plugins/check_load.c:300 msgid "Exit with WARNING status if load average exceeds WLOADn" -msgstr "Sortir avec un résultat AVERTISSEMENT si la charge moyenne dépasse WLOAD" +msgstr "" +"Sortir avec un résultat AVERTISSEMENT si la charge moyenne dépasse WLOAD" #: plugins/check_load.c:302 msgid "Exit with CRITICAL status if load average exceed CLOADn" @@ -1508,7 +1525,8 @@ msgid "You must supply the variable number" msgstr "Vous devez fournir le numéro de la variable" #: plugins/check_mrtg.c:325 -msgid "This plugin will check either the average or maximum value of one of the" +msgid "" +"This plugin will check either the average or maximum value of one of the" msgstr "Ce plugin va vérifier la moyenne ou le maximum d'une " #: plugins/check_mrtg.c:326 @@ -1553,11 +1571,13 @@ msgid "\"Bytes Per Second\", \"%% Utilization\")" msgstr "" #: plugins/check_mrtg.c:352 -msgid "If the value exceeds the threshold, a WARNING status is returned. If" +msgid "" +"If the value exceeds the threshold, a WARNING status is returned. If" msgstr "" #: plugins/check_mrtg.c:353 -msgid "the value exceeds the threshold, a CRITICAL status is returned. If" +msgid "" +"the value exceeds the threshold, a CRITICAL status is returned. If" msgstr "" #: plugins/check_mrtg.c:354 @@ -1569,23 +1589,28 @@ msgid "status is returned and a warning message is printed." msgstr "" #: plugins/check_mrtg.c:357 -msgid "This plugin is useful for monitoring MRTG data that does not correspond to" +msgid "" +"This plugin is useful for monitoring MRTG data that does not correspond to" msgstr "" #: plugins/check_mrtg.c:358 -msgid "bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth)." +msgid "" +"bandwidth usage. (Use the check_mrtgtraf plugin for monitoring bandwidth)." msgstr "" #: plugins/check_mrtg.c:359 -msgid "It can be used to monitor any kind of data that MRTG is monitoring - errors," +msgid "" +"It can be used to monitor any kind of data that MRTG is monitoring - errors," msgstr "" #: plugins/check_mrtg.c:360 -msgid "packets/sec, etc. I use MRTG in conjuction with the Novell NLM that allows" +msgid "" +"packets/sec, etc. I use MRTG in conjuction with the Novell NLM that allows" msgstr "" #: plugins/check_mrtg.c:361 -msgid "me to track processor utilization, user connections, drive space, etc and" +msgid "" +"me to track processor utilization, user connections, drive space, etc and" msgstr "" #: plugins/check_mrtg.c:362 @@ -1593,15 +1618,19 @@ msgid "this plugin works well for monitoring that kind of data as well." msgstr "" #: plugins/check_mrtg.c:365 -msgid "- This plugin only monitors one of the two variables stored in the MRTG log" -msgstr "- Ce plugin vérifie seulement une ou deux variables écrites dans un fichier de log MRTG" +msgid "" +"- This plugin only monitors one of the two variables stored in the MRTG log" +msgstr "" +"- Ce plugin vérifie seulement une ou deux variables écrites dans un fichier " +"de log MRTG" #: plugins/check_mrtg.c:366 msgid " file. If you want to monitor both values you will have to define two" msgstr "" #: plugins/check_mrtg.c:367 -msgid " commands with different values for the argument. Of course," +msgid "" +" commands with different values for the argument. Of course," msgstr "" #: plugins/check_mrtg.c:368 @@ -1614,10 +1643,6 @@ msgid "" "from" msgstr "" -#: plugins/check_mrtg.c:370 -msgid "http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" -msgstr "" - #: plugins/check_mrtgtraf.c:88 msgid "Unable to open MRTG log file" msgstr "Impossible d'ouvrir le fichier de log de MRTG" @@ -1637,8 +1662,10 @@ msgid "Traffic %s - %s\n" msgstr "Trafic %s - %s\n" #: plugins/check_mrtgtraf.c:337 -msgid "This plugin will check the incoming/outgoing transfer rates of a router," -msgstr "Ce plugin va vérifier le taux de transfert en entrée/sortie d'un routeur," +msgid "" +"This plugin will check the incoming/outgoing transfer rates of a router," +msgstr "" +"Ce plugin va vérifier le taux de transfert en entrée/sortie d'un routeur," #: plugins/check_mrtgtraf.c:338 msgid "switch, etc recorded in an MRTG log. If the newest log entry is older" @@ -1683,11 +1710,8 @@ msgid "Critical threshold pair ," msgstr "Valeurs pour le seuil critique" #: plugins/check_mrtgtraf.c:362 -msgid "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from" -msgstr "" - -#: plugins/check_mrtgtraf.c:363 -msgid " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" +msgid "" +"- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from" msgstr "" #: plugins/check_mrtgtraf.c:364 @@ -1781,11 +1805,13 @@ msgstr "" msgid "" "Exit with CRITICAL status if slave server is more then INTEGER seconds " "behind master" -msgstr "Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" +msgstr "" +"Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" #: plugins/check_mysql.c:397 msgid "There are no required arguments. By default, the local database with" -msgstr "Il n'y a pas d'arguments nécessaires. Par défaut la base de donnée locale" +msgstr "" +"Il n'y a pas d'arguments nécessaires. Par défaut la base de donnée locale" #: plugins/check_mysql.c:398 #, c-format @@ -1807,9 +1833,10 @@ msgstr "Impossible de trouver un processus Nagios actif!" #: plugins/check_nagios.c:175 msgid "Cannot parse Nagios log file for valid time" -msgstr "Impossible de trouver une date/heure valide dans le fichier de log de Nagios" +msgstr "" +"Impossible de trouver une date/heure valide dans le fichier de log de Nagios" -#: plugins/check_nagios.c:186 plugins/check_procs.c:306 +#: plugins/check_nagios.c:186 plugins/check_procs.c:307 #, c-format msgid "%d process" msgid_plural "%d processes" @@ -1837,11 +1864,13 @@ msgstr "Vous devez fournir un nom de processus\n" #: plugins/check_nagios.c:284 #, fuzzy -msgid "This plugin checks the status of the Nagios process on the local machine" +msgid "" +"This plugin checks the status of the Nagios process on the local machine" msgstr "Ce plugin vérifie la place utilisé sur un système de fichier monté" #: plugins/check_nagios.c:285 -msgid "The plugin will check to make sure the Nagios status log is no older than" +msgid "" +"The plugin will check to make sure the Nagios status log is no older than" msgstr "Ce plugin vérifie que le status log de Nagios n'est pas plus vieux que" #: plugins/check_nagios.c:286 @@ -1849,7 +1878,8 @@ msgid "the number of minutes specified by the expires option." msgstr "le nombre de minutes spécifies par l'option expire." #: plugins/check_nagios.c:287 -msgid "It also checks the process table for a process matching the command argument." +msgid "" +"It also checks the process table for a process matching the command argument." msgstr "" #: plugins/check_nagios.c:296 @@ -1907,7 +1937,8 @@ msgstr "Argument -l erroné" #: plugins/check_nt.c:225 #, c-format msgid "%s:\\ - total: %.2f Gb - used: %.2f Gb (%.0f%%) - free %.2f Gb (%.0f%%)" -msgstr "%s:\\ - total: %.2f Gb - utilisé: %.2f Gb (%.0f%%) - libre %.2f Gb (%.0f%%)" +msgstr "" +"%s:\\ - total: %.2f Gb - utilisé: %.2f Gb (%.0f%%) - libre %.2f Gb (%.0f%%)" #: plugins/check_nt.c:228 #, c-format @@ -1924,7 +1955,8 @@ msgstr "Pas de service/processus spécifié" #: plugins/check_nt.c:276 #, c-format -msgid "Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)" +msgid "" +"Memory usage: total:%.2f Mb - used: %.2f Mb (%.0f%%) - free: %.2f Mb (%.0f%%)" msgstr "" "Mémoire utilisée: total:%.2f Mb - utilisée: %.2f Mb (%.0f%%) - libre: %.2f " "Mb (%.0f%%)" @@ -1968,7 +2000,8 @@ msgstr "Impossible d'obtenir l'information depuis le serveur\n" #: plugins/check_nt.c:623 msgid "This plugin collects data from the NSClient service running on a" -msgstr "Ce plugin collecte les données depuis le service NSClient tournant sur un" +msgstr "" +"Ce plugin collecte les données depuis le service NSClient tournant sur un" #: plugins/check_nt.c:624 msgid "Windows NT/2000/XP/2003 server." @@ -2047,7 +2080,8 @@ msgid " should be less than 24*60." msgstr "" #: plugins/check_nt.c:662 -msgid "Thresholds are percentage and up to 10 requests can be done in one shot." +msgid "" +"Thresholds are percentage and up to 10 requests can be done in one shot." msgstr "" #: plugins/check_nt.c:665 @@ -2128,8 +2162,11 @@ msgid "Some examples:" msgstr "Exemples:" #: plugins/check_nt.c:694 -msgid "- The NSClient service should be running on the server to get any information" -msgstr "- Le service NSClient doit être exécuté sur le serveur pour obtenir les informations" +msgid "" +"- The NSClient service should be running on the server to get any information" +msgstr "" +"- Le service NSClient doit être exécuté sur le serveur pour obtenir les " +"informations" #: plugins/check_nt.c:696 msgid "- Critical thresholds should be lower than warning thresholds" @@ -2137,15 +2174,20 @@ msgstr "" #: plugins/check_nt.c:697 msgid "- Default port 1248 is sometimes in use by other services. The error" -msgstr "- Le port par défaut 1248 est de temps en temps utilisé par d'autres services. L'erreur" +msgstr "" +"- Le port par défaut 1248 est de temps en temps utilisé par d'autres " +"services. L'erreur" #: plugins/check_nt.c:698 -msgid "output when this happens contains \"Cannot map xxxxx to protocol number\"." +msgid "" +"output when this happens contains \"Cannot map xxxxx to protocol number\"." msgstr "" #: plugins/check_nt.c:699 msgid "One fix for this is to change the port to something else on check_nt " -msgstr "Une possibilité pour corriger ce problème est de changer le port dans check_nt " +msgstr "" +"Une possibilité pour corriger ce problème est de changer le port dans " +"check_nt " #: plugins/check_nt.c:700 msgid "and on the client service it's connecting to." @@ -2162,9 +2204,10 @@ msgid "Up %s," msgstr "Démarré %s," #: plugins/check_nwstat.c:244 -#, fuzzy, c-format +#, c-format msgid "Load %s - %s %s-min load average = %lu%%|load%s=%lu;%lu;%lu;0;100" -msgstr "Charge %s - %s %s charge système minimale = %lu%%" +msgstr "" +"Charge %s - %s %s charge système minimale = %lu%%|charge%s=%lu;%lu;%lu;0;100" #: plugins/check_nwstat.c:272 #, c-format @@ -2223,8 +2266,11 @@ msgstr "" #: plugins/check_nwstat.c:498 #, c-format -msgid "%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100" -msgstr "%lu MB (%lu%%) libre sur le volume %s - total %lu MB|MBlibre%s=%lu;%lu;%lu;0;100" +msgid "" +"%lu MB (%lu%%) free on volume %s - total %lu MB|FreeMB%s=%lu;%lu;%lu;0;100" +msgstr "" +"%lu MB (%lu%%) libre sur le volume %s - total %lu MB|MBlibre%s=%lu;%lu;%" +"lu;0;100" #: plugins/check_nwstat.c:532 #, c-format @@ -2284,7 +2330,8 @@ msgstr "%s%lu KB effaçables sur le volume %s|Purge%s=%lu;%lu;%lu;;" #: plugins/check_nwstat.c:734 #, c-format msgid "%lu MB (%lu%%) purgeable on volume %s|Purgeable%s=%lu;%lu;%lu;0;100" -msgstr "%lu MB (%lu%%) effaçables sur le volume %s|Effacable%s=%lu;%lu;%lu;0;100" +msgstr "" +"%lu MB (%lu%%) effaçables sur le volume %s|Effacable%s=%lu;%lu;%lu;0;100" #: plugins/check_nwstat.c:765 #, c-format @@ -2469,14 +2516,12 @@ msgid " VKP = KB of purgeable space on volume " msgstr "" #: plugins/check_nwstat.c:1637 -#, fuzzy msgid " VPNP = percent not yet purgeable space on volume " -msgstr "%s%lu KB pas encore effaçables sur le volume %s" +msgstr "" #: plugins/check_nwstat.c:1638 -#, fuzzy msgid " VKNP = KB of not yet purgeable space on volume " -msgstr "%s%lu KB pas encore effaçables sur le volume %s" +msgstr "" #: plugins/check_nwstat.c:1639 msgid " LRUM = LRU sitting time in minutes" @@ -2495,9 +2540,8 @@ msgid " DSVER = NDS version" msgstr "" #: plugins/check_nwstat.c:1643 -#, fuzzy msgid " UPRB = used packet receive buffers" -msgstr "%lu de %lu (%lu%%) paquets du tampon de réception utilisés" +msgstr " UPRB = paquets du tampon de réception utilisés" #: plugins/check_nwstat.c:1644 msgid " PUPRB = percent (of max) used packet receive buffers" @@ -2508,9 +2552,8 @@ msgid " SAPENTRIES = number of entries in the SAP table" msgstr "" #: plugins/check_nwstat.c:1646 -#, fuzzy msgid " SAPENTRIES = number of entries in the SAP table for SAP type " -msgstr "%lu entrées dans la table SAP pour le type SAP %d" +msgstr " SAPENTRIES = entrées dans la table SAP pour le type SAP " #: plugins/check_nwstat.c:1647 msgid " TSYNC = timesync status" @@ -2561,7 +2604,8 @@ msgid " NSS6 = Statistics from _Admin:Manage_NSS\\Thread.xml" msgstr "" #: plugins/check_nwstat.c:1659 -msgid " NSS7 = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml" +msgid "" +" NSS7 = Statistics from _Admin:Manage_NSS\\AuthorizationCache.xml" msgstr "" #: plugins/check_nwstat.c:1660 @@ -2581,19 +2625,22 @@ msgid "- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG" msgstr "" #: plugins/check_nwstat.c:1675 -msgid " extension for NetWare be loaded on the Novell servers you wish to check." +msgid "" +" extension for NetWare be loaded on the Novell servers you wish to check." msgstr "" #: plugins/check_nwstat.c:1676 msgid " (available from http://www.engr.wisc.edu/~drews/mrtg/)" -msgstr "" +msgstr " (disponible depuis http://www.engr.wisc.edu/~drews/mrtg/)" #: plugins/check_nwstat.c:1677 -msgid "- Values for critical thresholds should be lower than warning thresholds" +msgid "" +"- Values for critical thresholds should be lower than warning thresholds" msgstr "" #: plugins/check_nwstat.c:1678 -msgid " when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, " +msgid "" +" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, " msgstr "" #: plugins/check_nwstat.c:1679 @@ -2602,7 +2649,8 @@ msgstr "" #: plugins/check_overcr.c:127 msgid "Unknown error fetching load data\n" -msgstr "Erreur inconnue lors de la récupération des données de charge système\n" +msgstr "" +"Erreur inconnue lors de la récupération des données de charge système\n" #: plugins/check_overcr.c:131 msgid "Invalid response from server - no load information\n" @@ -2654,8 +2702,10 @@ msgid "Uptime %s - Up %d days %d hours %d minutes" msgstr "Temps de fonctionnement %s - Up %d jours %d heures %d minutes" #: plugins/check_overcr.c:423 -msgid "This plugin attempts to contact the Over-CR collector daemon running on the" -msgstr "Ce plugin essaye de joindre le service Over CR tournant sur le serveur UNIX" +msgid "" +"This plugin attempts to contact the Over-CR collector daemon running on the" +msgstr "" +"Ce plugin essaye de joindre le service Over CR tournant sur le serveur UNIX" #: plugins/check_overcr.c:424 msgid "remote UNIX server in order to gather the requested system information." @@ -2690,11 +2740,14 @@ msgid "UPTIME = system uptime in seconds" msgstr "" #: plugins/check_overcr.c:454 -msgid "For the available options, the critical threshold value should always be" -msgstr "Pour toutes les options disponibles, le seuil critique doit toujours être" +msgid "" +"For the available options, the critical threshold value should always be" +msgstr "" +"Pour toutes les options disponibles, le seuil critique doit toujours être" #: plugins/check_overcr.c:455 -msgid "higher than the warning threshold value, EXCEPT with the uptime variable" +msgid "" +"higher than the warning threshold value, EXCEPT with the uptime variable" msgstr "plus grand que le seuil d'alerte SAUF pour l'option uptime" #: plugins/check_overcr.c:457 @@ -2702,16 +2755,15 @@ msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be" msgstr "" #: plugins/check_overcr.c:458 -msgid "running on the remote server. Over-CR can be downloaded from" -msgstr "" - -#: plugins/check_overcr.c:459 -msgid "http://www.molitor.org/overcr (This plugin was tested with version 0.99.53" -msgstr "" +#, fuzzy +msgid "running on the remote server." +msgstr "Chaîne de caractères à envoyer au serveur" #: plugins/check_overcr.c:460 -msgid "of the Over-CR collector)" +#, fuzzy +msgid "This plugin was tested with version 0.99.53 of the Over-CR collector" msgstr "" +"Ce plugin essaye de joindre le service Over CR tournant sur le serveur UNIX" #: plugins/check_pgsql.c:173 #, c-format @@ -2769,7 +2821,8 @@ msgid "All parameters are optional." msgstr "" #: plugins/check_pgsql.c:438 -msgid "This plugin tests a PostgreSQL DBMS to determine whether it is active and" +msgid "" +"This plugin tests a PostgreSQL DBMS to determine whether it is active and" msgstr "" #: plugins/check_pgsql.c:439 @@ -2777,11 +2830,13 @@ msgid "accepting queries. In its current operation, it simply connects to the" msgstr "" #: plugins/check_pgsql.c:440 -msgid "specified database, and then disconnects. If no database is specified, it" +msgid "" +"specified database, and then disconnects. If no database is specified, it" msgstr "" #: plugins/check_pgsql.c:441 -msgid "connects to the template1 database, which is present in every functioning" +msgid "" +"connects to the template1 database, which is present in every functioning" msgstr "" #: plugins/check_pgsql.c:442 @@ -2789,11 +2844,15 @@ msgid "PostgreSQL DBMS." msgstr "" #: plugins/check_pgsql.c:443 -msgid "The plugin will connect to a local postmaster if no host is specified. To" -msgstr "Ce plugin va se connecter sur un postmaster local si aucun hôte n'est spécifié." +msgid "" +"The plugin will connect to a local postmaster if no host is specified. To" +msgstr "" +"Ce plugin va se connecter sur un postmaster local si aucun hôte n'est " +"spécifié." #: plugins/check_pgsql.c:444 -msgid "connect to a remote host, be sure that the remote postmaster accepts TCP/IP" +msgid "" +"connect to a remote host, be sure that the remote postmaster accepts TCP/IP" msgstr "" #: plugins/check_pgsql.c:445 @@ -2801,11 +2860,13 @@ msgid "connections (start the postmaster with the -i option)." msgstr "" #: plugins/check_pgsql.c:446 -msgid "Typically, the nagios user (unless the --logname option is used) should be" +msgid "" +"Typically, the nagios user (unless the --logname option is used) should be" msgstr "" #: plugins/check_pgsql.c:447 -msgid "able to connect to the database without a password. The plugin can also send" +msgid "" +"able to connect to the database without a password. The plugin can also send" msgstr "" #: plugins/check_pgsql.c:448 @@ -2903,286 +2964,318 @@ msgstr "" "Les appel système enverront leurs messages d'avertissement vers le canal " "d'erreur standard" -#: plugins/check_ping.c:507 -#, c-format -msgid "CRITICAL - Network unreachable (%s)" +#: plugins/check_ping.c:509 +#, fuzzy, c-format +msgid "CRITICAL - Network Unreachable (%s)" msgstr "CRITIQUE - Le réseau est injoignable (%s)" -#: plugins/check_ping.c:509 +#: plugins/check_ping.c:511 #, c-format msgid "CRITICAL - Host Unreachable (%s)" msgstr "CRITIQUE - Hôte injoignable (%s)" -#: plugins/check_ping.c:511 +#: plugins/check_ping.c:513 +#, c-format +msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)" +msgstr "CRITIQUE - Paquet ICMP incorrect: Port injoignable (%s)" + +#: plugins/check_ping.c:515 +#, c-format +msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)" +msgstr "CRITIQUE - Paquet ICMP incorrect: Protocole injoignable (%s)" + +#: plugins/check_ping.c:517 +#, c-format +msgid "CRITICAL - Network Prohibited (%s)" +msgstr "CRITIQUE - L'accès au réseau est interdit (%s)" + +#: plugins/check_ping.c:519 +#, c-format +msgid "CRITICAL - Host Prohibited (%s)" +msgstr "CRITIQUE - L'accès a l'hôte est interdit (%s)" + +#: plugins/check_ping.c:521 +#, c-format +msgid "CRITICAL - Packet Filtered (%s)" +msgstr "CRITIQUE - Paquet filtré (%s)" + +#: plugins/check_ping.c:523 #, c-format msgid "CRITICAL - Host not found (%s)" msgstr "CRITIQUE - Hôte non trouvé (%s)" -#: plugins/check_ping.c:513 +#: plugins/check_ping.c:525 #, c-format msgid "CRITICAL - Time to live exceeded (%s)" msgstr "CRITIQUE - La durée de vie du paquet est dépassée (%s)" -#: plugins/check_ping.c:520 +#: plugins/check_ping.c:532 msgid "Unable to realloc warn_text" msgstr "Impossible de réattribuer le texte d'avertissement" -#: plugins/check_ping.c:537 +#: plugins/check_ping.c:549 #, c-format msgid "Use ping to check connection statistics for a remote host." -msgstr "Utilise ping pour vérifier les statistiques de connections d'un hôte distant." +msgstr "" +"Utilise ping pour vérifier les statistiques de connections d'un hôte distant." -#: plugins/check_ping.c:548 +#: plugins/check_ping.c:560 msgid "host to ping" -msgstr "" +msgstr "hôte à tester" -#: plugins/check_ping.c:554 +#: plugins/check_ping.c:566 msgid "number of ICMP ECHO packets to send" msgstr "nombre de paquets ICMP à envoyer" -#: plugins/check_ping.c:555 +#: plugins/check_ping.c:567 #, c-format msgid "(Default: %d)" -msgstr "" +msgstr "(Défaut: %d)" -#: plugins/check_ping.c:557 +#: plugins/check_ping.c:569 msgid "show HTML in the plugin output (obsoleted by urlize)" msgstr "" -#: plugins/check_ping.c:561 +#: plugins/check_ping.c:573 #, c-format msgid "THRESHOLD is ,%% where is the round trip average travel" -msgstr "Le seuil est ,%% ou est le temps moyen pour l'aller retour (ms)" +msgstr "" +"Le seuil est ,%% ou est le temps moyen pour l'aller retour " +"(ms)" -#: plugins/check_ping.c:562 -#, fuzzy +#: plugins/check_ping.c:574 msgid "time (ms) which triggers a WARNING or CRITICAL state, and is the" msgstr "" -"qui déclenche résultat AVERTISSEMENT ou CRITIQUE, et est le pourcentage " -"de" +"temps (ms) qui déclenche un résultat AVERTISSEMENT ou CRITIQUE, et est " +"le " -#: plugins/check_ping.c:563 +#: plugins/check_ping.c:575 msgid "percentage of packet loss to trigger an alarm state." msgstr "pourcentage de paquets perdus pour déclencher une alarme." -#: plugins/check_ping.c:567 -msgid "This plugin uses the ping command to probe the specified host for packet loss" -msgstr "Ce plugin utilise la commande ping pour vérifier l'hôte spécifié pour les pertes de paquets" +#: plugins/check_ping.c:579 +msgid "" +"This plugin uses the ping command to probe the specified host for packet loss" +msgstr "" +"Ce plugin utilise la commande ping pour vérifier l'hôte spécifié pour les " +"pertes de paquets" -#: plugins/check_ping.c:568 +#: plugins/check_ping.c:580 msgid "" "(percentage) and round trip average (milliseconds). It can produce HTML " "output" msgstr "" -#: plugins/check_ping.c:569 -msgid "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in" +#: plugins/check_ping.c:581 +msgid "" +"linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in" msgstr "" -#: plugins/check_ping.c:570 +#: plugins/check_ping.c:582 msgid "the contrib area of the downloads section at http://www.nagios.org/" msgstr "" -#: plugins/check_procs.c:154 +#: plugins/check_procs.c:155 #, c-format msgid "CMD: %s\n" msgstr "Commande: %s\n" -#: plugins/check_procs.c:260 +#: plugins/check_procs.c:261 #, c-format msgid "Not parseable: %s" msgstr "Impossible de parcourir les arguments: %s" -#: plugins/check_procs.c:269 +#: plugins/check_procs.c:270 #, c-format msgid "System call sent warnings to stderr\n" -msgstr "Les alertes du système seront envoyées vers le canal d'erreur standard\n" +msgstr "" +"Les alertes du système seront envoyées vers le canal d'erreur standard\n" -#: plugins/check_procs.c:276 +#: plugins/check_procs.c:277 #, c-format msgid "System call returned nonzero status\n" msgstr "L'appel système à retourné un statut non égal à zéro\n" -#: plugins/check_procs.c:281 +#: plugins/check_procs.c:282 #, c-format msgid "Unable to read output\n" msgstr "Impossible de lire les données en entrée\n" -#: plugins/check_procs.c:298 +#: plugins/check_procs.c:299 #, c-format msgid "%d warn out of " msgstr "%d avertissements sur" -#: plugins/check_procs.c:303 +#: plugins/check_procs.c:304 #, c-format msgid "%d crit, %d warn out of " msgstr "%d crit, %d alertes sur " -#: plugins/check_procs.c:309 +#: plugins/check_procs.c:310 #, c-format msgid " with %s" msgstr " avec %s" -#: plugins/check_procs.c:384 +#: plugins/check_procs.c:385 msgid "Critical Process Count must be an integer!" msgstr "Critique Le total des processus doit être un nombre entier!" -#: plugins/check_procs.c:396 +#: plugins/check_procs.c:397 msgid "Warning Process Count must be an integer!" msgstr "Avertissement Le total des processus doit être un nombre entier!" -#: plugins/check_procs.c:404 +#: plugins/check_procs.c:405 msgid "Parent Process ID must be an integer!" msgstr "L'identifiant du processus parent doit être un entier!" -#: plugins/check_procs.c:410 plugins/check_procs.c:512 +#: plugins/check_procs.c:411 plugins/check_procs.c:513 #, c-format msgid "%s%sSTATE = %s" msgstr "%s%sETAT = %s" -#: plugins/check_procs.c:419 +#: plugins/check_procs.c:420 #, c-format msgid "UID %s was not found" msgstr "UID %s n'a pas été trouvé" -#: plugins/check_procs.c:425 +#: plugins/check_procs.c:426 #, c-format msgid "User name %s was not found" msgstr "L'utilisateur %s n'a pas été trouvé" -#: plugins/check_procs.c:440 +#: plugins/check_procs.c:441 #, c-format msgid "%s%scommand name '%s'" msgstr "%s%snom de la commande '%s'" -#: plugins/check_procs.c:459 +#: plugins/check_procs.c:460 msgid "RSS must be an integer!" msgstr "RSS doit être un entier!" -#: plugins/check_procs.c:466 +#: plugins/check_procs.c:467 msgid "VSZ must be an integer!" msgstr "VSZ doit être un entier!" -#: plugins/check_procs.c:474 +#: plugins/check_procs.c:475 msgid "PCPU must be a float!" msgstr "PCPU doit être un nombre en virgule flottante!" -#: plugins/check_procs.c:498 +#: plugins/check_procs.c:499 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!" msgstr "Metric doit être l'un des PROCS, VSZ, RSS, CPU, ELAPSED!" -#: plugins/check_procs.c:531 +#: plugins/check_procs.c:532 #, c-format msgid "wmax (%d) cannot be greater than cmax (%d)\n" msgstr "wmax (%d) ne peut pas être plus grand que cmax (%d)\n" -#: plugins/check_procs.c:535 +#: plugins/check_procs.c:536 #, c-format msgid "wmin (%d) cannot be less than cmin (%d)\n" msgstr "wmin (%d) ne peut pas être plus petit que cmin (%d)\n" -#: plugins/check_procs.c:672 +#: plugins/check_procs.c:673 msgid "" "Checks all processes and generates WARNING or CRITICAL states if the " "specified" msgstr "" -#: plugins/check_procs.c:673 +#: plugins/check_procs.c:674 msgid "" "metric is outside the required threshold ranges. The metric defaults to " "number" msgstr "" -#: plugins/check_procs.c:674 -msgid "of processes. Search filters can be applied to limit the processes to check." +#: plugins/check_procs.c:675 +msgid "" +"of processes. Search filters can be applied to limit the processes to check." msgstr "" -#: plugins/check_procs.c:680 +#: plugins/check_procs.c:681 msgid "Required Arguments:" msgstr "" -#: plugins/check_procs.c:682 +#: plugins/check_procs.c:683 msgid "Generate warning state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:684 +#: plugins/check_procs.c:685 msgid "Generate critical state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:686 +#: plugins/check_procs.c:687 msgid "Optional Arguments:" msgstr "Arguments optionnels:" -#: plugins/check_procs.c:688 +#: plugins/check_procs.c:689 msgid "Check thresholds against metric. Valid types:" msgstr "" -#: plugins/check_procs.c:689 -#, fuzzy +#: plugins/check_procs.c:690 msgid "PROCS - number of processes (default)" -msgstr "nombre de paquets ICMP à envoyer (%d par défaut)" +msgstr "PROCS - nombre de processus (défaut)" -#: plugins/check_procs.c:690 +#: plugins/check_procs.c:691 msgid "VSZ - virtual memory size" -msgstr "" +msgstr "VSZ - taille mémoire virtuelle" -#: plugins/check_procs.c:691 +#: plugins/check_procs.c:692 msgid "RSS - resident set memory size" msgstr "" -#: plugins/check_procs.c:692 +#: plugins/check_procs.c:693 msgid "CPU - percentage cpu" -msgstr "" +msgstr "CPU - pourcentage du cpu" -#: plugins/check_procs.c:695 +#: plugins/check_procs.c:696 msgid "ELAPSED - time elapsed in seconds" msgstr "ELAPSED - temps écoulé en secondes" -#: plugins/check_procs.c:700 +#: plugins/check_procs.c:701 msgid "Extra information. Up to 3 verbosity levels" msgstr "informations supplémentaires. Jusqu'à 3 niveaux de verbosité" -#: plugins/check_procs.c:704 +#: plugins/check_procs.c:705 msgid "Only scan for processes that have, in the output of `ps`, one or" msgstr "" -#: plugins/check_procs.c:705 +#: plugins/check_procs.c:706 msgid "more of the status flags you specify (for example R, Z, S, RS," msgstr "" -#: plugins/check_procs.c:706 +#: plugins/check_procs.c:707 msgid "RSZDT, plus others based on the output of your 'ps' command)." msgstr "" -#: plugins/check_procs.c:708 +#: plugins/check_procs.c:709 msgid "Only scan for children of the parent process ID indicated." msgstr "" -#: plugins/check_procs.c:710 +#: plugins/check_procs.c:711 msgid "Only scan for processes with vsz higher than indicated." msgstr "" -#: plugins/check_procs.c:712 +#: plugins/check_procs.c:713 msgid "Only scan for processes with rss higher than indicated." msgstr "" -#: plugins/check_procs.c:714 +#: plugins/check_procs.c:715 msgid "Only scan for processes with pcpu higher than indicated." msgstr "" -#: plugins/check_procs.c:716 +#: plugins/check_procs.c:717 msgid "Only scan for processes with user name or ID indicated." msgstr "" -#: plugins/check_procs.c:718 +#: plugins/check_procs.c:719 msgid "Only scan for processes with args that contain STRING." msgstr "" -#: plugins/check_procs.c:720 +#: plugins/check_procs.c:721 msgid "Only scan for exact matches of COMMAND (without path)." msgstr "" -#: plugins/check_procs.c:722 +#: plugins/check_procs.c:723 #, c-format msgid "" "\n" @@ -3197,7 +3290,7 @@ msgstr "" "est à l'intérieur du seuil\n" "\n" -#: plugins/check_procs.c:727 +#: plugins/check_procs.c:728 #, c-format msgid "" "This plugin checks the number of currently running processes and\n" @@ -3214,27 +3307,27 @@ msgstr "" "état actuel (ex: 'Z'), ou par le nombre de processus en cours d'exécution\n" "\n" -#: plugins/check_procs.c:736 +#: plugins/check_procs.c:737 msgid "Warning if not two processes with command name portsentry." msgstr "" -#: plugins/check_procs.c:737 +#: plugins/check_procs.c:738 msgid "Critical if < 2 or > 1024 processes" msgstr "" -#: plugins/check_procs.c:739 +#: plugins/check_procs.c:740 msgid "Warning alert if > 10 processes with command arguments containing" msgstr "" -#: plugins/check_procs.c:740 +#: plugins/check_procs.c:741 msgid "'/usr/local/bin/perl' and owned by root" msgstr "" -#: plugins/check_procs.c:742 +#: plugins/check_procs.c:743 msgid "Alert if vsz of any processes over 50K or 100K" msgstr "" -#: plugins/check_procs.c:744 +#: plugins/check_procs.c:745 #, c-format msgid "Alert if cpu of any processes over 10%% or 20%%" msgstr "" @@ -3243,95 +3336,101 @@ msgstr "" msgid "Config file error" msgstr "Erreur dans le fichier de configuration" -#: plugins/check_radius.c:146 +#: plugins/check_radius.c:147 msgid "Out of Memory?" msgstr "Manque de Mémoire?" -#: plugins/check_radius.c:167 +#: plugins/check_radius.c:168 msgid "Timeout" msgstr "Temps dépassé" -#: plugins/check_radius.c:169 +#: plugins/check_radius.c:170 msgid "Auth Error" msgstr "Erreur d'authentification" -#: plugins/check_radius.c:171 +#: plugins/check_radius.c:172 msgid "Auth Failed" msgstr "L'authentification à échoué" -#: plugins/check_radius.c:175 +#: plugins/check_radius.c:176 msgid "Auth OK" msgstr "L'authentification à réussi" -#: plugins/check_radius.c:218 plugins/check_radius.c:278 +#: plugins/check_radius.c:219 plugins/check_radius.c:279 msgid "Number of retries must be a positive integer" msgstr "Le nombre d'essai doit être un entier positif" -#: plugins/check_radius.c:304 +#: plugins/check_radius.c:305 msgid "Tests to see if a radius server is accepting connections." msgstr "Teste si un serveur radius accepte les connections." -#: plugins/check_radius.c:315 +#: plugins/check_radius.c:316 msgid "The user to authenticate" msgstr "" -#: plugins/check_radius.c:317 +#: plugins/check_radius.c:318 msgid "Password for autentication (SECURITY RISK)" msgstr "" -#: plugins/check_radius.c:319 +#: plugins/check_radius.c:320 msgid "NAS identifier" msgstr "" -#: plugins/check_radius.c:321 +#: plugins/check_radius.c:322 msgid "Configuration file" msgstr "Fichier de configuration" -#: plugins/check_radius.c:323 +#: plugins/check_radius.c:324 msgid "Response string to expect from the server" msgstr "" -#: plugins/check_radius.c:325 +#: plugins/check_radius.c:326 msgid "Number of times to retry a failed connection" msgstr "" -#: plugins/check_radius.c:329 -msgid "This plugin tests a radius server to see if it is accepting connections." -msgstr "Ce plugin teste un serveur radius afin de vérifier si il accepte les connections." - #: plugins/check_radius.c:330 -msgid "The server to test must be specified in the invocation, as well as a user" +msgid "" +"This plugin tests a radius server to see if it is accepting connections." msgstr "" +"Ce plugin teste un serveur radius afin de vérifier si il accepte les " +"connections." #: plugins/check_radius.c:331 -msgid "name and password. A configuration file may also be present. The format of" +msgid "" +"The server to test must be specified in the invocation, as well as a user" msgstr "" #: plugins/check_radius.c:332 -msgid "the configuration file is described in the radiusclient library sources." +msgid "" +"name and password. A configuration file may also be present. The format of" msgstr "" #: plugins/check_radius.c:333 -msgid "The password option presents a substantial security issue because the" +msgid "" +"the configuration file is described in the radiusclient library sources." msgstr "" #: plugins/check_radius.c:334 -msgid "password can be determined by careful watching of the command line in" +msgid "The password option presents a substantial security issue because the" msgstr "" #: plugins/check_radius.c:335 -msgid "a process listing. This risk is exacerbated because nagios will" +msgid "password can be determined by careful watching of the command line in" msgstr "" #: plugins/check_radius.c:336 -msgid "run the plugin at regular prdictable intervals. Please be sure that" +msgid "a process listing. This risk is exacerbated because nagios will" msgstr "" #: plugins/check_radius.c:337 -msgid "the password used does not allow access to sensitive system resources," +msgid "run the plugin at regular prdictable intervals. Please be sure that" msgstr "" #: plugins/check_radius.c:338 +msgid "the password used does not allow access to sensitive system resources," +msgstr "" + +#: plugins/check_radius.c:339 msgid "otherwise compormise could occur." msgstr "" @@ -3354,21 +3453,16 @@ msgstr "Réponses REAL invalide reçue de l'hôte" msgid "Invalid REAL response received from host on port %d\n" msgstr "Réponses REAL invalide reçue de l'hôte sur le port %d\n" -#: plugins/check_real.c:189 plugins/check_tcp.c:291 -#, c-format -msgid "No data received from host\n" -msgstr "Pas de données reçues de l'hôte\n" - #: plugins/check_real.c:252 #, c-format msgid "REAL %s - %d second response time\n" msgstr "REAL %s - %d secondes de temps de réponse\n" -#: plugins/check_real.c:341 plugins/check_smtp.c:621 plugins/check_ups.c:535 +#: plugins/check_real.c:341 plugins/check_smtp.c:620 plugins/check_ups.c:535 msgid "Warning time must be a positive integer" msgstr "Le seuil d'avertissement doit être un entier positif" -#: plugins/check_real.c:350 plugins/check_smtp.c:612 plugins/check_ups.c:526 +#: plugins/check_real.c:350 plugins/check_smtp.c:611 plugins/check_ups.c:526 msgid "Critical time must be a positive integer" msgstr "Le seuil critique doit être un entier positif" @@ -3387,213 +3481,220 @@ msgstr "" #: plugins/check_real.c:431 #, c-format msgid "String to expect in first line of server response (default: %s)\n" -msgstr "Texte attendu dans la première ligne de réponse du serveur (défaut: %s)\n" +msgstr "" +"Texte attendu dans la première ligne de réponse du serveur (défaut: %s)\n" #: plugins/check_real.c:440 msgid "This plugin will attempt to open an RTSP connection with the host." msgstr "Ce plugin va essayer d'ouvrir un connexion RTSP avec l'hôte." -#: plugins/check_real.c:441 plugins/check_smtp.c:770 +#: plugins/check_real.c:441 plugins/check_smtp.c:769 msgid "Successul connects return STATE_OK, refusals and timeouts return" msgstr "" #: plugins/check_real.c:442 -msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects," +msgid "" +"STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects," msgstr "" #: plugins/check_real.c:443 -msgid "but incorrect reponse messages from the host result in STATE_WARNING return" +msgid "" +"but incorrect reponse messages from the host result in STATE_WARNING return" msgstr "" #: plugins/check_real.c:444 msgid "values." msgstr "" -#: plugins/check_smtp.c:187 plugins/check_swap.c:268 plugins/check_swap.c:274 +#: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274 #, c-format msgid "malloc() failed!\n" msgstr "l'allocation mémoire à échoué!\n" -#: plugins/check_smtp.c:191 +#: plugins/check_smtp.c:190 #, c-format msgid "gethostname() failed!\n" msgstr "La commande gethostname() à échoué\n" -#: plugins/check_smtp.c:228 plugins/check_smtp.c:252 +#: plugins/check_smtp.c:227 plugins/check_smtp.c:251 #, c-format msgid "recv() failed\n" msgstr "La commande recv() à échoué\n" -#: plugins/check_smtp.c:239 +#: plugins/check_smtp.c:238 #, c-format msgid "Invalid SMTP response received from host\n" msgstr "Réponse SMTP invalide reçue de l'hôte\n" -#: plugins/check_smtp.c:241 +#: plugins/check_smtp.c:240 #, c-format msgid "Invalid SMTP response received from host on port %d\n" msgstr "Réponse SMTP invalide reçue de l'hôte sur le port %d\n" -#: plugins/check_smtp.c:263 +#: plugins/check_smtp.c:262 #, c-format msgid "WARNING - TLS not supported by server\n" msgstr "AVERTISSEMENT: - TLS n'est pas supporté par ce serveur\n" -#: plugins/check_smtp.c:275 +#: plugins/check_smtp.c:274 #, c-format msgid "Server does not support STARTTLS\n" msgstr "Le serveur ne supporte pas STARTTLS\n" -#: plugins/check_smtp.c:281 +#: plugins/check_smtp.c:280 #, c-format msgid "CRITICAL - Cannot create SSL context.\n" msgstr "CRITIQUE - Impossible de créer le contexte SSL.\n" -#: plugins/check_smtp.c:301 -#, c-format -msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS.\n" +#: plugins/check_smtp.c:300 +msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." msgstr "" -#: plugins/check_smtp.c:306 +#: plugins/check_smtp.c:305 #, c-format msgid "sent %s" msgstr "envoyé %s" -#: plugins/check_smtp.c:308 -#, c-format -msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS.\n" +#: plugins/check_smtp.c:307 +msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." msgstr "" -#: plugins/check_smtp.c:321 plugins/check_tcp.c:239 -#, c-format -msgid "CRITICAL - Cannot retrieve server certificate.\n" +#: plugins/check_smtp.c:320 +#, fuzzy +msgid "CRITICAL - Cannot retrieve server certificate." msgstr "CRITIQUE - Impossible d'obtenir le certificat du serveur.\n" -#: plugins/check_smtp.c:359 plugins/check_snmp.c:568 +#: plugins/check_smtp.c:358 plugins/check_snmp.c:568 #, c-format msgid "Could Not Compile Regular Expression" msgstr "Impossible de compiler l'expression régulière" -#: plugins/check_smtp.c:368 +#: plugins/check_smtp.c:367 #, c-format msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "SMTP %s - réponse invalide de '%s' à la commande '%s'\n" -#: plugins/check_smtp.c:372 plugins/check_snmp.c:318 +#: plugins/check_smtp.c:371 plugins/check_snmp.c:318 #, c-format msgid "Execute Error: %s\n" msgstr "Erreur d'exécution: %s\n" -#: plugins/check_smtp.c:386 +#: plugins/check_smtp.c:385 msgid "no authuser specified, " msgstr "Pas d'utilisateur pour l'authentification spécifié, " -#: plugins/check_smtp.c:391 +#: plugins/check_smtp.c:390 msgid "no authpass specified, " msgstr "pas de mot de passe spécifié, " -#: plugins/check_smtp.c:398 plugins/check_smtp.c:420 plugins/check_smtp.c:441 +#: plugins/check_smtp.c:397 plugins/check_smtp.c:419 plugins/check_smtp.c:440 #, c-format msgid "sent %s\n" msgstr "envoyé %s\n" -#: plugins/check_smtp.c:401 +#: plugins/check_smtp.c:400 msgid "recv() failed after AUTH LOGIN, \n" msgstr "la commande recv() à échoué après AUTH LOGIN, \n" -#: plugins/check_smtp.c:407 plugins/check_smtp.c:429 plugins/check_smtp.c:450 +#: plugins/check_smtp.c:406 plugins/check_smtp.c:428 plugins/check_smtp.c:449 #, c-format msgid "received %s\n" msgstr "reçu %s\n" -#: plugins/check_smtp.c:411 +#: plugins/check_smtp.c:410 msgid "invalid response received after AUTH LOGIN, " msgstr "Réponse invalide reçue après AUTH LOGIN, " -#: plugins/check_smtp.c:424 +#: plugins/check_smtp.c:423 msgid "recv() failed after sending authuser, " msgstr "La commande recv() a échoué après authuser, " -#: plugins/check_smtp.c:433 +#: plugins/check_smtp.c:432 msgid "invalid response received after authuser, " msgstr "Réponse invalide reçue après authuser, " -#: plugins/check_smtp.c:445 +#: plugins/check_smtp.c:444 msgid "recv() failed after sending authpass, " msgstr "la commande recv() à échoué après authpass, " -#: plugins/check_smtp.c:454 +#: plugins/check_smtp.c:453 msgid "invalid response received after authpass, " msgstr "Réponse invalide reçue après authpass, " -#: plugins/check_smtp.c:461 +#: plugins/check_smtp.c:460 msgid "only authtype LOGIN is supported, " msgstr "seul la méthode d'authentification LOGIN est supportée, " -#: plugins/check_smtp.c:485 +#: plugins/check_smtp.c:484 #, c-format msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" msgstr "SMTP %s - %s%.3f sec. de temps de réponse%s%s|%s\n" -#: plugins/check_smtp.c:591 plugins/check_smtp.c:601 +#: plugins/check_smtp.c:590 plugins/check_smtp.c:600 #, c-format msgid "Could not realloc() units [%d]\n" msgstr "Impossible de réallouer des unités [%d]\n" -#: plugins/check_smtp.c:648 +#: plugins/check_smtp.c:647 msgid "SSL support not available - install OpenSSL and recompile" msgstr "SSL n'est pas disponible - installer OpenSSL et recompilez" -#: plugins/check_smtp.c:727 +#: plugins/check_smtp.c:726 msgid "This plugin will attempt to open an SMTP connection with the host." msgstr "Ce plugin va essayer d'ouvrir un connexion SMTP avec l'hôte." -#: plugins/check_smtp.c:740 +#: plugins/check_smtp.c:739 #, c-format msgid " String to expect in first line of server response (default: '%s')\n" -msgstr " Texte attendu dans la première ligne de réponse du serveur (défaut: '%s')\n" +msgstr "" +" Texte attendu dans la première ligne de réponse du serveur (défaut: '%" +"s')\n" -#: plugins/check_smtp.c:742 +#: plugins/check_smtp.c:741 msgid "Suppress SMTP command" msgstr "" -#: plugins/check_smtp.c:744 +#: plugins/check_smtp.c:743 msgid "SMTP command (may be used repeatedly)" msgstr "Commande SMTP (peut être utilisé plusieurs fois)" -#: plugins/check_smtp.c:746 +#: plugins/check_smtp.c:745 msgid "Expected response to command (may be used repeatedly)" msgstr "" -#: plugins/check_smtp.c:748 +#: plugins/check_smtp.c:747 msgid "FROM-address to include in MAIL command, required by Exchange 2000" msgstr "" -#: plugins/check_smtp.c:753 +#: plugins/check_smtp.c:750 plugins/check_tcp.c:638 +msgid "Minimum number of days a certificate has to be valid." +msgstr "Nombre de jours minimum pour que le certificat soit valide." + +#: plugins/check_smtp.c:752 msgid "Use STARTTLS for the connection." msgstr "" -#: plugins/check_smtp.c:757 +#: plugins/check_smtp.c:756 msgid "SMTP AUTH type to check (default none, only LOGIN supported)" msgstr "" -#: plugins/check_smtp.c:759 +#: plugins/check_smtp.c:758 msgid "SMTP AUTH username" msgstr "" -#: plugins/check_smtp.c:761 +#: plugins/check_smtp.c:760 msgid "SMTP AUTH password" msgstr "" -#: plugins/check_smtp.c:771 +#: plugins/check_smtp.c:770 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" msgstr "" -#: plugins/check_smtp.c:772 +#: plugins/check_smtp.c:771 msgid "connects, but incorrect reponse messages from the host result in" msgstr "" -#: plugins/check_smtp.c:773 +#: plugins/check_smtp.c:772 msgid "STATE_WARNING return values." msgstr "" @@ -3662,7 +3763,9 @@ msgstr "Guillemets manquants\n" #: plugins/check_snmp.c:909 msgid "Check status of remote machines and obtain sustem information via SNMP" -msgstr "Vérifie l'état des machines distantes et obtient l'information système via SNMP" +msgstr "" +"Vérifie l'état des machines distantes et obtient l'information système via " +"SNMP" #: plugins/check_snmp.c:921 msgid "Use SNMP GETNEXT instead of SNMP GET" @@ -3687,7 +3790,7 @@ msgstr "" #: plugins/check_snmp.c:932 #, c-format msgid "(default is \"%s\")" -msgstr "" +msgstr "(défaut \"%s\")" #: plugins/check_snmp.c:934 msgid "SNMPv3 username" @@ -3706,7 +3809,8 @@ msgid "Object identifier(s) or SNMP variables whose value you wish to query" msgstr "" #: plugins/check_snmp.c:944 -msgid "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'" +msgid "" +"List of MIBS to be loaded (default = none if using numeric oids or 'ALL'" msgstr "" #: plugins/check_snmp.c:945 @@ -3739,11 +3843,13 @@ msgid "Return OK state (for that OID) if STRING is an exact match" msgstr "" #: plugins/check_snmp.c:961 -msgid "Return OK state (for that OID) if extended regular expression REGEX matches" +msgid "" +"Return OK state (for that OID) if extended regular expression REGEX matches" msgstr "" #: plugins/check_snmp.c:963 -msgid "Return OK state (for that OID) if case-insensitive extended REGEX matches" +msgid "" +"Return OK state (for that OID) if case-insensitive extended REGEX matches" msgstr "" #: plugins/check_snmp.c:965 @@ -3759,12 +3865,15 @@ msgid "Separates output on multiple OID requests" msgstr "" #: plugins/check_snmp.c:977 -msgid "This plugin uses the 'snmpget' command included with the NET-SNMP package." +msgid "" +"This plugin uses the 'snmpget' command included with the NET-SNMP package." msgstr "" #: plugins/check_snmp.c:978 -msgid "if you don't have the package installed, you will need to download it from" -msgstr "Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" +msgid "" +"if you don't have the package installed, you will need to download it from" +msgstr "" +"Si vous n'avez pas le programme installé, vous devrez le télécharger depuis" #: plugins/check_snmp.c:979 msgid "http://net-snmp.sourceforge.net before you can use this plugin." @@ -3774,7 +3883,8 @@ msgstr "http://net-snmp.sourceforge.net avant de pouvoir utiliser ce plugin." msgid "" "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " "with" -msgstr "- Des OIDs multiples peuvent être indiquées par une virgule ou par des listes" +msgstr "" +"- Des OIDs multiples peuvent être indiquées par une virgule ou par des listes" #: plugins/check_snmp.c:982 msgid " internal spaces must be quoted) [max 8 OIDs]" @@ -3785,12 +3895,11 @@ msgid "- Ranges are inclusive and are indicated with colons. When specified as" msgstr "" #: plugins/check_snmp.c:985 -#, fuzzy -msgid " 'min:max' a STATE_OK will be returned if the result is within the indicated" +msgid "" +" 'min:max' a STATE_OK will be returned if the result is within the indicated" msgstr "" -"- Si l'écart est indiqué comme 'max:min' un résultat autre que STATE_OK " -"sera\n" -" retourné si le résultat est dans l'écart spécifié.\n" +" 'max:min' un résultat STATE_OK sera retourné si le résultat est dans " +"l'écart spécifié." #: plugins/check_snmp.c:986 msgid " range or is equal to the upper or lower bound. A non-OK state will be" @@ -3801,19 +3910,19 @@ msgid " returned if the result is outside the specified range." msgstr "" #: plugins/check_snmp.c:989 -#, fuzzy -msgid "- If specified in the order 'max:min' a non-OK state will be returned if the" +msgid "" +"- If specified in the order 'max:min' a non-OK state will be returned if the" msgstr "" -"- Si l'écart est indiqué comme 'max:min' un résultat autre que STATE_OK " -"sera\n" -" retourné si le résultat est dans l'écart spécifié.\n" +"- Si l'écart est indiqué comme 'max:min' un résultat autre que STATE_OK sera " +"retourné si le" #: plugins/check_snmp.c:990 msgid " result is within the (inclusive) range." msgstr "" #: plugins/check_snmp.c:992 -msgid "- Upper or lower bounds may be omitted to skip checking the respective limit." +msgid "" +"- Upper or lower bounds may be omitted to skip checking the respective limit." msgstr "" #: plugins/check_snmp.c:993 @@ -3831,39 +3940,44 @@ msgid "- Note that only one string and one regex may be checked at present" msgstr "" #: plugins/check_snmp.c:996 -msgid "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" +msgid "" +"- All evaluation methods other than PR, STR, and SUBSTR expect that the value" msgstr "" #: plugins/check_snmp.c:997 msgid " returned from the SNMP query is an unsigned integer." msgstr "" -#: plugins/check_ssh.c:169 +#: plugins/check_ssh.c:170 msgid "Port number must be a positive integer" msgstr "Le numéro du port doit être un nombre entier positif" -#: plugins/check_ssh.c:234 +#: plugins/check_ssh.c:235 #, c-format msgid "Server answer: %s" msgstr "Réponse du serveur: %s" -#: plugins/check_ssh.c:252 +#: plugins/check_ssh.c:253 #, c-format msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n" -msgstr "SSH AVERTISSEMENT - %s (protocole %s) différence de version, attendu'%s'\n" +msgstr "" +"SSH AVERTISSEMENT - %s (protocole %s) différence de version, attendu'%s'\n" -#: plugins/check_ssh.c:258 +#: plugins/check_ssh.c:259 #, c-format msgid "SSH OK - %s (protocol %s)\n" msgstr "SSH OK - %s (protocole %s)\n" -#: plugins/check_ssh.c:278 +#: plugins/check_ssh.c:279 msgid "Try to connect to an SSH server at specified server and port" msgstr "Essaye de se connecter à un serveur SSH précisé à un port précis" -#: plugins/check_ssh.c:293 -msgid "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" -msgstr "AVERTISSEMENT si la chaîne ne correspond pas à la version précisée (ex: OpenSSH_3.9p1)" +#: plugins/check_ssh.c:294 +msgid "" +"Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" +msgstr "" +"AVERTISSEMENT si la chaîne ne correspond pas à la version précisée (ex: " +"OpenSSH_3.9p1)" #: plugins/check_swap.c:172 #, c-format @@ -3932,7 +4046,8 @@ msgstr "Vérifie l'espace swap sur la machine locale." #: plugins/check_swap.c:537 #, fuzzy -msgid "Exit with WARNING status if less than INTEGER bytes of swap space are free" +msgid "" +"Exit with WARNING status if less than INTEGER bytes of swap space are free" msgstr "" "Sortir avec un résultat AVERTISSEMENT si moins de x unités de disques sont " "libres" @@ -3946,13 +4061,16 @@ msgstr "" #: plugins/check_swap.c:541 #, fuzzy -msgid "Exit with CRITICAL status if less than INTEGER bytes of swap space are free" -msgstr "Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" +msgid "" +"Exit with CRITICAL status if less than INTEGER bytes of swap space are free" +msgstr "" +"Sortir avec un résultat CRITIQUE si moins de x unités du disque sont libres" #: plugins/check_swap.c:543 #, fuzzy msgid "Exit with CRITCAL status if less than PERCENT of swap space is free" -msgstr "Sortir avec un résultat CRITIQUE si moins de x pour-cent du disque est libre" +msgstr "" +"Sortir avec un résultat CRITIQUE si moins de x pour-cent du disque est libre" #: plugins/check_swap.c:545 msgid "Conduct comparisons for all swap partitions, one by one" @@ -3970,7 +4088,8 @@ msgstr "" #: plugins/check_tcp.c:199 msgid "CRITICAL - Generic check_tcp called with unknown service\n" -msgstr "CRITIQUE -check_tcp version générique utilisé avec un service inconnu\n" +msgstr "" +"CRITIQUE -check_tcp version générique utilisé avec un service inconnu\n" #: plugins/check_tcp.c:220 msgid "With UDP checks, a send/expect string must be specified." @@ -3978,40 +4097,40 @@ msgstr "" "Avec la surveillance UDP, une chaîne d'envoi et un chaîne de réponse doit " "être spécifiée." -#: plugins/check_tcp.c:345 +#: plugins/check_tcp.c:239 #, c-format -msgid "%s %s - " -msgstr "" +msgid "CRITICAL - Cannot retrieve server certificate.\n" +msgstr "CRITIQUE - Impossible d'obtenir le certificat du serveur.\n" -#: plugins/check_tcp.c:418 +#: plugins/check_tcp.c:428 msgid "No arguments found" msgstr "Pas de paramètres" -#: plugins/check_tcp.c:520 +#: plugins/check_tcp.c:530 msgid "Maxbytes must be a positive integer" msgstr "Maxbytes doit être un entier positif" -#: plugins/check_tcp.c:537 +#: plugins/check_tcp.c:548 msgid "Refuse must be one of ok, warn, crit" msgstr "Refuse doit être parmis ok, warn, crit" -#: plugins/check_tcp.c:547 +#: plugins/check_tcp.c:558 msgid "Mismatch must be one of ok, warn, crit" msgstr "Mismatch doit être parmis ok, warn, crit" -#: plugins/check_tcp.c:553 +#: plugins/check_tcp.c:564 msgid "Delay must be a positive integer" msgstr "Delay doit être un entier positif" -#: plugins/check_tcp.c:578 +#: plugins/check_tcp.c:589 msgid "You must provide a server address" msgstr "Vous devez fournir une adresse serveur" -#: plugins/check_tcp.c:580 +#: plugins/check_tcp.c:591 msgid "Invalid hostname, address or socket" msgstr "Adresse/Nom/Socket invalide" -#: plugins/check_tcp.c:594 +#: plugins/check_tcp.c:605 #, c-format msgid "" "This plugin tests %s connections with the specified host (or unix socket).\n" @@ -4020,48 +4139,49 @@ msgstr "" "Ce plugin teste %s connections avec l'hôte spécifié (ou socket unix).\n" "\n" -#: plugins/check_tcp.c:606 +#: plugins/check_tcp.c:617 msgid "Can use \\n, \\r, \\t or \\ in send or quit string." msgstr "" -#: plugins/check_tcp.c:607 +#: plugins/check_tcp.c:618 msgid "Default: nothing added to send, \\r\\n added to end of quit" msgstr "" -#: plugins/check_tcp.c:609 +#: plugins/check_tcp.c:620 msgid "String to send to the server" msgstr "Chaîne de caractères à envoyer au serveur" -#: plugins/check_tcp.c:611 +#: plugins/check_tcp.c:622 msgid "String to expect in server response" msgstr "" -#: plugins/check_tcp.c:613 +#: plugins/check_tcp.c:624 msgid "String to send server to initiate a clean close of the connection" msgstr "" -#: plugins/check_tcp.c:615 +#: plugins/check_tcp.c:626 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)" msgstr "" -#: plugins/check_tcp.c:617 -msgid "Accept expected string mismatches with states ok, warn, crit (default: warn)" +#: plugins/check_tcp.c:628 +msgid "" +"Accept expected string mismatches with states ok, warn, crit (default: warn)" msgstr "" -#: plugins/check_tcp.c:619 +#: plugins/check_tcp.c:630 #, fuzzy msgid "Hide output from TCP socket" msgstr "Impossible d'ouvrir un socket TCP\n" -#: plugins/check_tcp.c:621 +#: plugins/check_tcp.c:632 msgid "Close connection once more than this number of bytes are received" msgstr "" -#: plugins/check_tcp.c:623 +#: plugins/check_tcp.c:634 msgid "Seconds to wait between sending string and polling for response" msgstr "" -#: plugins/check_tcp.c:629 +#: plugins/check_tcp.c:640 msgid "Use SSL for the connection." msgstr "" @@ -4211,12 +4331,17 @@ msgid "Error : no ups indicated" msgstr "Erreur: pas d'ups indiqué" #: plugins/check_ups.c:606 -msgid "This plugin tests the UPS service on the specified host.Network UPS Tools " -msgstr "Ce plugin teste le service UPS sur l'hôte spécifié en utilisant Network UPS Tools " +msgid "" +"This plugin tests the UPS service on the specified host.Network UPS Tools " +msgstr "" +"Ce plugin teste le service UPS sur l'hôte spécifié en utilisant Network UPS " +"Tools " #: plugins/check_ups.c:607 msgid "from www.networkupstools.org must be running for thisplugin to work." -msgstr "de www.networkupstools.org doit fonctionner sur l'hôte pour que ce plugin fonctionne." +msgstr "" +"de www.networkupstools.org doit fonctionner sur l'hôte pour que ce plugin " +"fonctionne." #: plugins/check_ups.c:618 msgid "Name of UPS" @@ -4227,15 +4352,18 @@ msgid "Output of temperatures in Celsius" msgstr "Affichage des températures en Celsius" #: plugins/check_ups.c:631 -msgid "This plugin attempts to determine the status of a UPS (Uninterruptible Power" +msgid "" +"This plugin attempts to determine the status of a UPS (Uninterruptible Power" msgstr "" #: plugins/check_ups.c:632 -msgid "Supply) on a local or remote host. If the UPS is online or calibrating, the" +msgid "" +"Supply) on a local or remote host. If the UPS is online or calibrating, the" msgstr "" #: plugins/check_ups.c:633 -msgid "plugin will return an OK state. If the battery is on it will return a WARNING" +msgid "" +"plugin will return an OK state. If the battery is on it will return a WARNING" msgstr "" #: plugins/check_ups.c:634 @@ -4271,11 +4399,13 @@ msgid "will have to use the [ups] option to specify which UPS to check." msgstr "" #: plugins/check_ups.c:642 -msgid "This plugin requires that the UPSD daemon distributed with Russel Kroll's" +msgid "" +"This plugin requires that the UPSD daemon distributed with Russel Kroll's" msgstr "" #: plugins/check_ups.c:643 -msgid "Smart UPS Tools be installed on the remote host. If you do not have the" +msgid "" +"Smart UPS Tools be installed on the remote host. If you do not have the" msgstr "" #: plugins/check_ups.c:644 @@ -4300,19 +4430,26 @@ msgstr "UTILISATEURS %s - %d utilisateurs actuellement connectés sur |%s\n" #: plugins/check_users.c:209 msgid "This plugin checks the number of users currently logged in on the local" -msgstr "Ce plugin vérifie le nombre d'utilisateurs actuellement connecté sur le système local" +msgstr "" +"Ce plugin vérifie le nombre d'utilisateurs actuellement connecté sur le " +"système local" #: plugins/check_users.c:210 -msgid "system and generates an error if the number exceeds the thresholds specified." +msgid "" +"system and generates an error if the number exceeds the thresholds specified." msgstr "et génère une erreur si le nombre excède le seuil spécifié." #: plugins/check_users.c:219 msgid "Set WARNING status if more than INTEGER users are logged in" -msgstr "Sortir avec un résultat AVERTISSEMENT si plus de INTEGER utilisateurs sont connectés" +msgstr "" +"Sortir avec un résultat AVERTISSEMENT si plus de INTEGER utilisateurs sont " +"connectés" #: plugins/check_users.c:221 msgid "Set CRITICAL status if more than INTEGER users are logged in" -msgstr "Sortir avec un résultat CRITIQUE si plus de INTEGER utilisateurs sont connectés" +msgstr "" +"Sortir avec un résultat CRITIQUE si plus de INTEGER utilisateurs sont " +"connectés" #: plugins/check_ide_smart.c:231 #, c-format @@ -4332,7 +4469,8 @@ msgstr "CRITIQUE - SMART_READ_VALUES: %s\n" #: plugins/check_ide_smart.c:366 #, c-format msgid "CRITICAL - %d Harddrive PreFailure%cDetected! %d/%d tests failed.\n" -msgstr "CRITIQUE - %d État de pré-panne %c Détecté! %d/%d les tests on échoués.\n" +msgstr "" +"CRITIQUE - %d État de pré-panne %c Détecté! %d/%d les tests on échoués.\n" #: plugins/check_ide_smart.c:374 #, c-format @@ -4354,7 +4492,8 @@ msgstr "ERREUR - État '%d' inconnu. %d/%d les tests on réussi\n" #: plugins/check_ide_smart.c:419 #, c-format msgid "OffLineStatus=%d {%s}, AutoOffLine=%s, OffLineTimeout=%d minutes\n" -msgstr "Etat Hors Ligne=%d {%s}, Hors Ligne Auto=%s, Temps avant arrêt=%d minutes\n" +msgstr "" +"Etat Hors Ligne=%d {%s}, Hors Ligne Auto=%s, Temps avant arrêt=%d minutes\n" #: plugins/check_ide_smart.c:425 #, c-format @@ -4412,18 +4551,20 @@ msgid "Turn off automatic offline tests" msgstr "" #: plugins/check_ide_smart.c:525 -msgid "Output suitable for Nagios\n" +msgid "Output suitable for Nagios" msgstr "" #: plugins/negate.c:257 -msgid "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa)." -msgstr "Inverse le statut d'un plugin (retourne OK pour CRITIQUE, et vice-versa)." +msgid "" +"Negates the status of a plugin (returns OK for CRITICAL, and vice-versa)." +msgstr "" +"Inverse le statut d'un plugin (retourne OK pour CRITIQUE, et vice-versa)." #: plugins/negate.c:267 msgid "[keep timeout than the plugin timeout to retain CRITICAL status]" msgstr "" -"[conserver le délai de réponse dépassé du plugin original afin de " -"conserver le résultat CRITIQUE]" +"[conserver le délai de réponse dépassé du plugin original afin de conserver " +"le résultat CRITIQUE]" #: plugins/negate.c:271 msgid "Run check_ping and invert result. Must use full path to plugin" @@ -4434,7 +4575,8 @@ msgid "Use single quotes if you need to retain spaces" msgstr "" #: plugins/negate.c:277 -msgid "This plugin is a wrapper to take the output of another plugin and invert it." +msgid "" +"This plugin is a wrapper to take the output of another plugin and invert it." msgstr "" #: plugins/negate.c:278 @@ -4500,7 +4642,7 @@ msgstr "CRITIQUE - Vous devez spécifier plus d'arguments!!!" msgid "Cannot catch SIGCHLD" msgstr "impossible d'obtenir le signal SIGCHLD" -#: plugins/popen.c:302 plugins/utils.c:139 +#: plugins/popen.c:302 plugins/utils.c:146 #, c-format msgid "CRITICAL - Plugin timed out after %d seconds\n" msgstr "CRITIQUE - Le plugin n'as pas répondu dans les %d secondes\n" @@ -4529,7 +4671,8 @@ msgid "This plugin wraps the text output of another command (plugin)" msgstr "" #: plugins/urlize.c:177 -msgid "in HTML tags, thus displaying the plugin output in as a clickable link in" +msgid "" +"in HTML tags, thus displaying the plugin output in as a clickable link in" msgstr "" #: plugins/urlize.c:178 @@ -4539,7 +4682,8 @@ msgid "" msgstr "" #: plugins/urlize.c:188 -msgid "Pay close attention to quoting to ensure that the shell passes the expected" +msgid "" +"Pay close attention to quoting to ensure that the shell passes the expected" msgstr "" #: plugins/urlize.c:189 @@ -4566,46 +4710,48 @@ msgstr "" msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" msgstr "" -#: plugins/utils.c:434 +#: plugins/utils.c:441 msgid "failed realloc in strpcpy\n" msgstr "La fonction realloc à échoué dans strpcpy\n" -#: plugins/utils.c:476 +#: plugins/utils.c:483 msgid "failed malloc in strscat\n" msgstr "La fonction malloc à échoué dans strscat\n" -#: plugins-root/check_dhcp.c:297 +#: plugins-root/check_dhcp.c:298 #, c-format msgid "Error: Could not get hardware address of interface '%s'\n" -msgstr "Erreur: Impossible d'obtenir l'adresse matérielle pour l'interface '%s'\n" +msgstr "" +"Erreur: Impossible d'obtenir l'adresse matérielle pour l'interface '%s'\n" -#: plugins-root/check_dhcp.c:319 +#: plugins-root/check_dhcp.c:320 #, c-format msgid "Error: if_nametoindex error - %s.\n" msgstr "Erreur: if_nametoindex erreur - %s.\n" -#: plugins-root/check_dhcp.c:324 +#: plugins-root/check_dhcp.c:325 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" msgstr "" "Erreur: Impossible d'obtenir l'adresse matérielle depuis %s. erreur sysctl 1 " "- %s.\n" -#: plugins-root/check_dhcp.c:329 +#: plugins-root/check_dhcp.c:330 #, c-format -msgid "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" +msgid "" +"Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" msgstr "" "Erreur: Impossible d'obtenir l'adresse matérielle depuis l'interface %s\n" " erreur malloc - %s.\n" -#: plugins-root/check_dhcp.c:334 +#: plugins-root/check_dhcp.c:335 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" msgstr "" "Erreur: Impossible d'obtenir l'adresse matérielle depuis %s erreur sysctl 2 " "- %s.\n" -#: plugins-root/check_dhcp.c:360 +#: plugins-root/check_dhcp.c:361 #, c-format msgid "" "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " @@ -4614,7 +4760,7 @@ msgstr "" "Erreur: impossible de trouver le numéro dans le nom de l'interface (%s).\n" "J'attendais le nom suivi du type ex lnc0.\n" -#: plugins-root/check_dhcp.c:365 plugins-root/check_dhcp.c:377 +#: plugins-root/check_dhcp.c:366 plugins-root/check_dhcp.c:378 #, c-format msgid "" "Error: can't read MAC address from DLPI streams interface for device %s unit " @@ -4623,268 +4769,270 @@ msgstr "" "Erreur: impossible de lire l'adresse MAC depuis l'interface DLPI pour le \n" "périphérique %s numéro %d.\n" -#: plugins-root/check_dhcp.c:383 +#: plugins-root/check_dhcp.c:384 #, c-format msgid "Error: can't get MAC address for this architecture.\n" msgstr "Erreur: impossible d'obtenir l'adresse MAC pour cette architecture.\n" -#: plugins-root/check_dhcp.c:388 +#: plugins-root/check_dhcp.c:389 #, c-format msgid "Hardware address: " msgstr "Adresse matérielle: " -#: plugins-root/check_dhcp.c:463 +#: plugins-root/check_dhcp.c:464 #, c-format msgid "DHCPDISCOVER to %s port %d\n" msgstr "DHCPDISCOVER vers %s port %d\n" -#: plugins-root/check_dhcp.c:516 +#: plugins-root/check_dhcp.c:517 #, c-format msgid "Result=ERROR\n" msgstr "Résultat=ERREUR\n" -#: plugins-root/check_dhcp.c:522 +#: plugins-root/check_dhcp.c:523 #, c-format msgid "Result=OK\n" msgstr "Résultat=OK\n" -#: plugins-root/check_dhcp.c:537 +#: plugins-root/check_dhcp.c:538 #, c-format msgid "DHCPOFFER from IP address %s" msgstr "DHCPOFFER depuis l'adresse IP %s" -#: plugins-root/check_dhcp.c:538 +#: plugins-root/check_dhcp.c:539 #, c-format msgid " via %s\n" msgstr " depuis %s\n" -#: plugins-root/check_dhcp.c:545 +#: plugins-root/check_dhcp.c:546 #, c-format -msgid "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n" +msgid "" +"DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n" msgstr "" "DHCPOFFER XID (%lu) ne correspond pas à DHCPDISCOVER XID (%lu) - paquet " "ignoré\n" -#: plugins-root/check_dhcp.c:567 +#: plugins-root/check_dhcp.c:568 #, c-format msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" msgstr "" "l'adresse matérielle du DHCPOFFER ne correspond pas à la notre paquet " "ignoré\n" -#: plugins-root/check_dhcp.c:585 +#: plugins-root/check_dhcp.c:586 #, c-format msgid "Total responses seen on the wire: %d\n" msgstr "Nombre total de réponses vues: %d\n" -#: plugins-root/check_dhcp.c:586 +#: plugins-root/check_dhcp.c:587 #, c-format msgid "Valid responses for this machine: %d\n" msgstr "Nombre de réponse valides pour cette machine: %d\n" -#: plugins-root/check_dhcp.c:602 +#: plugins-root/check_dhcp.c:603 #, c-format msgid "send_dhcp_packet result: %d\n" msgstr "résultat de send_dchp_packet: %d\n" -#: plugins-root/check_dhcp.c:631 +#: plugins-root/check_dhcp.c:632 #, c-format msgid "No (more) data received\n" msgstr "Plus de données reçues\n" -#: plugins-root/check_dhcp.c:650 +#: plugins-root/check_dhcp.c:651 #, c-format msgid "recvfrom() failed, " msgstr "recvfrom() a échoué, " -#: plugins-root/check_dhcp.c:657 +#: plugins-root/check_dhcp.c:658 #, c-format msgid "receive_dhcp_packet() result: %d\n" msgstr "résultat de receive_dchp_packet(): %d\n" -#: plugins-root/check_dhcp.c:658 +#: plugins-root/check_dhcp.c:659 #, c-format msgid "receive_dhcp_packet() source: %s\n" msgstr "source de receive_dchp_packet(): %s\n" -#: plugins-root/check_dhcp.c:687 +#: plugins-root/check_dhcp.c:688 #, c-format msgid "Error: Could not create socket!\n" msgstr "Erreur: Impossible de créer un socket!\n" -#: plugins-root/check_dhcp.c:697 +#: plugins-root/check_dhcp.c:698 #, c-format msgid "Error: Could not set reuse address option on DHCP socket!\n" msgstr "" "Erreur: Impossible de configurer l'option de réutilisation de l'adresse sur\n" "le socket DHCP!\n" -#: plugins-root/check_dhcp.c:703 +#: plugins-root/check_dhcp.c:704 #, c-format msgid "Error: Could not set broadcast option on DHCP socket!\n" -msgstr "Erreur: Impossible de configurer l'option broadcast sur le socket DHCP!\n" +msgstr "" +"Erreur: Impossible de configurer l'option broadcast sur le socket DHCP!\n" -#: plugins-root/check_dhcp.c:711 +#: plugins-root/check_dhcp.c:712 #, c-format -msgid "Error: Could not bind socket to interface %s. Check your privileges...\n" +msgid "" +"Error: Could not bind socket to interface %s. Check your privileges...\n" msgstr "" "Erreur: Impossible de connecter le socket à l'interface %s.\n" "Vérifiez vos droits...\n" -#: plugins-root/check_dhcp.c:721 +#: plugins-root/check_dhcp.c:722 #, c-format -msgid "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" +msgid "" +"Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" msgstr "" "Erreur: Impossible de se connecter au socket (port %d)! Vérifiez vos " "droits..\n" -#: plugins-root/check_dhcp.c:755 +#: plugins-root/check_dhcp.c:756 #, c-format msgid "Requested server address: %s\n" msgstr "Adresse serveur demandée: %s\n" -#: plugins-root/check_dhcp.c:811 +#: plugins-root/check_dhcp.c:812 #, c-format msgid "Lease Time: Infinite\n" msgstr "Durée du Bail: Infini\n" -#: plugins-root/check_dhcp.c:813 +#: plugins-root/check_dhcp.c:814 #, c-format msgid "Lease Time: %lu seconds\n" msgstr "Durée du Bail: %lu secondes\n" -#: plugins-root/check_dhcp.c:815 +#: plugins-root/check_dhcp.c:816 #, c-format msgid "Renewal Time: Infinite\n" msgstr "Renouvellement du bail: Infini\n" -#: plugins-root/check_dhcp.c:817 +#: plugins-root/check_dhcp.c:818 #, c-format msgid "Renewal Time: %lu seconds\n" msgstr "Durée du renouvellement = %lu secondes\n" -#: plugins-root/check_dhcp.c:819 +#: plugins-root/check_dhcp.c:820 #, c-format msgid "Rebinding Time: Infinite\n" msgstr "Délai de nouvelle demande: Infini\n" -#: plugins-root/check_dhcp.c:820 +#: plugins-root/check_dhcp.c:821 #, c-format msgid "Rebinding Time: %lu seconds\n" msgstr "Délai de nouvelle demande: %lu secondes\n" -#: plugins-root/check_dhcp.c:836 +#: plugins-root/check_dhcp.c:837 #, c-format msgid "Added offer from server @ %s" msgstr "Rajouté offre du serveur @ %s" -#: plugins-root/check_dhcp.c:837 +#: plugins-root/check_dhcp.c:838 #, c-format msgid " of IP address %s\n" msgstr "de l'adresse IP %s\n" -#: plugins-root/check_dhcp.c:904 +#: plugins-root/check_dhcp.c:905 #, c-format msgid "DHCP Server Match: Offerer=%s" msgstr "Correspondance du serveur DHCP: Offrant=%s" -#: plugins-root/check_dhcp.c:905 +#: plugins-root/check_dhcp.c:906 #, c-format msgid " Requested=%s" msgstr " Demandé=%s" -#: plugins-root/check_dhcp.c:907 -#, c-format -msgid " (duplicate)" -msgstr "" - #: plugins-root/check_dhcp.c:908 #, c-format -msgid "\n" +msgid " (duplicate)" msgstr "" -#: plugins-root/check_dhcp.c:956 +#: plugins-root/check_dhcp.c:957 #, c-format msgid "No DHCPOFFERs were received.\n" msgstr "Pas de DHCPOFFERs reçus.\n" -#: plugins-root/check_dhcp.c:960 +#: plugins-root/check_dhcp.c:961 #, c-format msgid "Received %d DHCPOFFER(s)" msgstr "Reçu %d DHCPOFFER(s)" -#: plugins-root/check_dhcp.c:963 +#: plugins-root/check_dhcp.c:964 #, c-format msgid ", %s%d of %d requested servers responded" msgstr ", %s%d de %d serveurs ont répondus" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 #, c-format msgid ", requested address (%s) was %soffered" msgstr ", l'adresse demandée (%s) %s été offerte" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 msgid "not " msgstr "n'as pas" -#: plugins-root/check_dhcp.c:968 +#: plugins-root/check_dhcp.c:969 #, c-format msgid ", max lease time = " msgstr ", bail maximum = " -#: plugins-root/check_dhcp.c:970 +#: plugins-root/check_dhcp.c:971 #, c-format msgid "Infinity" msgstr "Infini" -#: plugins-root/check_dhcp.c:1147 +#: plugins-root/check_dhcp.c:1148 #, c-format msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" -msgstr "Erreur: Impossible d'obtenir la MAC par l'API DLPI dans check_ctrl: %s.\n" +msgstr "" +"Erreur: Impossible d'obtenir la MAC par l'API DLPI dans check_ctrl: %s.\n" -#: plugins-root/check_dhcp.c:1159 +#: plugins-root/check_dhcp.c:1160 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" msgstr "" "Erreur: Impossible d'obtenir la MAC par l'API DLPI dans put_ctrl/putmsg(): %" "s.\n" -#: plugins-root/check_dhcp.c:1172 +#: plugins-root/check_dhcp.c:1173 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" -msgstr "Erreur: Impossible d'obtenir la MAC par l'API DLPI dans put_both/putmsg().\n" +msgstr "" +"Erreur: Impossible d'obtenir la MAC par l'API DLPI dans put_both/putmsg().\n" -#: plugins-root/check_dhcp.c:1184 +#: plugins-root/check_dhcp.c:1185 #, c-format -msgid "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" +msgid "" +"Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" msgstr "" "Erreur: Impossible d'obtenir la MAC par l'API DLPI dans dl_attach_req/open(%" "s..): %s.\n" -#: plugins-root/check_dhcp.c:1208 +#: plugins-root/check_dhcp.c:1209 #, c-format msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" msgstr "" "Erreur: Impossible d'obtenir la MAC par l'API DLPI dans dl_bind/check_ctrl" "(): %s.\n" -#: plugins-root/check_dhcp.c:1256 +#: plugins-root/check_dhcp.c:1257 msgid "This plugin tests the availability of DHCP servers on a network." msgstr "Ce plugin teste la disponibilité de serveurs DHCP dans un réseau." -#: plugins-root/check_dhcp.c:1267 +#: plugins-root/check_dhcp.c:1268 msgid "IP address of DHCP server that we must hear from" msgstr "" -#: plugins-root/check_dhcp.c:1269 +#: plugins-root/check_dhcp.c:1270 msgid "IP address that should be offered by at least one DHCP server" msgstr "" -#: plugins-root/check_dhcp.c:1271 +#: plugins-root/check_dhcp.c:1272 msgid "Seconds to wait for DHCPOFFER before timeout occurs" msgstr "" -#: plugins-root/check_dhcp.c:1273 +#: plugins-root/check_dhcp.c:1274 msgid "Interface to to use for listening (i.e. eth0)" msgstr "" @@ -4933,7 +5081,8 @@ msgid "The -H switch is optional. Naming a host (or several) to check is not." msgstr "" #: plugins-root/check_icmp.c:1227 -msgid "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%" +msgid "" +"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%" msgstr "" #: plugins-root/check_icmp.c:1228 @@ -4941,15 +5090,18 @@ msgid "packet loss. The default values should work well for most users." msgstr "" #: plugins-root/check_icmp.c:1229 -msgid "You can specify different RTA factors using the standardized abbreviations" +msgid "" +"You can specify different RTA factors using the standardized abbreviations" msgstr "" #: plugins-root/check_icmp.c:1230 -msgid "us (microseconds), ms (milliseconds, default) or just plain s for seconds." +msgid "" +"us (microseconds), ms (milliseconds, default) or just plain s for seconds." msgstr "" #: plugins-root/check_icmp.c:1231 -msgid "Threshold format for -d is warn,crit. 12,14 means WARNING if >= 12 hops" +msgid "" +"Threshold format for -d is warn,crit. 12,14 means WARNING if >= 12 hops" msgstr "" #: plugins-root/check_icmp.c:1232 @@ -4957,10 +5109,10 @@ msgid "are spent and CRITICAL if >= 14 hops are spent." msgstr "" #: plugins-root/check_icmp.c:1233 -msgid "NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do not." +msgid "" +"NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do not." msgstr "" #: plugins-root/check_icmp.c:1234 msgid "The -v switch can be specified several times for increased verbosity." msgstr "" - diff --git a/po/nagios-plugins.pot b/po/nagios-plugins.pot index 9a94b33..dd856c0 100644 --- a/po/nagios-plugins.pot +++ b/po/nagios-plugins.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: sgid_bugs_address\n" -"POT-Creation-Date: 2006-12-20 10:36+0100\n" +"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2007-02-06 21:11+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,24 +17,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:186 +#: plugins/check_by_ssh.c:82 plugins/check_dig.c:89 plugins/check_disk.c:188 #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89 -#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:148 +#: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147 #: plugins/check_ldap.c:105 plugins/check_load.c:122 #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88 #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_nwstat.c:177 #: plugins/check_overcr.c:106 plugins/check_pgsql.c:156 -#: plugins/check_ping.c:99 plugins/check_procs.c:142 -#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:181 +#: plugins/check_ping.c:99 plugins/check_procs.c:143 +#: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:180 #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113 #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125 -#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:255 +#: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:256 msgid "Could not parse arguments" msgstr "" #: plugins/check_by_ssh.c:86 plugins/check_dig.c:86 plugins/check_dns.c:89 #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160 -#: plugins/check_ping.c:103 plugins/check_procs.c:149 plugins/negate.c:106 +#: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:106 msgid "Cannot catch SIGALRM" msgstr "" @@ -52,157 +52,159 @@ msgstr "" msgid "SSH WARNING: could not open %s\n" msgstr "" -#: plugins/check_by_ssh.c:198 plugins/check_disk.c:438 -#: plugins/check_http.c:248 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 -#: plugins/check_procs.c:370 plugins/check_radius.c:214 -#: plugins/check_radius.c:284 plugins/check_real.c:361 -#: plugins/check_smtp.c:632 plugins/check_snmp.c:494 plugins/check_ssh.c:142 -#: plugins/check_tcp.c:490 plugins/check_time.c:306 plugins/check_ups.c:555 +#: plugins/check_by_ssh.c:200 plugins/check_disk.c:450 +#: plugins/check_http.c:240 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 +#: plugins/check_procs.c:371 plugins/check_radius.c:215 +#: plugins/check_radius.c:285 plugins/check_real.c:361 +#: plugins/check_smtp.c:631 plugins/check_snmp.c:494 plugins/check_ssh.c:143 +#: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555 #: plugins/negate.c:203 msgid "Timeout interval must be a positive integer" msgstr "" -#: plugins/check_by_ssh.c:208 plugins/check_pgsql.c:261 -#: plugins/check_radius.c:223 plugins/check_radius.c:257 -#: plugins/check_real.c:332 plugins/check_smtp.c:564 plugins/check_tcp.c:496 +#: plugins/check_by_ssh.c:210 plugins/check_pgsql.c:261 +#: plugins/check_radius.c:224 plugins/check_radius.c:258 +#: plugins/check_real.c:332 plugins/check_smtp.c:563 plugins/check_tcp.c:506 #: plugins/check_time.c:300 plugins/check_ups.c:517 msgid "Port must be a positive integer" msgstr "" -#: plugins/check_by_ssh.c:252 +#: plugins/check_by_ssh.c:254 msgid "skip lines must be an integer" msgstr "" -#: plugins/check_by_ssh.c:257 plugins/check_dig.c:269 plugins/check_dns.c:373 -#: plugins/check_game.c:252 plugins/check_nagios.c:261 -#, c-format -msgid "Unknown argument - %s" -msgstr "" - -#: plugins/check_by_ssh.c:264 +#: plugins/check_by_ssh.c:272 #, c-format msgid "%s: You must provide a host name\n" msgstr "" -#: plugins/check_by_ssh.c:282 +#: plugins/check_by_ssh.c:290 msgid "No remotecmd" msgstr "" -#: plugins/check_by_ssh.c:298 +#: plugins/check_by_ssh.c:306 #, c-format msgid "" "%s: In passive mode, you must provide a service name for each command.\n" msgstr "" -#: plugins/check_by_ssh.c:301 +#: plugins/check_by_ssh.c:309 #, c-format msgid "" "%s: In passive mode, you must provide the host short name from the nagios " "configs.\n" msgstr "" -#: plugins/check_by_ssh.c:315 +#: plugins/check_by_ssh.c:323 #, c-format msgid "This plugin uses SSH to execute commands on a remote host" msgstr "" -#: plugins/check_by_ssh.c:328 +#: plugins/check_by_ssh.c:336 msgid "tell ssh to use Protocol 1" msgstr "" -#: plugins/check_by_ssh.c:330 +#: plugins/check_by_ssh.c:338 msgid "tell ssh to use Protocol 2" msgstr "" -#: plugins/check_by_ssh.c:332 +#: plugins/check_by_ssh.c:340 msgid "Ignore first n lines on STDERR (to suppress a logon banner)" msgstr "" -#: plugins/check_by_ssh.c:334 +#: plugins/check_by_ssh.c:342 msgid "tells ssh to fork rather than create a tty" msgstr "" -#: plugins/check_by_ssh.c:336 +#: plugins/check_by_ssh.c:344 msgid "command to execute on the remote machine" msgstr "" -#: plugins/check_by_ssh.c:338 +#: plugins/check_by_ssh.c:346 msgid "SSH user name on remote host [optional]" msgstr "" -#: plugins/check_by_ssh.c:340 +#: plugins/check_by_ssh.c:348 msgid "identity of an authorized key [optional]" msgstr "" -#: plugins/check_by_ssh.c:342 +#: plugins/check_by_ssh.c:350 msgid "external command file for nagios [optional]" msgstr "" -#: plugins/check_by_ssh.c:344 +#: plugins/check_by_ssh.c:352 msgid "list of nagios service names, separated by ':' [optional]" msgstr "" -#: plugins/check_by_ssh.c:346 +#: plugins/check_by_ssh.c:354 msgid "short name of host in nagios configuration [optional]" msgstr "" -#: plugins/check_by_ssh.c:349 +#: plugins/check_by_ssh.c:356 +msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" +msgstr "" + +#: plugins/check_by_ssh.c:358 +msgid "Tell ssh to suppress warning and diagnostic messages [optional]" +msgstr "" + +#: plugins/check_by_ssh.c:361 msgid "The most common mode of use is to refer to a local identity file with" msgstr "" -#: plugins/check_by_ssh.c:350 +#: plugins/check_by_ssh.c:362 msgid "the '-i' option. In this mode, the identity pair should have a null" msgstr "" -#: plugins/check_by_ssh.c:351 +#: plugins/check_by_ssh.c:363 msgid "passphrase and the public key should be listed in the authorized_keys" msgstr "" -#: plugins/check_by_ssh.c:352 +#: plugins/check_by_ssh.c:364 msgid "file of the remote host. Usually the key will be restricted to running" msgstr "" -#: plugins/check_by_ssh.c:353 +#: plugins/check_by_ssh.c:365 msgid "only one command on the remote server. If the remote SSH server tracks" msgstr "" -#: plugins/check_by_ssh.c:354 +#: plugins/check_by_ssh.c:366 msgid "invocation arguments, the one remote program may be an agent that can" msgstr "" -#: plugins/check_by_ssh.c:355 +#: plugins/check_by_ssh.c:367 msgid "execute additional commands as proxy" msgstr "" -#: plugins/check_by_ssh.c:356 +#: plugins/check_by_ssh.c:368 msgid "To use passive mode, provide multiple '-C' options, and provide" msgstr "" -#: plugins/check_by_ssh.c:357 +#: plugins/check_by_ssh.c:369 msgid "" "all of -O, -s, and -n options (servicelist order must match '-C'options)" msgstr "" -#: plugins/check_by_ssh.c:359 plugins/check_disk.c:744 -#: plugins/check_http.c:1331 plugins/check_nagios.c:303 -#: plugins/check_procs.c:734 plugins/negate.c:269 plugins/urlize.c:187 +#: plugins/check_by_ssh.c:371 plugins/check_disk.c:768 +#: plugins/check_http.c:1323 plugins/check_nagios.c:303 +#: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187 #, c-format msgid "Examples:" msgstr "" -#: plugins/check_by_ssh.c:373 plugins/check_dig.c:336 plugins/check_disk.c:755 +#: plugins/check_by_ssh.c:385 plugins/check_dig.c:336 plugins/check_disk.c:779 #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407 -#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1354 +#: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1346 #: plugins/check_ldap.c:411 plugins/check_load.c:311 plugins/check_mrtg.c:383 #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707 #: plugins/check_nwstat.c:1688 plugins/check_overcr.c:469 -#: plugins/check_pgsql.c:458 plugins/check_ping.c:580 -#: plugins/check_procs.c:752 plugins/check_radius.c:348 -#: plugins/check_real.c:454 plugins/check_smtp.c:783 plugins/check_snmp.c:1007 -#: plugins/check_ssh.c:305 plugins/check_swap.c:560 plugins/check_tcp.c:645 +#: plugins/check_pgsql.c:458 plugins/check_ping.c:592 +#: plugins/check_procs.c:753 plugins/check_radius.c:349 +#: plugins/check_real.c:454 plugins/check_smtp.c:782 plugins/check_snmp.c:1007 +#: plugins/check_ssh.c:306 plugins/check_swap.c:560 plugins/check_tcp.c:656 #: plugins/check_time.c:373 plugins/check_ups.c:653 plugins/check_users.c:230 #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204 -#: plugins-root/check_dhcp.c:1282 plugins-root/check_icmp.c:1248 +#: plugins-root/check_dhcp.c:1283 plugins-root/check_icmp.c:1248 #, c-format msgid "Usage:" msgstr "" @@ -267,147 +269,132 @@ msgid "" "was in -l" msgstr "" -#: plugins/check_disk.c:208 +#: plugins/check_disk.c:211 #, c-format msgid "DISK %s: %s not found\n" msgstr "" -#: plugins/check_disk.c:208 plugins/check_disk.c:610 plugins/check_dns.c:208 -#: plugins/check_dummy.c:81 plugins/check_http.c:966 plugins/check_http.c:1029 +#: plugins/check_disk.c:211 plugins/check_disk.c:634 plugins/check_dns.c:208 +#: plugins/check_dummy.c:81 plugins/check_http.c:958 plugins/check_http.c:1021 #: plugins/check_mysql.c:214 plugins/check_nagios.c:107 #: plugins/check_nagios.c:171 plugins/check_nagios.c:175 -#: plugins/check_procs.c:301 +#: plugins/check_procs.c:302 #, c-format msgid "CRITICAL" msgstr "" -#: plugins/check_disk.c:504 +#: plugins/check_disk.c:524 #, c-format msgid "unit type %s not known\n" msgstr "" -#: plugins/check_disk.c:507 +#: plugins/check_disk.c:527 #, c-format msgid "failed allocating storage for '%s'\n" msgstr "" -#: plugins/check_disk.c:529 plugins/check_dummy.c:84 plugins/check_http.c:960 +#: plugins/check_disk.c:549 plugins/check_dummy.c:84 plugins/check_http.c:952 #, c-format msgid "UNKNOWN" msgstr "" -#: plugins/check_disk.c:529 +#: plugins/check_disk.c:549 msgid "Must set a threshold value before using -p\n" msgstr "" -#: plugins/check_disk.c:578 plugins/check_fping.c:261 plugins/check_hpjd.c:354 -#: plugins/check_http.c:236 plugins/check_ldap.c:328 plugins/check_load.c:239 -#: plugins/check_mrtg.c:246 plugins/check_mrtgtraf.c:280 -#: plugins/check_mysql.c:311 plugins/check_nt.c:495 -#: plugins/check_nwstat.c:1358 plugins/check_overcr.c:344 -#: plugins/check_pgsql.c:228 plugins/check_ping.c:214 -#: plugins/check_procs.c:361 plugins/check_radius.c:237 -#: plugins/check_real.c:371 plugins/check_smtp.c:668 plugins/check_snmp.c:447 -#: plugins/check_ssh.c:130 plugins/check_swap.c:471 plugins/check_tcp.c:446 -#: plugins/check_time.c:235 plugins/check_ups.c:497 plugins/check_users.c:159 -#: plugins/check_ide_smart.c:215 plugins/negate.c:192 plugins/urlize.c:103 -#: plugins-root/check_dhcp.c:1093 +#: plugins/check_disk.c:601 msgid "Unknown argument" msgstr "" -#: plugins/check_disk.c:611 +#: plugins/check_disk.c:635 #, c-format msgid "%s does not exist\n" msgstr "" -#: plugins/check_disk.c:640 +#: plugins/check_disk.c:664 #, c-format msgid " for %s\n" msgstr "" -#: plugins/check_disk.c:698 +#: plugins/check_disk.c:722 msgid "" "This plugin checks the amount of used disk space on a mounted file system" msgstr "" -#: plugins/check_disk.c:699 +#: plugins/check_disk.c:723 msgid "" "and generates an alert if free space is less than one of the threshold values" msgstr "" -#: plugins/check_disk.c:708 +#: plugins/check_disk.c:732 msgid "Exit with WARNING status if less than INTEGER units of disk are free" msgstr "" -#: plugins/check_disk.c:710 +#: plugins/check_disk.c:734 msgid "Exit with WARNING status if less than PERCENT of disk space is free" msgstr "" -#: plugins/check_disk.c:712 +#: plugins/check_disk.c:736 msgid "Exit with WARNING status if less than PERCENT of inode space is free" msgstr "" -#: plugins/check_disk.c:714 +#: plugins/check_disk.c:738 msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" msgstr "" -#: plugins/check_disk.c:716 +#: plugins/check_disk.c:740 msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" msgstr "" -#: plugins/check_disk.c:718 +#: plugins/check_disk.c:742 msgid "Exit with CRITCAL status if less than PERCENT of disk space is free" msgstr "" -#: plugins/check_disk.c:720 +#: plugins/check_disk.c:744 msgid "Clear thresholds" msgstr "" -#: plugins/check_disk.c:722 +#: plugins/check_disk.c:746 msgid "Choose bytes, kB, MB, GB, TB (default: MB)" msgstr "" -#: plugins/check_disk.c:724 +#: plugins/check_disk.c:748 msgid "Same as '--units kB'" msgstr "" -#: plugins/check_disk.c:726 +#: plugins/check_disk.c:750 msgid "Same as '--units MB'" msgstr "" -#: plugins/check_disk.c:728 +#: plugins/check_disk.c:752 msgid "Only check local filesystems" msgstr "" -#: plugins/check_disk.c:730 +#: plugins/check_disk.c:754 msgid "Path or partition (may be repeated)" msgstr "" -#: plugins/check_disk.c:732 +#: plugins/check_disk.c:756 msgid "Ignore device (only works if -p unspecified)" msgstr "" -#: plugins/check_disk.c:733 -msgid "-X, --exclude-type=TYPE " -msgstr "" - -#: plugins/check_disk.c:734 +#: plugins/check_disk.c:758 msgid "Ignore all filesystems of indicated type (may be repeated)" msgstr "" -#: plugins/check_disk.c:736 +#: plugins/check_disk.c:760 msgid "Display the mountpoint instead of the partition" msgstr "" -#: plugins/check_disk.c:738 +#: plugins/check_disk.c:762 msgid "For paths or partitions specified with -p, only check for exact paths" msgstr "" -#: plugins/check_disk.c:740 +#: plugins/check_disk.c:764 msgid "Display only devices/mountpoints with errors" msgstr "" -#: plugins/check_disk.c:746 +#: plugins/check_disk.c:770 msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" msgstr "" @@ -443,15 +430,15 @@ msgstr "" msgid "server %s is not authoritative for %s" msgstr "" -#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:962 -#: plugins/check_nagios.c:185 plugins/check_procs.c:294 +#: plugins/check_dns.c:204 plugins/check_dummy.c:75 plugins/check_http.c:954 +#: plugins/check_nagios.c:185 plugins/check_procs.c:295 #, c-format msgid "OK" msgstr "" -#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:964 +#: plugins/check_dns.c:206 plugins/check_dummy.c:78 plugins/check_http.c:956 #: plugins/check_mysql.c:211 plugins/check_nagios.c:185 -#: plugins/check_procs.c:296 +#: plugins/check_procs.c:297 #, c-format msgid "WARNING" msgstr "" @@ -604,14 +591,14 @@ msgid "of the argument with optional text" msgstr "" #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:427 -#: plugins/check_procs.c:158 plugins/check_snmp.c:203 plugins/check_swap.c:178 +#: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178 #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117 #, c-format msgid "Could not open pipe: %s\n" msgstr "" #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:153 -#: plugins/check_procs.c:164 plugins/check_snmp.c:209 plugins/check_swap.c:184 +#: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184 #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123 #, c-format msgid "Could not open stderr for %s\n" @@ -645,9 +632,9 @@ msgstr "" #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364 #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 #: plugins/check_pgsql.c:255 plugins/check_ping.c:285 plugins/check_ping.c:408 -#: plugins/check_radius.c:249 plugins/check_real.c:319 -#: plugins/check_real.c:381 plugins/check_smtp.c:557 plugins/check_smtp.c:678 -#: plugins/check_ssh.c:161 plugins/check_time.c:244 plugins/check_time.c:319 +#: plugins/check_radius.c:250 plugins/check_real.c:319 +#: plugins/check_real.c:381 plugins/check_smtp.c:556 plugins/check_smtp.c:677 +#: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319 #: plugins/check_ups.c:503 plugins/check_ups.c:572 msgid "Invalid hostname/address" msgstr "" @@ -690,11 +677,11 @@ msgid "" "reducing system load)" msgstr "" -#: plugins/check_fping.c:388 plugins/check_ping.c:550 +#: plugins/check_fping.c:388 plugins/check_ping.c:562 msgid "warning threshold pair" msgstr "" -#: plugins/check_fping.c:390 plugins/check_ping.c:552 +#: plugins/check_fping.c:390 plugins/check_ping.c:564 msgid "critical threshold pair" msgstr "" @@ -765,7 +752,7 @@ msgstr "" msgid "Field number in raw qstat output that contains ping time" msgstr "" -#: plugins/check_game.c:318 plugins/check_http.c:1319 plugins/check_mrtg.c:364 +#: plugins/check_game.c:318 plugins/check_http.c:1311 plugins/check_mrtg.c:364 #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452 #: plugins/check_swap.c:549 plugins/check_ups.c:629 plugins/negate.c:276 @@ -856,422 +843,418 @@ msgstr "" msgid "(default=%s)" msgstr "" -#: plugins/check_http.c:254 +#: plugins/check_http.c:246 msgid "Critical threshold must be integer" msgstr "" -#: plugins/check_http.c:262 +#: plugins/check_http.c:254 msgid "Warning threshold must be integer" msgstr "" -#: plugins/check_http.c:288 plugins/check_tcp.c:559 +#: plugins/check_http.c:280 plugins/check_tcp.c:570 msgid "Invalid certificate expiration period" msgstr "" -#: plugins/check_http.c:297 plugins/check_tcp.c:571 +#: plugins/check_http.c:289 plugins/check_tcp.c:582 msgid "Invalid option - SSL is not available" msgstr "" -#: plugins/check_http.c:315 +#: plugins/check_http.c:307 #, c-format msgid "option f:%d \n" msgstr "" -#: plugins/check_http.c:332 +#: plugins/check_http.c:324 msgid "Invalid port number" msgstr "" -#: plugins/check_http.c:370 +#: plugins/check_http.c:362 #, c-format msgid "Could Not Compile Regular Expression: %s" msgstr "" -#: plugins/check_http.c:384 plugins/check_smtp.c:658 plugins/check_ssh.c:153 -#: plugins/check_tcp.c:463 +#: plugins/check_http.c:376 plugins/check_smtp.c:657 plugins/check_ssh.c:154 +#: plugins/check_tcp.c:473 msgid "IPv6 support not available" msgstr "" -#: plugins/check_http.c:446 plugins/check_ping.c:412 +#: plugins/check_http.c:438 plugins/check_ping.c:412 msgid "You must specify a server address or host name" msgstr "" -#: plugins/check_http.c:672 +#: plugins/check_http.c:664 msgid "Server date unknown\n" msgstr "" -#: plugins/check_http.c:674 +#: plugins/check_http.c:666 msgid "Document modification date unknown\n" msgstr "" -#: plugins/check_http.c:680 +#: plugins/check_http.c:672 #, c-format msgid "CRITICAL - Server date \"%100s\" unparsable" msgstr "" -#: plugins/check_http.c:682 +#: plugins/check_http.c:674 #, c-format msgid "CRITICAL - Document date \"%100s\" unparsable" msgstr "" -#: plugins/check_http.c:684 +#: plugins/check_http.c:676 #, c-format msgid "CRITICAL - Document is %d seconds in the future\n" msgstr "" -#: plugins/check_http.c:689 +#: plugins/check_http.c:681 #, c-format msgid "CRITICAL - Last modified %.1f days ago\n" msgstr "" -#: plugins/check_http.c:693 +#: plugins/check_http.c:685 #, c-format msgid "CRITICAL - Last modified %d:%02d:%02d ago\n" msgstr "" -#: plugins/check_http.c:774 +#: plugins/check_http.c:766 msgid "Unable to open TCP socket\n" msgstr "" -#: plugins/check_http.c:854 +#: plugins/check_http.c:846 msgid "Error on receive\n" msgstr "" -#: plugins/check_http.c:864 +#: plugins/check_http.c:856 plugins/check_real.c:189 plugins/check_tcp.c:291 #, c-format -msgid "No data received %s\n" +msgid "No data received from host\n" msgstr "" -#: plugins/check_http.c:914 +#: plugins/check_http.c:906 msgid "Invalid HTTP response received from host\n" msgstr "" -#: plugins/check_http.c:917 +#: plugins/check_http.c:909 #, c-format msgid "Invalid HTTP response received from host on port %d\n" msgstr "" -#: plugins/check_http.c:925 +#: plugins/check_http.c:917 #, c-format msgid "HTTP OK: Status line output matched \"%s\"\n" msgstr "" -#: plugins/check_http.c:937 +#: plugins/check_http.c:929 #, c-format msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" msgstr "" -#: plugins/check_http.c:944 +#: plugins/check_http.c:936 #, c-format msgid "HTTP CRITICAL: Invalid Status (%s)\n" msgstr "" -#: plugins/check_http.c:948 +#: plugins/check_http.c:940 #, c-format msgid "HTTP CRITICAL: %s\n" msgstr "" -#: plugins/check_http.c:952 +#: plugins/check_http.c:944 #, c-format msgid "HTTP WARNING: %s\n" msgstr "" -#: plugins/check_http.c:970 +#: plugins/check_http.c:962 #, c-format -msgid " - %s - %.3f second response time %s%s|%s %s\n" +msgid " - %s - %.3f second response time %s|%s %s\n" msgstr "" -#: plugins/check_http.c:986 +#: plugins/check_http.c:978 #, c-format -msgid "HTTP WARNING: %s - %.3f second response time %s%s|%s %s\n" +msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n" msgstr "" -#: plugins/check_http.c:1000 plugins/check_http.c:1017 +#: plugins/check_http.c:992 plugins/check_http.c:1009 #, c-format -msgid "HTTP OK %s - %.3f second response time %s%s|%s %s\n" +msgid "HTTP OK %s - %.3f second response time %s|%s %s\n" msgstr "" -#: plugins/check_http.c:1007 +#: plugins/check_http.c:999 #, c-format msgid "CRITICAL - string not found%s|%s %s\n" msgstr "" -#: plugins/check_http.c:1025 +#: plugins/check_http.c:1017 msgid "pattern not found" msgstr "" -#: plugins/check_http.c:1027 +#: plugins/check_http.c:1019 msgid "pattern found" msgstr "" -#: plugins/check_http.c:1028 -#, c-format -msgid "%s - %s%s|%s %s\n" -msgstr "" - -#: plugins/check_http.c:1037 +#: plugins/check_http.c:1029 #, c-format msgid "CRITICAL - Execute Error: %s\n" msgstr "" -#: plugins/check_http.c:1046 +#: plugins/check_http.c:1038 #, c-format msgid "HTTP WARNING: page size %d too large%s|%s\n" msgstr "" -#: plugins/check_http.c:1050 +#: plugins/check_http.c:1042 #, c-format msgid "HTTP WARNING: page size %d too small%s|%s\n" msgstr "" -#: plugins/check_http.c:1055 +#: plugins/check_http.c:1047 #, c-format -msgid "HTTP OK %s - %d bytes in %.3f seconds %s%s|%s %s\n" +msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n" msgstr "" -#: plugins/check_http.c:1090 +#: plugins/check_http.c:1082 msgid "Could not allocate addr\n" msgstr "" -#: plugins/check_http.c:1094 +#: plugins/check_http.c:1086 msgid "Could not allocate url\n" msgstr "" -#: plugins/check_http.c:1103 +#: plugins/check_http.c:1095 #, c-format msgid "UNKNOWN - Could not find redirect location - %s%s\n" msgstr "" -#: plugins/check_http.c:1113 +#: plugins/check_http.c:1105 msgid "could not allocate url\n" msgstr "" -#: plugins/check_http.c:1156 +#: plugins/check_http.c:1148 #, c-format msgid "UNKNOWN - Could not parse redirect location - %s%s\n" msgstr "" -#: plugins/check_http.c:1166 +#: plugins/check_http.c:1158 #, c-format msgid "WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" msgstr "" -#: plugins/check_http.c:1174 +#: plugins/check_http.c:1166 #, c-format msgid "WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" msgstr "" -#: plugins/check_http.c:1238 +#: plugins/check_http.c:1230 msgid "This plugin tests the HTTP service on the specified host. It can test" msgstr "" -#: plugins/check_http.c:1239 +#: plugins/check_http.c:1231 msgid "normal (http) and secure (https) servers, follow redirects, search for" msgstr "" -#: plugins/check_http.c:1240 +#: plugins/check_http.c:1232 msgid "strings and regular expressions, check connection times, and report on" msgstr "" -#: plugins/check_http.c:1241 +#: plugins/check_http.c:1233 msgid "certificate expiration times." msgstr "" -#: plugins/check_http.c:1247 +#: plugins/check_http.c:1239 #, c-format msgid "NOTE: One or both of -H and -I must be specified" msgstr "" -#: plugins/check_http.c:1254 +#: plugins/check_http.c:1246 msgid "Host name argument for servers using host headers (virtual host)" msgstr "" -#: plugins/check_http.c:1255 +#: plugins/check_http.c:1247 msgid "Append a port to include it in the header (eg: example.com:5000)" msgstr "" -#: plugins/check_http.c:1257 +#: plugins/check_http.c:1249 msgid "" "IP address or name (use numeric address if possible to bypass DNS lookup)." msgstr "" -#: plugins/check_http.c:1259 +#: plugins/check_http.c:1251 msgid "Port number (default: " msgstr "" -#: plugins/check_http.c:1266 -msgid "Connect via SSL" +#: plugins/check_http.c:1258 +msgid "Connect via SSL. Port defaults to 443" msgstr "" -#: plugins/check_http.c:1268 plugins/check_smtp.c:751 plugins/check_tcp.c:627 -msgid "Minimum number of days a certificate has to be valid." +#: plugins/check_http.c:1260 +msgid "" +"Minimum number of days a certificate has to be valid. Port defaults to 443" msgstr "" -#: plugins/check_http.c:1269 +#: plugins/check_http.c:1261 msgid "(when this option is used the url is not checked.)\n" msgstr "" -#: plugins/check_http.c:1273 +#: plugins/check_http.c:1265 msgid "String to expect in first (status) line of server response (default: " msgstr "" -#: plugins/check_http.c:1275 +#: plugins/check_http.c:1267 msgid "" "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" msgstr "" -#: plugins/check_http.c:1277 +#: plugins/check_http.c:1269 msgid "String to expect in the content" msgstr "" -#: plugins/check_http.c:1279 +#: plugins/check_http.c:1271 msgid "URL to GET or POST (default: /)" msgstr "" -#: plugins/check_http.c:1281 +#: plugins/check_http.c:1273 msgid "URL encoded http POST data" msgstr "" -#: plugins/check_http.c:1283 +#: plugins/check_http.c:1275 msgid "Don't wait for document body: stop reading after headers." msgstr "" -#: plugins/check_http.c:1284 +#: plugins/check_http.c:1276 msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" msgstr "" -#: plugins/check_http.c:1286 +#: plugins/check_http.c:1278 msgid "Warn if document is more than SECONDS old. the number can also be of" msgstr "" -#: plugins/check_http.c:1287 +#: plugins/check_http.c:1279 msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." msgstr "" -#: plugins/check_http.c:1289 +#: plugins/check_http.c:1281 msgid "specify Content-Type header media type when POSTing\n" msgstr "" -#: plugins/check_http.c:1292 +#: plugins/check_http.c:1284 msgid "Allow regex to span newlines (must precede -r or -R)" msgstr "" -#: plugins/check_http.c:1294 +#: plugins/check_http.c:1286 msgid "Search page for regex STRING" msgstr "" -#: plugins/check_http.c:1296 +#: plugins/check_http.c:1288 msgid "Search page for case-insensitive regex STRING" msgstr "" -#: plugins/check_http.c:1298 +#: plugins/check_http.c:1290 msgid "Return CRITICAL if found, OK if not\n" msgstr "" -#: plugins/check_http.c:1301 +#: plugins/check_http.c:1293 msgid "Username:password on sites with basic authentication" msgstr "" -#: plugins/check_http.c:1303 +#: plugins/check_http.c:1295 msgid "String to be sent in http header as \"User Agent\"" msgstr "" -#: plugins/check_http.c:1305 +#: plugins/check_http.c:1297 msgid "" " Any other tags to be sent in http header. Use multiple times for additional " "headers" msgstr "" -#: plugins/check_http.c:1307 +#: plugins/check_http.c:1299 msgid "Wrap output in HTML link (obsoleted by urlize)" msgstr "" -#: plugins/check_http.c:1309 +#: plugins/check_http.c:1301 msgid "How to handle redirected pages" msgstr "" -#: plugins/check_http.c:1311 +#: plugins/check_http.c:1303 msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" msgstr "" -#: plugins/check_http.c:1320 +#: plugins/check_http.c:1312 msgid "This plugin will attempt to open an HTTP connection with the host." msgstr "" -#: plugins/check_http.c:1321 +#: plugins/check_http.c:1313 msgid "" "Successful connects return STATE_OK, refusals and timeouts return " "STATE_CRITICAL" msgstr "" -#: plugins/check_http.c:1322 +#: plugins/check_http.c:1314 msgid "" "other errors return STATE_UNKNOWN. Successful connects, but incorrect " "reponse" msgstr "" -#: plugins/check_http.c:1323 +#: plugins/check_http.c:1315 msgid "" "messages from the host result in STATE_WARNING return values. If you are" msgstr "" -#: plugins/check_http.c:1324 +#: plugins/check_http.c:1316 msgid "" "checking a virtual server that uses 'host headers' you must supply the FQDN" msgstr "" -#: plugins/check_http.c:1325 +#: plugins/check_http.c:1317 msgid "(fully qualified domain name) as the [host_name] argument." msgstr "" -#: plugins/check_http.c:1328 +#: plugins/check_http.c:1320 msgid "This plugin can also check whether an SSL enabled web server is able to" msgstr "" -#: plugins/check_http.c:1329 +#: plugins/check_http.c:1321 msgid "serve content (optionally within a specified time) or whether the X509 " msgstr "" -#: plugins/check_http.c:1330 +#: plugins/check_http.c:1322 msgid "certificate is still valid for the specified number of days." msgstr "" -#: plugins/check_http.c:1333 +#: plugins/check_http.c:1325 msgid "" "When the 'www.verisign.com' server returns its content within 5 seconds," msgstr "" -#: plugins/check_http.c:1334 +#: plugins/check_http.c:1326 msgid "" "a STATE_OK will be returned. When the server returns its content but exceeds" msgstr "" -#: plugins/check_http.c:1335 +#: plugins/check_http.c:1327 msgid "" "the 5-second threshold, a STATE_WARNING will be returned. When an error " "occurs," msgstr "" -#: plugins/check_http.c:1336 +#: plugins/check_http.c:1328 msgid "a STATE_CRITICAL will be returned." msgstr "" -#: plugins/check_http.c:1339 +#: plugins/check_http.c:1331 msgid "" "When the certificate of 'www.verisign.com' is valid for more than 14 days," msgstr "" -#: plugins/check_http.c:1340 +#: plugins/check_http.c:1332 msgid "" "a STATE_OK is returned. When the certificate is still valid, but for less " "than" msgstr "" -#: plugins/check_http.c:1341 +#: plugins/check_http.c:1333 msgid "" "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" msgstr "" -#: plugins/check_http.c:1342 +#: plugins/check_http.c:1334 msgid "the certificate is expired." msgstr "" @@ -1584,10 +1567,6 @@ msgid "" "from" msgstr "" -#: plugins/check_mrtg.c:370 -msgid "http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" -msgstr "" - #: plugins/check_mrtgtraf.c:88 msgid "Unable to open MRTG log file" msgstr "" @@ -1656,10 +1635,6 @@ msgid "" "- MRTG stands for Multi Router Traffic Grapher. It can be downloaded from" msgstr "" -#: plugins/check_mrtgtraf.c:363 -msgid " http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html" -msgstr "" - #: plugins/check_mrtgtraf.c:364 msgid "- While MRTG can monitor things other than traffic rates, this" msgstr "" @@ -1775,7 +1750,7 @@ msgstr "" msgid "Cannot parse Nagios log file for valid time" msgstr "" -#: plugins/check_nagios.c:186 plugins/check_procs.c:306 +#: plugins/check_nagios.c:186 plugins/check_procs.c:307 #, c-format msgid "%d process" msgid_plural "%d processes" @@ -2674,16 +2649,11 @@ msgid "This plugin requres that Eric Molitors' Over-CR collector daemon be" msgstr "" #: plugins/check_overcr.c:458 -msgid "running on the remote server. Over-CR can be downloaded from" -msgstr "" - -#: plugins/check_overcr.c:459 -msgid "" -"http://www.molitor.org/overcr (This plugin was tested with version 0.99.53" +msgid "running on the remote server." msgstr "" #: plugins/check_overcr.c:460 -msgid "of the Over-CR collector)" +msgid "This plugin was tested with version 0.99.53 of the Over-CR collector" msgstr "" #: plugins/check_pgsql.c:173 @@ -2881,285 +2851,310 @@ msgstr "" msgid "System call sent warnings to stderr " msgstr "" -#: plugins/check_ping.c:507 +#: plugins/check_ping.c:509 #, c-format -msgid "CRITICAL - Network unreachable (%s)" +msgid "CRITICAL - Network Unreachable (%s)" msgstr "" -#: plugins/check_ping.c:509 +#: plugins/check_ping.c:511 #, c-format msgid "CRITICAL - Host Unreachable (%s)" msgstr "" -#: plugins/check_ping.c:511 +#: plugins/check_ping.c:513 +#, c-format +msgid "CRITICAL - Bogus ICMP: Port Unreachable (%s)" +msgstr "" + +#: plugins/check_ping.c:515 +#, c-format +msgid "CRITICAL - Bogus ICMP: Protocol Unreachable (%s)" +msgstr "" + +#: plugins/check_ping.c:517 +#, c-format +msgid "CRITICAL - Network Prohibited (%s)" +msgstr "" + +#: plugins/check_ping.c:519 +#, c-format +msgid "CRITICAL - Host Prohibited (%s)" +msgstr "" + +#: plugins/check_ping.c:521 +#, c-format +msgid "CRITICAL - Packet Filtered (%s)" +msgstr "" + +#: plugins/check_ping.c:523 #, c-format msgid "CRITICAL - Host not found (%s)" msgstr "" -#: plugins/check_ping.c:513 +#: plugins/check_ping.c:525 #, c-format msgid "CRITICAL - Time to live exceeded (%s)" msgstr "" -#: plugins/check_ping.c:520 +#: plugins/check_ping.c:532 msgid "Unable to realloc warn_text" msgstr "" -#: plugins/check_ping.c:537 +#: plugins/check_ping.c:549 #, c-format msgid "Use ping to check connection statistics for a remote host." msgstr "" -#: plugins/check_ping.c:548 +#: plugins/check_ping.c:560 msgid "host to ping" msgstr "" -#: plugins/check_ping.c:554 +#: plugins/check_ping.c:566 msgid "number of ICMP ECHO packets to send" msgstr "" -#: plugins/check_ping.c:555 +#: plugins/check_ping.c:567 #, c-format msgid "(Default: %d)" msgstr "" -#: plugins/check_ping.c:557 +#: plugins/check_ping.c:569 msgid "show HTML in the plugin output (obsoleted by urlize)" msgstr "" -#: plugins/check_ping.c:561 +#: plugins/check_ping.c:573 #, c-format msgid "THRESHOLD is ,%% where is the round trip average travel" msgstr "" -#: plugins/check_ping.c:562 +#: plugins/check_ping.c:574 msgid "time (ms) which triggers a WARNING or CRITICAL state, and is the" msgstr "" -#: plugins/check_ping.c:563 +#: plugins/check_ping.c:575 msgid "percentage of packet loss to trigger an alarm state." msgstr "" -#: plugins/check_ping.c:567 +#: plugins/check_ping.c:579 msgid "" "This plugin uses the ping command to probe the specified host for packet loss" msgstr "" -#: plugins/check_ping.c:568 +#: plugins/check_ping.c:580 msgid "" "(percentage) and round trip average (milliseconds). It can produce HTML " "output" msgstr "" -#: plugins/check_ping.c:569 +#: plugins/check_ping.c:581 msgid "" "linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in" msgstr "" -#: plugins/check_ping.c:570 +#: plugins/check_ping.c:582 msgid "the contrib area of the downloads section at http://www.nagios.org/" msgstr "" -#: plugins/check_procs.c:154 +#: plugins/check_procs.c:155 #, c-format msgid "CMD: %s\n" msgstr "" -#: plugins/check_procs.c:260 +#: plugins/check_procs.c:261 #, c-format msgid "Not parseable: %s" msgstr "" -#: plugins/check_procs.c:269 +#: plugins/check_procs.c:270 #, c-format msgid "System call sent warnings to stderr\n" msgstr "" -#: plugins/check_procs.c:276 +#: plugins/check_procs.c:277 #, c-format msgid "System call returned nonzero status\n" msgstr "" -#: plugins/check_procs.c:281 +#: plugins/check_procs.c:282 #, c-format msgid "Unable to read output\n" msgstr "" -#: plugins/check_procs.c:298 +#: plugins/check_procs.c:299 #, c-format msgid "%d warn out of " msgstr "" -#: plugins/check_procs.c:303 +#: plugins/check_procs.c:304 #, c-format msgid "%d crit, %d warn out of " msgstr "" -#: plugins/check_procs.c:309 +#: plugins/check_procs.c:310 #, c-format msgid " with %s" msgstr "" -#: plugins/check_procs.c:384 +#: plugins/check_procs.c:385 msgid "Critical Process Count must be an integer!" msgstr "" -#: plugins/check_procs.c:396 +#: plugins/check_procs.c:397 msgid "Warning Process Count must be an integer!" msgstr "" -#: plugins/check_procs.c:404 +#: plugins/check_procs.c:405 msgid "Parent Process ID must be an integer!" msgstr "" -#: plugins/check_procs.c:410 plugins/check_procs.c:512 +#: plugins/check_procs.c:411 plugins/check_procs.c:513 #, c-format msgid "%s%sSTATE = %s" msgstr "" -#: plugins/check_procs.c:419 +#: plugins/check_procs.c:420 #, c-format msgid "UID %s was not found" msgstr "" -#: plugins/check_procs.c:425 +#: plugins/check_procs.c:426 #, c-format msgid "User name %s was not found" msgstr "" -#: plugins/check_procs.c:440 +#: plugins/check_procs.c:441 #, c-format msgid "%s%scommand name '%s'" msgstr "" -#: plugins/check_procs.c:459 +#: plugins/check_procs.c:460 msgid "RSS must be an integer!" msgstr "" -#: plugins/check_procs.c:466 +#: plugins/check_procs.c:467 msgid "VSZ must be an integer!" msgstr "" -#: plugins/check_procs.c:474 +#: plugins/check_procs.c:475 msgid "PCPU must be a float!" msgstr "" -#: plugins/check_procs.c:498 +#: plugins/check_procs.c:499 msgid "Metric must be one of PROCS, VSZ, RSS, CPU, ELAPSED!" msgstr "" -#: plugins/check_procs.c:531 +#: plugins/check_procs.c:532 #, c-format msgid "wmax (%d) cannot be greater than cmax (%d)\n" msgstr "" -#: plugins/check_procs.c:535 +#: plugins/check_procs.c:536 #, c-format msgid "wmin (%d) cannot be less than cmin (%d)\n" msgstr "" -#: plugins/check_procs.c:672 +#: plugins/check_procs.c:673 msgid "" "Checks all processes and generates WARNING or CRITICAL states if the " "specified" msgstr "" -#: plugins/check_procs.c:673 +#: plugins/check_procs.c:674 msgid "" "metric is outside the required threshold ranges. The metric defaults to " "number" msgstr "" -#: plugins/check_procs.c:674 +#: plugins/check_procs.c:675 msgid "" "of processes. Search filters can be applied to limit the processes to check." msgstr "" -#: plugins/check_procs.c:680 +#: plugins/check_procs.c:681 msgid "Required Arguments:" msgstr "" -#: plugins/check_procs.c:682 +#: plugins/check_procs.c:683 msgid "Generate warning state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:684 +#: plugins/check_procs.c:685 msgid "Generate critical state if metric is outside this range" msgstr "" -#: plugins/check_procs.c:686 +#: plugins/check_procs.c:687 msgid "Optional Arguments:" msgstr "" -#: plugins/check_procs.c:688 +#: plugins/check_procs.c:689 msgid "Check thresholds against metric. Valid types:" msgstr "" -#: plugins/check_procs.c:689 +#: plugins/check_procs.c:690 msgid "PROCS - number of processes (default)" msgstr "" -#: plugins/check_procs.c:690 +#: plugins/check_procs.c:691 msgid "VSZ - virtual memory size" msgstr "" -#: plugins/check_procs.c:691 +#: plugins/check_procs.c:692 msgid "RSS - resident set memory size" msgstr "" -#: plugins/check_procs.c:692 +#: plugins/check_procs.c:693 msgid "CPU - percentage cpu" msgstr "" -#: plugins/check_procs.c:695 +#: plugins/check_procs.c:696 msgid "ELAPSED - time elapsed in seconds" msgstr "" -#: plugins/check_procs.c:700 +#: plugins/check_procs.c:701 msgid "Extra information. Up to 3 verbosity levels" msgstr "" -#: plugins/check_procs.c:704 +#: plugins/check_procs.c:705 msgid "Only scan for processes that have, in the output of `ps`, one or" msgstr "" -#: plugins/check_procs.c:705 +#: plugins/check_procs.c:706 msgid "more of the status flags you specify (for example R, Z, S, RS," msgstr "" -#: plugins/check_procs.c:706 +#: plugins/check_procs.c:707 msgid "RSZDT, plus others based on the output of your 'ps' command)." msgstr "" -#: plugins/check_procs.c:708 +#: plugins/check_procs.c:709 msgid "Only scan for children of the parent process ID indicated." msgstr "" -#: plugins/check_procs.c:710 +#: plugins/check_procs.c:711 msgid "Only scan for processes with vsz higher than indicated." msgstr "" -#: plugins/check_procs.c:712 +#: plugins/check_procs.c:713 msgid "Only scan for processes with rss higher than indicated." msgstr "" -#: plugins/check_procs.c:714 +#: plugins/check_procs.c:715 msgid "Only scan for processes with pcpu higher than indicated." msgstr "" -#: plugins/check_procs.c:716 +#: plugins/check_procs.c:717 msgid "Only scan for processes with user name or ID indicated." msgstr "" -#: plugins/check_procs.c:718 +#: plugins/check_procs.c:719 msgid "Only scan for processes with args that contain STRING." msgstr "" -#: plugins/check_procs.c:720 +#: plugins/check_procs.c:721 msgid "Only scan for exact matches of COMMAND (without path)." msgstr "" -#: plugins/check_procs.c:722 +#: plugins/check_procs.c:723 #, c-format msgid "" "\n" @@ -3169,7 +3164,7 @@ msgid "" "\n" msgstr "" -#: plugins/check_procs.c:727 +#: plugins/check_procs.c:728 #, c-format msgid "" "This plugin checks the number of currently running processes and\n" @@ -3180,27 +3175,27 @@ msgid "" "\n" msgstr "" -#: plugins/check_procs.c:736 +#: plugins/check_procs.c:737 msgid "Warning if not two processes with command name portsentry." msgstr "" -#: plugins/check_procs.c:737 +#: plugins/check_procs.c:738 msgid "Critical if < 2 or > 1024 processes" msgstr "" -#: plugins/check_procs.c:739 +#: plugins/check_procs.c:740 msgid "Warning alert if > 10 processes with command arguments containing" msgstr "" -#: plugins/check_procs.c:740 +#: plugins/check_procs.c:741 msgid "'/usr/local/bin/perl' and owned by root" msgstr "" -#: plugins/check_procs.c:742 +#: plugins/check_procs.c:743 msgid "Alert if vsz of any processes over 50K or 100K" msgstr "" -#: plugins/check_procs.c:744 +#: plugins/check_procs.c:745 #, c-format msgid "Alert if cpu of any processes over 10%% or 20%%" msgstr "" @@ -3209,99 +3204,99 @@ msgstr "" msgid "Config file error" msgstr "" -#: plugins/check_radius.c:146 +#: plugins/check_radius.c:147 msgid "Out of Memory?" msgstr "" -#: plugins/check_radius.c:167 +#: plugins/check_radius.c:168 msgid "Timeout" msgstr "" -#: plugins/check_radius.c:169 +#: plugins/check_radius.c:170 msgid "Auth Error" msgstr "" -#: plugins/check_radius.c:171 +#: plugins/check_radius.c:172 msgid "Auth Failed" msgstr "" -#: plugins/check_radius.c:175 +#: plugins/check_radius.c:176 msgid "Auth OK" msgstr "" -#: plugins/check_radius.c:218 plugins/check_radius.c:278 +#: plugins/check_radius.c:219 plugins/check_radius.c:279 msgid "Number of retries must be a positive integer" msgstr "" -#: plugins/check_radius.c:304 +#: plugins/check_radius.c:305 msgid "Tests to see if a radius server is accepting connections." msgstr "" -#: plugins/check_radius.c:315 +#: plugins/check_radius.c:316 msgid "The user to authenticate" msgstr "" -#: plugins/check_radius.c:317 +#: plugins/check_radius.c:318 msgid "Password for autentication (SECURITY RISK)" msgstr "" -#: plugins/check_radius.c:319 +#: plugins/check_radius.c:320 msgid "NAS identifier" msgstr "" -#: plugins/check_radius.c:321 +#: plugins/check_radius.c:322 msgid "Configuration file" msgstr "" -#: plugins/check_radius.c:323 +#: plugins/check_radius.c:324 msgid "Response string to expect from the server" msgstr "" -#: plugins/check_radius.c:325 +#: plugins/check_radius.c:326 msgid "Number of times to retry a failed connection" msgstr "" -#: plugins/check_radius.c:329 +#: plugins/check_radius.c:330 msgid "" "This plugin tests a radius server to see if it is accepting connections." msgstr "" -#: plugins/check_radius.c:330 +#: plugins/check_radius.c:331 msgid "" "The server to test must be specified in the invocation, as well as a user" msgstr "" -#: plugins/check_radius.c:331 +#: plugins/check_radius.c:332 msgid "" "name and password. A configuration file may also be present. The format of" msgstr "" -#: plugins/check_radius.c:332 +#: plugins/check_radius.c:333 msgid "" "the configuration file is described in the radiusclient library sources." msgstr "" -#: plugins/check_radius.c:333 +#: plugins/check_radius.c:334 msgid "The password option presents a substantial security issue because the" msgstr "" -#: plugins/check_radius.c:334 +#: plugins/check_radius.c:335 msgid "password can be determined by careful watching of the command line in" msgstr "" -#: plugins/check_radius.c:335 +#: plugins/check_radius.c:336 msgid "a process listing. This risk is exacerbated because nagios will" msgstr "" -#: plugins/check_radius.c:336 +#: plugins/check_radius.c:337 msgid "run the plugin at regular prdictable intervals. Please be sure that" msgstr "" -#: plugins/check_radius.c:337 +#: plugins/check_radius.c:338 msgid "the password used does not allow access to sensitive system resources," msgstr "" -#: plugins/check_radius.c:338 +#: plugins/check_radius.c:339 msgid "otherwise compormise could occur." msgstr "" @@ -3324,21 +3319,16 @@ msgstr "" msgid "Invalid REAL response received from host on port %d\n" msgstr "" -#: plugins/check_real.c:189 plugins/check_tcp.c:291 -#, c-format -msgid "No data received from host\n" -msgstr "" - #: plugins/check_real.c:252 #, c-format msgid "REAL %s - %d second response time\n" msgstr "" -#: plugins/check_real.c:341 plugins/check_smtp.c:621 plugins/check_ups.c:535 +#: plugins/check_real.c:341 plugins/check_smtp.c:620 plugins/check_ups.c:535 msgid "Warning time must be a positive integer" msgstr "" -#: plugins/check_real.c:350 plugins/check_smtp.c:612 plugins/check_ups.c:526 +#: plugins/check_real.c:350 plugins/check_smtp.c:611 plugins/check_ups.c:526 msgid "Critical time must be a positive integer" msgstr "" @@ -3363,7 +3353,7 @@ msgstr "" msgid "This plugin will attempt to open an RTSP connection with the host." msgstr "" -#: plugins/check_real.c:441 plugins/check_smtp.c:770 +#: plugins/check_real.c:441 plugins/check_smtp.c:769 msgid "Successul connects return STATE_OK, refusals and timeouts return" msgstr "" @@ -3381,191 +3371,192 @@ msgstr "" msgid "values." msgstr "" -#: plugins/check_smtp.c:187 plugins/check_swap.c:268 plugins/check_swap.c:274 +#: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274 #, c-format msgid "malloc() failed!\n" msgstr "" -#: plugins/check_smtp.c:191 +#: plugins/check_smtp.c:190 #, c-format msgid "gethostname() failed!\n" msgstr "" -#: plugins/check_smtp.c:228 plugins/check_smtp.c:252 +#: plugins/check_smtp.c:227 plugins/check_smtp.c:251 #, c-format msgid "recv() failed\n" msgstr "" -#: plugins/check_smtp.c:239 +#: plugins/check_smtp.c:238 #, c-format msgid "Invalid SMTP response received from host\n" msgstr "" -#: plugins/check_smtp.c:241 +#: plugins/check_smtp.c:240 #, c-format msgid "Invalid SMTP response received from host on port %d\n" msgstr "" -#: plugins/check_smtp.c:263 +#: plugins/check_smtp.c:262 #, c-format msgid "WARNING - TLS not supported by server\n" msgstr "" -#: plugins/check_smtp.c:275 +#: plugins/check_smtp.c:274 #, c-format msgid "Server does not support STARTTLS\n" msgstr "" -#: plugins/check_smtp.c:281 +#: plugins/check_smtp.c:280 #, c-format msgid "CRITICAL - Cannot create SSL context.\n" msgstr "" -#: plugins/check_smtp.c:301 -#, c-format -msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS.\n" +#: plugins/check_smtp.c:300 +msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." msgstr "" -#: plugins/check_smtp.c:306 +#: plugins/check_smtp.c:305 #, c-format msgid "sent %s" msgstr "" -#: plugins/check_smtp.c:308 -#, c-format -msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS.\n" +#: plugins/check_smtp.c:307 +msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." msgstr "" -#: plugins/check_smtp.c:321 plugins/check_tcp.c:239 -#, c-format -msgid "CRITICAL - Cannot retrieve server certificate.\n" +#: plugins/check_smtp.c:320 +msgid "CRITICAL - Cannot retrieve server certificate." msgstr "" -#: plugins/check_smtp.c:359 plugins/check_snmp.c:568 +#: plugins/check_smtp.c:358 plugins/check_snmp.c:568 #, c-format msgid "Could Not Compile Regular Expression" msgstr "" -#: plugins/check_smtp.c:368 +#: plugins/check_smtp.c:367 #, c-format msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "" -#: plugins/check_smtp.c:372 plugins/check_snmp.c:318 +#: plugins/check_smtp.c:371 plugins/check_snmp.c:318 #, c-format msgid "Execute Error: %s\n" msgstr "" -#: plugins/check_smtp.c:386 +#: plugins/check_smtp.c:385 msgid "no authuser specified, " msgstr "" -#: plugins/check_smtp.c:391 +#: plugins/check_smtp.c:390 msgid "no authpass specified, " msgstr "" -#: plugins/check_smtp.c:398 plugins/check_smtp.c:420 plugins/check_smtp.c:441 +#: plugins/check_smtp.c:397 plugins/check_smtp.c:419 plugins/check_smtp.c:440 #, c-format msgid "sent %s\n" msgstr "" -#: plugins/check_smtp.c:401 +#: plugins/check_smtp.c:400 msgid "recv() failed after AUTH LOGIN, \n" msgstr "" -#: plugins/check_smtp.c:407 plugins/check_smtp.c:429 plugins/check_smtp.c:450 +#: plugins/check_smtp.c:406 plugins/check_smtp.c:428 plugins/check_smtp.c:449 #, c-format msgid "received %s\n" msgstr "" -#: plugins/check_smtp.c:411 +#: plugins/check_smtp.c:410 msgid "invalid response received after AUTH LOGIN, " msgstr "" -#: plugins/check_smtp.c:424 +#: plugins/check_smtp.c:423 msgid "recv() failed after sending authuser, " msgstr "" -#: plugins/check_smtp.c:433 +#: plugins/check_smtp.c:432 msgid "invalid response received after authuser, " msgstr "" -#: plugins/check_smtp.c:445 +#: plugins/check_smtp.c:444 msgid "recv() failed after sending authpass, " msgstr "" -#: plugins/check_smtp.c:454 +#: plugins/check_smtp.c:453 msgid "invalid response received after authpass, " msgstr "" -#: plugins/check_smtp.c:461 +#: plugins/check_smtp.c:460 msgid "only authtype LOGIN is supported, " msgstr "" -#: plugins/check_smtp.c:485 +#: plugins/check_smtp.c:484 #, c-format msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" msgstr "" -#: plugins/check_smtp.c:591 plugins/check_smtp.c:601 +#: plugins/check_smtp.c:590 plugins/check_smtp.c:600 #, c-format msgid "Could not realloc() units [%d]\n" msgstr "" -#: plugins/check_smtp.c:648 +#: plugins/check_smtp.c:647 msgid "SSL support not available - install OpenSSL and recompile" msgstr "" -#: plugins/check_smtp.c:727 +#: plugins/check_smtp.c:726 msgid "This plugin will attempt to open an SMTP connection with the host." msgstr "" -#: plugins/check_smtp.c:740 +#: plugins/check_smtp.c:739 #, c-format msgid " String to expect in first line of server response (default: '%s')\n" msgstr "" -#: plugins/check_smtp.c:742 +#: plugins/check_smtp.c:741 msgid "Suppress SMTP command" msgstr "" -#: plugins/check_smtp.c:744 +#: plugins/check_smtp.c:743 msgid "SMTP command (may be used repeatedly)" msgstr "" -#: plugins/check_smtp.c:746 +#: plugins/check_smtp.c:745 msgid "Expected response to command (may be used repeatedly)" msgstr "" -#: plugins/check_smtp.c:748 +#: plugins/check_smtp.c:747 msgid "FROM-address to include in MAIL command, required by Exchange 2000" msgstr "" -#: plugins/check_smtp.c:753 +#: plugins/check_smtp.c:750 plugins/check_tcp.c:638 +msgid "Minimum number of days a certificate has to be valid." +msgstr "" + +#: plugins/check_smtp.c:752 msgid "Use STARTTLS for the connection." msgstr "" -#: plugins/check_smtp.c:757 +#: plugins/check_smtp.c:756 msgid "SMTP AUTH type to check (default none, only LOGIN supported)" msgstr "" -#: plugins/check_smtp.c:759 +#: plugins/check_smtp.c:758 msgid "SMTP AUTH username" msgstr "" -#: plugins/check_smtp.c:761 +#: plugins/check_smtp.c:760 msgid "SMTP AUTH password" msgstr "" -#: plugins/check_smtp.c:771 +#: plugins/check_smtp.c:770 msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" msgstr "" -#: plugins/check_smtp.c:772 +#: plugins/check_smtp.c:771 msgid "connects, but incorrect reponse messages from the host result in" msgstr "" -#: plugins/check_smtp.c:773 +#: plugins/check_smtp.c:772 msgid "STATE_WARNING return values." msgstr "" @@ -3809,30 +3800,30 @@ msgstr "" msgid " returned from the SNMP query is an unsigned integer." msgstr "" -#: plugins/check_ssh.c:169 +#: plugins/check_ssh.c:170 msgid "Port number must be a positive integer" msgstr "" -#: plugins/check_ssh.c:234 +#: plugins/check_ssh.c:235 #, c-format msgid "Server answer: %s" msgstr "" -#: plugins/check_ssh.c:252 +#: plugins/check_ssh.c:253 #, c-format msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n" msgstr "" -#: plugins/check_ssh.c:258 +#: plugins/check_ssh.c:259 #, c-format msgid "SSH OK - %s (protocol %s)\n" msgstr "" -#: plugins/check_ssh.c:278 +#: plugins/check_ssh.c:279 msgid "Try to connect to an SSH server at specified server and port" msgstr "" -#: plugins/check_ssh.c:293 +#: plugins/check_ssh.c:294 msgid "" "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" msgstr "" @@ -3936,88 +3927,88 @@ msgstr "" msgid "With UDP checks, a send/expect string must be specified." msgstr "" -#: plugins/check_tcp.c:345 +#: plugins/check_tcp.c:239 #, c-format -msgid "%s %s - " +msgid "CRITICAL - Cannot retrieve server certificate.\n" msgstr "" -#: plugins/check_tcp.c:418 +#: plugins/check_tcp.c:428 msgid "No arguments found" msgstr "" -#: plugins/check_tcp.c:520 +#: plugins/check_tcp.c:530 msgid "Maxbytes must be a positive integer" msgstr "" -#: plugins/check_tcp.c:537 +#: plugins/check_tcp.c:548 msgid "Refuse must be one of ok, warn, crit" msgstr "" -#: plugins/check_tcp.c:547 +#: plugins/check_tcp.c:558 msgid "Mismatch must be one of ok, warn, crit" msgstr "" -#: plugins/check_tcp.c:553 +#: plugins/check_tcp.c:564 msgid "Delay must be a positive integer" msgstr "" -#: plugins/check_tcp.c:578 +#: plugins/check_tcp.c:589 msgid "You must provide a server address" msgstr "" -#: plugins/check_tcp.c:580 +#: plugins/check_tcp.c:591 msgid "Invalid hostname, address or socket" msgstr "" -#: plugins/check_tcp.c:594 +#: plugins/check_tcp.c:605 #, c-format msgid "" "This plugin tests %s connections with the specified host (or unix socket).\n" "\n" msgstr "" -#: plugins/check_tcp.c:606 +#: plugins/check_tcp.c:617 msgid "Can use \\n, \\r, \\t or \\ in send or quit string." msgstr "" -#: plugins/check_tcp.c:607 +#: plugins/check_tcp.c:618 msgid "Default: nothing added to send, \\r\\n added to end of quit" msgstr "" -#: plugins/check_tcp.c:609 +#: plugins/check_tcp.c:620 msgid "String to send to the server" msgstr "" -#: plugins/check_tcp.c:611 +#: plugins/check_tcp.c:622 msgid "String to expect in server response" msgstr "" -#: plugins/check_tcp.c:613 +#: plugins/check_tcp.c:624 msgid "String to send server to initiate a clean close of the connection" msgstr "" -#: plugins/check_tcp.c:615 +#: plugins/check_tcp.c:626 msgid "Accept tcp refusals with states ok, warn, crit (default: crit)" msgstr "" -#: plugins/check_tcp.c:617 +#: plugins/check_tcp.c:628 msgid "" "Accept expected string mismatches with states ok, warn, crit (default: warn)" msgstr "" -#: plugins/check_tcp.c:619 +#: plugins/check_tcp.c:630 msgid "Hide output from TCP socket" msgstr "" -#: plugins/check_tcp.c:621 +#: plugins/check_tcp.c:632 msgid "Close connection once more than this number of bytes are received" msgstr "" -#: plugins/check_tcp.c:623 +#: plugins/check_tcp.c:634 msgid "Seconds to wait between sending string and polling for response" msgstr "" -#: plugins/check_tcp.c:629 +#: plugins/check_tcp.c:640 msgid "Use SSL for the connection." msgstr "" @@ -4369,7 +4360,7 @@ msgid "Turn off automatic offline tests" msgstr "" #: plugins/check_ide_smart.c:525 -msgid "Output suitable for Nagios\n" +msgid "Output suitable for Nagios" msgstr "" #: plugins/negate.c:257 @@ -4457,7 +4448,7 @@ msgstr "" msgid "Cannot catch SIGCHLD" msgstr "" -#: plugins/popen.c:302 plugins/utils.c:139 +#: plugins/popen.c:302 plugins/utils.c:146 #, c-format msgid "CRITICAL - Plugin timed out after %d seconds\n" msgstr "" @@ -4521,304 +4512,299 @@ msgstr "" msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" msgstr "" -#: plugins/utils.c:434 +#: plugins/utils.c:441 msgid "failed realloc in strpcpy\n" msgstr "" -#: plugins/utils.c:476 +#: plugins/utils.c:483 msgid "failed malloc in strscat\n" msgstr "" -#: plugins-root/check_dhcp.c:297 +#: plugins-root/check_dhcp.c:298 #, c-format msgid "Error: Could not get hardware address of interface '%s'\n" msgstr "" -#: plugins-root/check_dhcp.c:319 +#: plugins-root/check_dhcp.c:320 #, c-format msgid "Error: if_nametoindex error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:324 +#: plugins-root/check_dhcp.c:325 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:329 +#: plugins-root/check_dhcp.c:330 #, c-format msgid "" "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:334 +#: plugins-root/check_dhcp.c:335 #, c-format msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:360 +#: plugins-root/check_dhcp.c:361 #, c-format msgid "" "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " "eg lnc0.\n" msgstr "" -#: plugins-root/check_dhcp.c:365 plugins-root/check_dhcp.c:377 +#: plugins-root/check_dhcp.c:366 plugins-root/check_dhcp.c:378 #, c-format msgid "" "Error: can't read MAC address from DLPI streams interface for device %s unit " "%d.\n" msgstr "" -#: plugins-root/check_dhcp.c:383 +#: plugins-root/check_dhcp.c:384 #, c-format msgid "Error: can't get MAC address for this architecture.\n" msgstr "" -#: plugins-root/check_dhcp.c:388 +#: plugins-root/check_dhcp.c:389 #, c-format msgid "Hardware address: " msgstr "" -#: plugins-root/check_dhcp.c:463 +#: plugins-root/check_dhcp.c:464 #, c-format msgid "DHCPDISCOVER to %s port %d\n" msgstr "" -#: plugins-root/check_dhcp.c:516 +#: plugins-root/check_dhcp.c:517 #, c-format msgid "Result=ERROR\n" msgstr "" -#: plugins-root/check_dhcp.c:522 +#: plugins-root/check_dhcp.c:523 #, c-format msgid "Result=OK\n" msgstr "" -#: plugins-root/check_dhcp.c:537 +#: plugins-root/check_dhcp.c:538 #, c-format msgid "DHCPOFFER from IP address %s" msgstr "" -#: plugins-root/check_dhcp.c:538 +#: plugins-root/check_dhcp.c:539 #, c-format msgid " via %s\n" msgstr "" -#: plugins-root/check_dhcp.c:545 +#: plugins-root/check_dhcp.c:546 #, c-format msgid "" "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n" msgstr "" -#: plugins-root/check_dhcp.c:567 +#: plugins-root/check_dhcp.c:568 #, c-format msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" msgstr "" -#: plugins-root/check_dhcp.c:585 +#: plugins-root/check_dhcp.c:586 #, c-format msgid "Total responses seen on the wire: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:586 +#: plugins-root/check_dhcp.c:587 #, c-format msgid "Valid responses for this machine: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:602 +#: plugins-root/check_dhcp.c:603 #, c-format msgid "send_dhcp_packet result: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:631 +#: plugins-root/check_dhcp.c:632 #, c-format msgid "No (more) data received\n" msgstr "" -#: plugins-root/check_dhcp.c:650 +#: plugins-root/check_dhcp.c:651 #, c-format msgid "recvfrom() failed, " msgstr "" -#: plugins-root/check_dhcp.c:657 +#: plugins-root/check_dhcp.c:658 #, c-format msgid "receive_dhcp_packet() result: %d\n" msgstr "" -#: plugins-root/check_dhcp.c:658 +#: plugins-root/check_dhcp.c:659 #, c-format msgid "receive_dhcp_packet() source: %s\n" msgstr "" -#: plugins-root/check_dhcp.c:687 +#: plugins-root/check_dhcp.c:688 #, c-format msgid "Error: Could not create socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:697 +#: plugins-root/check_dhcp.c:698 #, c-format msgid "Error: Could not set reuse address option on DHCP socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:703 +#: plugins-root/check_dhcp.c:704 #, c-format msgid "Error: Could not set broadcast option on DHCP socket!\n" msgstr "" -#: plugins-root/check_dhcp.c:711 +#: plugins-root/check_dhcp.c:712 #, c-format msgid "" "Error: Could not bind socket to interface %s. Check your privileges...\n" msgstr "" -#: plugins-root/check_dhcp.c:721 +#: plugins-root/check_dhcp.c:722 #, c-format msgid "" "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" msgstr "" -#: plugins-root/check_dhcp.c:755 +#: plugins-root/check_dhcp.c:756 #, c-format msgid "Requested server address: %s\n" msgstr "" -#: plugins-root/check_dhcp.c:811 +#: plugins-root/check_dhcp.c:812 #, c-format msgid "Lease Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:813 +#: plugins-root/check_dhcp.c:814 #, c-format msgid "Lease Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:815 +#: plugins-root/check_dhcp.c:816 #, c-format msgid "Renewal Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:817 +#: plugins-root/check_dhcp.c:818 #, c-format msgid "Renewal Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:819 +#: plugins-root/check_dhcp.c:820 #, c-format msgid "Rebinding Time: Infinite\n" msgstr "" -#: plugins-root/check_dhcp.c:820 +#: plugins-root/check_dhcp.c:821 #, c-format msgid "Rebinding Time: %lu seconds\n" msgstr "" -#: plugins-root/check_dhcp.c:836 +#: plugins-root/check_dhcp.c:837 #, c-format msgid "Added offer from server @ %s" msgstr "" -#: plugins-root/check_dhcp.c:837 +#: plugins-root/check_dhcp.c:838 #, c-format msgid " of IP address %s\n" msgstr "" -#: plugins-root/check_dhcp.c:904 +#: plugins-root/check_dhcp.c:905 #, c-format msgid "DHCP Server Match: Offerer=%s" msgstr "" -#: plugins-root/check_dhcp.c:905 +#: plugins-root/check_dhcp.c:906 #, c-format msgid " Requested=%s" msgstr "" -#: plugins-root/check_dhcp.c:907 -#, c-format -msgid " (duplicate)" -msgstr "" - #: plugins-root/check_dhcp.c:908 #, c-format -msgid "\n" +msgid " (duplicate)" msgstr "" -#: plugins-root/check_dhcp.c:956 +#: plugins-root/check_dhcp.c:957 #, c-format msgid "No DHCPOFFERs were received.\n" msgstr "" -#: plugins-root/check_dhcp.c:960 +#: plugins-root/check_dhcp.c:961 #, c-format msgid "Received %d DHCPOFFER(s)" msgstr "" -#: plugins-root/check_dhcp.c:963 +#: plugins-root/check_dhcp.c:964 #, c-format msgid ", %s%d of %d requested servers responded" msgstr "" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 #, c-format msgid ", requested address (%s) was %soffered" msgstr "" -#: plugins-root/check_dhcp.c:966 +#: plugins-root/check_dhcp.c:967 msgid "not " msgstr "" -#: plugins-root/check_dhcp.c:968 +#: plugins-root/check_dhcp.c:969 #, c-format msgid ", max lease time = " msgstr "" -#: plugins-root/check_dhcp.c:970 +#: plugins-root/check_dhcp.c:971 #, c-format msgid "Infinity" msgstr "" -#: plugins-root/check_dhcp.c:1147 +#: plugins-root/check_dhcp.c:1148 #, c-format msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1159 +#: plugins-root/check_dhcp.c:1160 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1172 +#: plugins-root/check_dhcp.c:1173 #, c-format msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" msgstr "" -#: plugins-root/check_dhcp.c:1184 +#: plugins-root/check_dhcp.c:1185 #, c-format msgid "" "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1208 +#: plugins-root/check_dhcp.c:1209 #, c-format msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" msgstr "" -#: plugins-root/check_dhcp.c:1256 +#: plugins-root/check_dhcp.c:1257 msgid "This plugin tests the availability of DHCP servers on a network." msgstr "" -#: plugins-root/check_dhcp.c:1267 +#: plugins-root/check_dhcp.c:1268 msgid "IP address of DHCP server that we must hear from" msgstr "" -#: plugins-root/check_dhcp.c:1269 +#: plugins-root/check_dhcp.c:1270 msgid "IP address that should be offered by at least one DHCP server" msgstr "" -#: plugins-root/check_dhcp.c:1271 +#: plugins-root/check_dhcp.c:1272 msgid "Seconds to wait for DHCPOFFER before timeout occurs" msgstr "" -#: plugins-root/check_dhcp.c:1273 +#: plugins-root/check_dhcp.c:1274 msgid "Interface to to use for listening (i.e. eth0)" msgstr "" -- cgit v0.10-9-g596f