Updated config docs

This commit is contained in:
Rudy Hardeman
2015-05-13 09:23:30 +02:00
parent 1d803e7ec0
commit 2862e5bc67

View File

@ -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";