2012-06-21 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* unix/AIX/pandora_agent.conf unix/Linux/pandora_agent.conf unix/HP-UX/pandora_agent.conf shellscript/mac_osx/pandora_agent.conf unix/NT4/pandora_agent.conf unix/SunOS/pandora_agent.conf unix/FreeBSD/pandora_agent.conf shellscript/linux/pandora_agent.conf shellscript/openWRT/pandora_agent.conf: Changed enconding token to UTF-8 in all Unix agents configuration files. * unix/pandora_agent shellscript/linux/pandora_agent shellscript/mac_osx/pandora_agent shellscript/openWRT/pandora_agent: Changed default enconding to UTF-8 in Unix agents. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6656 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
783e241dc5
commit
c349f866b1
|
@ -1,3 +1,24 @@
|
|||
2012-06-21 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
|
||||
|
||||
* unix/AIX/pandora_agent.conf
|
||||
unix/Linux/pandora_agent.conf
|
||||
unix/HP-UX/pandora_agent.conf
|
||||
shellscript/mac_osx/pandora_agent.conf
|
||||
unix/NT4/pandora_agent.conf
|
||||
unix/SunOS/pandora_agent.conf
|
||||
unix/FreeBSD/pandora_agent.conf
|
||||
shellscript/linux/pandora_agent.conf
|
||||
shellscript/openWRT/pandora_agent.conf: Changed enconding token to
|
||||
UTF-8 in all Unix agents configuration files.
|
||||
|
||||
* unix/pandora_agent
|
||||
shellscript/linux/pandora_agent
|
||||
shellscript/mac_osx/pandora_agent
|
||||
shellscript/openWRT/pandora_agent: Changed default enconding to
|
||||
UTF-8 in Unix agents.
|
||||
|
||||
Merged from branches.
|
||||
|
||||
2012-05-23 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pc: Added to repository. Generic PC agent for Unix/Win32 (still in
|
||||
|
|
|
@ -454,7 +454,7 @@ TRANSFER_MODE=ssh
|
|||
CRON_MODE=0
|
||||
if [ -z "`echo $LANG | grep '\.'`" ]
|
||||
then
|
||||
ENCODING="iso-8859-1"
|
||||
ENCODING="UTF-8"
|
||||
else
|
||||
ENCODING=`echo $LANG | cut -f 2 -d "."`
|
||||
fi
|
||||
|
|
|
@ -34,7 +34,7 @@ debug 0
|
|||
# autotime 1
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -454,7 +454,7 @@ TRANSFER_MODE=ssh
|
|||
CRON_MODE=0
|
||||
if [ -z "`echo $LANG | grep '\.'`" ]
|
||||
then
|
||||
ENCODING="iso-8859-1"
|
||||
ENCODING="UTF-8"
|
||||
else
|
||||
ENCODING=`echo $LANG | cut -f 2 -d "."`
|
||||
fi
|
||||
|
|
|
@ -34,7 +34,7 @@ debug 0
|
|||
# autotime 1
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -45,7 +45,7 @@ TRANSFER_MODE=tentacle
|
|||
SERVER_PWD=pandora123
|
||||
if [ -z "`echo $LANG | grep '\.'`" ]
|
||||
then
|
||||
ENCODING="iso-8859-1"
|
||||
ENCODING="UTF-8"
|
||||
else
|
||||
ENCODING=`echo $LANG | cut -f 2 -d "."`
|
||||
fi
|
||||
|
|
|
@ -22,7 +22,7 @@ debug 0
|
|||
agent_name arduinoasus
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# 41121 by default.
|
||||
server_port 41121
|
||||
|
|
|
@ -47,7 +47,7 @@ debug 0
|
|||
#altitude 0
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -55,7 +55,7 @@ debug 0
|
|||
#position_description Madrid, centro
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -49,7 +49,7 @@ debug 0
|
|||
#altitude 0
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -77,7 +77,7 @@ udp_server_auth_address 0.0.0.0
|
|||
#position_description Madrid, centro
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
#encoding iso-8859-15
|
||||
#encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -64,7 +64,7 @@ udp_server_auth_address 0.0.0.0
|
|||
#position_description Madrid, centro
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
#encoding iso-8859-15
|
||||
#encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -49,7 +49,7 @@ debug 0
|
|||
#altitude 0
|
||||
|
||||
# By default agent try to take default encoding defined in host.
|
||||
# encoding iso-8859-15
|
||||
# encoding UTF-8
|
||||
|
||||
# Listening TCP port for remote server. By default is 41121 (for tentacle)
|
||||
# if you want to use SSH use 22, and FTP uses 21.
|
||||
|
|
|
@ -137,7 +137,7 @@ my %Conf = (
|
|||
'agent_name' => hostname (),
|
||||
'description' => '',
|
||||
'group' => '',
|
||||
'encoding' => 'ISO-8859-1',
|
||||
'encoding' => 'UTF-8',
|
||||
'server_port' => 41121,
|
||||
'transfer_mode' => 'tentacle',
|
||||
'server_pwd' => '',
|
||||
|
|
Loading…
Reference in New Issue