Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/services_snmp.php | ||
---|---|---|
290 | 290 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Polling Port ");?></td> |
291 | 291 |
<td width="78%" class="vtable"> |
292 | 292 |
<input name="pollport" type="text" class="formfld unknown" id="pollport" size="40" value="<?=htmlspecialchars($pconfig['pollport']) ? htmlspecialchars($pconfig['pollport']) : htmlspecialchars(161);?>"> |
293 |
<br><?=gettext("Enter the port to accept polling events on (default 161)");?></br>
|
|
293 |
<br /><?=gettext("Enter the port to accept polling events on (default 161)");?><br />
|
|
294 | 294 |
</td> |
295 | 295 |
</tr> |
296 | 296 |
|
... | ... | |
312 | 312 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Read Community String");?></td> |
313 | 313 |
<td width="78%" class="vtable"> |
314 | 314 |
<input name="rocommunity" type="text" class="formfld unknown" id="rocommunity" size="40" value="<?=htmlspecialchars($pconfig['rocommunity']);?>"> |
315 |
<br><?=gettext("The community string is like a password, restricting access to querying SNMP to hosts knowing the community string. Use a strong value here to protect from unauthorized information disclosure.");?></br>
|
|
315 |
<br /><?=gettext("The community string is like a password, restricting access to querying SNMP to hosts knowing the community string. Use a strong value here to protect from unauthorized information disclosure.");?><br />
|
|
316 | 316 |
</td> |
317 | 317 |
</tr> |
318 | 318 |
|
... | ... | |
330 | 330 |
<td width="22%" valign="top" class="vncellreq">Write community string</td> |
331 | 331 |
<td width="78%" class="vtable"> |
332 | 332 |
<input name="rwcommunity" type="text" class="formfld unknown" id="rwcommunity" size="40" value="<?=htmlspecialchars($pconfig['rwcommunity']);?>"> |
333 |
<br>Please use something other then "private" here</br>
|
|
333 |
<br />Please use something other then "private" here<br />
|
|
334 | 334 |
</td> |
335 | 335 |
</tr> |
336 | 336 |
*/ |
... | ... | |
351 | 351 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Trap server");?></td> |
352 | 352 |
<td width="78%" class="vtable"> |
353 | 353 |
<input name="trapserver" type="text" class="formfld unknown" id="trapserver" size="40" value="<?=htmlspecialchars($pconfig['trapserver']);?>"> |
354 |
<br><?=gettext("Enter trap server name");?></br>
|
|
354 |
<br /><?=gettext("Enter trap server name");?><br />
|
|
355 | 355 |
</td> |
356 | 356 |
</tr> |
357 | 357 |
|
... | ... | |
359 | 359 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Trap server port ");?></td> |
360 | 360 |
<td width="78%" class="vtable"> |
361 | 361 |
<input name="trapserverport" type="text" class="formfld unknown" id="trapserverport" size="40" value="<?=htmlspecialchars($pconfig['trapserverport']) ? htmlspecialchars($pconfig['trapserverport']) : htmlspecialchars(162);?>"> |
362 |
<br><?=gettext("Enter the port to send the traps to (default 162)");?></br>
|
|
362 |
<br /><?=gettext("Enter the port to send the traps to (default 162)");?><br />
|
|
363 | 363 |
</td> |
364 | 364 |
</tr> |
365 | 365 |
|
... | ... | |
367 | 367 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Enter the SNMP trap string");?></td> |
368 | 368 |
<td width="78%" class="vtable"> |
369 | 369 |
<input name="trapstring" type="text" class="formfld unknown" id="trapstring" size="40" value="<?=htmlspecialchars($pconfig['trapstring']);?>"> |
370 |
<br><?=gettext("Trap string");?></br>
|
|
370 |
<br /><?=gettext("Trap string");?><br />
|
|
371 | 371 |
</td> |
372 | 372 |
</tr> |
373 | 373 |
|
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />