On 4/20/07, Roberto Parra <[EMAIL PROTECTED]> wrote:
After Changeset 4726 Zenmodeler is no more collecting snmp data. As i can see this is not an error but is due to the fact that zenmodeler look at zProperties zCollectorCollectPlugins and zCollectorPlugins and i hope only in my case they are blank so nothing is done. How can i solve that without manual edit every device?
Roberto, You don't have to manually edit every device. What you need to do is define your data collector plugins at key parts of the device class tree. I'll show you some of what I did to help you get an idea for what you should do: /Devices zCollectorPlugins: zenoss.snmp.DeviceMap zenoss.snmp.NewDeviceMap zenoss.snmp.InterfaceMap zenoss.snmp.RouteMap /Devices/Server zCollectorPlugins: zenoss.snmp.DeviceMap zenoss.snmp.NewDeviceMap zenoss.snmp.InterfaceMap zenoss.snmp.RouteMap zenoss.snmp.CpuMap zenoss.snmp.IpServiceMap /Devices/Server/Windows zCollectorPlugins: zenoss.snmp.DeviceMap zenoss.snmp.NewDeviceMap zenoss.snmp.InterfaceMap zenoss.snmp.RouteMap zenoss.snmp.CpuMap zenoss.snmp.IpServiceMap zenoss.snmp.InformantDiskMap etc.. I'm guessing that the Zenoss guys will be introducing a migration script at some point to setup some sane defaults, but for now you have to endure the pain of the trunk. Overall this seems like a much better way to handle the data collector plugins. The old system made it very difficult to determine which plugins would actually be run for a given device. -- Chet Luther [EMAIL PROTECTED] _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
