mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated config docs
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user