refactor: Move mib based polling into yaml config files (#5234)

* refactor: More mib based polling into yaml config files

* doc update

* Update MIB-based-polling.md
This commit is contained in:
Neil Lathwood
2017-01-03 17:12:39 +00:00
committed by Tony Murray
parent f62cff8974
commit 7f5c555ba5
19 changed files with 52 additions and 69 deletions

View File

@@ -16,7 +16,7 @@
if (!isset($vars['section'])) {
$vars['section'] = "mib";
}
if (is_module_enabled('poller', 'mib')) {
if (is_mib_poller_enabled($device)) {
?>
<h4><i class="fa fa-file-text-o"></i> Device MIB associations</h4>