From 2862e5bc678ac1ebc9c7c1ef9673c936efd760b8 Mon Sep 17 00:00:00 2001 From: Rudy Hardeman Date: Wed, 13 May 2015 09:23:30 +0200 Subject: [PATCH] Updated config docs --- doc/Support/Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index cfd6fcb28..e4592e0a2 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -434,6 +434,7 @@ By default, LibreNMS will auto update itself every 24 hours. You can stop this f Setup the types of IPMI protocols to test a host for and it what order. ```php +$config['ipmi']['type'] = array(); $config['ipmi']['type'][] = "lanplus"; $config['ipmi']['type'][] = "lan"; $config['ipmi']['type'][] = "imb";