I'm not sure if this is what you are looking for, but I recently cobbled together something for a remote server that my Zenoss server can't see that may put you on the right path.
* Create a script which will run on the remote server to gather the info you want, save it to a file, and then send the file to the Zenoss server (I used scp with key based login) * Have a cron job run the script every X minutes * On the Zenoss side of things, create a script to get the remote monitor info from the file (be sure to delete this file after gathering the data so you can get an error if the next file doesn't come as expected) * At this point you can create a command data source that runs every X minutes to monitor your remote server Hope this helps... Eric -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=14523#14523 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
