From 8cea9bdb254d7f4e919b11a95abe1c850dd414fe Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 26 Sep 2011 11:22:46 +0000 Subject: [PATCH] 2011-09-26 Sancho Lerena * unix/pandora_agent_installer, unix/README, unix/pandora_agent: More version strings fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5003 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/ChangeLog | 4 ++++ pandora_agents/unix/README | 6 +++--- pandora_agents/unix/pandora_agent | 2 +- pandora_agents/unix/pandora_agent_installer | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 2ab9b1ea53..178d99e870 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,5 +1,9 @@ 2011-09-26 Sancho Lerena + * unix/pandora_agent_installer, + unix/README, + unix/pandora_agent: More version strings fixed. + * unix/HP-UX/pandora_agent.conf: Bad Disk module in HPUX * unix/DEBIAN/control diff --git a/pandora_agents/unix/README b/pandora_agents/unix/README index 5751096bbd..3758fa31b7 100644 --- a/pandora_agents/unix/README +++ b/pandora_agents/unix/README @@ -1,5 +1,5 @@ -Pandora FMS : The Flexible Monitoring System v3.0 -================================================= +Pandora FMS : The Flexible Monitoring System +============================================ http://www.pandorafms.org @@ -46,5 +46,5 @@ License ------- The project is distributed under the GPL License v2 or later. -Copyright (C) 2004-2009 Pandora FMS development team +Copyright (C) 2004-2011 Pandora FMS development team diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index b1d87d3395..b7a0efd297 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -53,7 +53,7 @@ if (!$@) { } use constant AGENT_VERSION => '4.0'; -use constant AGENT_BUILD => '110629'; +use constant AGENT_BUILD => '110923'; # Commands to retrieve total memory information in kB use constant TOTALMEMORY_CMDS => { diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index 2048ea16a6..2804ea3b12 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -9,8 +9,8 @@ # Please see http://www.pandorafms.org. This code is licensed under GPL 2.0 license. # ********************************************************************** -PI_VERSION=3.2 -PI_BUILD=101115 +PI_VERSION=4.0 +PI_BUILD=110923 OS_NAME=`uname -s` FORCE=0