diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-03-14 13:45:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-14 13:45:30 +0000 |
commit | bad85fca5f8f08f1375f72c7d9c16fe0b9db36a6 (patch) | |
tree | 94de4761b1f7a456cee63af5d20c06d5302bafa2 | |
parent | 4719824d4b292ba4cf6c36fdb643ae92dfdabc8b (diff) | |
parent | 7751e29235eb6b2d1c90dc43d6b09ba4df88db44 (diff) |
Merge "config guide: Add MIBs location for OVS events plugin"
-rw-r--r-- | docs/release/userguide/feature.userguide.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 2be44d33..75a0e9bc 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -551,7 +551,10 @@ OvS Events Branch: master OvS Stats Branch:feat_ovs_stats -Dependencies: Open vSwitch, libyajl +OvS Events MIBs: The SNMP OVS interface link status is provided by standard +IF-MIB (http://www.net-snmp.org/docs/mibs/IF-MIB.txt) + +Dependencies: Open vSwitch, Yet Another JSON Library (https://github.com/lloyd/yajl) On Ubuntu, install the dependencies: @@ -601,6 +604,7 @@ need to modify the configuration file to include: Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" SendNotification false + DispatchValues true </Plugin> To configure the OVS stats plugin you need to modify the configuration file |