summaryrefslogtreecommitdiffstats
path: root/do
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-14 15:21:27 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-14 15:21:27 +0000
commit25036c9384fcec4d36f4cfc69fe2b86e4ef2c9c6 (patch)
tree01e08dad83c7671bb8a19b9c40f2f786b033d99e /do
parentf35b829723124ac2c15defd1d5cce44b40b1c8ec (diff)
downloadzabbix-25036c9384fcec4d36f4cfc69fe2b86e4ef2c9c6.tar.gz
zabbix-25036c9384fcec4d36f4cfc69fe2b86e4ef2c9c6.tar.xz
zabbix-25036c9384fcec4d36f4cfc69fe2b86e4ef2c9c6.zip
- added "Data overview" for screens
- added "Triggers overview" for screens (Eugene) - added blinking into Trigger overview (Eugene) - added screen displaying in other screen (Eugene) - improved Overview table header, vertical text added (Eugene) - developed "ZABBIX Clock" module for screens (Eugene) - developed "ZABBIX server info" module for screens (Eugene) - developed "Triggers info" module for screens (Eugene) - developed "Host info" module for screens (Eugene) - improved screens displaying, added item alignment (Eugene) - improved ZABBIX server report (Eugene) - improved images configuration (Eugene) - added onserver image resizing for thumbs by php (Eugene) - developed acknowledges system (Eugene) - added icons displaying for maps (Eugene) - added maps displaying for maps (Eugene) - improved maps (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'do')
-rwxr-xr-xdo7
1 files changed, 4 insertions, 3 deletions
diff --git a/do b/do
index ec8e500e..cd0ff85a 100755
--- a/do
+++ b/do
@@ -5,7 +5,7 @@ copy="no"
tgz="no"
configure="no"
domake="no"
-config_param="--enable-agent --prefix=`pwd`"
+config_param="--prefix=`pwd`"
dotest="no"
cleanwarnings="no"
docat="yes"
@@ -27,6 +27,7 @@ do
tar ) tgz="yes"; noparam=1;;
nocat ) docat="no"; noparam=1;;
cat ) docat="yes"; noparam=1;;
+ def ) config_param="$config_param --with-ldap --enable-agent --enable-server --with-mysql --with-net-snmp";;
--enable-* ) config_param="$config_param $cmd";;
--with-* ) config_param="$config_param $cmd";;
--prefix=* ) config_param="$config_param $cmd";;
@@ -41,10 +42,10 @@ if [ "$help" = "yes" ] || [ $noparam = 0 ]
then
echo
echo "Usage:"
- echo " $0 [copy|cpy] [premake|pre] [configure|config|conf] [make] [test] [tar] [cat] [nocat] [--enable-*] [--with-*]"
+ echo " $0 [copy|cpy] [premake|pre] [configure|config|conf] [make] [def] [test] [tar] [cat] [nocat] [--enable-*] [--with-*]"
echo
echo "Examples:"
- echo " $0 conf make test - compyle, test, and hsow report"
+ echo " $0 conf make def test - compyle, test, and hsow report"
echo " $0 cpy tar nocat - make archive .tar.gz and don't show report"
echo " $0 cat - cat last REPORT"
echo " $0 - show this help"