-
Modules Don’t Show – HASH(something) on the Description
Hi,
I’m trying to start some agent with some modules, but when i start the agent only the first module is show and in the description it shows HASH(0x9065b48)(*), not the description i configured.
The modules have all the same configuration, as below:
#=====================================================================
module_begin
module_name id10500
module_type generic_data
module_exec /pandora/scripts/insere_dado_indicador.sh 10500
module_description SBL – Qtde de registros no diretório SIEBEL
module_end
#=====================================================================The script on module_exec runs a sqlplus query and works fine, everything was working fine on another machine, now i got this HASH on description and the other modules don’t show.
What is wrong?