Commit 1009bb3e authored by Felipe Pina's avatar Felipe Pina
Browse files

[BGCSGRID-537] Flexibilizar a monitoração de arquivos

Mudança na chave dos patêmetros extras que lista os arquivos monitorados
Showing with 1 addition and 1 deletion
+1 -1
......@@ -46,7 +46,7 @@ function filemonitor.init(job)
local params = job.parameters
local i = 1
while true do
local filename = params["csbase_sga_monitor_file."..i]
local filename = params["csbase_command_monitor_file."..i]
if not filename then
break
else
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment