diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index bbd1c5ba69..14964cd43f 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -4,7 +4,7 @@ Architecture: all Priority: optional Section: admin Installed-Size: 42112 -Maintainer: Miguel de Dios +Maintainer: Artica ST Homepage: http://pandorafms.org/ Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client | virtual-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. +Description: Pandora FMS is an Open Source monitoring tool. It monitor your systems and applications, and allows you to control the status of any element of them. The web console is the graphical user interface (GUI) to manage the pool and to generate reports and graphs from the Pandora FMS monitoring process. diff --git a/pandora_console/DEBIAN/postinst b/pandora_console/DEBIAN/postinst index 4463c9762f..eb8e4872f3 100755 --- a/pandora_console/DEBIAN/postinst +++ b/pandora_console/DEBIAN/postinst @@ -4,7 +4,8 @@ echo Change the user and group to /var/www/pandora_console. chmod -R u+rwX,g+rX,g-w,o-rwx /var/www/pandora_console chgrp www-data /var/www/pandora_console -R chown www-data /var/www/pandora_console -R - +if [ -d /var/www/html ]; then mv /var/www/pandora_console /var/www/html/; fi + if [ -f /etc/init.d/apache2 ]; then echo Restart the apache. /etc/init.d/apache2 restart