To build on what daviz said, you can accomplish this sort of thing with SSH as well.
Inside one of my scripts I use something similar to the following: ssh [EMAIL PROTECTED] '/home/myuser/hello_world.sh' The output of "hello_world.sh" is then returned to the command that called ssh. So it can be done, you just have to tweak it to your device. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=16240#16240 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
