2010-12-13 Miguel de Dios <miguel.dedios@artica.es>
* PandoraFMS-Enterprise/DEBIAN/*: add scripts and conf files to make a deb package. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
82b7a8ed29
commit
2c683da10b
|
@ -7,4 +7,4 @@ Installed-Size: 640
|
|||
Maintainer: Miguel de Dios <miguel.dedios@artica.es>
|
||||
Homepage: http://pandorafms.org/
|
||||
Depends: pandorafms-server, libio-socket-multicast-perl
|
||||
Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments.
|
||||
Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments.
|
|
@ -14,7 +14,7 @@
|
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
pandora_console_version="3.0.0"
|
||||
pandora_server_version="3.0.0"
|
||||
|
||||
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
|
||||
if [ `id -u` != 0 ]
|
||||
|
@ -100,8 +100,8 @@ echo "END"
|
|||
|
||||
echo "Make the package \"Pandorafms server\"."
|
||||
dpkg-deb --build temp_package
|
||||
mv temp_package.deb pandorafms.server_enterprise_$pandora_console_version.deb
|
||||
chmod 777 pandorafms.server_enterprise_$pandora_console_version.deb
|
||||
mv temp_package.deb pandorafms.server_enterprise_$pandora_server_version.deb
|
||||
chmod 777 pandorafms.server_enterprise_$pandora_server_version.deb
|
||||
|
||||
echo "Delete the \"temp_package\" temp dir for job."
|
||||
rm Makefile
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "NOTICE: You will need to edit your pandora_server.conf file to enable Enterprise features and restart Pandora FMS server after that."
|
||||
echo "Please note that you must enter in Pandora FMS Enteprise console PRIOR to execute Pandora FMS Enterprise server"
|
||||
echo "Please note that you must enter in Pandora FMS Enteprise console PRIOR to execute Pandora FMS Enterprise server"
|
|
@ -1 +1,2 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue