From f2746f526c092f6a0a5c2bb164289d67e730a974 Mon Sep 17 00:00:00 2001 From: Dan Baker <16193241+bakerds@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:30:44 -0400 Subject: [PATCH] Corrected information about mib_dir (#12174) Corrected information about mib_dir. An array is not handled by discovery.php -- only one directory may be specified. --- doc/Developing/os/Initial-Detection.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/Developing/os/Initial-Detection.md b/doc/Developing/os/Initial-Detection.md index d0717f375e..a535de5981 100644 --- a/doc/Developing/os/Initial-Detection.md +++ b/doc/Developing/os/Initial-Detection.md @@ -67,13 +67,11 @@ that the device doesn't support ifXEntry and to ignore it: - cisco2811 ``` -`mib_dir`: You can use this to specify the additional directories to -look in for MIBs: +`mib_dir`: You can use this to specify an additional directory to +look in for MIBs. An array is not accepted, only one directory may be specified. ```yaml -mib_dir: - - juniper - - cisco +mib_dir: juniper ``` `poller_modules`: This is a list of poller modules to either enable