Merge branch '815-update-conf-info-about-debug-mode-dev' into 'develop'

Changed conf description

See merge request !663
This commit is contained in:
vgilc 2017-07-17 17:03:42 +02:00
commit 393a1e2ee0
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -77,7 +77,7 @@ server_port 41121
# If set to 1 disables log writing into pandora_agent.log # If set to 1 disables log writing into pandora_agent.log
#disable_logfile 1 #disable_logfile 1
# 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
# If set to 1 allows the agent to be configured via the web console # If set to 1 allows the agent to be configured via the web console