mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
where to find and put the mibs for snmp on windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105318 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
339755443e
commit
6eb663f7f1
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<reference id="ref.snmp">
|
||||
<title>SNMP functions</title>
|
||||
<titleabbrev>SNMP</titleabbrev>
|
||||
|
@ -41,6 +41,13 @@
|
|||
<option role="configure">--enable-ucd-snmp-hack</option> switch which
|
||||
will work around the misfeature.
|
||||
</para>
|
||||
<para>
|
||||
The Windows distribution contains support files for SNMP in the
|
||||
<filename>mibs</filename> directory. This directory should be moved
|
||||
to <filename>DRIVE:\usr\mibs</filename>, where DRIVE must be replaced
|
||||
with the driveletter where <literal>PHP</literal> is installed on, e.g.:
|
||||
<filename>c:\usr\mibs</filename>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="snmp.configuration">
|
||||
|
|
Loading…
Reference in a new issue