On Aug 28, 2009, at 8:05 PM, mwcotton wrote:
> I read on here once, that a problem with a transform could give that
> error loading config message, for that device turn off each
> transform that effects it one at a time and retry your test to see
> if the error will go away.
Another useful trick that can be used to make this less of a trial and
error approach would be to run the following code within zendmd. This
will execute the same code that zenperfsnmp does to build its
configuration for a device, and throw out any errors it encounters
during the process.
from Products.ZenHub.services.SnmpPerfConfig import getDeviceConfig
cfg = getDeviceConfig(find("PROBLEM_DEVICE_NAME"))
If the configuration is successfully built without errors you should
just get another >>> prompt. If errors are encountered, the associated
traceback will be printed. This traceback should contain useful
information for determining where the problem is.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users