mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch '815-modify-debug-text-line-in-pandora_agent.conf-files-dev' into 'develop'
Added new comment to debug in conf See merge request !669
This commit is contained in:
commit
97cfe0260a
@ -15,8 +15,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# Optional. UDP Server to receive orders from outside
|
# Optional. UDP Server to receive orders from outside
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -60,7 +60,7 @@ server_port 41121
|
|||||||
# In case of using FTP or tentacle with password. User is always "pandora"
|
# In case of using FTP or tentacle with password. User is always "pandora"
|
||||||
#server_pwd pandora
|
#server_pwd pandora
|
||||||
|
|
||||||
# Debug mode do not copy XML data files to server.
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# debug 1
|
# debug 1
|
||||||
|
|
||||||
# ODBC connections. Check documentation for more information.
|
# ODBC connections. Check documentation for more information.
|
||||||
|
@ -11,7 +11,7 @@ pandora_path /usr/share/pandora_agent
|
|||||||
temporal /var/spool/pandora/data_out
|
temporal /var/spool/pandora/data_out
|
||||||
interval 300
|
interval 300
|
||||||
checksum 0
|
checksum 0
|
||||||
#agent_name adama
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
debug 0
|
debug 0
|
||||||
# By default is 22 (for ssh)
|
# By default is 22 (for ssh)
|
||||||
#server_port 22
|
#server_port 22
|
||||||
|
@ -13,6 +13,7 @@ pandora_path /opt/pandora_agent
|
|||||||
temporal /var/spool/pandora/data_out
|
temporal /var/spool/pandora/data_out
|
||||||
interval 600
|
interval 600
|
||||||
agent_name nokia
|
agent_name nokia
|
||||||
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
debug 0
|
debug 0
|
||||||
checksum 0
|
checksum 0
|
||||||
harmless_mode 1
|
harmless_mode 1
|
||||||
|
@ -11,6 +11,7 @@ temporal /var/spool/pandora/data_out
|
|||||||
interval 300
|
interval 300
|
||||||
#agent_name satellite_system
|
#agent_name satellite_system
|
||||||
checksum 1
|
checksum 1
|
||||||
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# Module Definition
|
# Module Definition
|
||||||
|
@ -15,8 +15,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -15,8 +15,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -14,8 +14,7 @@ logfile /opt/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 30
|
interval 30
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -11,6 +11,7 @@ temporal /var/spool/pandora/data_out
|
|||||||
interval 300
|
interval 300
|
||||||
#agent_name satellite_system
|
#agent_name satellite_system
|
||||||
checksum 0
|
checksum 0
|
||||||
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
debug 0
|
debug 0
|
||||||
# By default is 22 (for ssh)
|
# By default is 22 (for ssh)
|
||||||
#server_port 22
|
#server_port 22
|
||||||
|
@ -15,8 +15,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# Optional. UDP Server to receive orders from outside
|
# Optional. UDP Server to receive orders from outside
|
||||||
|
@ -18,8 +18,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# Optional. UDP Server to receive orders from outside
|
# Optional. UDP Server to receive orders from outside
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
@ -17,8 +17,7 @@ logfile /var/log/pandora/pandora_agent.log
|
|||||||
# Interval in seconds, 300 by default
|
# Interval in seconds, 300 by default
|
||||||
interval 300
|
interval 300
|
||||||
|
|
||||||
# Debug mode only generate XML, and stop after first execution,
|
# Debug mode renames XML in the temp folder and continues running
|
||||||
# and does not copy XML to server.
|
|
||||||
debug 0
|
debug 0
|
||||||
|
|
||||||
# By default, agent takes machine name
|
# By default, agent takes machine name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user