kevinrs wrote: > > I wanted to apply the JMX properties to the /TomcatRoots class, and then set > the jmxManagementPort zProperty of each subclass, like Root0143 to the jmx > port number of that Root. I just seem to be having trouble with getting the > jmx management zproperty to actually be used by the datasources. I would > hate to have to create different templates and datasources for each tomcat > root I am monitoring (there are tons). This would be alot of work and would > not be easily automated (for provisioning new tomcat roots / customers). >
You shouldn't have to create multiple data sources. You should be able to use the same data source and use the zProperties to set the configuration items you need (like listenPort or URI or whatever). The zProperties aren't working for you? They're just TALES expressions and have worked for me in testing... -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=13882#13882 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
