From 4f166555da6ead5eb61449a9ed9c3c6a7b0840a6 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 30 Oct 2018 12:54:20 +0100 Subject: [PATCH] xmlrpc php7 Dockerfile + debian specs --- pandora_console/DEBIAN/control | 2 +- tests/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 8a4322af7e..d1cc3a4b29 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Artica ST Homepage: http://pandorafms.org/ -Depends: php5.6 | php5, php5.6-snmp | php5-snmp, php5.6-gd | php5-gd, php5.6-mysql | php5-mysql, php-db, php5.6-xmlrpc | php5-xmlrpc, php-gettext, php5.6-curl | php5-curl, graphviz, dbconfig-common, php5.6-ldap | php5-ldap, mysql-client | virtual-mysql-client +Depends: php | php7.2, php7.2-snmp | php-snmp, php7.2-gd | php-gd, php7.2-mysqlnd | php-mysqlnd, php-db, php7.2-xmlrpc | php-xmlrpc, php-gettext, php7.2-curl | php-curl, graphviz, dbconfig-common, php7.2-ldap | php-ldap, mysql-client | virtual-mysql-client, php-xmlrpc 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/tests/Dockerfile b/tests/Dockerfile index fe92abf0de..16cf943a5e 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -69,6 +69,7 @@ RUN yum install -y \ php-ldap \ php-common \ php-zip \ + php-xmlrpc \ nmap \ xprobe2 \ mysql-server \