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