davetayl wrote: > It gets interesting when I create a new class copy everything across and bind > it, delete all the devices and re add them, the same two servers come up with > the same problem. I would point to the servers but they seem fine and the > parallel zenoss instance is monitoring them correctly I'm wondering if > something isn't being deleted during the delete process. > > I also noticed that it doesn't seem to be polling those servers at all > > > D
I noticed similar issues in my thread above. My devices wouldn't graph correctly even after I deleted and re-added them. In my case, I had to move all the non-working servers back to the original class (in your case /Devices/Server/Windows) before they would start working again. Then I recreated the new class and moved all the devices again (instead of just moving the entire class). The only way I found this out was I looked at /usr/local/zenoss/zenoss/var/zenhub-1.zec and saw it was referencing the old location where the servers were before the move (even though nothing was there). It's a binary file, but with less or more you can still see some ASCII characters in it regarding paths. If it were me (and this already hasn't been done), I would move those servers back to the original location (move just the servers, not the entire class) stop zenoss, rename any *.zec files in $ZENHOME/var/ so they have a different extension (i.e. foo.zec.ORIG...that way they're recreated), and then start zenoss. Give it about 10 min to see if they start graphing correctly. Then recreate your class under "/Devices/D2N/Systems/Server/Windows", copy/bind all your templates to this new location, mirror the collector plugins to this new location, and then move your servers back over to this new location. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25297#25297 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
