mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02: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.
|
Setup the types of IPMI protocols to test a host for and it what order.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
$config['ipmi']['type'] = array();
|
||||||
$config['ipmi']['type'][] = "lanplus";
|
$config['ipmi']['type'][] = "lanplus";
|
||||||
$config['ipmi']['type'][] = "lan";
|
$config['ipmi']['type'][] = "lan";
|
||||||
$config['ipmi']['type'][] = "imb";
|
$config['ipmi']['type'][] = "imb";
|
||||||
|
|||||||
Reference in New Issue
Block a user