2011-09-26 Sancho Lerena <slerena@artica.es>
* 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
This commit is contained in:
parent
4adb6a7182
commit
8cea9bdb25
|
@ -1,5 +1,9 @@
|
|||
2011-09-26 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 => {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue