z3n0ss wrote: > Hello- > > When applying 8222 zenpatch asks me which file to patch? > > Does anyone know what file to patch? > > Thanks, > > Erik >
Has your zenoss been installed in a non-standard location? I think all you need to do is something like this: Code: [EMAIL PROTECTED]:~> locate InterfaceMap.py /srv/zenoss/libzenoss/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py /srv/zenoss/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py /srv/zenoss/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.pyc [EMAIL PROTECTED]:~> zenpatch 8222 When prompted, just enter the full path to InterfaceMap.py (the one with 'Products' in the path.) In my example, I'd enter /srv/zenoss/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py At least, I think that's what I did :) -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=17324#17324 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
