-
[Solved] Remote SSH with expect script problem
Hello all,
I have a problem with a expect script. This script connects to another machine with remote ssh and runs sql queries.
It´s works fine out of pandora but when I add the code to the pandora_agent.conf the others monitors do not respond.
This the code:
module_begin
module_name prueba_sql
module_type generic_data
module_exec /etc/pandora/sqlgeneral.exp user@host bd sql promt && echo 1
module_description prueba 1
module_endThanks in advance!