Initial IPMI type detect version

This commit is contained in:
Rudy Hardeman
2015-05-13 08:33:48 +02:00
parent cfee101767
commit 41ad518c25
3 changed files with 16 additions and 3 deletions
+6
View File
@@ -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";
?>