Normally building a collector plugin only involves writing the plugin. However, since we don't have a collector client that uses WMI as the transport yet you would also have to build this part. It is definitely not a trivial task.
I'd recommend taking a look at the $ZENHOME/Products/DataCollector/CollectorClient.py file. You will need to subclass this to build your "WmiClient" much the same way that the current TelnetClient does. Once this is done you can get an idea of how the plugins interact with the client by looking at the command based plugins under DataCollector/plugins/zenoss/cmd/. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10934#10934 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
