2010-12-01 Ramon Novoa <rnovoa@artica.es>
* unix/AIX/pandora_agent.conf, unix/pandora_agent, win32/ChangeLog, win32/installer/pandora.mpi, win32/pandora.cc: Updated version strings. * win32/bin/PandoraAgent.exe: Updated to r3644. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3645 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b687211f32
commit
cd5dca3235
|
@ -1,3 +1,11 @@
|
|||
2010-12-01 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* unix/AIX/pandora_agent.conf, unix/pandora_agent,
|
||||
win32/ChangeLog, win32/installer/pandora.mpi,
|
||||
win32/pandora.cc: Updated version strings.
|
||||
|
||||
* win32/bin/PandoraAgent.exe: Updated to r3644.
|
||||
|
||||
2010-11-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_agents/unix/pandora_agent.spec: Updated version
|
||||
|
|
|
@ -139,7 +139,7 @@ module_end
|
|||
|
||||
module_begin
|
||||
module_name Pandora_Agent_RAM
|
||||
module_ẗype generic_data
|
||||
module_type generic_data
|
||||
module_exec ps axu | grep perl | grep -v grep | awk '{ print $4 }' | tr "," "."
|
||||
module_end
|
||||
|
||||
|
|
|
@ -55,8 +55,8 @@ if (!$@) {
|
|||
threads::shared::share (\$Sem);
|
||||
}
|
||||
|
||||
use constant AGENT_VERSION => '3.2RC1';
|
||||
use constant AGENT_BUILD => '101103';
|
||||
use constant AGENT_VERSION => '3.2RC2';
|
||||
use constant AGENT_BUILD => '101125';
|
||||
|
||||
# Commands to retrieve total memory information in kB
|
||||
use constant TOTALMEMORY_CMDS => {
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2010-12-01 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* bin/PandoraAgent.exe:
|
||||
|
||||
* installer/pandora.mpi, pandora.cc: Updated version strings.
|
||||
|
||||
2010-11-29 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* bin/util/pandora_update.exe: Give the agent service some time to stop.
|
||||
|
||||
2010-11-18 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* bin/PandoraAgent.exe: Updated to r3583.
|
||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@ AllowLanguageSelection
|
|||
{Yes}
|
||||
|
||||
AppName
|
||||
{Pandora FMS Windows Agent v3.2}
|
||||
{Pandora FMS Windows Agent v3.2RC2}
|
||||
|
||||
ApplicationID
|
||||
{17E3D2CF-CA02-406B-8A80-9D31C17BD08F}
|
||||
|
@ -186,7 +186,7 @@ UpgradeApplicationID
|
|||
{}
|
||||
|
||||
Version
|
||||
{RC2 (101028)}
|
||||
{101125}
|
||||
|
||||
ViewReadme
|
||||
{Yes}
|
||||
|
|
|
@ -30,7 +30,7 @@ using namespace Pandora;
|
|||
using namespace Pandora_Strutils;
|
||||
|
||||
#define PATH_SIZE _MAX_PATH+1
|
||||
#define PANDORA_VERSION ("3.2 RC1 (Build 101029)")
|
||||
#define PANDORA_VERSION ("3.2RC2(Build 101125)")
|
||||
|
||||
string pandora_path;
|
||||
string pandora_dir;
|
||||
|
|
Loading…
Reference in New Issue