Added rcmd_timeout_bin token in pandora_server.conf by default
This commit is contained in:
parent
0f34528f6f
commit
79d3cd613f
|
@ -166,6 +166,10 @@ network_timeout 4
|
|||
|
||||
rcmd_timeout 10
|
||||
|
||||
# Pandora FMS remote execution commands timeout tool filepath (by default at /usr/bin)
|
||||
|
||||
rcmd_timeout_bin /usr/bin/timeout
|
||||
|
||||
# Server keepalive (in seconds)
|
||||
|
||||
server_keepalive 45
|
||||
|
|
|
@ -148,6 +148,14 @@ wmiserver 0
|
|||
|
||||
network_timeout 5
|
||||
|
||||
# Network timeout (in seconds) for timeout in remote execution commands (PANDORA FMS ENTERPRISE ONLY).
|
||||
|
||||
rcmd_timeout 10
|
||||
|
||||
# Pandora FMS remote execution commands timeout tool filepath (by default at /usr/bin)
|
||||
|
||||
rcmd_timeout_bin C:\PandoraFMS\Pandora_Server\bin\pandora_exec.exe
|
||||
|
||||
# Server keepalive (in seconds)
|
||||
|
||||
server_keepalive 45
|
||||
|
|
Loading…
Reference in New Issue