mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Initial IPMI type detect version
This commit is contained in:
@@ -655,4 +655,10 @@ $config['callback_clear'] = 'https://stats.libren
|
||||
// Stat graphs
|
||||
$config['alert_graph_date_format'] = '%Y-%m-%d %H:%i';
|
||||
|
||||
// IPMI type
|
||||
$config['ipmi']['type'][] = "lanplus";
|
||||
$config['ipmi']['type'][] = "lan";
|
||||
$config['ipmi']['type'][] = "imb";
|
||||
$config['ipmi']['type'][] = "open";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user