diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b0eb210890..7ce012ea22 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,8 @@ 2010-10-16 Sancho Lerena + * DEBIAN/control: Removed apache and apache php mod from deps, giving + user chance to use another HTTP server. + * pandoradb_migrate_v3.1_to_v3.2.sql: Variable for SQL custom reports has more size now (custom SQL reports could be huge SQL sentences). diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 8eca76da2d..c7e08cba1a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: apache2, libapache2-mod-php5, php5, php5-snmp, php5-gd, php5-mysql, php-pear, php-db, php5-xmlrpc, php-gettext, graphviz, dbconfig-common, php5-ldap, mysql-client +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-pear, php-db, php5-xmlrpc, php-gettext, graphviz, dbconfig-common, php5-ldap, mysql-client Description: Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems. Web console is the graphical user interface (GUI) to manage and watch reports and graphs from Pandora FMS monitoring.