Added rcmd_timeout_bin token in pandora_server.conf by default

This commit is contained in:
Kike 2019-12-24 10:43:08 +01:00
parent 0f34528f6f
commit 79d3cd613f
2 changed files with 12 additions and 0 deletions

View File

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

View File

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