diff --git a/CHANGELOG b/CHANGELOG index 75208fa4e..63bc9738e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ SVN 0.10-current * Add support for Socomec Net Vision UPS systems * Add support for ServerTech Sentry3 power systems * Add support for VMWare ESX hosts, and listing their virtual machines +* Add support for listing libvirt virtual machines * MySQL and nginx application pollers * Add support for IPMI polling on servers * Add a new discovery parameter to only discover new devices, this can be run every 5 minutes diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 7c68935fe..f2184c648 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -129,7 +129,7 @@ $config['enable_syslog'] = 0; # Enable Syslog $config['enable_inventory'] = 1; # Enable Inventory $config['enable_pseudowires'] = 1; # Enable Pseudowires $config['enable_printers'] = 0; # Enable Printer support -$config['enable_libvirt'] = 0; # Enable Libvirt VM support +$config['enable_libvirt'] = 0; # Enable Libvirt VM support - DO NOT ENABLE (!BREAKAGE!) ### Ports extension modules