terky_jerky wrote: > Any ideas on where I could get more information on writing a collector plugin > that is just for this device type? > > -James
The SNMP collectors are in $ZENHOME/Products/DataCollector/plugins/zenoss/snmp To modify the current modelers (aka collector plugins), click on More -> zCollector Plugins and select the subset that you want to try. To get it to run your new modelers, select Manage -> Model Device. The properties for a relationship object (eg a fileystem vs an Ethernet port) acan be discovered by going through Products/ZenModel/*.py and making some guesses. That's about all I can tell you without leading you astray. :( Note that the modelers are intended to run every once in a while (eg once a day), and not every five minutes. If you need to collect the data every five minutes (ie because you want to graph it), then I'm not sure how to solve this particular problem. You may want to post to zenoss-dev to see if anyone else knows more about it. kells -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=19394#19394 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
