ZenDMD Tip - Remove all MIBS
From Zenoss Wiki
This is the approved revision of this page, as well as being the most recent.
To remove all MIBS from the database, su zenoss and zendmd. Run the following.
mibs = dmd.Mibs.mibs.objectIds() for m in mibs: dmd.Mibs.mibs._delObject(m) commit()