mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fix duplicated parameters
This commit is contained in:
parent
c42b8c57c9
commit
71d75fd6b7
@ -68,10 +68,6 @@ dbhost 127.0.0.1
|
|||||||
|
|
||||||
#dbport 3306
|
#dbport 3306
|
||||||
|
|
||||||
# By default, parent agent will not be updated
|
|
||||||
|
|
||||||
#update_parent 0
|
|
||||||
|
|
||||||
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
||||||
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
||||||
# set to 1 or 3 on production enviroments.
|
# set to 1 or 3 on production enviroments.
|
||||||
|
@ -68,10 +68,6 @@ dbhost 127.0.0.1
|
|||||||
|
|
||||||
#dbport 3306
|
#dbport 3306
|
||||||
|
|
||||||
# By default, parent agent will not be updated
|
|
||||||
|
|
||||||
#update_parent 0
|
|
||||||
|
|
||||||
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
||||||
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
||||||
# set to 1 or 3 on production enviroments.
|
# set to 1 or 3 on production enviroments.
|
||||||
|
@ -79,10 +79,6 @@ dbssl 0
|
|||||||
|
|
||||||
# dbsslcapath
|
# dbsslcapath
|
||||||
|
|
||||||
# By default, parent agent will not be updated
|
|
||||||
|
|
||||||
#update_parent 0
|
|
||||||
|
|
||||||
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
||||||
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
||||||
# set to 1 or 3 on production enviroments.
|
# set to 1 or 3 on production enviroments.
|
||||||
@ -430,6 +426,7 @@ sample_agent_interval 600
|
|||||||
# Update parent from the agent xml
|
# Update parent from the agent xml
|
||||||
|
|
||||||
update_parent 1
|
update_parent 1
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# This enable realtime reverse geocoding using Google Maps public api.
|
# This enable realtime reverse geocoding using Google Maps public api.
|
||||||
|
@ -68,10 +68,6 @@ dbhost 192.168.55.1
|
|||||||
|
|
||||||
#dbport 3306
|
#dbport 3306
|
||||||
|
|
||||||
# By default, parent agent will not be updated
|
|
||||||
|
|
||||||
#update_parent 0
|
|
||||||
|
|
||||||
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
# verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy)
|
||||||
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
# -v in command line (verbose) or -d (debug). Set this to 10 when try to locate problems and
|
||||||
# set to 1 or 3 on production enviroments.
|
# set to 1 or 3 on production enviroments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user