2011-07-14 Vanessa Gil <vanessa.gil@artica.es>
* unix/Linux/pandora_agent.conf unix/SunOS/pandora_agent.conf unix/FreeBSD/pandora_agent.conf unix/HP-UX/pandora_agent.conf unix/NT4/pandora_agent.conf: Add example lines with drone agents and additional configuration files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4568 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
56eaaad116
commit
991cdf3684
|
@ -1,3 +1,11 @@
|
|||
2011-07-14 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* unix/Linux/pandora_agent.conf
|
||||
unix/SunOS/pandora_agent.conf
|
||||
unix/FreeBSD/pandora_agent.conf
|
||||
unix/HP-UX/pandora_agent.conf
|
||||
unix/NT4/pandora_agent.conf: Add example lines with drone agents and additional configuration files.
|
||||
|
||||
2011-07-14 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* unix/pandora_agent: Created runtime enviroment variables for unix agents
|
||||
|
|
|
@ -11,6 +11,8 @@ server_ip localhost
|
|||
server_path /var/spool/pandora/data_in
|
||||
temporal /tmp
|
||||
logfile /var/log/pandora/pandora_agent.log
|
||||
#include /etc/pandora/pandora_agent_alt.conf
|
||||
#broker_agent name_agent
|
||||
|
||||
# Interval in seconds, 300 by default
|
||||
interval 300
|
||||
|
|
|
@ -11,6 +11,8 @@ server_ip localhost
|
|||
server_path /var/spool/pandora/data_in
|
||||
temporal /tmp
|
||||
logfile /var/log/pandora/pandora_agent.log
|
||||
#include /etc/pandora/pandora_agent_alt.conf
|
||||
#broker_agent name_agent
|
||||
|
||||
# Interval in seconds, 300 by default
|
||||
interval 300
|
||||
|
|
|
@ -11,6 +11,8 @@ server_ip localhost
|
|||
server_path /var/spool/pandora/data_in
|
||||
temporal /tmp
|
||||
logfile /var/log/pandora/pandora_agent.log
|
||||
#include /etc/pandora/pandora_agent_alt.conf
|
||||
#broker_agent name_agent
|
||||
|
||||
# Interval in seconds, 300 by default
|
||||
interval 300
|
||||
|
|
|
@ -11,6 +11,8 @@ server_ip 192.168.50.1
|
|||
server_path /var/spool/pandora/data_in
|
||||
temporal c:\pandora\temp
|
||||
logfile c:\pandora\log\pandora_agent.log
|
||||
#include c:\pandora\pandora_agent_alt.conf
|
||||
#broker_agent name_agent
|
||||
|
||||
# Interval in seconds, 300 by default
|
||||
interval 30
|
||||
|
|
|
@ -11,6 +11,8 @@ server_ip localhost
|
|||
server_path /var/spool/pandora/data_in
|
||||
temporal /tmp
|
||||
logfile /var/log/pandora/pandora_agent.log
|
||||
#include /etc/pandora/pandora_agent_alt.conf
|
||||
#broker_agent name_agent
|
||||
|
||||
# Interval in seconds, 300 by default
|
||||
interval 300
|
||||
|
|
Loading…
Reference in New Issue