mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added that you can use NET-SNMP package in addition to UCD-SNMP on Unix based hosts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134951 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
45a7c31c23
commit
651529b6d2
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.snmp">
|
||||
<title>SNMP functions</title>
|
||||
<titleabbrev>SNMP</titleabbrev>
|
||||
|
@ -15,7 +15,8 @@
|
|||
&reftitle.required;
|
||||
<para>
|
||||
In order to use the SNMP functions on Unix you need to install the
|
||||
<ulink url="&url.ucd-snmp;">UCD SNMP</ulink> package. On Windows these
|
||||
<ulink url="&url.ucd-snmp;">UCD SNMP</ulink> or
|
||||
<ulink url="&url.net-snmp;">NET-SNMP</ulink> package. On Windows these
|
||||
functions are only available on NT and not on Win95/98.
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue