Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 220645

Re: Generic Scoreboard in VCOPS 5.7.1

$
0
0

This is impossible. You either configure the widget to be self providing - selecting the resources, metrics and setting the bounds - making it a non-interactive widged. If you would like to have it interactive, you'll need to create a XML file. On the UI go to this folder: "/usr/lib/vmware-vcops/tomcat-enterprise/webapps/vcops-custom/WEB-INF/classes/resources/reskndmetrics". Create a new XML file, make sure ownership is set to admin:admin and rw-r--r-- (chmod 644) for that file.

 

The content for this file should be something like:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<AdapterKinds>

    <AdapterKind adapterKindKey="VMWARE">

        <ResourceKind resourceKindKey="VirtualMachine">

            <Metric attrkey="cpu|readyPct" label="Ready" unit="%" yellow="1.0" orange="2.0" red="5.0"/>

            <Metric attrkey="cpu|ready_summation" label="Ready" unit="ms" yellow="200.0" orange="400.0" red="1000.0"/>

        </ResourceKind>

    </AdapterKind>

</AdapterKinds>

 

You'll need to change your bounds a little to your liking. Also, you'll need a resource selector and set up widget interactivity.


Viewing all articles
Browse latest Browse all 220645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>