DX Unified Infrastructure Management

  • 1.  UR customize top 20 server by cpu usage

    Posted Jan 10, 2013 01:28 AM

    Hi there,

     

    Anyony knows how to customize the default UR/ Ireport top 20 server by cpu usage to generate a report for a specific group of server like , I want to report only server1,server2 or all servers from a hub_client1.

     

    Thanks,

     

    Leonardo



  • 2.  Re: UR customize top 20 server by cpu usage

    Posted Jan 10, 2013 04:50 PM

    I don't think you can change the origin on those It's in the SQL query but it should be using some of the nimsoft built TOPX query executors.  You other option is to just build your own where you can filter the origin.  I believe someone posted a server heath report here that you could just import and change to your liking.   I would also check the documentation on the query executors maybe they do accept a origin. or possibly modifing the target below not sure if you can put your own target in their.

     

    {"topNReportDefinition":{
    "numberOfBars":20,
    "statistics":["avg", "max", "min"],
    "qos":"QOS_CPU_USAGE",
    "target":"{source}"
    "period":24,
    "periodUnits":"hour",
    "groupFirstBy": "source"
    }
    }