mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 23:05:30 +02:00
2010-05-18 Sancho Lerena <slerena@artica.es>
* pandora_server_upgrade: Fixed a check on pandora_db.pl script in cron. * lib/PandoraFMS/Config.pm: Version update to 3.1rc1 and build 100515 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2750 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3375afb772
commit
f87f26acc0
@ -1,3 +1,9 @@
|
|||||||
|
2010-05-18 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* pandora_server_upgrade: Fixed a check on pandora_db.pl script in cron.
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Config.pm: Version update to 3.1rc1 and build 100515
|
||||||
|
|
||||||
2010-05-17 Sergio Martin <sergio.martin@artica.es>
|
2010-05-17 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Core.pm: Fixed the Warning Monitor
|
* lib/PandoraFMS/Core.pm: Fixed the Warning Monitor
|
||||||
|
@ -37,8 +37,8 @@ our @EXPORT = qw(
|
|||||||
);
|
);
|
||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "3.1-dev";
|
my $pandora_version = "3.1rc1";
|
||||||
my $pandora_build = "100516";
|
my $pandora_build = "100515";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
@ -46,7 +46,7 @@ install () {
|
|||||||
cp util/pandora_server /etc/init.d
|
cp util/pandora_server /etc/init.d
|
||||||
cp util/tentacle_serverd /etc/init.d
|
cp util/tentacle_serverd /etc/init.d
|
||||||
|
|
||||||
if [ ! -e /etc/cron.daily/pandora_purge_db ]
|
if [ ! -e /etc/cron.daily/pandora_db ]
|
||||||
then
|
then
|
||||||
echo "You don't have a /etc/cron.daily/pandora_purge_db file, you should consider"
|
echo "You don't have a /etc/cron.daily/pandora_purge_db file, you should consider"
|
||||||
echo "to setup the Pandora FMS daily Database Maintance script: "
|
echo "to setup the Pandora FMS daily Database Maintance script: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user