Hi, New user here, so please be gentle ;-)
I have a web server that I want to monitor, and it runs Apache in front of several Zope instances. Each Zope instance runs several web sites, and so on. I'd like to monitor the box itself to see if it's up and Apache is running, and I'd also like to monitor each Zope instance (each instance is reached with a different host name, and each instance can die without affecting the others). So I've got one object, the box itself, myserver.mydomain.com. I've also got several Zopes, like so: zope1.mydomain.com, zope2.mydomain.com, etc. All of the host names in this example resolve to the same address, and Apache rewrites requests to the appropriate Zope instance. I thought about using a class like Devices/Zope, add each of my Zopes as a separate device, and create a Performance Template for the class like in the howto: http://www.zenoss.com/community/docs/howtos/monitoring-websites-with-httpmonitor However, in the "Complications" section of the howto, it sounds like my idea won't work after all, since all of the URLs resolve to the same IP address. I'll be doing this whole thing with several servers, so an efficient method is a must. Any helpful hints? Thanks, Larry Pitcher [EMAIL PROTECTED] -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=12990#12990 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
