The Water Cooler

Multiple domains CA APM 10.7 SP3

  • 1.  Multiple domains CA APM 10.7 SP3

    Posted May 16, 2019 04:06 PM

    Hi, How can I share metrics / agents / hosts across multiple domains

    I have 3 domains and I need to be able to see the metrics of these 3 servers with EPAS's for each of the domains. Having an idependence at the security level.

     

    This is the configuration of my domains: (See A.jpg)

    <?xml version="1.0" encoding="UTF-8"?>
    <domains xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="domains0.3.xsd" version="0.3">
        <domain name="CICS" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group1" permission="full"/>
        </domain>
        <domain name="BUS" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group2" permission="full"/>
        </domain>
        <domain name="SAP" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group3" permission="full"/>
        </domain>
        <domain name="CANALES" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group4" permission="full"/>
        </domain>
        <SuperDomain>
            <agent mapping="(.*)"/>
            <grant group="Admin" permission="full"/>
            <grant user="Guest" permission="read"/>
        </SuperDomain>
    </domains>

     

    Only hosts and metrics appear only in the CICS GROUP and in the other groups not. Is it possible to do this? (See B.jpg)

     

    Thank you

    Regards

    Marcelo