2010-05-20 Ramon Novoa <rnovoa@artica.es>
* unix/pandora_agent: Updated agent version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2779 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
32d2e337ba
commit
6719717eab
pandora_agents
|
@ -1,8 +1,16 @@
|
||||||
|
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* unix/pandora_agent: Updated agent version.
|
||||||
|
|
||||||
2010-05-20 Sergio Martin <sergio.martin@artica.es>
|
2010-05-20 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* unix/Linux/pandora_agent.conf: Improved the
|
* unix/Linux/pandora_agent.conf: Improved the
|
||||||
agent modules memused and proctotal
|
agent modules memused and proctotal
|
||||||
|
|
||||||
|
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* unix/pandora_agent: Updated agent version.
|
||||||
|
|
||||||
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* unix/pandora_agent_installer, unix/DEBIAN/control,
|
* unix/pandora_agent_installer, unix/DEBIAN/control,
|
||||||
|
|
|
@ -29,7 +29,7 @@ use Sys::Hostname;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
|
|
||||||
use constant AGENT_VERSION => '3.1';
|
use constant AGENT_VERSION => '3.1rc1';
|
||||||
use constant AGENT_BUILD => '100222';
|
use constant AGENT_BUILD => '100222';
|
||||||
|
|
||||||
# Commands to retrieve total memory information in kB
|
# Commands to retrieve total memory information in kB
|
||||||
|
|
Loading…
Reference in New Issue