erinai
Newbie
Karma: 0
Offline
Posts: 4
|
 |
« on: October 27, 2010, 01:36:23 PM » |
|
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_end
Thanks in advance!
|