diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 1356 |
1 files changed, 806 insertions, 550 deletions
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: nagiosplug\n" | 10 | "Project-Id-Version: nagiosplug\n" |
11 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" | 11 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" |
12 | "POT-Creation-Date: 2007-05-23 03:45-0400\n" | 12 | "POT-Creation-Date: 2007-12-09 11:15-0500\n" |
13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" | 13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" |
14 | "Last-Translator: <>\n" | 14 | "Last-Translator: <>\n" |
15 | "Language-Team: English <en@li.org>\n" | 15 | "Language-Team: English <en@li.org>\n" |
@@ -18,24 +18,24 @@ msgstr "" | |||
18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
19 | "Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n" | 19 | "Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n" |
20 | 20 | ||
21 | #: plugins/check_by_ssh.c:83 plugins/check_dig.c:89 plugins/check_disk.c:192 | 21 | #: plugins/check_by_ssh.c:83 plugins/check_dig.c:89 plugins/check_disk.c:198 |
22 | #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89 | 22 | #: plugins/check_dns.c:93 plugins/check_dummy.c:59 plugins/check_fping.c:89 |
23 | #: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:147 | 23 | #: plugins/check_game.c:84 plugins/check_hpjd.c:106 plugins/check_http.c:150 |
24 | #: plugins/check_ldap.c:105 plugins/check_load.c:124 | 24 | #: plugins/check_ldap.c:108 plugins/check_load.c:124 |
25 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88 | 25 | #: plugins/check_mrtgtraf.c:83 plugins/check_mysql.c:88 |
26 | #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_ntp.c:758 | 26 | #: plugins/check_nagios.c:94 plugins/check_nt.c:126 plugins/check_ntp.c:763 |
27 | #: plugins/check_nwstat.c:177 plugins/check_overcr.c:106 | 27 | #: plugins/check_nwstat.c:177 plugins/check_overcr.c:106 |
28 | #: plugins/check_pgsql.c:156 plugins/check_ping.c:99 plugins/check_procs.c:143 | 28 | #: plugins/check_pgsql.c:156 plugins/check_ping.c:99 plugins/check_procs.c:143 |
29 | #: plugins/check_radius.c:133 plugins/check_real.c:85 plugins/check_smtp.c:180 | 29 | #: plugins/check_radius.c:156 plugins/check_real.c:85 plugins/check_smtp.c:145 |
30 | #: plugins/check_snmp.c:182 plugins/check_ssh.c:78 plugins/check_swap.c:113 | 30 | #: plugins/check_snmp.c:183 plugins/check_ssh.c:78 plugins/check_swap.c:113 |
31 | #: plugins/check_tcp.c:208 plugins/check_time.c:82 plugins/check_ups.c:125 | 31 | #: plugins/check_tcp.c:211 plugins/check_time.c:82 plugins/check_ups.c:125 |
32 | #: plugins/check_users.c:70 plugins/negate.c:102 plugins-root/check_dhcp.c:258 | 32 | #: plugins/check_users.c:70 plugins/negate.c:259 plugins-root/check_dhcp.c:277 |
33 | msgid "Could not parse arguments" | 33 | msgid "Could not parse arguments" |
34 | msgstr "Argumente konnten nicht ausgewertet werden" | 34 | msgstr "Argumente konnten nicht ausgewertet werden" |
35 | 35 | ||
36 | #: plugins/check_by_ssh.c:87 plugins/check_dig.c:86 plugins/check_dns.c:89 | 36 | #: plugins/check_by_ssh.c:87 plugins/check_dig.c:86 plugins/check_dns.c:89 |
37 | #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160 | 37 | #: plugins/check_nagios.c:98 plugins/check_pgsql.c:160 |
38 | #: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:106 | 38 | #: plugins/check_ping.c:103 plugins/check_procs.c:150 plugins/negate.c:113 |
39 | msgid "Cannot catch SIGALRM" | 39 | msgid "Cannot catch SIGALRM" |
40 | msgstr "Konnte SIGALRM nicht erhalten" | 40 | msgstr "Konnte SIGALRM nicht erhalten" |
41 | 41 | ||
@@ -44,60 +44,59 @@ msgstr "Konnte SIGALRM nicht erhalten" | |||
44 | msgid "Remote command execution failed: %s\n" | 44 | msgid "Remote command execution failed: %s\n" |
45 | msgstr "" | 45 | msgstr "" |
46 | 46 | ||
47 | #: plugins/check_by_ssh.c:115 | 47 | #: plugins/check_by_ssh.c:116 |
48 | #, c-format | 48 | #, c-format |
49 | msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n" | 49 | msgid "%s - check_by_ssh: Remote command '%s' returned status %d\n" |
50 | msgstr "" | 50 | msgstr "" |
51 | 51 | ||
52 | #: plugins/check_by_ssh.c:127 | 52 | #: plugins/check_by_ssh.c:128 |
53 | #, c-format | 53 | #, c-format |
54 | msgid "SSH WARNING: could not open %s\n" | 54 | msgid "SSH WARNING: could not open %s\n" |
55 | msgstr "SSH WARNING: Konnte %s nicht öffnen\n" | 55 | msgstr "SSH WARNING: Konnte %s nicht öffnen\n" |
56 | 56 | ||
57 | #: plugins/check_by_ssh.c:213 plugins/check_disk.c:507 | 57 | #: plugins/check_by_ssh.c:214 plugins/check_disk.c:530 |
58 | #: plugins/check_http.c:241 plugins/check_ldap.c:281 plugins/check_pgsql.c:237 | 58 | #: plugins/check_http.c:244 plugins/check_ldap.c:292 plugins/check_pgsql.c:237 |
59 | #: plugins/check_procs.c:371 plugins/check_radius.c:215 | 59 | #: plugins/check_procs.c:371 plugins/check_radius.c:284 |
60 | #: plugins/check_radius.c:285 plugins/check_real.c:361 | 60 | #: plugins/check_real.c:361 plugins/check_smtp.c:592 plugins/check_snmp.c:516 |
61 | #: plugins/check_smtp.c:629 plugins/check_snmp.c:498 plugins/check_ssh.c:143 | 61 | #: plugins/check_ssh.c:143 plugins/check_tcp.c:494 plugins/check_time.c:306 |
62 | #: plugins/check_tcp.c:500 plugins/check_time.c:306 plugins/check_ups.c:555 | 62 | #: plugins/check_ups.c:555 plugins/negate.c:203 |
63 | #: plugins/negate.c:203 | ||
64 | msgid "Timeout interval must be a positive integer" | 63 | msgid "Timeout interval must be a positive integer" |
65 | msgstr "Timeout interval muss ein positiver Integer sein" | 64 | msgstr "Timeout interval muss ein positiver Integer sein" |
66 | 65 | ||
67 | #: plugins/check_by_ssh.c:223 plugins/check_pgsql.c:261 | 66 | #: plugins/check_by_ssh.c:224 plugins/check_pgsql.c:261 |
68 | #: plugins/check_radius.c:224 plugins/check_radius.c:258 | 67 | #: plugins/check_radius.c:257 plugins/check_real.c:332 |
69 | #: plugins/check_real.c:332 plugins/check_smtp.c:561 plugins/check_tcp.c:506 | 68 | #: plugins/check_smtp.c:519 plugins/check_tcp.c:500 plugins/check_time.c:300 |
70 | #: plugins/check_time.c:300 plugins/check_ups.c:517 | 69 | #: plugins/check_ups.c:517 |
71 | msgid "Port must be a positive integer" | 70 | msgid "Port must be a positive integer" |
72 | msgstr "Port muss ein positiver Integer sein" | 71 | msgstr "Port muss ein positiver Integer sein" |
73 | 72 | ||
74 | #: plugins/check_by_ssh.c:269 | 73 | #: plugins/check_by_ssh.c:270 |
75 | #, fuzzy | 74 | #, fuzzy |
76 | msgid "skip-stdout argument must be an integer" | 75 | msgid "skip-stdout argument must be an integer" |
77 | msgstr "skip lines muss ein Integer sein" | 76 | msgstr "skip lines muss ein Integer sein" |
78 | 77 | ||
79 | #: plugins/check_by_ssh.c:277 | 78 | #: plugins/check_by_ssh.c:278 |
80 | #, fuzzy | 79 | #, fuzzy |
81 | msgid "skip-stderr argument must be an integer" | 80 | msgid "skip-stderr argument must be an integer" |
82 | msgstr "skip lines muss ein Integer sein" | 81 | msgstr "skip lines muss ein Integer sein" |
83 | 82 | ||
84 | #: plugins/check_by_ssh.c:295 | 83 | #: plugins/check_by_ssh.c:296 |
85 | #, c-format | 84 | #, c-format |
86 | msgid "%s: You must provide a host name\n" | 85 | msgid "%s: You must provide a host name\n" |
87 | msgstr "%s: Hostname muss angegeben werden\n" | 86 | msgstr "%s: Hostname muss angegeben werden\n" |
88 | 87 | ||
89 | #: plugins/check_by_ssh.c:313 | 88 | #: plugins/check_by_ssh.c:314 |
90 | msgid "No remotecmd" | 89 | msgid "No remotecmd" |
91 | msgstr "Kein remotecm" | 90 | msgstr "Kein remotecm" |
92 | 91 | ||
93 | #: plugins/check_by_ssh.c:329 | 92 | #: plugins/check_by_ssh.c:330 |
94 | #, c-format | 93 | #, c-format |
95 | msgid "" | 94 | msgid "" |
96 | "%s: In passive mode, you must provide a service name for each command.\n" | 95 | "%s: In passive mode, you must provide a service name for each command.\n" |
97 | msgstr "" | 96 | msgstr "" |
98 | "%s: Im passive mode muss ein Servicename für jeden Befehl angegeben werden.\n" | 97 | "%s: Im passive mode muss ein Servicename für jeden Befehl angegeben werden.\n" |
99 | 98 | ||
100 | #: plugins/check_by_ssh.c:332 | 99 | #: plugins/check_by_ssh.c:333 |
101 | #, c-format | 100 | #, c-format |
102 | msgid "" | 101 | msgid "" |
103 | "%s: In passive mode, you must provide the host short name from the nagios " | 102 | "%s: In passive mode, you must provide the host short name from the nagios " |
@@ -106,123 +105,124 @@ msgstr "" | |||
106 | "%s: Im passive mode muss der \"host short name\" aus der Nagios " | 105 | "%s: Im passive mode muss der \"host short name\" aus der Nagios " |
107 | "Konfiguration angegeben werden\n" | 106 | "Konfiguration angegeben werden\n" |
108 | 107 | ||
109 | #: plugins/check_by_ssh.c:346 | 108 | #: plugins/check_by_ssh.c:347 |
110 | #, fuzzy, c-format | 109 | #, fuzzy, c-format |
111 | msgid "This plugin uses SSH to execute commands on a remote host" | 110 | msgid "This plugin uses SSH to execute commands on a remote host" |
112 | msgstr "" | 111 | msgstr "" |
113 | "Dieses Plugin nutzt SSH um Befehle auf dem entfernten Rechner auszuführen\n" | 112 | "Dieses Plugin nutzt SSH um Befehle auf dem entfernten Rechner auszuführen\n" |
114 | "\n" | 113 | "\n" |
115 | 114 | ||
116 | #: plugins/check_by_ssh.c:359 | 115 | #: plugins/check_by_ssh.c:360 |
117 | msgid "tell ssh to use Protocol 1 [optional]" | 116 | msgid "tell ssh to use Protocol 1 [optional]" |
118 | msgstr "" | 117 | msgstr "" |
119 | 118 | ||
120 | #: plugins/check_by_ssh.c:361 | 119 | #: plugins/check_by_ssh.c:362 |
121 | msgid "tell ssh to use Protocol 2 [optional]" | 120 | msgid "tell ssh to use Protocol 2 [optional]" |
122 | msgstr "" | 121 | msgstr "" |
123 | 122 | ||
124 | #: plugins/check_by_ssh.c:363 | 123 | #: plugins/check_by_ssh.c:364 |
125 | msgid "Ignore all or (if specified) first n lines on STDOUT [optional]" | 124 | msgid "Ignore all or (if specified) first n lines on STDOUT [optional]" |
126 | msgstr "" | 125 | msgstr "" |
127 | 126 | ||
128 | #: plugins/check_by_ssh.c:365 | 127 | #: plugins/check_by_ssh.c:366 |
129 | msgid "Ignore all or (if specified) first n lines on STDERR [optional]" | 128 | msgid "Ignore all or (if specified) first n lines on STDERR [optional]" |
130 | msgstr "" | 129 | msgstr "" |
131 | 130 | ||
132 | #: plugins/check_by_ssh.c:367 | 131 | #: plugins/check_by_ssh.c:368 |
133 | msgid "tells ssh to fork rather than create a tty [optional]" | 132 | msgid "tells ssh to fork rather than create a tty [optional]" |
134 | msgstr "" | 133 | msgstr "" |
135 | 134 | ||
136 | #: plugins/check_by_ssh.c:369 | 135 | #: plugins/check_by_ssh.c:370 |
137 | msgid "command to execute on the remote machine" | 136 | msgid "command to execute on the remote machine" |
138 | msgstr "" | 137 | msgstr "" |
139 | 138 | ||
140 | #: plugins/check_by_ssh.c:371 | 139 | #: plugins/check_by_ssh.c:372 |
141 | msgid "SSH user name on remote host [optional]" | 140 | msgid "SSH user name on remote host [optional]" |
142 | msgstr "" | 141 | msgstr "" |
143 | 142 | ||
144 | #: plugins/check_by_ssh.c:373 | 143 | #: plugins/check_by_ssh.c:374 |
145 | msgid "identity of an authorized key [optional]" | 144 | msgid "identity of an authorized key [optional]" |
146 | msgstr "" | 145 | msgstr "" |
147 | 146 | ||
148 | #: plugins/check_by_ssh.c:375 | 147 | #: plugins/check_by_ssh.c:376 |
149 | msgid "external command file for nagios [optional]" | 148 | msgid "external command file for nagios [optional]" |
150 | msgstr "" | 149 | msgstr "" |
151 | 150 | ||
152 | #: plugins/check_by_ssh.c:377 | 151 | #: plugins/check_by_ssh.c:378 |
153 | msgid "list of nagios service names, separated by ':' [optional]" | 152 | msgid "list of nagios service names, separated by ':' [optional]" |
154 | msgstr "" | 153 | msgstr "" |
155 | 154 | ||
156 | #: plugins/check_by_ssh.c:379 | 155 | #: plugins/check_by_ssh.c:380 |
157 | msgid "short name of host in nagios configuration [optional]" | 156 | msgid "short name of host in nagios configuration [optional]" |
158 | msgstr "" | 157 | msgstr "" |
159 | 158 | ||
160 | #: plugins/check_by_ssh.c:381 | 159 | #: plugins/check_by_ssh.c:382 |
161 | msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" | 160 | msgid "Call ssh with '-o OPTION' (may be used multiple times) [optional]" |
162 | msgstr "" | 161 | msgstr "" |
163 | 162 | ||
164 | #: plugins/check_by_ssh.c:383 | 163 | #: plugins/check_by_ssh.c:384 |
165 | msgid "Tell ssh to suppress warning and diagnostic messages [optional]" | 164 | msgid "Tell ssh to suppress warning and diagnostic messages [optional]" |
166 | msgstr "" | 165 | msgstr "" |
167 | 166 | ||
168 | #: plugins/check_by_ssh.c:386 | 167 | #: plugins/check_by_ssh.c:387 |
169 | msgid "The most common mode of use is to refer to a local identity file with" | 168 | msgid "The most common mode of use is to refer to a local identity file with" |
170 | msgstr "" | 169 | msgstr "" |
171 | 170 | ||
172 | #: plugins/check_by_ssh.c:387 | 171 | #: plugins/check_by_ssh.c:388 |
173 | msgid "the '-i' option. In this mode, the identity pair should have a null" | 172 | msgid "the '-i' option. In this mode, the identity pair should have a null" |
174 | msgstr "" | 173 | msgstr "" |
175 | 174 | ||
176 | #: plugins/check_by_ssh.c:388 | 175 | #: plugins/check_by_ssh.c:389 |
177 | msgid "passphrase and the public key should be listed in the authorized_keys" | 176 | msgid "passphrase and the public key should be listed in the authorized_keys" |
178 | msgstr "" | 177 | msgstr "" |
179 | 178 | ||
180 | #: plugins/check_by_ssh.c:389 | 179 | #: plugins/check_by_ssh.c:390 |
181 | msgid "file of the remote host. Usually the key will be restricted to running" | 180 | msgid "file of the remote host. Usually the key will be restricted to running" |
182 | msgstr "" | 181 | msgstr "" |
183 | 182 | ||
184 | #: plugins/check_by_ssh.c:390 | 183 | #: plugins/check_by_ssh.c:391 |
185 | msgid "only one command on the remote server. If the remote SSH server tracks" | 184 | msgid "only one command on the remote server. If the remote SSH server tracks" |
186 | msgstr "" | 185 | msgstr "" |
187 | 186 | ||
188 | #: plugins/check_by_ssh.c:391 | 187 | #: plugins/check_by_ssh.c:392 |
189 | msgid "invocation arguments, the one remote program may be an agent that can" | 188 | msgid "invocation arguments, the one remote program may be an agent that can" |
190 | msgstr "" | 189 | msgstr "" |
191 | 190 | ||
192 | #: plugins/check_by_ssh.c:392 | 191 | #: plugins/check_by_ssh.c:393 |
193 | msgid "execute additional commands as proxy" | 192 | msgid "execute additional commands as proxy" |
194 | msgstr "" | 193 | msgstr "" |
195 | 194 | ||
196 | #: plugins/check_by_ssh.c:393 | 195 | #: plugins/check_by_ssh.c:394 |
197 | msgid "To use passive mode, provide multiple '-C' options, and provide" | 196 | msgid "To use passive mode, provide multiple '-C' options, and provide" |
198 | msgstr "" | 197 | msgstr "" |
199 | 198 | ||
200 | #: plugins/check_by_ssh.c:394 | 199 | #: plugins/check_by_ssh.c:395 |
201 | msgid "" | 200 | msgid "" |
202 | "all of -O, -s, and -n options (servicelist order must match '-C'options)" | 201 | "all of -O, -s, and -n options (servicelist order must match '-C'options)" |
203 | msgstr "" | 202 | msgstr "" |
204 | 203 | ||
205 | #: plugins/check_by_ssh.c:396 plugins/check_disk.c:902 | 204 | #: plugins/check_by_ssh.c:397 plugins/check_disk.c:954 |
206 | #: plugins/check_http.c:1324 plugins/check_nagios.c:303 | 205 | #: plugins/check_http.c:1308 plugins/check_nagios.c:303 |
207 | #: plugins/check_procs.c:735 plugins/negate.c:269 plugins/urlize.c:187 | 206 | #: plugins/check_ntp.c:862 plugins/check_procs.c:735 plugins/negate.c:319 |
207 | #: plugins/urlize.c:187 | ||
208 | #, c-format | 208 | #, c-format |
209 | msgid "Examples:" | 209 | msgid "Examples:" |
210 | msgstr "" | 210 | msgstr "" |
211 | 211 | ||
212 | #: plugins/check_by_ssh.c:410 plugins/check_dig.c:336 plugins/check_disk.c:913 | 212 | #: plugins/check_by_ssh.c:412 plugins/check_dig.c:336 plugins/check_disk.c:970 |
213 | #: plugins/check_dns.c:447 plugins/check_dummy.c:127 plugins/check_fping.c:407 | 213 | #: plugins/check_dns.c:447 plugins/check_dummy.c:129 plugins/check_fping.c:407 |
214 | #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1347 | 214 | #: plugins/check_game.c:334 plugins/check_hpjd.c:415 plugins/check_http.c:1331 |
215 | #: plugins/check_ldap.c:411 plugins/check_load.c:326 plugins/check_mrtg.c:383 | 215 | #: plugins/check_ldap.c:449 plugins/check_load.c:326 plugins/check_mrtg.c:383 |
216 | #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707 | 216 | #: plugins/check_mysql.c:407 plugins/check_nagios.c:313 plugins/check_nt.c:707 |
217 | #: plugins/check_ntp.c:859 plugins/check_nwstat.c:1688 | 217 | #: plugins/check_ntp.c:875 plugins/check_nwstat.c:1688 |
218 | #: plugins/check_overcr.c:469 plugins/check_pgsql.c:458 | 218 | #: plugins/check_overcr.c:469 plugins/check_pgsql.c:458 |
219 | #: plugins/check_ping.c:597 plugins/check_procs.c:753 | 219 | #: plugins/check_ping.c:597 plugins/check_procs.c:753 |
220 | #: plugins/check_radius.c:349 plugins/check_real.c:454 | 220 | #: plugins/check_radius.c:358 plugins/check_real.c:454 |
221 | #: plugins/check_smtp.c:780 plugins/check_snmp.c:1011 plugins/check_ssh.c:306 | 221 | #: plugins/check_smtp.c:825 plugins/check_snmp.c:1029 plugins/check_ssh.c:308 |
222 | #: plugins/check_swap.c:560 plugins/check_tcp.c:656 plugins/check_time.c:373 | 222 | #: plugins/check_swap.c:560 plugins/check_tcp.c:654 plugins/check_time.c:373 |
223 | #: plugins/check_ups.c:657 plugins/check_users.c:230 | 223 | #: plugins/check_ups.c:657 plugins/check_users.c:230 |
224 | #: plugins/check_ide_smart.c:544 plugins/negate.c:290 plugins/urlize.c:204 | 224 | #: plugins/check_ide_smart.c:527 plugins/negate.c:340 plugins/urlize.c:204 |
225 | #: plugins-root/check_dhcp.c:1304 plugins-root/check_icmp.c:1282 | 225 | #: plugins-root/check_dhcp.c:1426 plugins-root/check_icmp.c:1278 |
226 | #, c-format | 226 | #, c-format |
227 | msgid "Usage:" | 227 | msgid "Usage:" |
228 | msgstr "" | 228 | msgstr "" |
@@ -300,12 +300,12 @@ msgstr "" | |||
300 | " Adresse die in der ANSWER SECTION erwartet wird.\n" | 300 | " Adresse die in der ANSWER SECTION erwartet wird.\n" |
301 | " wenn nicht gesetzt, ubernommen aus -l\n" | 301 | " wenn nicht gesetzt, ubernommen aus -l\n" |
302 | 302 | ||
303 | #: plugins/check_disk.c:213 | 303 | #: plugins/check_disk.c:220 |
304 | #, fuzzy, c-format | 304 | #, fuzzy, c-format |
305 | msgid "DISK %s: %s not found\n" | 305 | msgid "DISK %s: %s not found\n" |
306 | msgstr "%s [%s nicht gefunden]" | 306 | msgstr "%s [%s nicht gefunden]" |
307 | 307 | ||
308 | #: plugins/check_disk.c:213 plugins/check_disk.c:752 plugins/check_dns.c:208 | 308 | #: plugins/check_disk.c:220 plugins/check_disk.c:985 plugins/check_dns.c:208 |
309 | #: plugins/check_dummy.c:81 plugins/check_mysql.c:214 | 309 | #: plugins/check_dummy.c:81 plugins/check_mysql.c:214 |
310 | #: plugins/check_nagios.c:107 plugins/check_nagios.c:171 | 310 | #: plugins/check_nagios.c:107 plugins/check_nagios.c:171 |
311 | #: plugins/check_nagios.c:175 plugins/check_procs.c:302 | 311 | #: plugins/check_nagios.c:175 plugins/check_procs.c:302 |
@@ -313,60 +313,67 @@ msgstr "%s [%s nicht gefunden]" | |||
313 | msgid "CRITICAL" | 313 | msgid "CRITICAL" |
314 | msgstr "CRITICAL" | 314 | msgstr "CRITICAL" |
315 | 315 | ||
316 | #: plugins/check_disk.c:581 | 316 | #: plugins/check_disk.c:604 |
317 | #, c-format | 317 | #, c-format |
318 | msgid "unit type %s not known\n" | 318 | msgid "unit type %s not known\n" |
319 | msgstr "unbekannter unit type: %s\n" | 319 | msgstr "unbekannter unit type: %s\n" |
320 | 320 | ||
321 | #: plugins/check_disk.c:584 | 321 | #: plugins/check_disk.c:607 |
322 | #, c-format | 322 | #, c-format |
323 | msgid "failed allocating storage for '%s'\n" | 323 | msgid "failed allocating storage for '%s'\n" |
324 | msgstr "konnte keinen Speicher für '%s' reservieren\n" | 324 | msgstr "konnte keinen Speicher für '%s' reservieren\n" |
325 | 325 | ||
326 | #: plugins/check_disk.c:606 plugins/check_disk.c:643 plugins/check_disk.c:653 | 326 | #: plugins/check_disk.c:631 plugins/check_disk.c:662 plugins/check_disk.c:667 |
327 | #: plugins/check_disk.c:659 plugins/check_disk.c:678 plugins/check_dummy.c:84 | 327 | #: plugins/check_disk.c:674 plugins/check_disk.c:678 plugins/check_disk.c:718 |
328 | #: plugins/check_disk.c:724 plugins/check_disk.c:743 plugins/check_dummy.c:84 | ||
329 | #: plugins/check_dummy.c:87 | ||
328 | #, c-format | 330 | #, c-format |
329 | msgid "UNKNOWN" | 331 | msgid "UNKNOWN" |
330 | msgstr "UNKNOWN" | 332 | msgstr "UNKNOWN" |
331 | 333 | ||
332 | #: plugins/check_disk.c:606 | 334 | #: plugins/check_disk.c:631 |
333 | msgid "Must set a threshold value before using -p\n" | 335 | msgid "Must set a threshold value before using -p\n" |
334 | msgstr "" | 336 | msgstr "" |
335 | 337 | ||
336 | #: plugins/check_disk.c:643 | 338 | #: plugins/check_disk.c:662 |
337 | msgid "Must set group value before using -p\n" | 339 | msgid "Must set -E before selecting pathes\n" |
338 | msgstr "" | 340 | msgstr "" |
339 | 341 | ||
340 | #: plugins/check_disk.c:653 | 342 | #: plugins/check_disk.c:667 |
341 | msgid "Must set a threshold value before using -r/-R\n" | 343 | msgid "Must set group value before selecting pathes \n" |
342 | msgstr "" | 344 | msgstr "" |
343 | 345 | ||
344 | #: plugins/check_disk.c:659 | 346 | #: plugins/check_disk.c:674 |
347 | msgid "" | ||
348 | "Pathes need to be selected before using -i/-I. Use -A to select all pathes " | ||
349 | "explicitly" | ||
350 | msgstr "" | ||
351 | |||
352 | #: plugins/check_disk.c:678 plugins/check_disk.c:724 | ||
345 | msgid "Could not compile regular expression" | 353 | msgid "Could not compile regular expression" |
346 | msgstr "" | 354 | msgstr "" |
347 | 355 | ||
348 | #: plugins/check_disk.c:679 | 356 | #: plugins/check_disk.c:718 |
357 | msgid "Must set a threshold value before using -r/-R\n" | ||
358 | msgstr "" | ||
359 | |||
360 | #: plugins/check_disk.c:744 | ||
349 | msgid "Regular expression did not match any path or disk" | 361 | msgid "Regular expression did not match any path or disk" |
350 | msgstr "" | 362 | msgstr "" |
351 | 363 | ||
352 | #: plugins/check_disk.c:723 | 364 | #: plugins/check_disk.c:791 |
353 | #, fuzzy | 365 | #, fuzzy |
354 | msgid "Unknown argument" | 366 | msgid "Unknown argument" |
355 | msgstr "" | 367 | msgstr "" |
356 | "%s: Unbekanntes Argument: %s\n" | 368 | "%s: Unbekanntes Argument: %s\n" |
357 | "\n" | 369 | "\n" |
358 | 370 | ||
359 | #: plugins/check_disk.c:753 | 371 | #: plugins/check_disk.c:825 |
360 | #, fuzzy, c-format | ||
361 | msgid "%s does not exist\n" | ||
362 | msgstr "%s [%s nicht gefunden]" | ||
363 | |||
364 | #: plugins/check_disk.c:782 | ||
365 | #, c-format | 372 | #, c-format |
366 | msgid " for %s\n" | 373 | msgid " for %s\n" |
367 | msgstr "" | 374 | msgstr "" |
368 | 375 | ||
369 | #: plugins/check_disk.c:850 | 376 | #: plugins/check_disk.c:893 |
370 | #, fuzzy | 377 | #, fuzzy |
371 | msgid "" | 378 | msgid "" |
372 | "This plugin checks the amount of used disk space on a mounted file system" | 379 | "This plugin checks the amount of used disk space on a mounted file system" |
@@ -376,7 +383,7 @@ msgstr "" | |||
376 | "unterschritten wird.\n" | 383 | "unterschritten wird.\n" |
377 | "\n" | 384 | "\n" |
378 | 385 | ||
379 | #: plugins/check_disk.c:851 | 386 | #: plugins/check_disk.c:894 |
380 | #, fuzzy | 387 | #, fuzzy |
381 | msgid "" | 388 | msgid "" |
382 | "and generates an alert if free space is less than one of the threshold values" | 389 | "and generates an alert if free space is less than one of the threshold values" |
@@ -386,90 +393,142 @@ msgstr "" | |||
386 | "unterschritten wird.\n" | 393 | "unterschritten wird.\n" |
387 | "\n" | 394 | "\n" |
388 | 395 | ||
389 | #: plugins/check_disk.c:860 | 396 | #: plugins/check_disk.c:903 |
390 | msgid "Exit with WARNING status if less than INTEGER units of disk are free" | 397 | msgid "Exit with WARNING status if less than INTEGER units of disk are free" |
391 | msgstr "" | 398 | msgstr "" |
392 | 399 | ||
393 | #: plugins/check_disk.c:862 | 400 | #: plugins/check_disk.c:905 |
394 | msgid "Exit with WARNING status if less than PERCENT of disk space is free" | 401 | msgid "Exit with WARNING status if less than PERCENT of disk space is free" |
395 | msgstr "" | 402 | msgstr "" |
396 | 403 | ||
397 | #: plugins/check_disk.c:864 | 404 | #: plugins/check_disk.c:907 |
405 | msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" | ||
406 | msgstr "" | ||
407 | |||
408 | #: plugins/check_disk.c:909 | ||
409 | msgid "Exit with CRITCAL status if less than PERCENT of disk space is free" | ||
410 | msgstr "" | ||
411 | |||
412 | #: plugins/check_disk.c:911 | ||
398 | msgid "Exit with WARNING status if less than PERCENT of inode space is free" | 413 | msgid "Exit with WARNING status if less than PERCENT of inode space is free" |
399 | msgstr "" | 414 | msgstr "" |
400 | 415 | ||
401 | #: plugins/check_disk.c:866 | 416 | #: plugins/check_disk.c:913 |
402 | msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" | 417 | msgid "Exit with CRITICAL status if less than PERCENT of inode space is free" |
403 | msgstr "" | 418 | msgstr "" |
404 | 419 | ||
405 | #: plugins/check_disk.c:868 | 420 | #: plugins/check_disk.c:915 |
406 | msgid "Exit with CRITICAL status if less than INTEGER units of disk are free" | 421 | msgid "Path or partition (may be repeated)" |
407 | msgstr "" | 422 | msgstr "" |
408 | 423 | ||
409 | #: plugins/check_disk.c:870 | 424 | #: plugins/check_disk.c:917 |
410 | msgid "Exit with CRITCAL status if less than PERCENT of disk space is free" | 425 | msgid "Ignore device (only works if -p unspecified)" |
411 | msgstr "" | 426 | msgstr "" |
412 | 427 | ||
413 | #: plugins/check_disk.c:872 | 428 | #: plugins/check_disk.c:919 |
414 | msgid "Clear thresholds" | 429 | msgid "Clear thresholds" |
415 | msgstr "" | 430 | msgstr "" |
416 | 431 | ||
417 | #: plugins/check_disk.c:874 | 432 | #: plugins/check_disk.c:921 |
418 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 433 | msgid "For paths or partitions specified with -p, only check for exact paths" |
434 | msgstr "" | ||
435 | |||
436 | #: plugins/check_disk.c:923 | ||
437 | msgid "Display only devices/mountpoints with errors" | ||
419 | msgstr "" | 438 | msgstr "" |
420 | 439 | ||
421 | #: plugins/check_disk.c:876 | 440 | #: plugins/check_disk.c:925 |
441 | msgid "" | ||
442 | "Group pathes. Thresholds apply to (free-)space of all partitions together" | ||
443 | msgstr "" | ||
444 | |||
445 | #: plugins/check_disk.c:927 | ||
422 | msgid "Same as '--units kB'" | 446 | msgid "Same as '--units kB'" |
423 | msgstr "" | 447 | msgstr "" |
424 | 448 | ||
425 | #: plugins/check_disk.c:878 | 449 | #: plugins/check_disk.c:929 |
450 | msgid "Only check local filesystems" | ||
451 | msgstr "" | ||
452 | |||
453 | #: plugins/check_disk.c:931 | ||
454 | msgid "" | ||
455 | "Only check local filesystems against thresholds. Yet call stat on remote " | ||
456 | "filesystems" | ||
457 | msgstr "" | ||
458 | |||
459 | #: plugins/check_disk.c:932 | ||
460 | msgid "to test if they are accessible (e.g. to detect Stale NFS Handles)" | ||
461 | msgstr "" | ||
462 | |||
463 | #: plugins/check_disk.c:934 | ||
464 | msgid "Display the mountpoint instead of the partition" | ||
465 | msgstr "" | ||
466 | |||
467 | #: plugins/check_disk.c:936 | ||
426 | msgid "Same as '--units MB'" | 468 | msgid "Same as '--units MB'" |
427 | msgstr "" | 469 | msgstr "" |
428 | 470 | ||
429 | #: plugins/check_disk.c:880 | 471 | #: plugins/check_disk.c:938 |
430 | msgid "Only check local filesystems" | 472 | msgid "Explicitly select all pathes. This is equivalent to -R '.*'" |
431 | msgstr "" | 473 | msgstr "" |
432 | 474 | ||
433 | #: plugins/check_disk.c:882 | 475 | #: plugins/check_disk.c:940 |
434 | msgid "Path or partition (may be repeated)" | 476 | msgid "" |
477 | "Case insensitive regular expression for path/partition (may be repeated)" | ||
435 | msgstr "" | 478 | msgstr "" |
436 | 479 | ||
437 | #: plugins/check_disk.c:884 | 480 | #: plugins/check_disk.c:942 |
438 | msgid "Regular expression for path or partition (may be repeated)" | 481 | msgid "Regular expression for path or partition (may be repeated)" |
439 | msgstr "" | 482 | msgstr "" |
440 | 483 | ||
441 | #: plugins/check_disk.c:886 | 484 | #: plugins/check_disk.c:944 |
442 | msgid "" | 485 | msgid "" |
443 | "Case insensitive regular expression for path/partition (may be repeated)" | 486 | "Regular expression to ignore selected path/partition (case insensitive) (may " |
487 | "be repeated)" | ||
444 | msgstr "" | 488 | msgstr "" |
445 | 489 | ||
446 | #: plugins/check_disk.c:888 | 490 | #: plugins/check_disk.c:946 |
447 | msgid "" | 491 | msgid "" |
448 | "Group pathes. Thresholds apply to (free-)space of all partitions together" | 492 | "Regular expression to ignore selected path or partition (may be repeated)" |
449 | msgstr "" | 493 | msgstr "" |
450 | 494 | ||
451 | #: plugins/check_disk.c:890 | 495 | #: plugins/check_disk.c:949 |
452 | msgid "Ignore device (only works if -p unspecified)" | 496 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
453 | msgstr "" | 497 | msgstr "" |
454 | 498 | ||
455 | #: plugins/check_disk.c:892 | 499 | #: plugins/check_disk.c:952 |
456 | msgid "Ignore all filesystems of indicated type (may be repeated)" | 500 | msgid "Ignore all filesystems of indicated type (may be repeated)" |
457 | msgstr "" | 501 | msgstr "" |
458 | 502 | ||
459 | #: plugins/check_disk.c:894 | 503 | #: plugins/check_disk.c:956 |
460 | msgid "Display the mountpoint instead of the partition" | 504 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" |
461 | msgstr "" | 505 | msgstr "" |
462 | 506 | ||
463 | #: plugins/check_disk.c:896 | 507 | #: plugins/check_disk.c:958 |
464 | msgid "For paths or partitions specified with -p, only check for exact paths" | 508 | msgid "" |
509 | "Checks all filesystems not matching -r at 100M and 50M. The fs matching the -" | ||
510 | "r regex" | ||
465 | msgstr "" | 511 | msgstr "" |
466 | 512 | ||
467 | #: plugins/check_disk.c:898 | 513 | #: plugins/check_disk.c:959 |
468 | msgid "Display only devices/mountpoints with errors" | 514 | msgid "" |
515 | "are grouped which means the freespace thresholds are applied to all disks " | ||
516 | "together" | ||
469 | msgstr "" | 517 | msgstr "" |
470 | 518 | ||
471 | #: plugins/check_disk.c:904 | 519 | #: plugins/check_disk.c:961 |
472 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | 520 | msgid "" |
521 | "Checks /foo for 1000M/500M and /bar for 5/3%. All remaining volumes use " | ||
522 | "100M/50M" | ||
523 | msgstr "" | ||
524 | |||
525 | #: plugins/check_disk.c:986 | ||
526 | #, c-format | ||
527 | msgid "%s %s: %s\n" | ||
528 | msgstr "" | ||
529 | |||
530 | #: plugins/check_disk.c:986 | ||
531 | msgid "is not accessible" | ||
473 | msgstr "" | 532 | msgstr "" |
474 | 533 | ||
475 | #: plugins/check_dns.c:107 | 534 | #: plugins/check_dns.c:107 |
@@ -650,30 +709,30 @@ msgstr "" | |||
650 | msgid "Arguments to check_dummy must be an integer" | 709 | msgid "Arguments to check_dummy must be an integer" |
651 | msgstr "Argument für check_dummy muss ein Integer sein" | 710 | msgstr "Argument für check_dummy muss ein Integer sein" |
652 | 711 | ||
653 | #: plugins/check_dummy.c:87 | 712 | #: plugins/check_dummy.c:89 |
654 | #, c-format | 713 | #, c-format |
655 | msgid "Status %d is not a supported error state\n" | 714 | msgid "Status %d is not a supported error state\n" |
656 | msgstr "Status %d ist kein bekannter Fehlerstatus\n" | 715 | msgstr "Status %d ist kein bekannter Fehlerstatus\n" |
657 | 716 | ||
658 | #: plugins/check_dummy.c:109 | 717 | #: plugins/check_dummy.c:111 |
659 | msgid "" | 718 | msgid "" |
660 | "This plugin will simply return the state corresponding to the numeric value" | 719 | "This plugin will simply return the state corresponding to the numeric value" |
661 | msgstr "" | 720 | msgstr "" |
662 | 721 | ||
663 | #: plugins/check_dummy.c:111 | 722 | #: plugins/check_dummy.c:113 |
664 | msgid "of the <state> argument with optional text" | 723 | msgid "of the <state> argument with optional text" |
665 | msgstr "" | 724 | msgstr "" |
666 | 725 | ||
667 | #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:432 | 726 | #: plugins/check_fping.c:103 plugins/check_hpjd.c:131 plugins/check_ping.c:432 |
668 | #: plugins/check_procs.c:159 plugins/check_snmp.c:203 plugins/check_swap.c:178 | 727 | #: plugins/check_procs.c:159 plugins/check_snmp.c:210 plugins/check_swap.c:178 |
669 | #: plugins/check_users.c:75 plugins/negate.c:112 plugins/urlize.c:117 | 728 | #: plugins/check_users.c:75 plugins/urlize.c:117 |
670 | #, c-format | 729 | #, c-format |
671 | msgid "Could not open pipe: %s\n" | 730 | msgid "Could not open pipe: %s\n" |
672 | msgstr "Pipe: %s konnte nicht geöffnet werden\n" | 731 | msgstr "Pipe: %s konnte nicht geöffnet werden\n" |
673 | 732 | ||
674 | #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:155 | 733 | #: plugins/check_fping.c:109 plugins/check_hpjd.c:137 plugins/check_load.c:155 |
675 | #: plugins/check_procs.c:165 plugins/check_snmp.c:209 plugins/check_swap.c:184 | 734 | #: plugins/check_procs.c:165 plugins/check_snmp.c:217 plugins/check_swap.c:184 |
676 | #: plugins/check_users.c:81 plugins/negate.c:117 plugins/urlize.c:123 | 735 | #: plugins/check_users.c:81 plugins/urlize.c:123 |
677 | #, c-format | 736 | #, c-format |
678 | msgid "Could not open stderr for %s\n" | 737 | msgid "Could not open stderr for %s\n" |
679 | msgstr "Konnte stderr nicht öffnen für: %s\n" | 738 | msgstr "Konnte stderr nicht öffnen für: %s\n" |
@@ -704,10 +763,10 @@ msgid "FPING %s - %s (loss=%.0f%% )|%s\n" | |||
704 | msgstr "FPING %s - %s (verloren=%.0f%% )|%s\n" | 763 | msgstr "FPING %s - %s (verloren=%.0f%% )|%s\n" |
705 | 764 | ||
706 | #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364 | 765 | #: plugins/check_fping.c:273 plugins/check_hpjd.c:341 plugins/check_hpjd.c:364 |
707 | #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 plugins/check_ntp.c:696 | 766 | #: plugins/check_mysql.c:277 plugins/check_mysql.c:326 plugins/check_ntp.c:709 |
708 | #: plugins/check_pgsql.c:255 plugins/check_ping.c:290 plugins/check_ping.c:413 | 767 | #: plugins/check_pgsql.c:255 plugins/check_ping.c:290 plugins/check_ping.c:413 |
709 | #: plugins/check_radius.c:250 plugins/check_real.c:319 | 768 | #: plugins/check_radius.c:249 plugins/check_real.c:319 |
710 | #: plugins/check_real.c:381 plugins/check_smtp.c:554 plugins/check_smtp.c:675 | 769 | #: plugins/check_real.c:381 plugins/check_smtp.c:512 plugins/check_smtp.c:638 |
711 | #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319 | 770 | #: plugins/check_ssh.c:162 plugins/check_time.c:244 plugins/check_time.c:319 |
712 | #: plugins/check_ups.c:503 plugins/check_ups.c:572 | 771 | #: plugins/check_ups.c:503 plugins/check_ups.c:572 |
713 | msgid "Invalid hostname/address" | 772 | msgid "Invalid hostname/address" |
@@ -721,7 +780,7 @@ msgstr "Paketgröße muss ein positiver Integer sein" | |||
721 | msgid "Packet count must be a positive integer" | 780 | msgid "Packet count must be a positive integer" |
722 | msgstr "Paketanzahl muss ein positiver Integer sein" | 781 | msgstr "Paketanzahl muss ein positiver Integer sein" |
723 | 782 | ||
724 | #: plugins/check_fping.c:319 plugins/check_ntp.c:728 plugins/check_time.c:323 | 783 | #: plugins/check_fping.c:319 plugins/check_ntp.c:733 plugins/check_time.c:323 |
725 | msgid "Hostname was not supplied" | 784 | msgid "Hostname was not supplied" |
726 | msgstr "" | 785 | msgstr "" |
727 | 786 | ||
@@ -828,10 +887,10 @@ msgstr "" | |||
828 | msgid "Field number in raw qstat output that contains ping time" | 887 | msgid "Field number in raw qstat output that contains ping time" |
829 | msgstr "" | 888 | msgstr "" |
830 | 889 | ||
831 | #: plugins/check_game.c:318 plugins/check_http.c:1312 plugins/check_mrtg.c:364 | 890 | #: plugins/check_game.c:318 plugins/check_http.c:1296 plugins/check_mrtg.c:364 |
832 | #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 | 891 | #: plugins/check_mrtgtraf.c:361 plugins/check_nt.c:693 plugins/check_ntp.c:856 |
833 | #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452 | 892 | #: plugins/check_nwstat.c:1673 plugins/check_overcr.c:452 |
834 | #: plugins/check_swap.c:549 plugins/check_ups.c:633 plugins/negate.c:276 | 893 | #: plugins/check_swap.c:549 plugins/check_ups.c:633 plugins/negate.c:325 |
835 | #, c-format | 894 | #, c-format |
836 | msgid "Notes:" | 895 | msgid "Notes:" |
837 | msgstr "" | 896 | msgstr "" |
@@ -929,531 +988,595 @@ msgstr "" | |||
929 | msgid "(default=%s)" | 988 | msgid "(default=%s)" |
930 | msgstr "" | 989 | msgstr "" |
931 | 990 | ||
932 | #: plugins/check_http.c:247 | 991 | #: plugins/check_http.c:250 |
933 | msgid "Critical threshold must be integer" | 992 | msgid "Critical threshold must be integer" |
934 | msgstr "Critical threshold muss ein Integer sein" | 993 | msgstr "Critical threshold muss ein Integer sein" |
935 | 994 | ||
936 | #: plugins/check_http.c:255 | 995 | #: plugins/check_http.c:258 |
937 | msgid "Warning threshold must be integer" | 996 | msgid "Warning threshold must be integer" |
938 | msgstr "Warning threshold Integer sein" | 997 | msgstr "Warning threshold Integer sein" |
939 | 998 | ||
940 | #: plugins/check_http.c:281 plugins/check_tcp.c:570 | 999 | #: plugins/check_http.c:284 plugins/check_tcp.c:563 |
941 | msgid "Invalid certificate expiration period" | 1000 | msgid "Invalid certificate expiration period" |
942 | msgstr "Ungültiger Zertifikatsablauftermin" | 1001 | msgstr "Ungültiger Zertifikatsablauftermin" |
943 | 1002 | ||
944 | #: plugins/check_http.c:290 plugins/check_tcp.c:582 | 1003 | #: plugins/check_http.c:293 plugins/check_tcp.c:575 |
945 | #, fuzzy | 1004 | #, fuzzy |
946 | msgid "Invalid option - SSL is not available" | 1005 | msgid "Invalid option - SSL is not available" |
947 | msgstr "Ungültige Option - SSL ist nicht verfügbar\n" | 1006 | msgstr "Ungültige Option - SSL ist nicht verfügbar\n" |
948 | 1007 | ||
949 | #: plugins/check_http.c:308 | 1008 | #: plugins/check_http.c:311 |
950 | #, c-format | 1009 | #, c-format |
951 | msgid "option f:%d \n" | 1010 | msgid "option f:%d \n" |
952 | msgstr "Option f:%d \n" | 1011 | msgstr "Option f:%d \n" |
953 | 1012 | ||
954 | #: plugins/check_http.c:325 | 1013 | #: plugins/check_http.c:328 |
955 | msgid "Invalid port number" | 1014 | msgid "Invalid port number" |
956 | msgstr "Ungültige Portnummer" | 1015 | msgstr "Ungültige Portnummer" |
957 | 1016 | ||
958 | #: plugins/check_http.c:363 | 1017 | #: plugins/check_http.c:366 |
959 | #, c-format | 1018 | #, c-format |
960 | msgid "Could Not Compile Regular Expression: %s" | 1019 | msgid "Could Not Compile Regular Expression: %s" |
961 | msgstr "" | 1020 | msgstr "" |
962 | 1021 | ||
963 | #: plugins/check_http.c:377 plugins/check_ntp.c:709 plugins/check_smtp.c:655 | 1022 | #: plugins/check_http.c:380 plugins/check_ntp.c:722 plugins/check_smtp.c:618 |
964 | #: plugins/check_ssh.c:154 plugins/check_tcp.c:473 | 1023 | #: plugins/check_ssh.c:154 plugins/check_tcp.c:467 |
965 | msgid "IPv6 support not available" | 1024 | msgid "IPv6 support not available" |
966 | msgstr "IPv6 Unterstützung nicht vorhanden" | 1025 | msgstr "IPv6 Unterstützung nicht vorhanden" |
967 | 1026 | ||
968 | #: plugins/check_http.c:439 plugins/check_ping.c:417 | 1027 | #: plugins/check_http.c:442 plugins/check_ping.c:417 |
969 | msgid "You must specify a server address or host name" | 1028 | msgid "You must specify a server address or host name" |
970 | msgstr "Hostname oder Serveradresse muss angegeben werden" | 1029 | msgstr "Hostname oder Serveradresse muss angegeben werden" |
971 | 1030 | ||
972 | #: plugins/check_http.c:665 | 1031 | #: plugins/check_http.c:625 |
973 | msgid "HTTP UNKNOWN - Server date unknown\n" | 1032 | msgid "HTTP UNKNOWN - Server date unknown\n" |
974 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" | 1033 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" |
975 | 1034 | ||
976 | #: plugins/check_http.c:667 | 1035 | #: plugins/check_http.c:627 |
977 | msgid "HTTP CRITICAL - Document modification date unknown\n" | 1036 | msgid "HTTP CRITICAL - Document modification date unknown\n" |
978 | msgstr "HTTP CRITICAL - Datum der letzten Änderung unbekannt\n" | 1037 | msgstr "HTTP CRITICAL - Datum der letzten Änderung unbekannt\n" |
979 | 1038 | ||
980 | #: plugins/check_http.c:673 | 1039 | #: plugins/check_http.c:633 |
981 | #, c-format | 1040 | #, c-format |
982 | msgid "HTTP CRITICAL - Server date \"%100s\" unparsable" | 1041 | msgid "HTTP CRITICAL - Server date \"%100s\" unparsable" |
983 | msgstr "HTTP CRITICAL - Serverdatum \"%100s\" konnte nicht verarbeitet werden" | 1042 | msgstr "HTTP CRITICAL - Serverdatum \"%100s\" konnte nicht verarbeitet werden" |
984 | 1043 | ||
985 | #: plugins/check_http.c:675 | 1044 | #: plugins/check_http.c:635 |
986 | #, c-format | 1045 | #, c-format |
987 | msgid "HTTP CRITICAL - Document date \"%100s\" unparsable" | 1046 | msgid "HTTP CRITICAL - Document date \"%100s\" unparsable" |
988 | msgstr "HTTP CRITICAL - Dokumentendatum \"%100s\" konnte nicht verarbeitet werden" | 1047 | msgstr "" |
1048 | "HTTP CRITICAL - Dokumentendatum \"%100s\" konnte nicht verarbeitet werden" | ||
989 | 1049 | ||
990 | #: plugins/check_http.c:677 | 1050 | #: plugins/check_http.c:637 |
991 | #, c-format | 1051 | #, c-format |
992 | msgid "HTTP CRITICAL - Document is %d seconds in the future\n" | 1052 | msgid "HTTP CRITICAL - Document is %d seconds in the future\n" |
993 | msgstr "HTTP CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" | 1053 | msgstr "HTTP CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" |
994 | 1054 | ||
995 | #: plugins/check_http.c:682 | 1055 | #: plugins/check_http.c:642 |
996 | #, c-format | 1056 | #, c-format |
997 | msgid "HTTP CRITICAL - Last modified %.1f days ago\n" | 1057 | msgid "HTTP CRITICAL - Last modified %.1f days ago\n" |
998 | msgstr "HTTP CRITICAL - Letzte Änderung vor %.1f Tagen\n" | 1058 | msgstr "HTTP CRITICAL - Letzte Änderung vor %.1f Tagen\n" |
999 | 1059 | ||
1000 | #: plugins/check_http.c:686 | 1060 | #: plugins/check_http.c:646 |
1001 | #, c-format | 1061 | #, c-format |
1002 | msgid "HTTP CRITICAL - Last modified %d:%02d:%02d ago\n" | 1062 | msgid "HTTP CRITICAL - Last modified %d:%02d:%02d ago\n" |
1003 | msgstr "HTTP CRITICAL - Letzte Änderung vor %d:%02d:%02d \n" | 1063 | msgstr "HTTP CRITICAL - Letzte Änderung vor %d:%02d:%02d \n" |
1004 | 1064 | ||
1005 | #: plugins/check_http.c:767 | 1065 | #: plugins/check_http.c:727 |
1006 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" | 1066 | msgid "HTTP CRITICAL - Unable to open TCP socket\n" |
1007 | msgstr "HTTP CRITICAL - Konnte TCP socket nicht öffnen\n" | 1067 | msgstr "HTTP CRITICAL - Konnte TCP socket nicht öffnen\n" |
1008 | 1068 | ||
1009 | #: plugins/check_http.c:847 | 1069 | #: plugins/check_http.c:810 |
1010 | msgid "HTTP CRITICAL - Error on receive\n" | 1070 | msgid "HTTP CRITICAL - Error on receive\n" |
1011 | msgstr "HTTP CRITICAL - Fehler beim Empfangen\n" | 1071 | msgstr "HTTP CRITICAL - Fehler beim Empfangen\n" |
1012 | 1072 | ||
1013 | #: plugins/check_http.c:857 | 1073 | #: plugins/check_http.c:820 |
1014 | #, fuzzy | 1074 | #, fuzzy |
1015 | msgid "HTTP CRITICAL - No data received from host\n" | 1075 | msgid "HTTP CRITICAL - No data received from host\n" |
1016 | msgstr "HTTP CRITICAL - Keine Daten empfangen\n" | 1076 | msgstr "HTTP CRITICAL - Keine Daten empfangen\n" |
1017 | 1077 | ||
1018 | #: plugins/check_http.c:907 | 1078 | #: plugins/check_http.c:870 |
1019 | msgid "Invalid HTTP response received from host\n" | 1079 | msgid "Invalid HTTP response received from host\n" |
1020 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 1080 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
1021 | 1081 | ||
1022 | #: plugins/check_http.c:910 | 1082 | #: plugins/check_http.c:873 |
1023 | #, c-format | 1083 | #, c-format |
1024 | msgid "Invalid HTTP response received from host on port %d\n" | 1084 | msgid "Invalid HTTP response received from host on port %d\n" |
1025 | msgstr "Ungültige HTTP Antwort von Host erhalten auf Port %d\n" | 1085 | msgstr "Ungültige HTTP Antwort von Host erhalten auf Port %d\n" |
1026 | 1086 | ||
1027 | #: plugins/check_http.c:918 | 1087 | #: plugins/check_http.c:881 |
1028 | #, c-format | 1088 | #, c-format |
1029 | msgid "HTTP OK: Status line output matched \"%s\"\n" | 1089 | msgid "HTTP OK: Status line output matched \"%s\"\n" |
1030 | msgstr "HTTP OK: Statusausgabe passt auf \"%s\"\n" | 1090 | msgstr "HTTP OK: Statusausgabe passt auf \"%s\"\n" |
1031 | 1091 | ||
1032 | #: plugins/check_http.c:930 | 1092 | #: plugins/check_http.c:893 |
1033 | #, c-format | 1093 | #, c-format |
1034 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" | 1094 | msgid "HTTP CRITICAL: Invalid Status Line (%s)\n" |
1035 | msgstr "HTTP CRITICAL: Ungültige Statusmeldung (%s)\n" | 1095 | msgstr "HTTP CRITICAL: Ungültige Statusmeldung (%s)\n" |
1036 | 1096 | ||
1037 | #: plugins/check_http.c:937 | 1097 | #: plugins/check_http.c:900 |
1038 | #, c-format | 1098 | #, c-format |
1039 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" | 1099 | msgid "HTTP CRITICAL: Invalid Status (%s)\n" |
1040 | msgstr "HTTP CRITICAL: Ungültiger Status (%s)\n" | 1100 | msgstr "HTTP CRITICAL: Ungültiger Status (%s)\n" |
1041 | 1101 | ||
1042 | #: plugins/check_http.c:941 | 1102 | #: plugins/check_http.c:904 |
1043 | #, c-format | 1103 | #, c-format |
1044 | msgid "HTTP CRITICAL: %s\n" | 1104 | msgid "HTTP CRITICAL: %s\n" |
1045 | msgstr "HTTP CRITICAL: %s\n" | 1105 | msgstr "HTTP CRITICAL: %s\n" |
1046 | 1106 | ||
1047 | #: plugins/check_http.c:945 | 1107 | #: plugins/check_http.c:908 |
1048 | #, c-format | 1108 | #, c-format |
1049 | msgid "HTTP WARNING: %s\n" | 1109 | msgid "HTTP WARNING: %s\n" |
1050 | msgstr "HTTP WARNING: %s\n" | 1110 | msgstr "HTTP WARNING: %s\n" |
1051 | 1111 | ||
1052 | #: plugins/check_http.c:953 | 1112 | #: plugins/check_http.c:916 |
1053 | #, c-format | 1113 | #, c-format |
1054 | msgid "HTTP UNKNOWN" | 1114 | msgid "HTTP UNKNOWN" |
1055 | msgstr "HTTP UNKNOWN" | 1115 | msgstr "HTTP UNKNOWN" |
1056 | 1116 | ||
1057 | #: plugins/check_http.c:955 | 1117 | #: plugins/check_http.c:918 |
1058 | #, c-format | 1118 | #, c-format |
1059 | msgid "HTTP OK" | 1119 | msgid "HTTP OK" |
1060 | msgstr "HTTP OK" | 1120 | msgstr "HTTP OK" |
1061 | 1121 | ||
1062 | #: plugins/check_http.c:957 | 1122 | #: plugins/check_http.c:920 |
1063 | #, c-format | 1123 | #, c-format |
1064 | msgid "HTTP WARNING" | 1124 | msgid "HTTP WARNING" |
1065 | msgstr "HTTP WARNING" | 1125 | msgstr "HTTP WARNING" |
1066 | 1126 | ||
1067 | #: plugins/check_http.c:959 plugins/check_http.c:1022 | 1127 | #: plugins/check_http.c:922 plugins/check_http.c:985 |
1068 | #, c-format | 1128 | #, c-format |
1069 | msgid "HTTP CRITICAL" | 1129 | msgid "HTTP CRITICAL" |
1070 | msgstr "HTTP CRITICAL" | 1130 | msgstr "HTTP CRITICAL" |
1071 | 1131 | ||
1072 | #: plugins/check_http.c:963 | 1132 | #: plugins/check_http.c:926 |
1073 | #, fuzzy, c-format | 1133 | #, fuzzy, c-format |
1074 | msgid " - %s - %.3f second response time %s|%s %s\n" | 1134 | msgid " - %s - %.3f second response time %s|%s %s\n" |
1075 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" | 1135 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" |
1076 | 1136 | ||
1077 | #: plugins/check_http.c:979 | 1137 | #: plugins/check_http.c:942 |
1078 | #, fuzzy, c-format | 1138 | #, fuzzy, c-format |
1079 | msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n" | 1139 | msgid "HTTP WARNING: %s - %.3f second response time %s|%s %s\n" |
1080 | msgstr "HTTP WARNING: %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" | 1140 | msgstr "HTTP WARNING: %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" |
1081 | 1141 | ||
1082 | #: plugins/check_http.c:993 plugins/check_http.c:1010 | 1142 | #: plugins/check_http.c:956 plugins/check_http.c:973 |
1083 | #, fuzzy, c-format | 1143 | #, fuzzy, c-format |
1084 | msgid "HTTP OK %s - %.3f second response time %s|%s %s\n" | 1144 | msgid "HTTP OK %s - %.3f second response time %s|%s %s\n" |
1085 | msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" | 1145 | msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" |
1086 | 1146 | ||
1087 | #: plugins/check_http.c:1000 | 1147 | #: plugins/check_http.c:963 |
1088 | #, c-format | 1148 | #, c-format |
1089 | msgid "HTTP CRITICAL - string not found%s|%s %s\n" | 1149 | msgid "HTTP CRITICAL - string not found%s|%s %s\n" |
1090 | msgstr "HTTP CRITICAL - Text nicht gefunden%s|%s %s\n" | 1150 | msgstr "HTTP CRITICAL - Text nicht gefunden%s|%s %s\n" |
1091 | 1151 | ||
1092 | #: plugins/check_http.c:1018 | 1152 | #: plugins/check_http.c:981 |
1093 | #, fuzzy | 1153 | #, fuzzy |
1094 | msgid "pattern not found" | 1154 | msgid "pattern not found" |
1095 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" | 1155 | msgstr "CRITICAL - Muster nicht gefunden%s|%s %s\n" |
1096 | 1156 | ||
1097 | #: plugins/check_http.c:1020 | 1157 | #: plugins/check_http.c:983 |
1098 | msgid "pattern found" | 1158 | msgid "pattern found" |
1099 | msgstr "" | 1159 | msgstr "" |
1100 | 1160 | ||
1101 | #: plugins/check_http.c:1030 | 1161 | #: plugins/check_http.c:993 |
1102 | #, c-format | 1162 | #, c-format |
1103 | msgid "HTTP CRITICAL - Execute Error: %s\n" | 1163 | msgid "HTTP CRITICAL - Execute Error: %s\n" |
1104 | msgstr "HTTP CRITICAL - Fehler: %s\n" | 1164 | msgstr "HTTP CRITICAL - Fehler: %s\n" |
1105 | 1165 | ||
1106 | #: plugins/check_http.c:1039 | 1166 | #: plugins/check_http.c:1002 |
1107 | #, fuzzy, c-format | 1167 | #, fuzzy, c-format |
1108 | msgid "HTTP WARNING: page size %d too large%s|%s\n" | 1168 | msgid "HTTP WARNING: page size %d too large%s|%s\n" |
1109 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" | 1169 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" |
1110 | 1170 | ||
1111 | #: plugins/check_http.c:1043 | 1171 | #: plugins/check_http.c:1006 |
1112 | #, c-format | 1172 | #, c-format |
1113 | msgid "HTTP WARNING: page size %d too small%s|%s\n" | 1173 | msgid "HTTP WARNING: page size %d too small%s|%s\n" |
1114 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" | 1174 | msgstr "HTTP WARNING: Seitengröße %d zu klein%s|%s\n" |
1115 | 1175 | ||
1116 | #: plugins/check_http.c:1048 | 1176 | #: plugins/check_http.c:1011 |
1117 | #, fuzzy, c-format | 1177 | #, fuzzy, c-format |
1118 | msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n" | 1178 | msgid "HTTP OK %s - %d bytes in %.3f seconds %s|%s %s\n" |
1119 | msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" | 1179 | msgstr "HTTP OK %s - %.3f Sekunde Antwortzeit %s%s|%s %s\n" |
1120 | 1180 | ||
1121 | #: plugins/check_http.c:1083 | 1181 | #: plugins/check_http.c:1044 |
1122 | msgid "HTTP UNKNOWN - Could not allocate addr\n" | 1182 | msgid "HTTP UNKNOWN - Could not allocate addr\n" |
1123 | msgstr "HTTP UNKNOWN - Konnte addr nicht zuweisen\n" | 1183 | msgstr "HTTP UNKNOWN - Konnte addr nicht zuweisen\n" |
1124 | 1184 | ||
1125 | #: plugins/check_http.c:1087 | 1185 | #: plugins/check_http.c:1048 |
1126 | msgid "HTTP UNKNOWN - Could not allocate url\n" | 1186 | msgid "HTTP UNKNOWN - Could not allocate url\n" |
1127 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" | 1187 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" |
1128 | 1188 | ||
1129 | #: plugins/check_http.c:1096 | 1189 | #: plugins/check_http.c:1057 |
1130 | #, c-format | 1190 | #, c-format |
1131 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" | 1191 | msgid "HTTP UNKNOWN - Could not find redirect location - %s%s\n" |
1132 | msgstr "" | 1192 | msgstr "" |
1133 | 1193 | ||
1134 | #: plugins/check_http.c:1106 | 1194 | #: plugins/check_http.c:1072 |
1195 | #, fuzzy, c-format | ||
1196 | msgid "HTTP UNKNOWN - Empty redirect location%s\n" | ||
1197 | msgstr "HTTP UNKNOWN - Serverdatum unbekannt\n" | ||
1198 | |||
1199 | #: plugins/check_http.c:1079 | ||
1135 | #, fuzzy | 1200 | #, fuzzy |
1136 | msgid "HTTP UNKNOWN - could not allocate url\n" | 1201 | msgid "HTTP UNKNOWN - could not allocate url\n" |
1137 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" | 1202 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" |
1138 | 1203 | ||
1139 | #: plugins/check_http.c:1149 | 1204 | #: plugins/check_http.c:1119 |
1140 | #, c-format | 1205 | #, c-format |
1141 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" | 1206 | msgid "HTTP UNKNOWN - Could not parse redirect location - %s%s\n" |
1142 | msgstr "" | 1207 | msgstr "" |
1143 | 1208 | ||
1144 | #: plugins/check_http.c:1159 | 1209 | #: plugins/check_http.c:1129 |
1145 | #, fuzzy, c-format | 1210 | #, fuzzy, c-format |
1146 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" | 1211 | msgid "HTTP WARNING - maximum redirection depth %d exceeded - %s://%s:%d%s%s\n" |
1147 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | 1212 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" |
1148 | 1213 | ||
1149 | #: plugins/check_http.c:1167 | 1214 | #: plugins/check_http.c:1137 |
1150 | #, c-format | 1215 | #, c-format |
1151 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" | 1216 | msgid "HTTP WARNING - redirection creates an infinite loop - %s://%s:%d%s%s\n" |
1152 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | 1217 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" |
1153 | 1218 | ||
1154 | #: plugins/check_http.c:1231 | 1219 | #: plugins/check_http.c:1152 |
1220 | #, fuzzy, c-format | ||
1221 | msgid "HTTP UNKNOWN - Could not allocate server_url%s\n" | ||
1222 | msgstr "HTTP UNKNOWN - Konnte·url·nicht·zuweisen\n" | ||
1223 | |||
1224 | #: plugins/check_http.c:1158 | ||
1225 | #, fuzzy, c-format | ||
1226 | msgid "HTTP UNKNOWN - Redirection to port above %d - %s://%s:%d%s%s\n" | ||
1227 | msgstr "HTTP WARNING - Umleitung verursacht eine Schleife - %s://%s:%d%s%s\n" | ||
1228 | |||
1229 | #: plugins/check_http.c:1163 | ||
1230 | #, c-format | ||
1231 | msgid "Redirection to %s://%s:%d%s\n" | ||
1232 | msgstr "" | ||
1233 | |||
1234 | #: plugins/check_http.c:1215 | ||
1155 | #, fuzzy | 1235 | #, fuzzy |
1156 | msgid "This plugin tests the HTTP service on the specified host. It can test" | 1236 | msgid "This plugin tests the HTTP service on the specified host. It can test" |
1157 | msgstr "" | 1237 | msgstr "" |
1158 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" | 1238 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" |
1159 | "\n" | 1239 | "\n" |
1160 | 1240 | ||
1161 | #: plugins/check_http.c:1232 | 1241 | #: plugins/check_http.c:1216 |
1162 | msgid "normal (http) and secure (https) servers, follow redirects, search for" | 1242 | msgid "normal (http) and secure (https) servers, follow redirects, search for" |
1163 | msgstr "" | 1243 | msgstr "" |
1164 | 1244 | ||
1165 | #: plugins/check_http.c:1233 | 1245 | #: plugins/check_http.c:1217 |
1166 | msgid "strings and regular expressions, check connection times, and report on" | 1246 | msgid "strings and regular expressions, check connection times, and report on" |
1167 | msgstr "" | 1247 | msgstr "" |
1168 | 1248 | ||
1169 | #: plugins/check_http.c:1234 | 1249 | #: plugins/check_http.c:1218 |
1170 | #, fuzzy | 1250 | #, fuzzy |
1171 | msgid "certificate expiration times." | 1251 | msgid "certificate expiration times." |
1172 | msgstr "Clientzertifikat benötigt\n" | 1252 | msgstr "Clientzertifikat benötigt\n" |
1173 | 1253 | ||
1174 | #: plugins/check_http.c:1240 | 1254 | #: plugins/check_http.c:1224 |
1175 | #, c-format | 1255 | #, c-format |
1176 | msgid "NOTE: One or both of -H and -I must be specified" | 1256 | msgid "NOTE: One or both of -H and -I must be specified" |
1177 | msgstr "" | 1257 | msgstr "" |
1178 | 1258 | ||
1179 | #: plugins/check_http.c:1247 | 1259 | #: plugins/check_http.c:1231 |
1180 | msgid "Host name argument for servers using host headers (virtual host)" | 1260 | msgid "Host name argument for servers using host headers (virtual host)" |
1181 | msgstr "" | 1261 | msgstr "" |
1182 | 1262 | ||
1183 | #: plugins/check_http.c:1248 | 1263 | #: plugins/check_http.c:1232 |
1184 | msgid "Append a port to include it in the header (eg: example.com:5000)" | 1264 | msgid "Append a port to include it in the header (eg: example.com:5000)" |
1185 | msgstr "" | 1265 | msgstr "" |
1186 | 1266 | ||
1187 | #: plugins/check_http.c:1250 | 1267 | #: plugins/check_http.c:1234 |
1188 | msgid "" | 1268 | msgid "" |
1189 | "IP address or name (use numeric address if possible to bypass DNS lookup)." | 1269 | "IP address or name (use numeric address if possible to bypass DNS lookup)." |
1190 | msgstr "" | 1270 | msgstr "" |
1191 | 1271 | ||
1192 | #: plugins/check_http.c:1252 | 1272 | #: plugins/check_http.c:1236 |
1193 | msgid "Port number (default: " | 1273 | msgid "Port number (default: " |
1194 | msgstr "" | 1274 | msgstr "" |
1195 | 1275 | ||
1196 | #: plugins/check_http.c:1259 | 1276 | #: plugins/check_http.c:1243 |
1197 | msgid "Connect via SSL. Port defaults to 443" | 1277 | msgid "Connect via SSL. Port defaults to 443" |
1198 | msgstr "" | 1278 | msgstr "" |
1199 | 1279 | ||
1200 | #: plugins/check_http.c:1261 | 1280 | #: plugins/check_http.c:1245 |
1201 | msgid "" | 1281 | msgid "" |
1202 | "Minimum number of days a certificate has to be valid. Port defaults to 443" | 1282 | "Minimum number of days a certificate has to be valid. Port defaults to 443" |
1203 | msgstr "" | 1283 | msgstr "" |
1204 | 1284 | ||
1205 | #: plugins/check_http.c:1262 | 1285 | #: plugins/check_http.c:1246 |
1206 | msgid "(when this option is used the url is not checked.)\n" | 1286 | msgid "(when this option is used the url is not checked.)\n" |
1207 | msgstr "" | 1287 | msgstr "" |
1208 | 1288 | ||
1209 | #: plugins/check_http.c:1266 | 1289 | #: plugins/check_http.c:1250 |
1210 | msgid "String to expect in first (status) line of server response (default: " | 1290 | msgid "String to expect in first (status) line of server response (default: " |
1211 | msgstr "" | 1291 | msgstr "" |
1212 | 1292 | ||
1213 | #: plugins/check_http.c:1268 | 1293 | #: plugins/check_http.c:1252 |
1214 | msgid "" | 1294 | msgid "" |
1215 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" | 1295 | "If specified skips all other status line logic (ex: 3xx, 4xx, 5xx processing)" |
1216 | msgstr "" | 1296 | msgstr "" |
1217 | 1297 | ||
1218 | #: plugins/check_http.c:1270 | 1298 | #: plugins/check_http.c:1254 |
1219 | msgid "String to expect in the content" | 1299 | msgid "String to expect in the content" |
1220 | msgstr "" | 1300 | msgstr "" |
1221 | 1301 | ||
1222 | #: plugins/check_http.c:1272 | 1302 | #: plugins/check_http.c:1256 |
1223 | msgid "URL to GET or POST (default: /)" | 1303 | msgid "URL to GET or POST (default: /)" |
1224 | msgstr "" | 1304 | msgstr "" |
1225 | 1305 | ||
1226 | #: plugins/check_http.c:1274 | 1306 | #: plugins/check_http.c:1258 |
1227 | msgid "URL encoded http POST data" | 1307 | msgid "URL encoded http POST data" |
1228 | msgstr "" | 1308 | msgstr "" |
1229 | 1309 | ||
1230 | #: plugins/check_http.c:1276 | 1310 | #: plugins/check_http.c:1260 |
1231 | msgid "Don't wait for document body: stop reading after headers." | 1311 | msgid "Don't wait for document body: stop reading after headers." |
1232 | msgstr "" | 1312 | msgstr "" |
1233 | 1313 | ||
1234 | #: plugins/check_http.c:1277 | 1314 | #: plugins/check_http.c:1261 |
1235 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" | 1315 | msgid "(Note that this still does an HTTP GET or POST, not a HEAD.)" |
1236 | msgstr "" | 1316 | msgstr "" |
1237 | 1317 | ||
1238 | #: plugins/check_http.c:1279 | 1318 | #: plugins/check_http.c:1263 |
1239 | msgid "Warn if document is more than SECONDS old. the number can also be of" | 1319 | msgid "Warn if document is more than SECONDS old. the number can also be of" |
1240 | msgstr "" | 1320 | msgstr "" |
1241 | 1321 | ||
1242 | #: plugins/check_http.c:1280 | 1322 | #: plugins/check_http.c:1264 |
1243 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." | 1323 | msgid "the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days." |
1244 | msgstr "" | 1324 | msgstr "" |
1245 | 1325 | ||
1246 | #: plugins/check_http.c:1282 | 1326 | #: plugins/check_http.c:1266 |
1247 | msgid "specify Content-Type header media type when POSTing\n" | 1327 | msgid "specify Content-Type header media type when POSTing\n" |
1248 | msgstr "" | 1328 | msgstr "" |
1249 | 1329 | ||
1250 | #: plugins/check_http.c:1285 | 1330 | #: plugins/check_http.c:1269 |
1251 | msgid "Allow regex to span newlines (must precede -r or -R)" | 1331 | msgid "Allow regex to span newlines (must precede -r or -R)" |
1252 | msgstr "" | 1332 | msgstr "" |
1253 | 1333 | ||
1254 | #: plugins/check_http.c:1287 | 1334 | #: plugins/check_http.c:1271 |
1255 | msgid "Search page for regex STRING" | 1335 | msgid "Search page for regex STRING" |
1256 | msgstr "" | 1336 | msgstr "" |
1257 | 1337 | ||
1258 | #: plugins/check_http.c:1289 | 1338 | #: plugins/check_http.c:1273 |
1259 | msgid "Search page for case-insensitive regex STRING" | 1339 | msgid "Search page for case-insensitive regex STRING" |
1260 | msgstr "" | 1340 | msgstr "" |
1261 | 1341 | ||
1262 | #: plugins/check_http.c:1291 | 1342 | #: plugins/check_http.c:1275 |
1263 | msgid "Return CRITICAL if found, OK if not\n" | 1343 | msgid "Return CRITICAL if found, OK if not\n" |
1264 | msgstr "" | 1344 | msgstr "" |
1265 | 1345 | ||
1266 | #: plugins/check_http.c:1294 | 1346 | #: plugins/check_http.c:1278 |
1267 | msgid "Username:password on sites with basic authentication" | 1347 | msgid "Username:password on sites with basic authentication" |
1268 | msgstr "" | 1348 | msgstr "" |
1269 | 1349 | ||
1270 | #: plugins/check_http.c:1296 | 1350 | #: plugins/check_http.c:1280 |
1271 | msgid "String to be sent in http header as \"User Agent\"" | 1351 | msgid "String to be sent in http header as \"User Agent\"" |
1272 | msgstr "" | 1352 | msgstr "" |
1273 | 1353 | ||
1274 | #: plugins/check_http.c:1298 | 1354 | #: plugins/check_http.c:1282 |
1275 | msgid "" | 1355 | msgid "" |
1276 | " Any other tags to be sent in http header. Use multiple times for additional " | 1356 | " Any other tags to be sent in http header. Use multiple times for additional " |
1277 | "headers" | 1357 | "headers" |
1278 | msgstr "" | 1358 | msgstr "" |
1279 | 1359 | ||
1280 | #: plugins/check_http.c:1300 | 1360 | #: plugins/check_http.c:1284 |
1281 | msgid "Wrap output in HTML link (obsoleted by urlize)" | 1361 | msgid "Wrap output in HTML link (obsoleted by urlize)" |
1282 | msgstr "" | 1362 | msgstr "" |
1283 | 1363 | ||
1284 | #: plugins/check_http.c:1302 | 1364 | #: plugins/check_http.c:1286 |
1285 | msgid "How to handle redirected pages" | 1365 | msgid "How to handle redirected pages" |
1286 | msgstr "" | 1366 | msgstr "" |
1287 | 1367 | ||
1288 | #: plugins/check_http.c:1304 | 1368 | #: plugins/check_http.c:1288 |
1289 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" | 1369 | msgid "Minimum page size required (bytes) : Maximum page size required (bytes)" |
1290 | msgstr "" | 1370 | msgstr "" |
1291 | 1371 | ||
1292 | #: plugins/check_http.c:1313 | 1372 | #: plugins/check_http.c:1297 |
1293 | #, fuzzy | 1373 | #, fuzzy |
1294 | msgid "This plugin will attempt to open an HTTP connection with the host." | 1374 | msgid "This plugin will attempt to open an HTTP connection with the host." |
1295 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 1375 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
1296 | 1376 | ||
1297 | #: plugins/check_http.c:1314 | 1377 | #: plugins/check_http.c:1298 |
1298 | msgid "" | 1378 | msgid "" |
1299 | "Successful connects return STATE_OK, refusals and timeouts return " | 1379 | "Successful connects return STATE_OK, refusals and timeouts return " |
1300 | "STATE_CRITICAL" | 1380 | "STATE_CRITICAL" |
1301 | msgstr "" | 1381 | msgstr "" |
1302 | 1382 | ||
1303 | #: plugins/check_http.c:1315 | 1383 | #: plugins/check_http.c:1299 |
1304 | msgid "" | 1384 | msgid "" |
1305 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " | 1385 | "other errors return STATE_UNKNOWN. Successful connects, but incorrect " |
1306 | "reponse" | 1386 | "reponse" |
1307 | msgstr "" | 1387 | msgstr "" |
1308 | 1388 | ||
1309 | #: plugins/check_http.c:1316 | 1389 | #: plugins/check_http.c:1300 |
1310 | msgid "" | 1390 | msgid "" |
1311 | "messages from the host result in STATE_WARNING return values. If you are" | 1391 | "messages from the host result in STATE_WARNING return values. If you are" |
1312 | msgstr "" | 1392 | msgstr "" |
1313 | 1393 | ||
1314 | #: plugins/check_http.c:1317 | 1394 | #: plugins/check_http.c:1301 |
1315 | msgid "" | 1395 | msgid "" |
1316 | "checking a virtual server that uses 'host headers' you must supply the FQDN" | 1396 | "checking a virtual server that uses 'host headers' you must supply the FQDN" |
1317 | msgstr "" | 1397 | msgstr "" |
1318 | 1398 | ||
1319 | #: plugins/check_http.c:1318 | 1399 | #: plugins/check_http.c:1302 |
1320 | msgid "(fully qualified domain name) as the [host_name] argument." | 1400 | msgid "(fully qualified domain name) as the [host_name] argument." |
1321 | msgstr "" | 1401 | msgstr "" |
1322 | 1402 | ||
1323 | #: plugins/check_http.c:1321 | 1403 | #: plugins/check_http.c:1305 |
1324 | msgid "This plugin can also check whether an SSL enabled web server is able to" | 1404 | msgid "This plugin can also check whether an SSL enabled web server is able to" |
1325 | msgstr "" | 1405 | msgstr "" |
1326 | 1406 | ||
1327 | #: plugins/check_http.c:1322 | 1407 | #: plugins/check_http.c:1306 |
1328 | msgid "serve content (optionally within a specified time) or whether the X509 " | 1408 | msgid "serve content (optionally within a specified time) or whether the X509 " |
1329 | msgstr "" | 1409 | msgstr "" |
1330 | 1410 | ||
1331 | #: plugins/check_http.c:1323 | 1411 | #: plugins/check_http.c:1307 |
1332 | msgid "certificate is still valid for the specified number of days." | 1412 | msgid "certificate is still valid for the specified number of days." |
1333 | msgstr "" | 1413 | msgstr "" |
1334 | 1414 | ||
1335 | #: plugins/check_http.c:1326 | 1415 | #: plugins/check_http.c:1310 |
1336 | msgid "" | 1416 | msgid "" |
1337 | "When the 'www.verisign.com' server returns its content within 5 seconds," | 1417 | "When the 'www.verisign.com' server returns its content within 5 seconds," |
1338 | msgstr "" | 1418 | msgstr "" |
1339 | 1419 | ||
1340 | #: plugins/check_http.c:1327 | 1420 | #: plugins/check_http.c:1311 |
1341 | msgid "" | 1421 | msgid "" |
1342 | "a STATE_OK will be returned. When the server returns its content but exceeds" | 1422 | "a STATE_OK will be returned. When the server returns its content but exceeds" |
1343 | msgstr "" | 1423 | msgstr "" |
1344 | 1424 | ||
1345 | #: plugins/check_http.c:1328 | 1425 | #: plugins/check_http.c:1312 |
1346 | msgid "" | 1426 | msgid "" |
1347 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " | 1427 | "the 5-second threshold, a STATE_WARNING will be returned. When an error " |
1348 | "occurs," | 1428 | "occurs," |
1349 | msgstr "" | 1429 | msgstr "" |
1350 | 1430 | ||
1351 | #: plugins/check_http.c:1329 | 1431 | #: plugins/check_http.c:1313 |
1352 | msgid "a STATE_CRITICAL will be returned." | 1432 | msgid "a STATE_CRITICAL will be returned." |
1353 | msgstr "" | 1433 | msgstr "" |
1354 | 1434 | ||
1355 | #: plugins/check_http.c:1332 | 1435 | #: plugins/check_http.c:1316 |
1356 | msgid "" | 1436 | msgid "" |
1357 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," | 1437 | "When the certificate of 'www.verisign.com' is valid for more than 14 days," |
1358 | msgstr "" | 1438 | msgstr "" |
1359 | 1439 | ||
1360 | #: plugins/check_http.c:1333 | 1440 | #: plugins/check_http.c:1317 |
1361 | msgid "" | 1441 | msgid "" |
1362 | "a STATE_OK is returned. When the certificate is still valid, but for less " | 1442 | "a STATE_OK is returned. When the certificate is still valid, but for less " |
1363 | "than" | 1443 | "than" |
1364 | msgstr "" | 1444 | msgstr "" |
1365 | 1445 | ||
1366 | #: plugins/check_http.c:1334 | 1446 | #: plugins/check_http.c:1318 |
1367 | msgid "" | 1447 | msgid "" |
1368 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" | 1448 | "14 days, a STATE_WARNING is returned. A STATE_CRITICAL will be returned when" |
1369 | msgstr "" | 1449 | msgstr "" |
1370 | 1450 | ||
1371 | #: plugins/check_http.c:1335 | 1451 | #: plugins/check_http.c:1319 |
1372 | #, fuzzy | 1452 | #, fuzzy |
1373 | msgid "the certificate is expired." | 1453 | msgid "the certificate is expired." |
1374 | msgstr "Clientzertifikat benötigt\n" | 1454 | msgstr "Clientzertifikat benötigt\n" |
1375 | 1455 | ||
1376 | #: plugins/check_ldap.c:125 | 1456 | #: plugins/check_ldap.c:132 |
1377 | #, c-format | 1457 | #, c-format |
1378 | msgid "Could not connect to the server at port %i\n" | 1458 | msgid "Could not connect to the server at port %i\n" |
1379 | msgstr "" | 1459 | msgstr "" |
1380 | 1460 | ||
1381 | #: plugins/check_ldap.c:134 | 1461 | #: plugins/check_ldap.c:141 |
1382 | #, c-format | 1462 | #, c-format |
1383 | msgid "Could not set protocol version %d\n" | 1463 | msgid "Could not set protocol version %d\n" |
1384 | msgstr "" | 1464 | msgstr "" |
1385 | 1465 | ||
1386 | #: plugins/check_ldap.c:150 | 1466 | #: plugins/check_ldap.c:156 |
1387 | #, fuzzy, c-format | 1467 | #, fuzzy, c-format |
1388 | msgid "Could not init TLS at port %i!\n" | 1468 | msgid "Could not init TLS at port %i!\n" |
1389 | msgstr "Konnte stderr nicht öffnen für: %s\n" | 1469 | msgstr "Konnte stderr nicht öffnen für: %s\n" |
1390 | 1470 | ||
1391 | #: plugins/check_ldap.c:154 | 1471 | #: plugins/check_ldap.c:160 |
1392 | #, c-format | 1472 | #, c-format |
1393 | msgid "TLS not supported by the libraries!\n" | 1473 | msgid "TLS not supported by the libraries!\n" |
1394 | msgstr "" | 1474 | msgstr "" |
1395 | 1475 | ||
1396 | #: plugins/check_ldap.c:173 | 1476 | #: plugins/check_ldap.c:180 |
1397 | #, fuzzy, c-format | 1477 | #, fuzzy, c-format |
1398 | msgid "Could not init startTLS at port %i!\n" | 1478 | msgid "Could not init startTLS at port %i!\n" |
1399 | msgstr "Konnte stderr nicht öffnen für: %s\n" | 1479 | msgstr "Konnte stderr nicht öffnen für: %s\n" |
1400 | 1480 | ||
1401 | #: plugins/check_ldap.c:177 | 1481 | #: plugins/check_ldap.c:184 |
1402 | #, c-format | 1482 | #, c-format |
1403 | msgid "startTLS not supported by the library, needs LDAPv3!\n" | 1483 | msgid "startTLS not supported by the library, needs LDAPv3!\n" |
1404 | msgstr "" | 1484 | msgstr "" |
1405 | 1485 | ||
1406 | #: plugins/check_ldap.c:187 | 1486 | #: plugins/check_ldap.c:194 |
1407 | #, c-format | 1487 | #, c-format |
1408 | msgid "Could not bind to the ldap-server\n" | 1488 | msgid "Could not bind to the ldap-server\n" |
1409 | msgstr "" | 1489 | msgstr "" |
1410 | 1490 | ||
1411 | #: plugins/check_ldap.c:195 | 1491 | #: plugins/check_ldap.c:203 |
1412 | #, c-format | 1492 | #, c-format |
1413 | msgid "Could not search/find objectclasses in %s\n" | 1493 | msgid "Could not search/find objectclasses in %s\n" |
1414 | msgstr "" | 1494 | msgstr "" |
1415 | 1495 | ||
1416 | #: plugins/check_ldap.c:218 | 1496 | #: plugins/check_ldap.c:226 |
1417 | #, c-format | 1497 | #, c-format |
1418 | msgid "LDAP %s - %.3f seconds response time|%s\n" | 1498 | msgid "LDAP %s - %.3f seconds response time|%s\n" |
1419 | msgstr "" | 1499 | msgstr "" |
1420 | 1500 | ||
1421 | #: plugins/check_ldap.c:324 plugins/check_ping.c:241 | 1501 | #: plugins/check_ldap.c:338 plugins/check_ldap.c:345 |
1502 | #, c-format | ||
1503 | msgid "%s cannot be combined with %s" | ||
1504 | msgstr "" | ||
1505 | |||
1506 | #: plugins/check_ldap.c:351 plugins/check_ping.c:241 | ||
1422 | msgid "IPv6 support not available\n" | 1507 | msgid "IPv6 support not available\n" |
1423 | msgstr "" | 1508 | msgstr "" |
1424 | 1509 | ||
1425 | #: plugins/check_ldap.c:347 | 1510 | #: plugins/check_ldap.c:374 |
1426 | msgid "Please specify the host name\n" | 1511 | msgid "Please specify the host name\n" |
1427 | msgstr "" | 1512 | msgstr "" |
1428 | 1513 | ||
1429 | #: plugins/check_ldap.c:350 | 1514 | #: plugins/check_ldap.c:377 |
1430 | msgid "Please specify the LDAP base\n" | 1515 | msgid "Please specify the LDAP base\n" |
1431 | msgstr "" | 1516 | msgstr "" |
1432 | 1517 | ||
1433 | #: plugins/check_ldap.c:378 | 1518 | #: plugins/check_ldap.c:405 |
1434 | msgid "ldap attribute to search (default: \"(objectclass=*)\"" | 1519 | msgid "ldap attribute to search (default: \"(objectclass=*)\"" |
1435 | msgstr "" | 1520 | msgstr "" |
1436 | 1521 | ||
1437 | #: plugins/check_ldap.c:380 | 1522 | #: plugins/check_ldap.c:407 |
1438 | msgid "ldap base (eg. ou=my unit, o=my org, c=at" | 1523 | msgid "ldap base (eg. ou=my unit, o=my org, c=at" |
1439 | msgstr "" | 1524 | msgstr "" |
1440 | 1525 | ||
1441 | #: plugins/check_ldap.c:382 | 1526 | #: plugins/check_ldap.c:409 |
1442 | msgid "ldap bind DN (if required)" | 1527 | msgid "ldap bind DN (if required)" |
1443 | msgstr "" | 1528 | msgstr "" |
1444 | 1529 | ||
1445 | #: plugins/check_ldap.c:384 | 1530 | #: plugins/check_ldap.c:411 |
1446 | msgid "ldap password (if required)" | 1531 | msgid "ldap password (if required)" |
1447 | msgstr "" | 1532 | msgstr "" |
1448 | 1533 | ||
1449 | #: plugins/check_ldap.c:388 | 1534 | #: plugins/check_ldap.c:413 |
1535 | msgid "use starttls mechanism introduced in protocol version 3" | ||
1536 | msgstr "" | ||
1537 | |||
1538 | #: plugins/check_ldap.c:415 | ||
1539 | #, c-format | ||
1540 | msgid "use ldaps (ldap v2 ssl method). this also sets the default port to %s" | ||
1541 | msgstr "" | ||
1542 | |||
1543 | #: plugins/check_ldap.c:419 | ||
1450 | msgid "use ldap protocol version 2" | 1544 | msgid "use ldap protocol version 2" |
1451 | msgstr "" | 1545 | msgstr "" |
1452 | 1546 | ||
1453 | #: plugins/check_ldap.c:390 | 1547 | #: plugins/check_ldap.c:421 |
1454 | msgid "use ldap protocol version 3" | 1548 | msgid "use ldap protocol version 3" |
1455 | msgstr "" | 1549 | msgstr "" |
1456 | 1550 | ||
1551 | #: plugins/check_ldap.c:431 | ||
1552 | msgid "Note:" | ||
1553 | msgstr "" | ||
1554 | |||
1555 | #: plugins/check_ldap.c:432 | ||
1556 | msgid "If this plugin is called via 'check_ldaps', method 'STARTTLS' will be" | ||
1557 | msgstr "" | ||
1558 | |||
1559 | #: plugins/check_ldap.c:433 | ||
1560 | #, c-format | ||
1561 | msgid "" | ||
1562 | "implied (using default port %i) unless --port=636 is specified. In that case " | ||
1563 | "%s" | ||
1564 | msgstr "" | ||
1565 | |||
1566 | #: plugins/check_ldap.c:434 | ||
1567 | msgid "'SSL on connect' will be used no matter how the plugin was called." | ||
1568 | msgstr "" | ||
1569 | |||
1570 | #: plugins/check_ldap.c:435 | ||
1571 | msgid "" | ||
1572 | "This detection is deprecated, please use 'check_ldap' with the '--starttls' " | ||
1573 | "or '--ssl' flags" | ||
1574 | msgstr "" | ||
1575 | |||
1576 | #: plugins/check_ldap.c:436 | ||
1577 | msgid "to define the behaviour explicitly instead." | ||
1578 | msgstr "" | ||
1579 | |||
1457 | #: plugins/check_load.c:92 | 1580 | #: plugins/check_load.c:92 |
1458 | msgid "Warning threshold must be float or float triplet!\n" | 1581 | msgid "Warning threshold must be float or float triplet!\n" |
1459 | msgstr "" | 1582 | msgstr "" |
@@ -2226,43 +2349,54 @@ msgstr "" | |||
2226 | msgid "and on the client service it's connecting to." | 2349 | msgid "and on the client service it's connecting to." |
2227 | msgstr "" | 2350 | msgstr "" |
2228 | 2351 | ||
2229 | #: plugins/check_ntp.c:720 | ||
2230 | msgid "Critical offset should be larger than warning offset" | ||
2231 | msgstr "" | ||
2232 | |||
2233 | #: plugins/check_ntp.c:724 | ||
2234 | msgid "Critical jitter should be larger than warning jitter" | ||
2235 | msgstr "" | ||
2236 | |||
2237 | #: plugins/check_ntp.c:810 | ||
2238 | msgid "Offset unknown" | ||
2239 | msgstr "" | ||
2240 | |||
2241 | #: plugins/check_ntp.c:813 | 2352 | #: plugins/check_ntp.c:813 |
2242 | msgid "Unable to fully sample sync server" | 2353 | msgid "Offset unknown" |
2243 | msgstr "" | 2354 | msgstr "" |
2244 | 2355 | ||
2245 | #: plugins/check_ntp.c:836 | 2356 | #: plugins/check_ntp.c:837 |
2246 | #, fuzzy | 2357 | #, fuzzy |
2247 | msgid "This plugin checks the selected ntp server" | 2358 | msgid "This plugin checks the selected ntp server" |
2248 | msgstr "" | 2359 | msgstr "" |
2249 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" | 2360 | "Testet den DNS Dienst auf dem angegebenen Host mit dig\n" |
2250 | "\n" | 2361 | "\n" |
2251 | 2362 | ||
2252 | #: plugins/check_ntp.c:844 | 2363 | #: plugins/check_ntp.c:845 |
2253 | msgid "Offset to result in warning status (seconds)" | 2364 | msgid "Offset to result in warning status (seconds)" |
2254 | msgstr "" | 2365 | msgstr "" |
2255 | 2366 | ||
2256 | #: plugins/check_ntp.c:846 | 2367 | #: plugins/check_ntp.c:847 |
2257 | msgid "Offset to result in critical status (seconds)" | 2368 | msgid "Offset to result in critical status (seconds)" |
2258 | msgstr "" | 2369 | msgstr "" |
2259 | 2370 | ||
2260 | #: plugins/check_ntp.c:848 | 2371 | #: plugins/check_ntp.c:849 |
2261 | msgid "Warning value for jitter" | 2372 | #, fuzzy |
2373 | msgid "Warning threshold for jitter" | ||
2374 | msgstr "Warning threshold Integer sein" | ||
2375 | |||
2376 | #: plugins/check_ntp.c:851 | ||
2377 | #, fuzzy | ||
2378 | msgid "Critical threshold for jitter" | ||
2379 | msgstr "Critical threshold muss ein Integer sein" | ||
2380 | |||
2381 | #: plugins/check_ntp.c:857 | ||
2382 | msgid "See:" | ||
2383 | msgstr "" | ||
2384 | |||
2385 | #: plugins/check_ntp.c:859 | ||
2386 | msgid "for THRESHOLD format and examples." | ||
2262 | msgstr "" | 2387 | msgstr "" |
2263 | 2388 | ||
2264 | #: plugins/check_ntp.c:850 | 2389 | #: plugins/check_ntp.c:863 |
2265 | msgid "Critical value for jitter" | 2390 | msgid "Normal offset check:" |
2391 | msgstr "" | ||
2392 | |||
2393 | #: plugins/check_ntp.c:865 | ||
2394 | msgid "" | ||
2395 | "Check jitter too, avoiding critical notifications if jitter isn't available" | ||
2396 | msgstr "" | ||
2397 | |||
2398 | #: plugins/check_ntp.c:866 | ||
2399 | msgid "(See Notes above for more details on thresholds formats):" | ||
2266 | msgstr "" | 2400 | msgstr "" |
2267 | 2401 | ||
2268 | #: plugins/check_nwstat.c:198 | 2402 | #: plugins/check_nwstat.c:198 |
@@ -3378,104 +3512,123 @@ msgstr "" | |||
3378 | msgid "Alert if cpu of any processes over 10%% or 20%%" | 3512 | msgid "Alert if cpu of any processes over 10%% or 20%%" |
3379 | msgstr "" | 3513 | msgstr "" |
3380 | 3514 | ||
3381 | #: plugins/check_radius.c:138 | 3515 | #: plugins/check_radius.c:161 |
3382 | msgid "Config file error" | 3516 | msgid "Config file error" |
3383 | msgstr "" | 3517 | msgstr "" |
3384 | 3518 | ||
3385 | #: plugins/check_radius.c:147 | 3519 | #: plugins/check_radius.c:170 |
3386 | msgid "Out of Memory?" | 3520 | msgid "Out of Memory?" |
3387 | msgstr "" | 3521 | msgstr "" |
3388 | 3522 | ||
3389 | #: plugins/check_radius.c:168 | 3523 | #: plugins/check_radius.c:191 |
3390 | msgid "Timeout" | 3524 | msgid "Timeout" |
3391 | msgstr "" | 3525 | msgstr "" |
3392 | 3526 | ||
3393 | #: plugins/check_radius.c:170 | 3527 | #: plugins/check_radius.c:193 |
3394 | msgid "Auth Error" | 3528 | msgid "Auth Error" |
3395 | msgstr "" | 3529 | msgstr "" |
3396 | 3530 | ||
3397 | #: plugins/check_radius.c:172 | 3531 | #: plugins/check_radius.c:195 |
3398 | msgid "Auth Failed" | 3532 | msgid "Auth Failed" |
3399 | msgstr "" | 3533 | msgstr "" |
3400 | 3534 | ||
3401 | #: plugins/check_radius.c:176 | 3535 | #: plugins/check_radius.c:199 |
3402 | msgid "Auth OK" | 3536 | msgid "Auth OK" |
3403 | msgstr "" | 3537 | msgstr "" |
3404 | 3538 | ||
3405 | #: plugins/check_radius.c:219 plugins/check_radius.c:279 | 3539 | #: plugins/check_radius.c:278 |
3406 | msgid "Number of retries must be a positive integer" | 3540 | msgid "Number of retries must be a positive integer" |
3407 | msgstr "" | 3541 | msgstr "" |
3408 | 3542 | ||
3409 | #: plugins/check_radius.c:305 | 3543 | #: plugins/check_radius.c:290 |
3544 | #, fuzzy | ||
3545 | msgid "Host not specified" | ||
3546 | msgstr "" | ||
3547 | "Kein Hostname angegeben\n" | ||
3548 | "\n" | ||
3549 | |||
3550 | #: plugins/check_radius.c:292 | ||
3551 | msgid "User not specified" | ||
3552 | msgstr "" | ||
3553 | |||
3554 | #: plugins/check_radius.c:294 | ||
3555 | msgid "Password not specified" | ||
3556 | msgstr "" | ||
3557 | |||
3558 | #: plugins/check_radius.c:296 | ||
3559 | msgid "Configuration file not specified" | ||
3560 | msgstr "" | ||
3561 | |||
3562 | #: plugins/check_radius.c:314 | ||
3410 | msgid "Tests to see if a radius server is accepting connections." | 3563 | msgid "Tests to see if a radius server is accepting connections." |
3411 | msgstr "" | 3564 | msgstr "" |
3412 | 3565 | ||
3413 | #: plugins/check_radius.c:316 | 3566 | #: plugins/check_radius.c:325 |
3414 | msgid "The user to authenticate" | 3567 | msgid "The user to authenticate" |
3415 | msgstr "" | 3568 | msgstr "" |
3416 | 3569 | ||
3417 | #: plugins/check_radius.c:318 | 3570 | #: plugins/check_radius.c:327 |
3418 | msgid "Password for autentication (SECURITY RISK)" | 3571 | msgid "Password for autentication (SECURITY RISK)" |
3419 | msgstr "" | 3572 | msgstr "" |
3420 | 3573 | ||
3421 | #: plugins/check_radius.c:320 | 3574 | #: plugins/check_radius.c:329 |
3422 | msgid "NAS identifier" | 3575 | msgid "NAS identifier" |
3423 | msgstr "" | 3576 | msgstr "" |
3424 | 3577 | ||
3425 | #: plugins/check_radius.c:322 | 3578 | #: plugins/check_radius.c:331 |
3426 | msgid "Configuration file" | 3579 | msgid "Configuration file" |
3427 | msgstr "" | 3580 | msgstr "" |
3428 | 3581 | ||
3429 | #: plugins/check_radius.c:324 | 3582 | #: plugins/check_radius.c:333 |
3430 | msgid "Response string to expect from the server" | 3583 | msgid "Response string to expect from the server" |
3431 | msgstr "" | 3584 | msgstr "" |
3432 | 3585 | ||
3433 | #: plugins/check_radius.c:326 | 3586 | #: plugins/check_radius.c:335 |
3434 | msgid "Number of times to retry a failed connection" | 3587 | msgid "Number of times to retry a failed connection" |
3435 | msgstr "" | 3588 | msgstr "" |
3436 | 3589 | ||
3437 | #: plugins/check_radius.c:330 | 3590 | #: plugins/check_radius.c:339 |
3438 | #, fuzzy | 3591 | #, fuzzy |
3439 | msgid "" | 3592 | msgid "" |
3440 | "This plugin tests a radius server to see if it is accepting connections." | 3593 | "This plugin tests a radius server to see if it is accepting connections." |
3441 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 3594 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
3442 | 3595 | ||
3443 | #: plugins/check_radius.c:331 | 3596 | #: plugins/check_radius.c:340 |
3444 | msgid "" | 3597 | msgid "" |
3445 | "The server to test must be specified in the invocation, as well as a user" | 3598 | "The server to test must be specified in the invocation, as well as a user" |
3446 | msgstr "" | 3599 | msgstr "" |
3447 | 3600 | ||
3448 | #: plugins/check_radius.c:332 | 3601 | #: plugins/check_radius.c:341 |
3449 | msgid "" | 3602 | msgid "" |
3450 | "name and password. A configuration file may also be present. The format of" | 3603 | "name and password. A configuration file may also be present. The format of" |
3451 | msgstr "" | 3604 | msgstr "" |
3452 | 3605 | ||
3453 | #: plugins/check_radius.c:333 | 3606 | #: plugins/check_radius.c:342 |
3454 | msgid "" | 3607 | msgid "" |
3455 | "the configuration file is described in the radiusclient library sources." | 3608 | "the configuration file is described in the radiusclient library sources." |
3456 | msgstr "" | 3609 | msgstr "" |
3457 | 3610 | ||
3458 | #: plugins/check_radius.c:334 | 3611 | #: plugins/check_radius.c:343 |
3459 | msgid "The password option presents a substantial security issue because the" | 3612 | msgid "The password option presents a substantial security issue because the" |
3460 | msgstr "" | 3613 | msgstr "" |
3461 | 3614 | ||
3462 | #: plugins/check_radius.c:335 | 3615 | #: plugins/check_radius.c:344 |
3463 | msgid "password can be determined by careful watching of the command line in" | 3616 | msgid "password can be determined by careful watching of the command line in" |
3464 | msgstr "" | 3617 | msgstr "" |
3465 | 3618 | ||
3466 | #: plugins/check_radius.c:336 | 3619 | #: plugins/check_radius.c:345 |
3467 | msgid "a process listing. This risk is exacerbated because nagios will" | 3620 | msgid "a process listing. This risk is exacerbated because nagios will" |
3468 | msgstr "" | 3621 | msgstr "" |
3469 | 3622 | ||
3470 | #: plugins/check_radius.c:337 | 3623 | #: plugins/check_radius.c:346 |
3471 | msgid "run the plugin at regular prdictable intervals. Please be sure that" | 3624 | msgid "run the plugin at regular prdictable intervals. Please be sure that" |
3472 | msgstr "" | 3625 | msgstr "" |
3473 | 3626 | ||
3474 | #: plugins/check_radius.c:338 | 3627 | #: plugins/check_radius.c:347 |
3475 | msgid "the password used does not allow access to sensitive system resources," | 3628 | msgid "the password used does not allow access to sensitive system resources," |
3476 | msgstr "" | 3629 | msgstr "" |
3477 | 3630 | ||
3478 | #: plugins/check_radius.c:339 | 3631 | #: plugins/check_radius.c:348 |
3479 | msgid "otherwise compormise could occur." | 3632 | msgid "otherwise compormise could occur." |
3480 | msgstr "" | 3633 | msgstr "" |
3481 | 3634 | ||
@@ -3499,7 +3652,7 @@ msgstr "Ungültige HTTP Antwort von Host empfangen\n" | |||
3499 | msgid "Invalid REAL response received from host on port %d\n" | 3652 | msgid "Invalid REAL response received from host on port %d\n" |
3500 | msgstr "" | 3653 | msgstr "" |
3501 | 3654 | ||
3502 | #: plugins/check_real.c:189 plugins/check_tcp.c:291 | 3655 | #: plugins/check_real.c:189 plugins/check_tcp.c:294 |
3503 | #, c-format | 3656 | #, c-format |
3504 | msgid "No data received from host\n" | 3657 | msgid "No data received from host\n" |
3505 | msgstr "" | 3658 | msgstr "" |
@@ -3509,11 +3662,11 @@ msgstr "" | |||
3509 | msgid "REAL %s - %d second response time\n" | 3662 | msgid "REAL %s - %d second response time\n" |
3510 | msgstr "" | 3663 | msgstr "" |
3511 | 3664 | ||
3512 | #: plugins/check_real.c:341 plugins/check_smtp.c:618 plugins/check_ups.c:535 | 3665 | #: plugins/check_real.c:341 plugins/check_smtp.c:581 plugins/check_ups.c:535 |
3513 | msgid "Warning time must be a positive integer" | 3666 | msgid "Warning time must be a positive integer" |
3514 | msgstr "Warnung time muss ein positiver Integer sein" | 3667 | msgstr "Warnung time muss ein positiver Integer sein" |
3515 | 3668 | ||
3516 | #: plugins/check_real.c:350 plugins/check_smtp.c:609 plugins/check_ups.c:526 | 3669 | #: plugins/check_real.c:350 plugins/check_smtp.c:572 plugins/check_ups.c:526 |
3517 | msgid "Critical time must be a positive integer" | 3670 | msgid "Critical time must be a positive integer" |
3518 | msgstr "Critical time muss ein positiver Integer sein" | 3671 | msgstr "Critical time muss ein positiver Integer sein" |
3519 | 3672 | ||
@@ -3543,7 +3696,7 @@ msgstr "" | |||
3543 | msgid "This plugin will attempt to open an RTSP connection with the host." | 3696 | msgid "This plugin will attempt to open an RTSP connection with the host." |
3544 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 3697 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
3545 | 3698 | ||
3546 | #: plugins/check_real.c:441 plugins/check_smtp.c:767 | 3699 | #: plugins/check_real.c:441 plugins/check_smtp.c:812 |
3547 | msgid "Successul connects return STATE_OK, refusals and timeouts return" | 3700 | msgid "Successul connects return STATE_OK, refusals and timeouts return" |
3548 | msgstr "" | 3701 | msgstr "" |
3549 | 3702 | ||
@@ -3561,440 +3714,456 @@ msgstr "" | |||
3561 | msgid "values." | 3714 | msgid "values." |
3562 | msgstr "" | 3715 | msgstr "" |
3563 | 3716 | ||
3564 | #: plugins/check_smtp.c:186 plugins/check_swap.c:268 plugins/check_swap.c:274 | 3717 | #: plugins/check_smtp.c:151 plugins/check_swap.c:268 plugins/check_swap.c:274 |
3565 | #, c-format | 3718 | #, c-format |
3566 | msgid "malloc() failed!\n" | 3719 | msgid "malloc() failed!\n" |
3567 | msgstr "" | 3720 | msgstr "" |
3568 | 3721 | ||
3569 | #: plugins/check_smtp.c:190 | 3722 | #: plugins/check_smtp.c:155 |
3570 | #, c-format | 3723 | #, c-format |
3571 | msgid "gethostname() failed!\n" | 3724 | msgid "gethostname() failed!\n" |
3572 | msgstr "" | 3725 | msgstr "" |
3573 | 3726 | ||
3574 | #: plugins/check_smtp.c:225 plugins/check_smtp.c:249 | 3727 | #: plugins/check_smtp.c:190 plugins/check_smtp.c:214 |
3575 | #, c-format | 3728 | #, c-format |
3576 | msgid "recv() failed\n" | 3729 | msgid "recv() failed\n" |
3577 | msgstr "" | 3730 | msgstr "" |
3578 | 3731 | ||
3579 | #: plugins/check_smtp.c:236 | 3732 | #: plugins/check_smtp.c:201 |
3580 | #, c-format | 3733 | #, c-format |
3581 | msgid "Invalid SMTP response received from host\n" | 3734 | msgid "Invalid SMTP response received from host\n" |
3582 | msgstr "" | 3735 | msgstr "" |
3583 | 3736 | ||
3584 | #: plugins/check_smtp.c:238 | 3737 | #: plugins/check_smtp.c:203 |
3585 | #, c-format | 3738 | #, c-format |
3586 | msgid "Invalid SMTP response received from host on port %d\n" | 3739 | msgid "Invalid SMTP response received from host on port %d\n" |
3587 | msgstr "" | 3740 | msgstr "" |
3588 | 3741 | ||
3589 | #: plugins/check_smtp.c:260 | 3742 | #: plugins/check_smtp.c:224 |
3590 | #, c-format | 3743 | #, c-format |
3591 | msgid "WARNING - TLS not supported by server\n" | 3744 | msgid "WARNING - TLS not supported by server\n" |
3592 | msgstr "" | 3745 | msgstr "" |
3593 | 3746 | ||
3594 | #: plugins/check_smtp.c:272 | 3747 | #: plugins/check_smtp.c:236 |
3595 | #, c-format | 3748 | #, c-format |
3596 | msgid "Server does not support STARTTLS\n" | 3749 | msgid "Server does not support STARTTLS\n" |
3597 | msgstr "" | 3750 | msgstr "" |
3598 | 3751 | ||
3599 | #: plugins/check_smtp.c:278 | 3752 | #: plugins/check_smtp.c:242 |
3600 | #, c-format | 3753 | #, c-format |
3601 | msgid "CRITICAL - Cannot create SSL context.\n" | 3754 | msgid "CRITICAL - Cannot create SSL context.\n" |
3602 | msgstr "" | 3755 | msgstr "" |
3603 | 3756 | ||
3604 | #: plugins/check_smtp.c:298 | 3757 | #: plugins/check_smtp.c:262 |
3605 | msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." | 3758 | msgid "SMTP UNKNOWN - Cannot send EHLO command via TLS." |
3606 | msgstr "" | 3759 | msgstr "" |
3607 | 3760 | ||
3608 | #: plugins/check_smtp.c:303 | 3761 | #: plugins/check_smtp.c:267 |
3609 | #, c-format | 3762 | #, c-format |
3610 | msgid "sent %s" | 3763 | msgid "sent %s" |
3611 | msgstr "" | 3764 | msgstr "" |
3612 | 3765 | ||
3613 | #: plugins/check_smtp.c:305 | 3766 | #: plugins/check_smtp.c:269 |
3614 | msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." | 3767 | msgid "SMTP UNKNOWN - Cannot read EHLO response via TLS." |
3615 | msgstr "" | 3768 | msgstr "" |
3616 | 3769 | ||
3617 | #: plugins/check_smtp.c:318 | 3770 | #: plugins/check_smtp.c:281 |
3618 | #, fuzzy | 3771 | #, fuzzy |
3619 | msgid "CRITICAL - Cannot retrieve server certificate." | 3772 | msgid "CRITICAL - Cannot retrieve server certificate." |
3620 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" | 3773 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" |
3621 | 3774 | ||
3622 | #: plugins/check_smtp.c:356 plugins/check_snmp.c:572 | 3775 | #: plugins/check_smtp.c:317 plugins/check_snmp.c:590 |
3623 | #, c-format | 3776 | #, c-format |
3624 | msgid "Could Not Compile Regular Expression" | 3777 | msgid "Could Not Compile Regular Expression" |
3625 | msgstr "" | 3778 | msgstr "" |
3626 | 3779 | ||
3627 | #: plugins/check_smtp.c:365 | 3780 | #: plugins/check_smtp.c:326 |
3628 | #, c-format | 3781 | #, c-format |
3629 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" | 3782 | msgid "SMTP %s - Invalid response '%s' to command '%s'\n" |
3630 | msgstr "" | 3783 | msgstr "" |
3631 | 3784 | ||
3632 | #: plugins/check_smtp.c:369 plugins/check_snmp.c:322 | 3785 | #: plugins/check_smtp.c:330 plugins/check_snmp.c:335 |
3633 | #, c-format | 3786 | #, c-format |
3634 | msgid "Execute Error: %s\n" | 3787 | msgid "Execute Error: %s\n" |
3635 | msgstr "" | 3788 | msgstr "" |
3636 | 3789 | ||
3637 | #: plugins/check_smtp.c:383 | 3790 | #: plugins/check_smtp.c:344 |
3638 | msgid "no authuser specified, " | 3791 | msgid "no authuser specified, " |
3639 | msgstr "" | 3792 | msgstr "" |
3640 | 3793 | ||
3641 | #: plugins/check_smtp.c:388 | 3794 | #: plugins/check_smtp.c:349 |
3642 | msgid "no authpass specified, " | 3795 | msgid "no authpass specified, " |
3643 | msgstr "" | 3796 | msgstr "" |
3644 | 3797 | ||
3645 | #: plugins/check_smtp.c:395 plugins/check_smtp.c:417 plugins/check_smtp.c:438 | 3798 | #: plugins/check_smtp.c:356 plugins/check_smtp.c:377 plugins/check_smtp.c:397 |
3799 | #: plugins/check_smtp.c:673 | ||
3646 | #, c-format | 3800 | #, c-format |
3647 | msgid "sent %s\n" | 3801 | msgid "sent %s\n" |
3648 | msgstr "" | 3802 | msgstr "" |
3649 | 3803 | ||
3650 | #: plugins/check_smtp.c:398 | 3804 | #: plugins/check_smtp.c:359 |
3651 | #, fuzzy | 3805 | #, fuzzy |
3652 | msgid "recv() failed after AUTH LOGIN, " | 3806 | msgid "recv() failed after AUTH LOGIN, " |
3653 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 3807 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
3654 | 3808 | ||
3655 | #: plugins/check_smtp.c:404 plugins/check_smtp.c:426 plugins/check_smtp.c:447 | 3809 | #: plugins/check_smtp.c:364 plugins/check_smtp.c:385 plugins/check_smtp.c:405 |
3810 | #: plugins/check_smtp.c:684 | ||
3656 | #, fuzzy, c-format | 3811 | #, fuzzy, c-format |
3657 | msgid "received %s\n" | 3812 | msgid "received %s\n" |
3658 | msgstr "Keine Daten empfangen %s\n" | 3813 | msgstr "Keine Daten empfangen %s\n" |
3659 | 3814 | ||
3660 | #: plugins/check_smtp.c:408 | 3815 | #: plugins/check_smtp.c:368 |
3661 | #, fuzzy | 3816 | #, fuzzy |
3662 | msgid "invalid response received after AUTH LOGIN, " | 3817 | msgid "invalid response received after AUTH LOGIN, " |
3663 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 3818 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
3664 | 3819 | ||
3665 | #: plugins/check_smtp.c:421 | 3820 | #: plugins/check_smtp.c:381 |
3666 | msgid "recv() failed after sending authuser, " | 3821 | msgid "recv() failed after sending authuser, " |
3667 | msgstr "" | 3822 | msgstr "" |
3668 | 3823 | ||
3669 | #: plugins/check_smtp.c:430 | 3824 | #: plugins/check_smtp.c:389 |
3670 | #, fuzzy | 3825 | #, fuzzy |
3671 | msgid "invalid response received after authuser, " | 3826 | msgid "invalid response received after authuser, " |
3672 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 3827 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
3673 | 3828 | ||
3674 | #: plugins/check_smtp.c:442 | 3829 | #: plugins/check_smtp.c:401 |
3675 | msgid "recv() failed after sending authpass, " | 3830 | msgid "recv() failed after sending authpass, " |
3676 | msgstr "" | 3831 | msgstr "" |
3677 | 3832 | ||
3678 | #: plugins/check_smtp.c:451 | 3833 | #: plugins/check_smtp.c:409 |
3679 | #, fuzzy | 3834 | #, fuzzy |
3680 | msgid "invalid response received after authpass, " | 3835 | msgid "invalid response received after authpass, " |
3681 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | 3836 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" |
3682 | 3837 | ||
3683 | #: plugins/check_smtp.c:458 | 3838 | #: plugins/check_smtp.c:416 |
3684 | msgid "only authtype LOGIN is supported, " | 3839 | msgid "only authtype LOGIN is supported, " |
3685 | msgstr "" | 3840 | msgstr "" |
3686 | 3841 | ||
3687 | #: plugins/check_smtp.c:482 | 3842 | #: plugins/check_smtp.c:440 |
3688 | #, fuzzy, c-format | 3843 | #, fuzzy, c-format |
3689 | msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" | 3844 | msgid "SMTP %s - %s%.3f sec. response time%s%s|%s\n" |
3690 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" | 3845 | msgstr " - %s - %.3f Sekunden Antwortzeit %s%s|%s %s\n" |
3691 | 3846 | ||
3692 | #: plugins/check_smtp.c:588 plugins/check_smtp.c:598 | 3847 | #: plugins/check_smtp.c:548 plugins/check_smtp.c:560 |
3693 | #, c-format | 3848 | #, c-format |
3694 | msgid "Could not realloc() units [%d]\n" | 3849 | msgid "Could not realloc() units [%d]\n" |
3695 | msgstr "" | 3850 | msgstr "" |
3696 | 3851 | ||
3697 | #: plugins/check_smtp.c:645 | 3852 | #: plugins/check_smtp.c:608 |
3698 | msgid "SSL support not available - install OpenSSL and recompile" | 3853 | msgid "SSL support not available - install OpenSSL and recompile" |
3699 | msgstr "" | 3854 | msgstr "" |
3700 | 3855 | ||
3701 | #: plugins/check_smtp.c:724 | 3856 | #: plugins/check_smtp.c:679 |
3857 | #, fuzzy, c-format | ||
3858 | msgid "recv() failed after QUIT." | ||
3859 | msgstr "Ungültige HTTP Antwort von Host empfangen\n" | ||
3860 | |||
3861 | #: plugins/check_smtp.c:681 | ||
3862 | #, c-format | ||
3863 | msgid "Connection reset by peer." | ||
3864 | msgstr "" | ||
3865 | |||
3866 | #: plugins/check_smtp.c:769 | ||
3702 | #, fuzzy | 3867 | #, fuzzy |
3703 | msgid "This plugin will attempt to open an SMTP connection with the host." | 3868 | msgid "This plugin will attempt to open an SMTP connection with the host." |
3704 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 3869 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
3705 | 3870 | ||
3706 | #: plugins/check_smtp.c:737 | 3871 | #: plugins/check_smtp.c:782 |
3707 | #, c-format | 3872 | #, c-format |
3708 | msgid " String to expect in first line of server response (default: '%s')\n" | 3873 | msgid " String to expect in first line of server response (default: '%s')\n" |
3709 | msgstr "" | 3874 | msgstr "" |
3710 | 3875 | ||
3711 | #: plugins/check_smtp.c:739 | 3876 | #: plugins/check_smtp.c:784 |
3712 | msgid "Suppress SMTP command" | 3877 | msgid "Suppress SMTP command" |
3713 | msgstr "" | 3878 | msgstr "" |
3714 | 3879 | ||
3715 | #: plugins/check_smtp.c:741 | 3880 | #: plugins/check_smtp.c:786 |
3716 | msgid "SMTP command (may be used repeatedly)" | 3881 | msgid "SMTP command (may be used repeatedly)" |
3717 | msgstr "" | 3882 | msgstr "" |
3718 | 3883 | ||
3719 | #: plugins/check_smtp.c:743 | 3884 | #: plugins/check_smtp.c:788 |
3720 | msgid "Expected response to command (may be used repeatedly)" | 3885 | msgid "Expected response to command (may be used repeatedly)" |
3721 | msgstr "" | 3886 | msgstr "" |
3722 | 3887 | ||
3723 | #: plugins/check_smtp.c:745 | 3888 | #: plugins/check_smtp.c:790 |
3724 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" | 3889 | msgid "FROM-address to include in MAIL command, required by Exchange 2000" |
3725 | msgstr "" | 3890 | msgstr "" |
3726 | 3891 | ||
3727 | #: plugins/check_smtp.c:748 plugins/check_tcp.c:638 | 3892 | #: plugins/check_smtp.c:793 plugins/check_tcp.c:636 |
3728 | msgid "Minimum number of days a certificate has to be valid." | 3893 | msgid "Minimum number of days a certificate has to be valid." |
3729 | msgstr "" | 3894 | msgstr "" |
3730 | 3895 | ||
3731 | #: plugins/check_smtp.c:750 | 3896 | #: plugins/check_smtp.c:795 |
3732 | msgid "Use STARTTLS for the connection." | 3897 | msgid "Use STARTTLS for the connection." |
3733 | msgstr "" | 3898 | msgstr "" |
3734 | 3899 | ||
3735 | #: plugins/check_smtp.c:754 | 3900 | #: plugins/check_smtp.c:799 |
3736 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" | 3901 | msgid "SMTP AUTH type to check (default none, only LOGIN supported)" |
3737 | msgstr "" | 3902 | msgstr "" |
3738 | 3903 | ||
3739 | #: plugins/check_smtp.c:756 | 3904 | #: plugins/check_smtp.c:801 |
3740 | msgid "SMTP AUTH username" | 3905 | msgid "SMTP AUTH username" |
3741 | msgstr "" | 3906 | msgstr "" |
3742 | 3907 | ||
3743 | #: plugins/check_smtp.c:758 | 3908 | #: plugins/check_smtp.c:803 |
3744 | msgid "SMTP AUTH password" | 3909 | msgid "SMTP AUTH password" |
3745 | msgstr "" | 3910 | msgstr "" |
3746 | 3911 | ||
3747 | #: plugins/check_smtp.c:768 | 3912 | #: plugins/check_smtp.c:813 |
3748 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" | 3913 | msgid "STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful" |
3749 | msgstr "" | 3914 | msgstr "" |
3750 | 3915 | ||
3751 | #: plugins/check_smtp.c:769 | 3916 | #: plugins/check_smtp.c:814 |
3752 | msgid "connects, but incorrect reponse messages from the host result in" | 3917 | msgid "connects, but incorrect reponse messages from the host result in" |
3753 | msgstr "" | 3918 | msgstr "" |
3754 | 3919 | ||
3755 | #: plugins/check_smtp.c:770 | 3920 | #: plugins/check_smtp.c:815 |
3756 | msgid "STATE_WARNING return values." | 3921 | msgid "STATE_WARNING return values." |
3757 | msgstr "" | 3922 | msgstr "" |
3758 | 3923 | ||
3759 | #: plugins/check_snmp.c:300 | 3924 | #: plugins/check_snmp.c:313 |
3760 | msgid "No valid data returned" | 3925 | msgid "No valid data returned" |
3761 | msgstr "" | 3926 | msgstr "" |
3762 | 3927 | ||
3763 | #: plugins/check_snmp.c:368 plugins/negate.c:128 | 3928 | #: plugins/check_snmp.c:381 |
3764 | #, c-format | 3929 | #, c-format |
3765 | msgid "" | 3930 | msgid "" |
3766 | "%s problem - No data received from host\n" | 3931 | "%s problem - No data received from host\n" |
3767 | "CMD: %s\n" | 3932 | "CMD: %s\n" |
3768 | msgstr "" | 3933 | msgstr "" |
3769 | 3934 | ||
3770 | #: plugins/check_snmp.c:506 | 3935 | #: plugins/check_snmp.c:398 |
3771 | #, c-format | 3936 | #, fuzzy |
3772 | msgid "Invalid critical threshold: %s\n" | 3937 | msgid "snmpget returned an error status" |
3773 | msgstr "" | 3938 | msgstr "dig hat einen Fehler zurückgegeben" |
3774 | 3939 | ||
3775 | #: plugins/check_snmp.c:517 | 3940 | #: plugins/check_snmp.c:524 |
3776 | #, c-format | 3941 | #, fuzzy |
3777 | msgid "Invalid warning threshold: %s\n" | 3942 | msgid "Invalid critical threshold" |
3778 | msgstr "" | 3943 | msgstr "Critical threshold muss ein Integer sein" |
3779 | 3944 | ||
3780 | #: plugins/check_snmp.c:529 | 3945 | #: plugins/check_snmp.c:535 |
3946 | #, fuzzy | ||
3947 | msgid "Invalid warning threshold" | ||
3948 | msgstr "Warning threshold Integer sein" | ||
3949 | |||
3950 | #: plugins/check_snmp.c:547 | ||
3781 | #, fuzzy | 3951 | #, fuzzy |
3782 | msgid "Retries interval must be a positive integer" | 3952 | msgid "Retries interval must be a positive integer" |
3783 | msgstr "Time interval muss ein positiver Integer sein" | 3953 | msgstr "Time interval muss ein positiver Integer sein" |
3784 | 3954 | ||
3785 | #: plugins/check_snmp.c:593 | 3955 | #: plugins/check_snmp.c:611 |
3786 | #, fuzzy, c-format | 3956 | #, fuzzy, c-format |
3787 | msgid "Could not reallocate labels[%d]" | 3957 | msgid "Could not reallocate labels[%d]" |
3788 | msgstr "Konnte addr nicht zuweisen\n" | 3958 | msgstr "Konnte addr nicht zuweisen\n" |
3789 | 3959 | ||
3790 | #: plugins/check_snmp.c:605 | 3960 | #: plugins/check_snmp.c:623 |
3791 | #, fuzzy | 3961 | #, fuzzy |
3792 | msgid "Could not reallocate labels\n" | 3962 | msgid "Could not reallocate labels\n" |
3793 | msgstr "Konnte·url·nicht·zuweisen\n" | 3963 | msgstr "Konnte·url·nicht·zuweisen\n" |
3794 | 3964 | ||
3795 | #: plugins/check_snmp.c:622 | 3965 | #: plugins/check_snmp.c:640 |
3796 | #, fuzzy, c-format | 3966 | #, fuzzy, c-format |
3797 | msgid "Could not reallocate units [%d]\n" | 3967 | msgid "Could not reallocate units [%d]\n" |
3798 | msgstr "Konnte·url·nicht·zuweisen\n" | 3968 | msgstr "Konnte·url·nicht·zuweisen\n" |
3799 | 3969 | ||
3800 | #: plugins/check_snmp.c:634 | 3970 | #: plugins/check_snmp.c:652 |
3801 | msgid "Could not realloc() units\n" | 3971 | msgid "Could not realloc() units\n" |
3802 | msgstr "" | 3972 | msgstr "" |
3803 | 3973 | ||
3804 | #: plugins/check_snmp.c:719 | 3974 | #: plugins/check_snmp.c:737 |
3805 | #, c-format | 3975 | #, c-format |
3806 | msgid "Missing secname (%s) or authpassword (%s) ! \n" | 3976 | msgid "Missing secname (%s) or authpassword (%s) ! \n" |
3807 | msgstr "" | 3977 | msgstr "" |
3808 | 3978 | ||
3809 | #: plugins/check_snmp.c:727 | 3979 | #: plugins/check_snmp.c:745 |
3810 | #, c-format | 3980 | #, c-format |
3811 | msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n" | 3981 | msgid "Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n" |
3812 | msgstr "" | 3982 | msgstr "" |
3813 | 3983 | ||
3814 | #: plugins/check_snmp.c:736 | 3984 | #: plugins/check_snmp.c:754 |
3815 | msgid "Invalid SNMP version" | 3985 | msgid "Invalid SNMP version" |
3816 | msgstr "" | 3986 | msgstr "" |
3817 | 3987 | ||
3818 | #: plugins/check_snmp.c:864 | 3988 | #: plugins/check_snmp.c:882 |
3819 | msgid "Unbalanced quotes\n" | 3989 | msgid "Unbalanced quotes\n" |
3820 | msgstr "" | 3990 | msgstr "" |
3821 | 3991 | ||
3822 | #: plugins/check_snmp.c:913 | 3992 | #: plugins/check_snmp.c:931 |
3823 | msgid "Check status of remote machines and obtain sustem information via SNMP" | 3993 | msgid "Check status of remote machines and obtain sustem information via SNMP" |
3824 | msgstr "" | 3994 | msgstr "" |
3825 | 3995 | ||
3826 | #: plugins/check_snmp.c:925 | 3996 | #: plugins/check_snmp.c:943 |
3827 | msgid "Use SNMP GETNEXT instead of SNMP GET" | 3997 | msgid "Use SNMP GETNEXT instead of SNMP GET" |
3828 | msgstr "" | 3998 | msgstr "" |
3829 | 3999 | ||
3830 | #: plugins/check_snmp.c:927 | 4000 | #: plugins/check_snmp.c:945 |
3831 | msgid "SNMP protocol version" | 4001 | msgid "SNMP protocol version" |
3832 | msgstr "" | 4002 | msgstr "" |
3833 | 4003 | ||
3834 | #: plugins/check_snmp.c:929 | 4004 | #: plugins/check_snmp.c:947 |
3835 | msgid "SNMPv3 securityLevel" | 4005 | msgid "SNMPv3 securityLevel" |
3836 | msgstr "" | 4006 | msgstr "" |
3837 | 4007 | ||
3838 | #: plugins/check_snmp.c:931 | 4008 | #: plugins/check_snmp.c:949 |
3839 | msgid "SNMPv3 auth proto" | 4009 | msgid "SNMPv3 auth proto" |
3840 | msgstr "" | 4010 | msgstr "" |
3841 | 4011 | ||
3842 | #: plugins/check_snmp.c:935 | 4012 | #: plugins/check_snmp.c:953 |
3843 | msgid "Optional community string for SNMP communication" | 4013 | msgid "Optional community string for SNMP communication" |
3844 | msgstr "" | 4014 | msgstr "" |
3845 | 4015 | ||
3846 | #: plugins/check_snmp.c:936 | 4016 | #: plugins/check_snmp.c:954 |
3847 | #, c-format | 4017 | msgid "default is" |
3848 | msgid "(default is \"%s\")" | ||
3849 | msgstr "" | 4018 | msgstr "" |
3850 | 4019 | ||
3851 | #: plugins/check_snmp.c:938 | 4020 | #: plugins/check_snmp.c:956 |
3852 | msgid "SNMPv3 username" | 4021 | msgid "SNMPv3 username" |
3853 | msgstr "" | 4022 | msgstr "" |
3854 | 4023 | ||
3855 | #: plugins/check_snmp.c:940 | 4024 | #: plugins/check_snmp.c:958 |
3856 | msgid "SNMPv3 authentication password" | 4025 | msgid "SNMPv3 authentication password" |
3857 | msgstr "" | 4026 | msgstr "" |
3858 | 4027 | ||
3859 | #: plugins/check_snmp.c:942 | 4028 | #: plugins/check_snmp.c:960 |
3860 | msgid "SNMPv3 crypt passwd (DES)" | 4029 | msgid "SNMPv3 crypt passwd (DES)" |
3861 | msgstr "" | 4030 | msgstr "" |
3862 | 4031 | ||
3863 | #: plugins/check_snmp.c:946 | 4032 | #: plugins/check_snmp.c:964 |
3864 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" | 4033 | msgid "Object identifier(s) or SNMP variables whose value you wish to query" |
3865 | msgstr "" | 4034 | msgstr "" |
3866 | 4035 | ||
3867 | #: plugins/check_snmp.c:948 | 4036 | #: plugins/check_snmp.c:966 |
3868 | msgid "" | 4037 | msgid "" |
3869 | "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'" | 4038 | "List of MIBS to be loaded (default = none if using numeric oids or 'ALL'" |
3870 | msgstr "" | 4039 | msgstr "" |
3871 | 4040 | ||
3872 | #: plugins/check_snmp.c:949 | 4041 | #: plugins/check_snmp.c:967 |
3873 | msgid "for symbolic oids.)" | 4042 | msgid "for symbolic oids.)" |
3874 | msgstr "" | 4043 | msgstr "" |
3875 | 4044 | ||
3876 | #: plugins/check_snmp.c:951 | 4045 | #: plugins/check_snmp.c:969 |
3877 | #, c-format | 4046 | #, c-format |
3878 | msgid " Delimiter to use when parsing returned data. Default is \"%s\"" | 4047 | msgid " Delimiter to use when parsing returned data. Default is \"%s\"" |
3879 | msgstr "" | 4048 | msgstr "" |
3880 | 4049 | ||
3881 | #: plugins/check_snmp.c:952 | 4050 | #: plugins/check_snmp.c:970 |
3882 | msgid "Any data on the right hand side of the delimiter is considered" | 4051 | msgid "Any data on the right hand side of the delimiter is considered" |
3883 | msgstr "" | 4052 | msgstr "" |
3884 | 4053 | ||
3885 | #: plugins/check_snmp.c:953 | 4054 | #: plugins/check_snmp.c:971 |
3886 | msgid "to be the data that should be used in the evaluation." | 4055 | msgid "to be the data that should be used in the evaluation." |
3887 | msgstr "" | 4056 | msgstr "" |
3888 | 4057 | ||
3889 | #: plugins/check_snmp.c:957 | 4058 | #: plugins/check_snmp.c:975 |
3890 | msgid "Range(s) which will not result in a WARNING status" | 4059 | msgid "Range(s) which will not result in a WARNING status" |
3891 | msgstr "" | 4060 | msgstr "" |
3892 | 4061 | ||
3893 | #: plugins/check_snmp.c:959 | 4062 | #: plugins/check_snmp.c:977 |
3894 | msgid "Range(s) which will not result in a CRITICAL status" | 4063 | msgid "Range(s) which will not result in a CRITICAL status" |
3895 | msgstr "" | 4064 | msgstr "" |
3896 | 4065 | ||
3897 | #: plugins/check_snmp.c:963 | 4066 | #: plugins/check_snmp.c:981 |
3898 | msgid "Return OK state (for that OID) if STRING is an exact match" | 4067 | msgid "Return OK state (for that OID) if STRING is an exact match" |
3899 | msgstr "" | 4068 | msgstr "" |
3900 | 4069 | ||
3901 | #: plugins/check_snmp.c:965 | 4070 | #: plugins/check_snmp.c:983 |
3902 | msgid "" | 4071 | msgid "" |
3903 | "Return OK state (for that OID) if extended regular expression REGEX matches" | 4072 | "Return OK state (for that OID) if extended regular expression REGEX matches" |
3904 | msgstr "" | 4073 | msgstr "" |
3905 | 4074 | ||
3906 | #: plugins/check_snmp.c:967 | 4075 | #: plugins/check_snmp.c:985 |
3907 | msgid "" | 4076 | msgid "" |
3908 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" | 4077 | "Return OK state (for that OID) if case-insensitive extended REGEX matches" |
3909 | msgstr "" | 4078 | msgstr "" |
3910 | 4079 | ||
3911 | #: plugins/check_snmp.c:969 | 4080 | #: plugins/check_snmp.c:987 |
3912 | msgid "Prefix label for output from plugin (default -s 'SNMP')" | 4081 | msgid "Prefix label for output from plugin (default -s 'SNMP')" |
3913 | msgstr "" | 4082 | msgstr "" |
3914 | 4083 | ||
3915 | #: plugins/check_snmp.c:973 | 4084 | #: plugins/check_snmp.c:991 |
3916 | msgid "Units label(s) for output data (e.g., 'sec.')." | 4085 | msgid "Units label(s) for output data (e.g., 'sec.')." |
3917 | msgstr "" | 4086 | msgstr "" |
3918 | 4087 | ||
3919 | #: plugins/check_snmp.c:975 | 4088 | #: plugins/check_snmp.c:993 |
3920 | msgid "Separates output on multiple OID requests" | 4089 | msgid "Separates output on multiple OID requests" |
3921 | msgstr "" | 4090 | msgstr "" |
3922 | 4091 | ||
3923 | #: plugins/check_snmp.c:981 | 4092 | #: plugins/check_snmp.c:999 |
3924 | msgid "" | 4093 | msgid "" |
3925 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." | 4094 | "This plugin uses the 'snmpget' command included with the NET-SNMP package." |
3926 | msgstr "" | 4095 | msgstr "" |
3927 | 4096 | ||
3928 | #: plugins/check_snmp.c:982 | 4097 | #: plugins/check_snmp.c:1000 |
3929 | msgid "" | 4098 | msgid "" |
3930 | "if you don't have the package installed, you will need to download it from" | 4099 | "if you don't have the package installed, you will need to download it from" |
3931 | msgstr "" | 4100 | msgstr "" |
3932 | 4101 | ||
3933 | #: plugins/check_snmp.c:983 | 4102 | #: plugins/check_snmp.c:1001 |
3934 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." | 4103 | msgid "http://net-snmp.sourceforge.net before you can use this plugin." |
3935 | msgstr "" | 4104 | msgstr "" |
3936 | 4105 | ||
3937 | #: plugins/check_snmp.c:985 | 4106 | #: plugins/check_snmp.c:1003 |
3938 | msgid "" | 4107 | msgid "" |
3939 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " | 4108 | "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " |
3940 | "with" | 4109 | "with" |
3941 | msgstr "" | 4110 | msgstr "" |
3942 | 4111 | ||
3943 | #: plugins/check_snmp.c:986 | 4112 | #: plugins/check_snmp.c:1004 |
3944 | msgid " internal spaces must be quoted) [max 8 OIDs]" | 4113 | msgid " internal spaces must be quoted) [max 8 OIDs]" |
3945 | msgstr "" | 4114 | msgstr "" |
3946 | 4115 | ||
3947 | #: plugins/check_snmp.c:988 | 4116 | #: plugins/check_snmp.c:1006 |
3948 | msgid "- Ranges are inclusive and are indicated with colons. When specified as" | 4117 | msgid "- Ranges are inclusive and are indicated with colons. When specified as" |
3949 | msgstr "" | 4118 | msgstr "" |
3950 | 4119 | ||
3951 | #: plugins/check_snmp.c:989 | 4120 | #: plugins/check_snmp.c:1007 |
3952 | msgid "" | 4121 | msgid "" |
3953 | " 'min:max' a STATE_OK will be returned if the result is within the indicated" | 4122 | " 'min:max' a STATE_OK will be returned if the result is within the indicated" |
3954 | msgstr "" | 4123 | msgstr "" |
3955 | 4124 | ||
3956 | #: plugins/check_snmp.c:990 | 4125 | #: plugins/check_snmp.c:1008 |
3957 | msgid " range or is equal to the upper or lower bound. A non-OK state will be" | 4126 | msgid " range or is equal to the upper or lower bound. A non-OK state will be" |
3958 | msgstr "" | 4127 | msgstr "" |
3959 | 4128 | ||
3960 | #: plugins/check_snmp.c:991 | 4129 | #: plugins/check_snmp.c:1009 |
3961 | msgid " returned if the result is outside the specified range." | 4130 | msgid " returned if the result is outside the specified range." |
3962 | msgstr "" | 4131 | msgstr "" |
3963 | 4132 | ||
3964 | #: plugins/check_snmp.c:993 | 4133 | #: plugins/check_snmp.c:1011 |
3965 | msgid "" | 4134 | msgid "" |
3966 | "- If specified in the order 'max:min' a non-OK state will be returned if the" | 4135 | "- If specified in the order 'max:min' a non-OK state will be returned if the" |
3967 | msgstr "" | 4136 | msgstr "" |
3968 | 4137 | ||
3969 | #: plugins/check_snmp.c:994 | 4138 | #: plugins/check_snmp.c:1012 |
3970 | msgid " result is within the (inclusive) range." | 4139 | msgid " result is within the (inclusive) range." |
3971 | msgstr "" | 4140 | msgstr "" |
3972 | 4141 | ||
3973 | #: plugins/check_snmp.c:996 | 4142 | #: plugins/check_snmp.c:1014 |
3974 | msgid "" | 4143 | msgid "" |
3975 | "- Upper or lower bounds may be omitted to skip checking the respective limit." | 4144 | "- Upper or lower bounds may be omitted to skip checking the respective limit." |
3976 | msgstr "" | 4145 | msgstr "" |
3977 | 4146 | ||
3978 | #: plugins/check_snmp.c:997 | 4147 | #: plugins/check_snmp.c:1015 |
3979 | msgid "- Bare integers are interpreted as upper limits." | 4148 | msgid "- Bare integers are interpreted as upper limits." |
3980 | msgstr "" | 4149 | msgstr "" |
3981 | 4150 | ||
3982 | #: plugins/check_snmp.c:998 | 4151 | #: plugins/check_snmp.c:1016 |
3983 | msgid "" | 4152 | msgid "" |
3984 | "- When checking multiple OIDs, separate ranges by commas like '-w " | 4153 | "- When checking multiple OIDs, separate ranges by commas like '-w " |
3985 | "1:10,1:,:20'" | 4154 | "1:10,1:,:20'" |
3986 | msgstr "" | 4155 | msgstr "" |
3987 | 4156 | ||
3988 | #: plugins/check_snmp.c:999 | 4157 | #: plugins/check_snmp.c:1017 |
3989 | msgid "- Note that only one string and one regex may be checked at present" | 4158 | msgid "- Note that only one string and one regex may be checked at present" |
3990 | msgstr "" | 4159 | msgstr "" |
3991 | 4160 | ||
3992 | #: plugins/check_snmp.c:1000 | 4161 | #: plugins/check_snmp.c:1018 |
3993 | msgid "" | 4162 | msgid "" |
3994 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" | 4163 | "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" |
3995 | msgstr "" | 4164 | msgstr "" |
3996 | 4165 | ||
3997 | #: plugins/check_snmp.c:1001 | 4166 | #: plugins/check_snmp.c:1019 |
3998 | msgid " returned from the SNMP query is an unsigned integer." | 4167 | msgid " returned from the SNMP query is an unsigned integer." |
3999 | msgstr "" | 4168 | msgstr "" |
4000 | 4169 | ||
@@ -4008,21 +4177,21 @@ msgstr "Port muss ein positiver Integer sein" | |||
4008 | msgid "Server answer: %s" | 4177 | msgid "Server answer: %s" |
4009 | msgstr "" | 4178 | msgstr "" |
4010 | 4179 | ||
4011 | #: plugins/check_ssh.c:253 | 4180 | #: plugins/check_ssh.c:254 |
4012 | #, c-format | 4181 | #, c-format |
4013 | msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n" | 4182 | msgid "SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n" |
4014 | msgstr "" | 4183 | msgstr "" |
4015 | 4184 | ||
4016 | #: plugins/check_ssh.c:259 | 4185 | #: plugins/check_ssh.c:261 |
4017 | #, c-format | 4186 | #, c-format |
4018 | msgid "SSH OK - %s (protocol %s)\n" | 4187 | msgid "SSH OK - %s (protocol %s)\n" |
4019 | msgstr "" | 4188 | msgstr "" |
4020 | 4189 | ||
4021 | #: plugins/check_ssh.c:279 | 4190 | #: plugins/check_ssh.c:281 |
4022 | msgid "Try to connect to an SSH server at specified server and port" | 4191 | msgid "Try to connect to an SSH server at specified server and port" |
4023 | msgstr "" | 4192 | msgstr "" |
4024 | 4193 | ||
4025 | #: plugins/check_ssh.c:294 | 4194 | #: plugins/check_ssh.c:296 |
4026 | msgid "" | 4195 | msgid "" |
4027 | "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" | 4196 | "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)" |
4028 | msgstr "" | 4197 | msgstr "" |
@@ -4119,101 +4288,109 @@ msgstr "" | |||
4119 | msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n" | 4288 | msgid "On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n" |
4120 | msgstr "" | 4289 | msgstr "" |
4121 | 4290 | ||
4122 | #: plugins/check_tcp.c:199 | 4291 | #: plugins/check_tcp.c:202 |
4123 | msgid "CRITICAL - Generic check_tcp called with unknown service\n" | 4292 | msgid "CRITICAL - Generic check_tcp called with unknown service\n" |
4124 | msgstr "" | 4293 | msgstr "" |
4125 | 4294 | ||
4126 | #: plugins/check_tcp.c:220 | 4295 | #: plugins/check_tcp.c:223 |
4127 | msgid "With UDP checks, a send/expect string must be specified." | 4296 | msgid "With UDP checks, a send/expect string must be specified." |
4128 | msgstr "" | 4297 | msgstr "" |
4129 | 4298 | ||
4130 | #: plugins/check_tcp.c:239 | 4299 | #: plugins/check_tcp.c:242 |
4131 | #, c-format | 4300 | #, c-format |
4132 | msgid "CRITICAL - Cannot retrieve server certificate.\n" | 4301 | msgid "CRITICAL - Cannot retrieve server certificate.\n" |
4133 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" | 4302 | msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" |
4134 | 4303 | ||
4135 | #: plugins/check_tcp.c:428 | 4304 | #: plugins/check_tcp.c:422 |
4136 | msgid "No arguments found" | 4305 | msgid "No arguments found" |
4137 | msgstr "" | 4306 | msgstr "" |
4138 | 4307 | ||
4139 | #: plugins/check_tcp.c:530 | 4308 | #: plugins/check_tcp.c:523 |
4140 | msgid "Maxbytes must be a positive integer" | 4309 | msgid "Maxbytes must be a positive integer" |
4141 | msgstr "Maxbytes muss ein positiver Integer sein" | 4310 | msgstr "Maxbytes muss ein positiver Integer sein" |
4142 | 4311 | ||
4143 | #: plugins/check_tcp.c:548 | 4312 | #: plugins/check_tcp.c:541 |
4144 | msgid "Refuse must be one of ok, warn, crit" | 4313 | msgid "Refuse must be one of ok, warn, crit" |
4145 | msgstr "" | 4314 | msgstr "" |
4146 | 4315 | ||
4147 | #: plugins/check_tcp.c:558 | 4316 | #: plugins/check_tcp.c:551 |
4148 | msgid "Mismatch must be one of ok, warn, crit" | 4317 | msgid "Mismatch must be one of ok, warn, crit" |
4149 | msgstr "" | 4318 | msgstr "" |
4150 | 4319 | ||
4151 | #: plugins/check_tcp.c:564 | 4320 | #: plugins/check_tcp.c:557 |
4152 | msgid "Delay must be a positive integer" | 4321 | msgid "Delay must be a positive integer" |
4153 | msgstr "Delay muss ein positiver Integer sein" | 4322 | msgstr "Delay muss ein positiver Integer sein" |
4154 | 4323 | ||
4155 | #: plugins/check_tcp.c:589 | 4324 | #: plugins/check_tcp.c:585 |
4156 | #, fuzzy | 4325 | #, fuzzy |
4157 | msgid "You must provide a server address" | 4326 | msgid "You must provide a server address" |
4158 | msgstr "%s: Hostname muss angegeben werden\n" | 4327 | msgstr "%s: Hostname muss angegeben werden\n" |
4159 | 4328 | ||
4160 | #: plugins/check_tcp.c:591 | 4329 | #: plugins/check_tcp.c:587 |
4161 | #, fuzzy | 4330 | #, fuzzy |
4162 | msgid "Invalid hostname, address or socket" | 4331 | msgid "Invalid hostname, address or socket" |
4163 | msgstr "Ungültige(r) Hostname/Adresse" | 4332 | msgstr "Ungültige(r) Hostname/Adresse" |
4164 | 4333 | ||
4165 | #: plugins/check_tcp.c:605 | 4334 | #: plugins/check_tcp.c:601 |
4166 | #, fuzzy, c-format | 4335 | #, fuzzy, c-format |
4167 | msgid "" | 4336 | msgid "" |
4168 | "This plugin tests %s connections with the specified host (or unix socket).\n" | 4337 | "This plugin tests %s connections with the specified host (or unix socket).\n" |
4169 | "\n" | 4338 | "\n" |
4170 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." | 4339 | msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host." |
4171 | 4340 | ||
4172 | #: plugins/check_tcp.c:617 | 4341 | #: plugins/check_tcp.c:613 |
4173 | msgid "" | 4342 | msgid "" |
4174 | "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or " | 4343 | "Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or " |
4175 | "quit option" | 4344 | "quit option" |
4176 | msgstr "" | 4345 | msgstr "" |
4177 | 4346 | ||
4178 | #: plugins/check_tcp.c:618 | 4347 | #: plugins/check_tcp.c:614 |
4179 | msgid "Default: nothing added to send, \\r\\n added to end of quit" | 4348 | msgid "Default: nothing added to send, \\r\\n added to end of quit" |
4180 | msgstr "" | 4349 | msgstr "" |
4181 | 4350 | ||
4182 | #: plugins/check_tcp.c:620 | 4351 | #: plugins/check_tcp.c:616 |
4183 | msgid "String to send to the server" | 4352 | msgid "String to send to the server" |
4184 | msgstr "" | 4353 | msgstr "" |
4185 | 4354 | ||
4186 | #: plugins/check_tcp.c:622 | 4355 | #: plugins/check_tcp.c:618 |
4187 | msgid "String to expect in server response" | 4356 | msgid "String to expect in server response" |
4188 | msgstr "" | 4357 | msgstr "" |
4189 | 4358 | ||
4190 | #: plugins/check_tcp.c:624 | 4359 | #: plugins/check_tcp.c:618 |
4360 | msgid "(may be repeated)" | ||
4361 | msgstr "" | ||
4362 | |||
4363 | #: plugins/check_tcp.c:620 | ||
4364 | msgid "All expect strings need to occur in server response. Default is any" | ||
4365 | msgstr "" | ||
4366 | |||
4367 | #: plugins/check_tcp.c:622 | ||
4191 | msgid "String to send server to initiate a clean close of the connection" | 4368 | msgid "String to send server to initiate a clean close of the connection" |
4192 | msgstr "" | 4369 | msgstr "" |
4193 | 4370 | ||
4194 | #: plugins/check_tcp.c:626 | 4371 | #: plugins/check_tcp.c:624 |
4195 | msgid "Accept tcp refusals with states ok, warn, crit (default: crit)" | 4372 | msgid "Accept tcp refusals with states ok, warn, crit (default: crit)" |
4196 | msgstr "" | 4373 | msgstr "" |
4197 | 4374 | ||
4198 | #: plugins/check_tcp.c:628 | 4375 | #: plugins/check_tcp.c:626 |
4199 | msgid "" | 4376 | msgid "" |
4200 | "Accept expected string mismatches with states ok, warn, crit (default: warn)" | 4377 | "Accept expected string mismatches with states ok, warn, crit (default: warn)" |
4201 | msgstr "" | 4378 | msgstr "" |
4202 | 4379 | ||
4203 | #: plugins/check_tcp.c:630 | 4380 | #: plugins/check_tcp.c:628 |
4204 | #, fuzzy | 4381 | #, fuzzy |
4205 | msgid "Hide output from TCP socket" | 4382 | msgid "Hide output from TCP socket" |
4206 | msgstr "Konnte TCP socket nicht öffnen\n" | 4383 | msgstr "Konnte TCP socket nicht öffnen\n" |
4207 | 4384 | ||
4208 | #: plugins/check_tcp.c:632 | 4385 | #: plugins/check_tcp.c:630 |
4209 | msgid "Close connection once more than this number of bytes are received" | 4386 | msgid "Close connection once more than this number of bytes are received" |
4210 | msgstr "" | 4387 | msgstr "" |
4211 | 4388 | ||
4212 | #: plugins/check_tcp.c:634 | 4389 | #: plugins/check_tcp.c:632 |
4213 | msgid "Seconds to wait between sending string and polling for response" | 4390 | msgid "Seconds to wait between sending string and polling for response" |
4214 | msgstr "" | 4391 | msgstr "" |
4215 | 4392 | ||
4216 | #: plugins/check_tcp.c:640 | 4393 | #: plugins/check_tcp.c:638 |
4217 | msgid "Use SSL for the connection." | 4394 | msgid "Use SSL for the connection." |
4218 | msgstr "" | 4395 | msgstr "" |
4219 | 4396 | ||
@@ -4539,123 +4716,181 @@ msgstr "" | |||
4539 | msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n" | 4716 | msgid "SmartRevision=%d, CheckSum=%d, SmartCapability=%d {%s %s}\n" |
4540 | msgstr "" | 4717 | msgstr "" |
4541 | 4718 | ||
4542 | #: plugins/check_ide_smart.c:469 | 4719 | #: plugins/check_ide_smart.c:452 |
4543 | #, c-format | 4720 | #, c-format |
4544 | msgid "CRITICAL - %s: %s\n" | 4721 | msgid "CRITICAL - %s: %s\n" |
4545 | msgstr "" | 4722 | msgstr "" |
4546 | 4723 | ||
4547 | #: plugins/check_ide_smart.c:488 | 4724 | #: plugins/check_ide_smart.c:471 |
4548 | #, c-format | 4725 | #, c-format |
4549 | msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n" | 4726 | msgid "CRITICAL - SMART_READ_THRESHOLDS: %s\n" |
4550 | msgstr "" | 4727 | msgstr "" |
4551 | 4728 | ||
4552 | #: plugins/check_ide_smart.c:505 | 4729 | #: plugins/check_ide_smart.c:488 |
4553 | #, c-format | 4730 | #, c-format |
4554 | msgid "" | 4731 | msgid "" |
4555 | "This plugin checks a local hard drive with the (Linux specific) SMART " | 4732 | "This plugin checks a local hard drive with the (Linux specific) SMART " |
4556 | "interface [http://smartlinux.sourceforge.net/smart/index.php]." | 4733 | "interface [http://smartlinux.sourceforge.net/smart/index.php]." |
4557 | msgstr "" | 4734 | msgstr "" |
4558 | 4735 | ||
4559 | #: plugins/check_ide_smart.c:514 | 4736 | #: plugins/check_ide_smart.c:497 |
4560 | msgid "Select device DEVICE" | 4737 | msgid "Select device DEVICE" |
4561 | msgstr "" | 4738 | msgstr "" |
4562 | 4739 | ||
4563 | #: plugins/check_ide_smart.c:515 | 4740 | #: plugins/check_ide_smart.c:498 |
4564 | msgid "" | 4741 | msgid "" |
4565 | "Note: if the device is selected with this option, _no_ other options are " | 4742 | "Note: if the device is selected with this option, _no_ other options are " |
4566 | "accepted" | 4743 | "accepted" |
4567 | msgstr "" | 4744 | msgstr "" |
4568 | 4745 | ||
4569 | #: plugins/check_ide_smart.c:517 | 4746 | #: plugins/check_ide_smart.c:500 |
4570 | msgid "Perform immediately offline tests" | 4747 | msgid "Perform immediately offline tests" |
4571 | msgstr "" | 4748 | msgstr "" |
4572 | 4749 | ||
4573 | #: plugins/check_ide_smart.c:519 | 4750 | #: plugins/check_ide_smart.c:502 |
4574 | msgid "Returns the number of failed tests" | 4751 | msgid "Returns the number of failed tests" |
4575 | msgstr "" | 4752 | msgstr "" |
4576 | 4753 | ||
4577 | #: plugins/check_ide_smart.c:521 | 4754 | #: plugins/check_ide_smart.c:504 |
4578 | msgid "Turn on automatic offline tests" | 4755 | msgid "Turn on automatic offline tests" |
4579 | msgstr "" | 4756 | msgstr "" |
4580 | 4757 | ||
4581 | #: plugins/check_ide_smart.c:523 | 4758 | #: plugins/check_ide_smart.c:506 |
4582 | msgid "Turn off automatic offline tests" | 4759 | msgid "Turn off automatic offline tests" |
4583 | msgstr "" | 4760 | msgstr "" |
4584 | 4761 | ||
4585 | #: plugins/check_ide_smart.c:525 | 4762 | #: plugins/check_ide_smart.c:508 |
4586 | msgid "Output suitable for Nagios" | 4763 | msgid "Output suitable for Nagios" |
4587 | msgstr "" | 4764 | msgstr "" |
4588 | 4765 | ||
4589 | #: plugins/negate.c:257 | 4766 | #: plugins/negate.c:132 |
4767 | #, fuzzy | ||
4768 | msgid "No data returned from command\n" | ||
4769 | msgstr "Keine Daten empfangen %s\n" | ||
4770 | |||
4771 | #: plugins/negate.c:209 | ||
4772 | msgid "" | ||
4773 | "Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-" | ||
4774 | "4)." | ||
4775 | msgstr "" | ||
4776 | |||
4777 | #: plugins/negate.c:215 | ||
4778 | msgid "" | ||
4779 | "Warning must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4780 | "integer (0-3)." | ||
4781 | msgstr "" | ||
4782 | |||
4783 | #: plugins/negate.c:220 | ||
4784 | msgid "" | ||
4785 | "Critical must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4786 | "integer (0-3)." | ||
4787 | msgstr "" | ||
4788 | |||
4789 | #: plugins/negate.c:225 | ||
4790 | msgid "" | ||
4791 | "Unknown must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or " | ||
4792 | "integer (0-3)." | ||
4793 | msgstr "" | ||
4794 | |||
4795 | #: plugins/negate.c:262 | ||
4796 | msgid "Require path to command" | ||
4797 | msgstr "" | ||
4798 | |||
4799 | #: plugins/negate.c:298 | ||
4800 | msgid "" | ||
4801 | "Negates the status of a plugin (returns OK for CRITICAL and vice-versa)." | ||
4802 | msgstr "" | ||
4803 | |||
4804 | #: plugins/negate.c:299 | ||
4805 | msgid "Additional switches can be used to control which state becomes what." | ||
4806 | msgstr "" | ||
4807 | |||
4808 | #: plugins/negate.c:308 | ||
4809 | msgid "Keep timeout lower than the plugin timeout to retain CRITICAL status." | ||
4810 | msgstr "" | ||
4811 | |||
4812 | #: plugins/negate.c:314 | ||
4813 | #, c-format | ||
4814 | msgid "" | ||
4815 | " STATUS can be 'OK', 'WARNING', 'CRITICAL' or 'UNKNOWN' without single\n" | ||
4816 | msgstr "" | ||
4817 | |||
4818 | #: plugins/negate.c:315 | ||
4819 | #, c-format | ||
4590 | msgid "" | 4820 | msgid "" |
4591 | "Negates the status of a plugin (returns OK for CRITICAL, and vice-versa)." | 4821 | " quotes. Numeric values are accepted. If nothing is specified, permutes\n" |
4592 | msgstr "" | 4822 | msgstr "" |
4593 | 4823 | ||
4594 | #: plugins/negate.c:267 | 4824 | #: plugins/negate.c:316 |
4595 | msgid "[keep timeout than the plugin timeout to retain CRITICAL status]" | 4825 | #, c-format |
4826 | msgid " OK and CRITICAL.\n" | ||
4596 | msgstr "" | 4827 | msgstr "" |
4597 | 4828 | ||
4598 | #: plugins/negate.c:271 | 4829 | #: plugins/negate.c:321 |
4599 | msgid "Run check_ping and invert result. Must use full path to plugin" | 4830 | msgid "Run check_ping and invert result. Must use full path to plugin" |
4600 | msgstr "" | 4831 | msgstr "" |
4601 | 4832 | ||
4602 | #: plugins/negate.c:273 | 4833 | #: plugins/negate.c:323 |
4603 | msgid "Use single quotes if you need to retain spaces" | 4834 | msgid "This will return OK instead of WARNING and UNKNOWN instead of CRITICAL" |
4604 | msgstr "" | 4835 | msgstr "" |
4605 | 4836 | ||
4606 | #: plugins/negate.c:277 | 4837 | #: plugins/negate.c:326 |
4607 | msgid "" | 4838 | msgid "" |
4608 | "This plugin is a wrapper to take the output of another plugin and invert it." | 4839 | "This plugin is a wrapper to take the output of another plugin and invert it." |
4609 | msgstr "" | 4840 | msgstr "" |
4610 | 4841 | ||
4611 | #: plugins/negate.c:278 | 4842 | #: plugins/negate.c:327 |
4843 | msgid "The full path of the plugin must be provided." | ||
4844 | msgstr "" | ||
4845 | |||
4846 | #: plugins/negate.c:328 | ||
4612 | msgid "" | 4847 | msgid "" |
4613 | "If the wrapped plugin returns STATE_OK, the wrapper will return " | 4848 | "If the wrapped plugin returns STATE_OK, the wrapper will return " |
4614 | "STATE_CRITICAL." | 4849 | "STATE_CRITICAL." |
4615 | msgstr "" | 4850 | msgstr "" |
4616 | 4851 | ||
4617 | #: plugins/negate.c:279 | 4852 | #: plugins/negate.c:329 |
4618 | msgid "" | 4853 | msgid "" |
4619 | "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return " | 4854 | "If the wrapped plugin returns STATE_CRITICAL, the wrapper will return " |
4620 | "STATE_OK." | 4855 | "STATE_OK." |
4621 | msgstr "" | 4856 | msgstr "" |
4622 | 4857 | ||
4623 | #: plugins/negate.c:280 | 4858 | #: plugins/negate.c:330 |
4624 | msgid "Otherwise, the output state of the wrapped plugin is unchanged." | 4859 | msgid "Otherwise, the output state of the wrapped plugin is unchanged." |
4625 | msgstr "" | 4860 | msgstr "" |
4626 | 4861 | ||
4627 | #: plugins/netutils.c:49 | 4862 | #: plugins/netutils.c:53 |
4628 | #, fuzzy, c-format | 4863 | #, fuzzy, c-format |
4629 | msgid "CRITICAL - Socket timeout after %d seconds\n" | 4864 | msgid "CRITICAL - Socket timeout after %d seconds\n" |
4630 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" | 4865 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" |
4631 | 4866 | ||
4632 | #: plugins/netutils.c:51 | 4867 | #: plugins/netutils.c:55 |
4633 | #, fuzzy, c-format | 4868 | #, fuzzy, c-format |
4634 | msgid "CRITICAL - Abnormal timeout after %d seconds\n" | 4869 | msgid "CRITICAL - Abnormal timeout after %d seconds\n" |
4635 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" | 4870 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" |
4636 | 4871 | ||
4637 | #: plugins/netutils.c:79 plugins/netutils.c:270 | 4872 | #: plugins/netutils.c:83 plugins/netutils.c:274 |
4638 | msgid "Send failed" | 4873 | msgid "Send failed" |
4639 | msgstr "" | 4874 | msgstr "" |
4640 | 4875 | ||
4641 | #: plugins/netutils.c:96 plugins/netutils.c:285 | 4876 | #: plugins/netutils.c:100 plugins/netutils.c:289 |
4642 | #, fuzzy | 4877 | #, fuzzy |
4643 | msgid "No data was received from host!" | 4878 | msgid "No data was received from host!" |
4644 | msgstr "Keine Daten empfangen %s\n" | 4879 | msgstr "Keine Daten empfangen %s\n" |
4645 | 4880 | ||
4646 | #: plugins/netutils.c:193 plugins/netutils.c:229 | 4881 | #: plugins/netutils.c:197 plugins/netutils.c:233 |
4647 | msgid "Socket creation failed" | 4882 | msgid "Socket creation failed" |
4648 | msgstr "" | 4883 | msgstr "" |
4649 | 4884 | ||
4650 | #: plugins/netutils.c:222 | 4885 | #: plugins/netutils.c:226 |
4651 | msgid "Supplied path too long unix domain socket" | 4886 | msgid "Supplied path too long unix domain socket" |
4652 | msgstr "" | 4887 | msgstr "" |
4653 | 4888 | ||
4654 | #: plugins/netutils.c:294 | 4889 | #: plugins/netutils.c:298 |
4655 | msgid "Receive failed" | 4890 | msgid "Receive failed" |
4656 | msgstr "" | 4891 | msgstr "" |
4657 | 4892 | ||
4658 | #: plugins/netutils.c:320 | 4893 | #: plugins/netutils.c:324 plugins-root/check_dhcp.c:1348 |
4659 | #, fuzzy, c-format | 4894 | #, fuzzy, c-format |
4660 | msgid "Invalid hostname/address - %s" | 4895 | msgid "Invalid hostname/address - %s" |
4661 | msgstr "" | 4896 | msgstr "" |
@@ -4672,21 +4907,21 @@ msgstr "Konnte addr nicht zuweisen\n" | |||
4672 | msgid "CRITICAL - You need more args!!!" | 4907 | msgid "CRITICAL - You need more args!!!" |
4673 | msgstr "CRITICAL - Fehler: %s\n" | 4908 | msgstr "CRITICAL - Fehler: %s\n" |
4674 | 4909 | ||
4675 | #: plugins/popen.c:207 | 4910 | #: plugins/popen.c:215 |
4676 | #, fuzzy | 4911 | #, fuzzy |
4677 | msgid "Cannot catch SIGCHLD" | 4912 | msgid "Cannot catch SIGCHLD" |
4678 | msgstr "Konnte SIGALRM nicht erhalten" | 4913 | msgstr "Konnte SIGALRM nicht erhalten" |
4679 | 4914 | ||
4680 | #: plugins/popen.c:302 plugins/utils.c:146 | 4915 | #: plugins/popen.c:310 plugins/utils.c:172 |
4681 | #, fuzzy, c-format | 4916 | #, fuzzy, c-format |
4682 | msgid "CRITICAL - Plugin timed out after %d seconds\n" | 4917 | msgid "CRITICAL - Plugin timed out after %d seconds\n" |
4683 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" | 4918 | msgstr "CRITICAL - Dokumentendatum ist %d Sekunden in der Zukunft\n" |
4684 | 4919 | ||
4685 | #: plugins/popen.c:305 | 4920 | #: plugins/popen.c:313 |
4686 | msgid "CRITICAL - popen timeout received, but no child process" | 4921 | msgid "CRITICAL - popen timeout received, but no child process" |
4687 | msgstr "" | 4922 | msgstr "" |
4688 | 4923 | ||
4689 | #: plugins/popen.c:321 | 4924 | #: plugins/popen.c:329 |
4690 | msgid "sysconf error for _SC_OPEN_MAX" | 4925 | msgid "sysconf error for _SC_OPEN_MAX" |
4691 | msgstr "" | 4926 | msgstr "" |
4692 | 4927 | ||
@@ -4741,383 +4976,411 @@ msgstr "" | |||
4741 | msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" | 4976 | msgid "urlize http://example.com/ \"check_http -H example.com -r 'two words'\"" |
4742 | msgstr "" | 4977 | msgstr "" |
4743 | 4978 | ||
4744 | #: plugins/utils.c:441 | 4979 | #: plugins/utils.c:467 |
4745 | #, fuzzy | 4980 | #, fuzzy |
4746 | msgid "failed realloc in strpcpy\n" | 4981 | msgid "failed realloc in strpcpy\n" |
4747 | msgstr "konnte keinen Speicher für '%s' reservieren\n" | 4982 | msgstr "konnte keinen Speicher für '%s' reservieren\n" |
4748 | 4983 | ||
4749 | #: plugins/utils.c:483 | 4984 | #: plugins/utils.c:509 |
4750 | #, fuzzy | 4985 | #, fuzzy |
4751 | msgid "failed malloc in strscat\n" | 4986 | msgid "failed malloc in strscat\n" |
4752 | msgstr "konnte keinen Speicher für '%s' reservieren\n" | 4987 | msgstr "konnte keinen Speicher für '%s' reservieren\n" |
4753 | 4988 | ||
4754 | #: plugins-root/check_dhcp.c:300 | 4989 | #: plugins-root/check_dhcp.c:327 |
4755 | #, c-format | 4990 | #, c-format |
4756 | msgid "Error: Could not get hardware address of interface '%s'\n" | 4991 | msgid "Error: Could not get hardware address of interface '%s'\n" |
4757 | msgstr "" | 4992 | msgstr "" |
4758 | 4993 | ||
4759 | #: plugins-root/check_dhcp.c:322 | 4994 | #: plugins-root/check_dhcp.c:349 |
4760 | #, c-format | 4995 | #, c-format |
4761 | msgid "Error: if_nametoindex error - %s.\n" | 4996 | msgid "Error: if_nametoindex error - %s.\n" |
4762 | msgstr "" | 4997 | msgstr "" |
4763 | 4998 | ||
4764 | #: plugins-root/check_dhcp.c:327 | 4999 | #: plugins-root/check_dhcp.c:354 |
4765 | #, c-format | 5000 | #, c-format |
4766 | msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" | 5001 | msgid "Error: Couldn't get hardware address from %s. sysctl 1 error - %s.\n" |
4767 | msgstr "" | 5002 | msgstr "" |
4768 | 5003 | ||
4769 | #: plugins-root/check_dhcp.c:332 | 5004 | #: plugins-root/check_dhcp.c:359 |
4770 | #, c-format | 5005 | #, c-format |
4771 | msgid "" | 5006 | msgid "" |
4772 | "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" | 5007 | "Error: Couldn't get hardware address from interface %s. malloc error - %s.\n" |
4773 | msgstr "" | 5008 | msgstr "" |
4774 | 5009 | ||
4775 | #: plugins-root/check_dhcp.c:337 | 5010 | #: plugins-root/check_dhcp.c:364 |
4776 | #, c-format | 5011 | #, c-format |
4777 | msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" | 5012 | msgid "Error: Couldn't get hardware address from %s. sysctl 2 error - %s.\n" |
4778 | msgstr "" | 5013 | msgstr "" |
4779 | 5014 | ||
4780 | #: plugins-root/check_dhcp.c:363 | 5015 | #: plugins-root/check_dhcp.c:390 |
4781 | #, c-format | 5016 | #, c-format |
4782 | msgid "" | 5017 | msgid "" |
4783 | "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " | 5018 | "Error: can't find unit number in interface_name (%s) - expecting TypeNumber " |
4784 | "eg lnc0.\n" | 5019 | "eg lnc0.\n" |
4785 | msgstr "" | 5020 | msgstr "" |
4786 | 5021 | ||
4787 | #: plugins-root/check_dhcp.c:368 plugins-root/check_dhcp.c:380 | 5022 | #: plugins-root/check_dhcp.c:395 plugins-root/check_dhcp.c:407 |
4788 | #, c-format | 5023 | #, c-format |
4789 | msgid "" | 5024 | msgid "" |
4790 | "Error: can't read MAC address from DLPI streams interface for device %s unit " | 5025 | "Error: can't read MAC address from DLPI streams interface for device %s unit " |
4791 | "%d.\n" | 5026 | "%d.\n" |
4792 | msgstr "" | 5027 | msgstr "" |
4793 | 5028 | ||
4794 | #: plugins-root/check_dhcp.c:386 | 5029 | #: plugins-root/check_dhcp.c:413 |
4795 | #, c-format | 5030 | #, c-format |
4796 | msgid "Error: can't get MAC address for this architecture.\n" | 5031 | msgid "" |
5032 | "Error: can't get MAC address for this architecture. Use the --mac option.\n" | ||
4797 | msgstr "" | 5033 | msgstr "" |
4798 | 5034 | ||
4799 | #: plugins-root/check_dhcp.c:391 | 5035 | #: plugins-root/check_dhcp.c:432 |
4800 | #, c-format | 5036 | #, c-format |
4801 | msgid "Hardware address: " | 5037 | msgid "Error: Cannot determine IP address of interface %s\n" |
4802 | msgstr "" | 5038 | msgstr "" |
4803 | 5039 | ||
4804 | #: plugins-root/check_dhcp.c:470 | 5040 | #: plugins-root/check_dhcp.c:440 |
5041 | #, c-format | ||
5042 | msgid "Error: Cannot get interface IP address on this platform.\n" | ||
5043 | msgstr "" | ||
5044 | |||
5045 | #: plugins-root/check_dhcp.c:445 | ||
5046 | #, c-format | ||
5047 | msgid "Pretending to be relay client %s\n" | ||
5048 | msgstr "" | ||
5049 | |||
5050 | #: plugins-root/check_dhcp.c:530 | ||
4805 | #, c-format | 5051 | #, c-format |
4806 | msgid "DHCPDISCOVER to %s port %d\n" | 5052 | msgid "DHCPDISCOVER to %s port %d\n" |
4807 | msgstr "" | 5053 | msgstr "" |
4808 | 5054 | ||
4809 | #: plugins-root/check_dhcp.c:522 | 5055 | #: plugins-root/check_dhcp.c:582 |
4810 | #, c-format | 5056 | #, c-format |
4811 | msgid "Result=ERROR\n" | 5057 | msgid "Result=ERROR\n" |
4812 | msgstr "" | 5058 | msgstr "" |
4813 | 5059 | ||
4814 | #: plugins-root/check_dhcp.c:528 | 5060 | #: plugins-root/check_dhcp.c:588 |
4815 | #, c-format | 5061 | #, c-format |
4816 | msgid "Result=OK\n" | 5062 | msgid "Result=OK\n" |
4817 | msgstr "" | 5063 | msgstr "" |
4818 | 5064 | ||
4819 | #: plugins-root/check_dhcp.c:543 | 5065 | #: plugins-root/check_dhcp.c:603 |
4820 | #, c-format | 5066 | #, c-format |
4821 | msgid "DHCPOFFER from IP address %s" | 5067 | msgid "DHCPOFFER from IP address %s" |
4822 | msgstr "" | 5068 | msgstr "" |
4823 | 5069 | ||
4824 | #: plugins-root/check_dhcp.c:544 | 5070 | #: plugins-root/check_dhcp.c:604 |
4825 | #, c-format | 5071 | #, c-format |
4826 | msgid " via %s\n" | 5072 | msgid " via %s\n" |
4827 | msgstr "" | 5073 | msgstr "" |
4828 | 5074 | ||
4829 | #: plugins-root/check_dhcp.c:551 | 5075 | #: plugins-root/check_dhcp.c:611 |
4830 | #, c-format | 5076 | #, c-format |
4831 | msgid "" | 5077 | msgid "" |
4832 | "DHCPOFFER XID (%lu) did not match DHCPDISCOVER XID (%lu) - ignoring packet\n" | 5078 | "DHCPOFFER XID (%u) did not match DHCPDISCOVER XID (%u) - ignoring packet\n" |
4833 | msgstr "" | 5079 | msgstr "" |
4834 | 5080 | ||
4835 | #: plugins-root/check_dhcp.c:573 | 5081 | #: plugins-root/check_dhcp.c:633 |
4836 | #, c-format | 5082 | #, c-format |
4837 | msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" | 5083 | msgid "DHCPOFFER hardware address did not match our own - ignoring packet\n" |
4838 | msgstr "" | 5084 | msgstr "" |
4839 | 5085 | ||
4840 | #: plugins-root/check_dhcp.c:591 | 5086 | #: plugins-root/check_dhcp.c:651 |
4841 | #, c-format | 5087 | #, c-format |
4842 | msgid "Total responses seen on the wire: %d\n" | 5088 | msgid "Total responses seen on the wire: %d\n" |
4843 | msgstr "" | 5089 | msgstr "" |
4844 | 5090 | ||
4845 | #: plugins-root/check_dhcp.c:592 | 5091 | #: plugins-root/check_dhcp.c:652 |
4846 | #, fuzzy, c-format | 5092 | #, fuzzy, c-format |
4847 | msgid "Valid responses for this machine: %d\n" | 5093 | msgid "Valid responses for this machine: %d\n" |
4848 | msgstr "Keine Antwort vom Host \n" | 5094 | msgstr "Keine Antwort vom Host \n" |
4849 | 5095 | ||
4850 | #: plugins-root/check_dhcp.c:607 | 5096 | #: plugins-root/check_dhcp.c:667 |
4851 | #, c-format | 5097 | #, c-format |
4852 | msgid "send_dhcp_packet result: %d\n" | 5098 | msgid "send_dhcp_packet result: %d\n" |
4853 | msgstr "" | 5099 | msgstr "" |
4854 | 5100 | ||
4855 | #: plugins-root/check_dhcp.c:636 | 5101 | #: plugins-root/check_dhcp.c:700 |
4856 | #, fuzzy, c-format | 5102 | #, fuzzy, c-format |
4857 | msgid "No (more) data received\n" | 5103 | msgid "No (more) data received (nfound: %d)\n" |
4858 | msgstr "Keine Daten empfangen %s\n" | 5104 | msgstr "Keine Daten empfangen %s\n" |
4859 | 5105 | ||
4860 | #: plugins-root/check_dhcp.c:655 | 5106 | #: plugins-root/check_dhcp.c:719 |
4861 | #, c-format | 5107 | #, c-format |
4862 | msgid "recvfrom() failed, " | 5108 | msgid "recvfrom() failed, " |
4863 | msgstr "" | 5109 | msgstr "" |
4864 | 5110 | ||
4865 | #: plugins-root/check_dhcp.c:662 | 5111 | #: plugins-root/check_dhcp.c:726 |
4866 | #, c-format | 5112 | #, c-format |
4867 | msgid "receive_dhcp_packet() result: %d\n" | 5113 | msgid "receive_dhcp_packet() result: %d\n" |
4868 | msgstr "" | 5114 | msgstr "" |
4869 | 5115 | ||
4870 | #: plugins-root/check_dhcp.c:663 | 5116 | #: plugins-root/check_dhcp.c:727 |
4871 | #, c-format | 5117 | #, c-format |
4872 | msgid "receive_dhcp_packet() source: %s\n" | 5118 | msgid "receive_dhcp_packet() source: %s\n" |
4873 | msgstr "" | 5119 | msgstr "" |
4874 | 5120 | ||
4875 | #: plugins-root/check_dhcp.c:692 | 5121 | #: plugins-root/check_dhcp.c:757 |
4876 | #, c-format | 5122 | #, c-format |
4877 | msgid "Error: Could not create socket!\n" | 5123 | msgid "Error: Could not create socket!\n" |
4878 | msgstr "" | 5124 | msgstr "" |
4879 | 5125 | ||
4880 | #: plugins-root/check_dhcp.c:702 | 5126 | #: plugins-root/check_dhcp.c:767 |
4881 | #, c-format | 5127 | #, c-format |
4882 | msgid "Error: Could not set reuse address option on DHCP socket!\n" | 5128 | msgid "Error: Could not set reuse address option on DHCP socket!\n" |
4883 | msgstr "" | 5129 | msgstr "" |
4884 | 5130 | ||
4885 | #: plugins-root/check_dhcp.c:708 | 5131 | #: plugins-root/check_dhcp.c:773 |
4886 | #, c-format | 5132 | #, c-format |
4887 | msgid "Error: Could not set broadcast option on DHCP socket!\n" | 5133 | msgid "Error: Could not set broadcast option on DHCP socket!\n" |
4888 | msgstr "" | 5134 | msgstr "" |
4889 | 5135 | ||
4890 | #: plugins-root/check_dhcp.c:716 | 5136 | #: plugins-root/check_dhcp.c:782 |
4891 | #, c-format | 5137 | #, c-format |
4892 | msgid "" | 5138 | msgid "" |
4893 | "Error: Could not bind socket to interface %s. Check your privileges...\n" | 5139 | "Error: Could not bind socket to interface %s. Check your privileges...\n" |
4894 | msgstr "" | 5140 | msgstr "" |
4895 | 5141 | ||
4896 | #: plugins-root/check_dhcp.c:726 | 5142 | #: plugins-root/check_dhcp.c:793 |
4897 | #, c-format | 5143 | #, c-format |
4898 | msgid "" | 5144 | msgid "" |
4899 | "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" | 5145 | "Error: Could not bind to DHCP socket (port %d)! Check your privileges...\n" |
4900 | msgstr "" | 5146 | msgstr "" |
4901 | 5147 | ||
4902 | #: plugins-root/check_dhcp.c:760 | 5148 | #: plugins-root/check_dhcp.c:827 |
4903 | #, c-format | 5149 | #, c-format |
4904 | msgid "Requested server address: %s\n" | 5150 | msgid "Requested server address: %s\n" |
4905 | msgstr "" | 5151 | msgstr "" |
4906 | 5152 | ||
4907 | #: plugins-root/check_dhcp.c:821 | 5153 | #: plugins-root/check_dhcp.c:888 |
4908 | #, c-format | 5154 | #, c-format |
4909 | msgid "Lease Time: Infinite\n" | 5155 | msgid "Lease Time: Infinite\n" |
4910 | msgstr "" | 5156 | msgstr "" |
4911 | 5157 | ||
4912 | #: plugins-root/check_dhcp.c:823 | 5158 | #: plugins-root/check_dhcp.c:890 |
4913 | #, c-format | 5159 | #, c-format |
4914 | msgid "Lease Time: %lu seconds\n" | 5160 | msgid "Lease Time: %lu seconds\n" |
4915 | msgstr "" | 5161 | msgstr "" |
4916 | 5162 | ||
4917 | #: plugins-root/check_dhcp.c:825 | 5163 | #: plugins-root/check_dhcp.c:892 |
4918 | #, c-format | 5164 | #, c-format |
4919 | msgid "Renewal Time: Infinite\n" | 5165 | msgid "Renewal Time: Infinite\n" |
4920 | msgstr "" | 5166 | msgstr "" |
4921 | 5167 | ||
4922 | #: plugins-root/check_dhcp.c:827 | 5168 | #: plugins-root/check_dhcp.c:894 |
4923 | #, c-format | 5169 | #, c-format |
4924 | msgid "Renewal Time: %lu seconds\n" | 5170 | msgid "Renewal Time: %lu seconds\n" |
4925 | msgstr "" | 5171 | msgstr "" |
4926 | 5172 | ||
4927 | #: plugins-root/check_dhcp.c:829 | 5173 | #: plugins-root/check_dhcp.c:896 |
4928 | #, c-format | 5174 | #, c-format |
4929 | msgid "Rebinding Time: Infinite\n" | 5175 | msgid "Rebinding Time: Infinite\n" |
4930 | msgstr "" | 5176 | msgstr "" |
4931 | 5177 | ||
4932 | #: plugins-root/check_dhcp.c:830 | 5178 | #: plugins-root/check_dhcp.c:897 |
4933 | #, c-format | 5179 | #, c-format |
4934 | msgid "Rebinding Time: %lu seconds\n" | 5180 | msgid "Rebinding Time: %lu seconds\n" |
4935 | msgstr "" | 5181 | msgstr "" |
4936 | 5182 | ||
4937 | #: plugins-root/check_dhcp.c:858 | 5183 | #: plugins-root/check_dhcp.c:925 |
4938 | #, c-format | 5184 | #, c-format |
4939 | msgid "Added offer from server @ %s" | 5185 | msgid "Added offer from server @ %s" |
4940 | msgstr "" | 5186 | msgstr "" |
4941 | 5187 | ||
4942 | #: plugins-root/check_dhcp.c:859 | 5188 | #: plugins-root/check_dhcp.c:926 |
4943 | #, c-format | 5189 | #, c-format |
4944 | msgid " of IP address %s\n" | 5190 | msgid " of IP address %s\n" |
4945 | msgstr "" | 5191 | msgstr "" |
4946 | 5192 | ||
4947 | #: plugins-root/check_dhcp.c:926 | 5193 | #: plugins-root/check_dhcp.c:993 |
4948 | #, c-format | 5194 | #, c-format |
4949 | msgid "DHCP Server Match: Offerer=%s" | 5195 | msgid "DHCP Server Match: Offerer=%s" |
4950 | msgstr "" | 5196 | msgstr "" |
4951 | 5197 | ||
4952 | #: plugins-root/check_dhcp.c:927 | 5198 | #: plugins-root/check_dhcp.c:994 |
4953 | #, c-format | 5199 | #, c-format |
4954 | msgid " Requested=%s" | 5200 | msgid " Requested=%s" |
4955 | msgstr "" | 5201 | msgstr "" |
4956 | 5202 | ||
4957 | #: plugins-root/check_dhcp.c:929 | 5203 | #: plugins-root/check_dhcp.c:996 |
4958 | #, c-format | 5204 | #, c-format |
4959 | msgid " (duplicate)" | 5205 | msgid " (duplicate)" |
4960 | msgstr "" | 5206 | msgstr "" |
4961 | 5207 | ||
4962 | #: plugins-root/check_dhcp.c:930 | 5208 | #: plugins-root/check_dhcp.c:997 |
4963 | #, c-format | 5209 | #, c-format |
4964 | msgid "\n" | 5210 | msgid "\n" |
4965 | msgstr "" | 5211 | msgstr "" |
4966 | 5212 | ||
4967 | #: plugins-root/check_dhcp.c:978 | 5213 | #: plugins-root/check_dhcp.c:1045 |
4968 | #, c-format | 5214 | #, c-format |
4969 | msgid "No DHCPOFFERs were received.\n" | 5215 | msgid "No DHCPOFFERs were received.\n" |
4970 | msgstr "" | 5216 | msgstr "" |
4971 | 5217 | ||
4972 | #: plugins-root/check_dhcp.c:982 | 5218 | #: plugins-root/check_dhcp.c:1049 |
4973 | #, c-format | 5219 | #, c-format |
4974 | msgid "Received %d DHCPOFFER(s)" | 5220 | msgid "Received %d DHCPOFFER(s)" |
4975 | msgstr "" | 5221 | msgstr "" |
4976 | 5222 | ||
4977 | #: plugins-root/check_dhcp.c:985 | 5223 | #: plugins-root/check_dhcp.c:1052 |
4978 | #, c-format | 5224 | #, c-format |
4979 | msgid ", %s%d of %d requested servers responded" | 5225 | msgid ", %s%d of %d requested servers responded" |
4980 | msgstr "" | 5226 | msgstr "" |
4981 | 5227 | ||
4982 | #: plugins-root/check_dhcp.c:988 | 5228 | #: plugins-root/check_dhcp.c:1055 |
4983 | #, c-format | 5229 | #, c-format |
4984 | msgid ", requested address (%s) was %soffered" | 5230 | msgid ", requested address (%s) was %soffered" |
4985 | msgstr "" | 5231 | msgstr "" |
4986 | 5232 | ||
4987 | #: plugins-root/check_dhcp.c:988 | 5233 | #: plugins-root/check_dhcp.c:1055 |
4988 | msgid "not " | 5234 | msgid "not " |
4989 | msgstr "" | 5235 | msgstr "" |
4990 | 5236 | ||
4991 | #: plugins-root/check_dhcp.c:990 | 5237 | #: plugins-root/check_dhcp.c:1057 |
4992 | #, c-format | 5238 | #, c-format |
4993 | msgid ", max lease time = " | 5239 | msgid ", max lease time = " |
4994 | msgstr "" | 5240 | msgstr "" |
4995 | 5241 | ||
4996 | #: plugins-root/check_dhcp.c:992 | 5242 | #: plugins-root/check_dhcp.c:1059 |
4997 | #, c-format | 5243 | #, c-format |
4998 | msgid "Infinity" | 5244 | msgid "Infinity" |
4999 | msgstr "" | 5245 | msgstr "" |
5000 | 5246 | ||
5001 | #: plugins-root/check_dhcp.c:1169 | 5247 | #: plugins-root/check_dhcp.c:1240 |
5002 | #, c-format | 5248 | #, c-format |
5003 | msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" | 5249 | msgid "Error: DLPI stream API failed to get MAC in check_ctrl: %s.\n" |
5004 | msgstr "" | 5250 | msgstr "" |
5005 | 5251 | ||
5006 | #: plugins-root/check_dhcp.c:1181 | 5252 | #: plugins-root/check_dhcp.c:1252 |
5007 | #, c-format | 5253 | #, c-format |
5008 | msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" | 5254 | msgid "Error: DLPI stream API failed to get MAC in put_ctrl/putmsg(): %s.\n" |
5009 | msgstr "" | 5255 | msgstr "" |
5010 | 5256 | ||
5011 | #: plugins-root/check_dhcp.c:1194 | 5257 | #: plugins-root/check_dhcp.c:1265 |
5012 | #, c-format | 5258 | #, c-format |
5013 | msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" | 5259 | msgid "Error: DLPI stream API failed to get MAC in put_both/putmsg().\n" |
5014 | msgstr "" | 5260 | msgstr "" |
5015 | 5261 | ||
5016 | #: plugins-root/check_dhcp.c:1206 | 5262 | #: plugins-root/check_dhcp.c:1277 |
5017 | #, c-format | 5263 | #, c-format |
5018 | msgid "" | 5264 | msgid "" |
5019 | "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" | 5265 | "Error: DLPI stream API failed to get MAC in dl_attach_req/open(%s..): %s.\n" |
5020 | msgstr "" | 5266 | msgstr "" |
5021 | 5267 | ||
5022 | #: plugins-root/check_dhcp.c:1230 | 5268 | #: plugins-root/check_dhcp.c:1301 |
5023 | #, c-format | 5269 | #, c-format |
5024 | msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" | 5270 | msgid "Error: DLPI stream API failed to get MAC in dl_bind/check_ctrl(): %s.\n" |
5025 | msgstr "" | 5271 | msgstr "" |
5026 | 5272 | ||
5027 | #: plugins-root/check_dhcp.c:1278 | 5273 | #: plugins-root/check_dhcp.c:1380 |
5274 | #, c-format | ||
5275 | msgid "Hardware address: " | ||
5276 | msgstr "" | ||
5277 | |||
5278 | #: plugins-root/check_dhcp.c:1396 | ||
5028 | msgid "This plugin tests the availability of DHCP servers on a network." | 5279 | msgid "This plugin tests the availability of DHCP servers on a network." |
5029 | msgstr "" | 5280 | msgstr "" |
5030 | 5281 | ||
5031 | #: plugins-root/check_dhcp.c:1289 | 5282 | #: plugins-root/check_dhcp.c:1407 |
5032 | msgid "IP address of DHCP server that we must hear from" | 5283 | msgid "IP address of DHCP server that we must hear from" |
5033 | msgstr "" | 5284 | msgstr "" |
5034 | 5285 | ||
5035 | #: plugins-root/check_dhcp.c:1291 | 5286 | #: plugins-root/check_dhcp.c:1409 |
5036 | msgid "IP address that should be offered by at least one DHCP server" | 5287 | msgid "IP address that should be offered by at least one DHCP server" |
5037 | msgstr "" | 5288 | msgstr "" |
5038 | 5289 | ||
5039 | #: plugins-root/check_dhcp.c:1293 | 5290 | #: plugins-root/check_dhcp.c:1411 |
5040 | msgid "Seconds to wait for DHCPOFFER before timeout occurs" | 5291 | msgid "Seconds to wait for DHCPOFFER before timeout occurs" |
5041 | msgstr "" | 5292 | msgstr "" |
5042 | 5293 | ||
5043 | #: plugins-root/check_dhcp.c:1295 | 5294 | #: plugins-root/check_dhcp.c:1413 |
5044 | msgid "Interface to to use for listening (i.e. eth0)" | 5295 | msgid "Interface to to use for listening (i.e. eth0)" |
5045 | msgstr "" | 5296 | msgstr "" |
5046 | 5297 | ||
5047 | #: plugins-root/check_icmp.c:1227 | 5298 | #: plugins-root/check_dhcp.c:1415 |
5299 | msgid "MAC address to use in the DHCP request" | ||
5300 | msgstr "" | ||
5301 | |||
5302 | #: plugins-root/check_dhcp.c:1417 | ||
5303 | msgid "Unicast testing: mimic a DHCP relay, requires -s" | ||
5304 | msgstr "" | ||
5305 | |||
5306 | #: plugins-root/check_icmp.c:1223 | ||
5048 | msgid "specify a target" | 5307 | msgid "specify a target" |
5049 | msgstr "" | 5308 | msgstr "" |
5050 | 5309 | ||
5051 | #: plugins-root/check_icmp.c:1229 | 5310 | #: plugins-root/check_icmp.c:1225 |
5052 | #, fuzzy | 5311 | #, fuzzy |
5053 | msgid "warning threshold (currently " | 5312 | msgid "warning threshold (currently " |
5054 | msgstr "Warning threshold Integer sein" | 5313 | msgstr "Warning threshold Integer sein" |
5055 | 5314 | ||
5056 | #: plugins-root/check_icmp.c:1232 | 5315 | #: plugins-root/check_icmp.c:1228 |
5057 | #, fuzzy | 5316 | #, fuzzy |
5058 | msgid "critical threshold (currently " | 5317 | msgid "critical threshold (currently " |
5059 | msgstr "Critical threshold muss ein Integer sein" | 5318 | msgstr "Critical threshold muss ein Integer sein" |
5060 | 5319 | ||
5061 | #: plugins-root/check_icmp.c:1235 | 5320 | #: plugins-root/check_icmp.c:1231 |
5062 | msgid "number of packets to send (currently " | 5321 | msgid "number of packets to send (currently " |
5063 | msgstr "" | 5322 | msgstr "" |
5064 | 5323 | ||
5065 | #: plugins-root/check_icmp.c:1238 | 5324 | #: plugins-root/check_icmp.c:1234 |
5066 | msgid "max packet interval (currently " | 5325 | msgid "max packet interval (currently " |
5067 | msgstr "" | 5326 | msgstr "" |
5068 | 5327 | ||
5069 | #: plugins-root/check_icmp.c:1241 | 5328 | #: plugins-root/check_icmp.c:1237 |
5070 | msgid "max target interval (currently " | 5329 | msgid "max target interval (currently " |
5071 | msgstr "" | 5330 | msgstr "" |
5072 | 5331 | ||
5073 | #: plugins-root/check_icmp.c:1244 | 5332 | #: plugins-root/check_icmp.c:1240 |
5074 | msgid "number of alive hosts required for success" | 5333 | msgid "number of alive hosts required for success" |
5075 | msgstr "" | 5334 | msgstr "" |
5076 | 5335 | ||
5077 | #: plugins-root/check_icmp.c:1247 | 5336 | #: plugins-root/check_icmp.c:1243 |
5078 | msgid "TTL on outgoing packets (currently " | 5337 | msgid "TTL on outgoing packets (currently " |
5079 | msgstr "" | 5338 | msgstr "" |
5080 | 5339 | ||
5081 | #: plugins-root/check_icmp.c:1250 | 5340 | #: plugins-root/check_icmp.c:1246 |
5082 | msgid "timeout value (seconds, currently " | 5341 | msgid "timeout value (seconds, currently " |
5083 | msgstr "" | 5342 | msgstr "" |
5084 | 5343 | ||
5085 | #: plugins-root/check_icmp.c:1253 | 5344 | #: plugins-root/check_icmp.c:1249 |
5086 | msgid "icmp packet size (currenly ignored)" | 5345 | msgid "icmp packet size (currenly ignored)" |
5087 | msgstr "" | 5346 | msgstr "" |
5088 | 5347 | ||
5089 | #: plugins-root/check_icmp.c:1255 | 5348 | #: plugins-root/check_icmp.c:1251 |
5090 | msgid "verbose" | 5349 | msgid "verbose" |
5091 | msgstr "" | 5350 | msgstr "" |
5092 | 5351 | ||
5093 | #: plugins-root/check_icmp.c:1258 | 5352 | #: plugins-root/check_icmp.c:1254 |
5094 | msgid "The -H switch is optional. Naming a host (or several) to check is not." | 5353 | msgid "The -H switch is optional. Naming a host (or several) to check is not." |
5095 | msgstr "" | 5354 | msgstr "" |
5096 | 5355 | ||
5097 | #: plugins-root/check_icmp.c:1259 | 5356 | #: plugins-root/check_icmp.c:1255 |
5098 | msgid "" | 5357 | msgid "" |
5099 | "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%" | 5358 | "Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%" |
5100 | msgstr "" | 5359 | msgstr "" |
5101 | 5360 | ||
5102 | #: plugins-root/check_icmp.c:1260 | 5361 | #: plugins-root/check_icmp.c:1256 |
5103 | msgid "packet loss. The default values should work well for most users." | 5362 | msgid "packet loss. The default values should work well for most users." |
5104 | msgstr "" | 5363 | msgstr "" |
5105 | 5364 | ||
5106 | #: plugins-root/check_icmp.c:1261 | 5365 | #: plugins-root/check_icmp.c:1257 |
5107 | msgid "" | 5366 | msgid "" |
5108 | "You can specify different RTA factors using the standardized abbreviations" | 5367 | "You can specify different RTA factors using the standardized abbreviations" |
5109 | msgstr "" | 5368 | msgstr "" |
5110 | 5369 | ||
5111 | #: plugins-root/check_icmp.c:1262 | 5370 | #: plugins-root/check_icmp.c:1258 |
5112 | msgid "" | 5371 | msgid "" |
5113 | "us (microseconds), ms (milliseconds, default) or just plain s for seconds." | 5372 | "us (microseconds), ms (milliseconds, default) or just plain s for seconds." |
5114 | msgstr "" | 5373 | msgstr "" |
5115 | 5374 | ||
5116 | #: plugins-root/check_icmp.c:1267 | 5375 | #: plugins-root/check_icmp.c:1263 |
5117 | msgid "The -v switch can be specified several times for increased verbosity." | 5376 | msgid "The -v switch can be specified several times for increased verbosity." |
5118 | msgstr "" | 5377 | msgstr "" |
5119 | 5378 | ||
5120 | #, fuzzy | 5379 | #, fuzzy |
5380 | #~ msgid "%s does not exist\n" | ||
5381 | #~ msgstr "%s [%s nicht gefunden]" | ||
5382 | |||
5383 | #, fuzzy | ||
5121 | #~ msgid "Unknown error" | 5384 | #~ msgid "Unknown error" |
5122 | #~ msgstr "Papierfehler" | 5385 | #~ msgstr "Papierfehler" |
5123 | 5386 | ||
@@ -5320,13 +5583,6 @@ msgstr "" | |||
5320 | #~ msgstr "CRITICAL - Konnte SSL Handshake nicht starten.\n" | 5583 | #~ msgstr "CRITICAL - Konnte SSL Handshake nicht starten.\n" |
5321 | 5584 | ||
5322 | #~ msgid "" | 5585 | #~ msgid "" |
5323 | #~ "Hostname was not supplied\n" | ||
5324 | #~ "\n" | ||
5325 | #~ msgstr "" | ||
5326 | #~ "Kein Hostname angegeben\n" | ||
5327 | #~ "\n" | ||
5328 | |||
5329 | #~ msgid "" | ||
5330 | #~ "%s: Unknown argument: %s\n" | 5586 | #~ "%s: Unknown argument: %s\n" |
5331 | #~ "\n" | 5587 | #~ "\n" |
5332 | #~ msgstr "" | 5588 | #~ msgstr "" |