Help build a dashboard

Let me say that it is beyond frustrating working with the product. It is very easy to install and collect data. I think it's great for the resolution of the problems, but the IOC would like to see some signs of dashboard.

I can create a dashboard, but I'm looking to create a background image, and then simply place a few dials spinning on the image. When I put a background image, it never shows upward. When I go to add data to the dashboard, I received what appears to be options of 1,000. I just want to find a representation simple for the health of the host, or if it's upwards or downwards.

My biggest frustration with the product is that it seems to be for a lot of the represented data which is not very easy to translate or to represent with an object.

Hello

What format you use.   GIF/jpeg/png should work fine.

I have seen in previous cases of version where there was a problem in which you may need to create the dashboard and set a background image when you have an empty dashboard.

Once you have a white dashboard, open the right panel, choose Properties > change basic properties

Then select the background picture link

And download the image

Once you have the dashboard with background image, there are a few things you can do.

You can use existing views, please note that the default view is by module, but you can also check the box to see the views by role

Or you can drop data, by dragging actions or objects on the screen and choose from the list of existing views.

There are many good tutorials and links for drag and drop dashboards

There is a webcast that was done as part of the series of admin (just check out the webcast you want to fill in your details and click on submit). https://software.Dell.com/event/Foglight-administrator-skills-101866232

We have a video of dash custom on the support link

https://support.software.Dell.com/Foglight/5.6.2/videos/17093

And there are a good number of examples on the site of the community, of which some include the use of background images.

http://en.community.Dell.com/TechCenter/p/searchresults#q=dashboard%20video

Foglight gives you lots of options (sometimes too much), but the datatree itself has a good list according to categories vmware and has the ability to search a sepecific object in a list (host esx, virtual machines, etc..)

(In my opinion) the best display options exist when you choose a layout for the dashboard of fixed size)

In regard to the presentation of a status of the ESX host you can select alarm severity in different sizes and with or without name (if the name is not meaninful you select alarm severity without name and doing dragging text to give the icon a meaninful name).

You can also select the health with history

Hope this helps

Golan

Tags: Dell Tech

Similar Questions

  • Please help build a sql query

    Hello

    Please help build a sql query


    My Table Test2015 has given below

    Header_id Line_id Ordered_item       

    723887290 199925 MAIN1

    199925 723887291 MAIN2

    199926 723887292 SH-POS-NO-BR POS-INS

    199926 723887293 MAIN2

    199927 723887294 IC-ENV-NON-BR-ENV-PXY

    199927 723887295 MAIN1

    199927 723887297 MAIN2

    199927 723887298 PRCSS SH-FAIRY-ELEC DISTR.

    199927 723887299 SH-FAIRY-SUM PRO-DE-CONS-HOUSE

    I am trying to query my Test2015 table to obtain the records with ordered_item containing 'MAIN1' and 'MAIN2' only. I tried to write a query as below

    SELECT * FROM test2015 WHERE ORDERED_ITEM in ('MAIN1', 'MAIN2');

    But it gives me all the data with the MAIN2 records found but MAIN1 is absent, I want to retrieve only records to both 'MAIN1' and 'MAIN2' present for Header_id.

    While the result below shows me header_id - 199926 and 199929 that he should assume back. I want to fetch documents only with 'MAIN1' and 'MAIN2' both present.

    Header_id Line_id Ordered_item            

    723887290 199925 MAIN1

    199925 723887291 MAIN2

    199926 723887293 MAIN2

    199927 723887295 MAIN1

    199927 723887297 MAIN2

    199929 723887299 MAIN1

    Please suggest.

    Thank you and best regards,

    Prasad.

    Hello

    Try like this...

    SELECT * FROM test2015 WHERE ORDERED_ITEM in ('MAIN1") and in header_id (select test2015 WHERE ORDERED_ITEM in ('MAIN2') header_id)

  • Help build control PWM with Accelerator and arduino

    Hello

    Good night

    I'm new to labview
    pls help me to build a project, or give the design, because im confused how connect accelertor to PMW with arduino.

    This regulation:

    Create a program using LabView configuration between sensor
    Accelerometer in the current motor speed continuous is used. Where motor speed
    DC will change according to the level of the accelerometer tilt sensor.

    IM waiting for your happy,

    Please share .vi

    Thank & regards,.

    Kidz stew

    Hello

    TRY this and enjoy ;-)

  • How to build the dashboard of geo

    Hi all

    Can anyone suggest me how to create and work on geo dashboards?

    Kind regards

    Shiva G

    See this document

    http://eDOCS.quest.com/Foglight/567/doc/wwhelp/wwhimpl/common/HTML/frameset.htm?context=cartridgeAPM&file=AppOpsCartridge/AppendixIntegratingFxMV.4.php&single=true

    The full document for the apm and download request operation exist on media https://support.quest.com/Download/InstallDetail.aspx?fID=4763075&probjid=1-7GCB8-91

    The image you posted looks like a combination drag / move the cartridge apm as other end user cards, database and java tiles which come from the cartridge to request operations.

    Hope this helps

    Golan

  • help build a host laboratory

    I am looking to buy a couple of class desktop PCs for an esx laboratory seeks to build.

    Here are the specs seeks for the esx:

    • Quad Core phenom

    • ASUS M4A78-EM

    • 8 GB RAM

    for the SAN:

    • Athlon x 2

    • ASUS M4A78-EM

    • 2 GB

    • Open-E DSS Lite running for iSCSI

    Don't see obviously those material in the compatibility list, so I am sure I could run into some issues.

    I like to hear your thoughts and the recommendation on the build.

    BTW, as a final review in the construction, am on a small budget. That's why no hardware server on my list.

    Ceheck on http://vm-help.com/ it has great information on getting material not also supported work - if worse comes to worse, why not build your lab under vmware server or workstation environment

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • * Need help Builder *.

    Please help me understand the Builder in the following code:
    < pre >
    Class Ch5Circle {}

    public static final int INVALID_DIMENSION = - 1;
    RADIUS double private;
    public Ch5Circle() {}
    This (INVALID_DIMENSION);
    }

    public Ch5Circle (double r) {}
    setRadius (r);
    }
    public double getArea () {}
    result = INVALID_DIMENSION;
    If (isRadiusValid()) {}
    result = Math.PI * RADIUS * RADIUS;
    }
    return the result;
    }
    public double getRadius () {}
    return RADIUS;
    }
    {} public void setRadius (double r)
    If (r > 0) {}
    RADIUS = r;
    } else {}
    RADIUS = INVALID_DIMENSION;
    }
    }
    Private boolean isRadiusValid () {}
    return RADIUS! = INVALID_DIMENSION;
    }
    }
    < / pre >
    If I create a method hand and do something like suite what constructor will be called and that we don't not or they both will call:
    < pre >
    Circle of Ch5Circle = new Ch5Circle (5);
    Double area = circle.getArea ();
    < / pre >

    Help, please!

    Published by: user10860710 on January 5, 2012 21:31

    user10860710 wrote:
    Thanks for the reply. I would be satisfied if you clearify with your own worlds. My question is why the author of the book that I am reading this:


    public Ch5Circle() {
    this (INVALID_DIMENSION);
    }

    Is there any use of it?

    'this' is used in a constructor to designate another constructor in the same class with the different argument list.

    In this case, if you understood the logic of the program, you wouldn't have this issue.

    If you do not specify the value of the RADIUS when creating the Ch5Circle class object, the default constructor will be called. The author defines the default constructor to set the RADIUS as -1 by calling the constructor of another. Hope you understand now.

  • The call for Experts: help build my DV, mounting system (CS5)

    I read several incredibly helpful articles/guides on building the best PC for the buck.  Evil is perhaps the greatest.  I can't help but notice most of what I read were written a number of months.  In this never ceases to evolve, rapidly changing industry, which translates by light-years ago.

    Some of you experts can I ask this question: If you had $2 k - ish to spend on editing system w / CS5 Production, what would you choose for YOUR system? Excluding the screens, keyboard, mouse, speakers, etc.  Just the case, mobo, RAM, CPU, GPU, PSU, HDD (s), DVD + -, not BlueRay... and what I forget.

    I don't Manage NOT HD video yet, but will improve one day.  I did my homework.  I'm NOT lazy here. But I'M in a HURRY!!

    Many blessings... JAY

    Coltsman33 wrote:

    Many blessings... JAY

    Why thank you.

    Thermaltake Element V Black Edition steel full Tower computer case Colorshift Fans VL200K1W2Z
    $154.99
    Seagate Cheetah 15K.6 ST3146356SS 146 GB 15000 rpm SAS 3 Gb/s 3.5 "drive hard internal-Bare drive
    $179.99
    NE5TX470F10DA Palit GeForce GTX 470 (Fermi) 1280 MB 320 - bit GDDR5 PCI Express 2.0 x 16 HDCP Ready SLI Support video card
    $259.99
    KINGWIN Lazer LZ-1000 1000W modular 80 PLUS BRONZE certified PFC active W / switch LED to 3 ways and the universal modular connector...
    $159.99
    Patriot Viper II sector 7 Edition 12 (3 x 4 GB) 240 - Pin DDR3 SDRAM DDR3 1600 (PC3 12800) desktop memory model PV7312G1600ELK
    $299.99
    ASUS Rampage III Formula LGA 1366 Intel X 58 SATA 6 GB/s USB 3.0 ATX Intel Motherboard
    $289.99
    Intel Core i7-950 Bloomfield 3.06 GHz LGA 1366 130W Quad-Core Processor BX80601950
    $294.99
    ? Item = N82E16835608014 "> Noctua NH-U12P SE2 120mm CPU Cooler
    $ 74.99
    SSO"

    LG Black 10 X Blu - ray burner - LightScribe Support Bulk SATA WH10LS30 - OEM

    $99.99

    Was a revised items list to fit under 2 k. f course it's missing hds required for page media etc. And also, I'm not sure if the case would be big enough for the CPU cooler. But you get the idea

  • Help Builder Flash broken after update

    Hi all

    I use the demo version of FB on OSX 10.5.8 and AIR beta 2 is installed. It was all working well, but once when I first started using FB in the menu, I got an alert saying there is an update available. I clicked the button to update and it appeared to start but after a minute or two, he threw an error. Since then has been broken using FB - msg: "Adobe AIR - the installation of this application is damaged... etc."

    I tried reinstalling Flashbuilder both AIR 2 beta and still get the same error.

    Frustrating. Is this a known problem and is there a solution?

    Thank you

    sT

    Hello

    Can you please try to reinstall the Client of Community aid - http://www.adobe.com/support/chc/?helpcfg=http://help.adobe.com/HelpCfg/en_US/Flex_4.0.hel FMAP & url = http://help.adobe.com/en_US/Flex/4.0/Using/index.html&product=flashbuilder

    Mayank Kumar

    Flash Builder Engineering

  • Help build a query!

    There are two tables. One is composed of members with fresh and then fixed percentile. I need to build a single query based on the following

    1. need to know the number of members who report to a beach fixed percent 10%, 40%, 50%. Suppose, total non-member = 50 then

    10%-> 5
    40%--> 20
    50%--> 25

    2. now, I need to order the members in accordance with their costs. Thus, if he follows the expenses of members sorted by cost

    A1 100
    A2 99
    A3 98
    A4 97
    A5 96
    A6 95
    .....
    .....
    A50 50

    then

    the total expenses should be discovered as

    10% [sum of the first 5: A1 to A5] = 100 + 99 + 98 + 97 + 96 = 490
    40% [sum of the next 20: A6 to A26]
    50% [sum of the next 25: of the A27 to A50]

    Help, please!

    Published by: Fanny on January 11, 2010 07:50

    Fanny says:

    I can try, follow these steps. But I need to improvise the query.

    No problem:

    with t as (
               select 'A' || level member,101 - level expenses from dual connect by level < 51
              )
    select  b.label,
            sum(a.expenses) total_expenses
      from  (
             select  row_number() over(order by expenses desc) rn,
                     count(*) over() cnt,
                     expenses
               from  t
            ) a,
            (
             select  seq_id,
                     label,
                     cumulative_percent,
                     lag(cumulative_percent,1,0) over(order by seq_id) prev_cumulative_percent
               from  groups
            ) b
      where a.rn >  a.cnt * b.prev_cumulative_percent / 100 -- you can wrap it with round
        and a.rn <= a.cnt * b.cumulative_percent / 100      -- depending on your requirements
    group by b.label,
             b.seq_id
    order by b.seq_id
    /
    
    LABEL                TOTAL_EXPENSES
    -------------------- --------------
    10%                             490
    40%                            1710
    50%                            1575
    
    SQL> 
    

    Table A calculates the number of members and each sequential member the number of current Member in descending order of their spending. Table B calculates, for each cumulative percentage of the previous sequence id id. So now, table B, each line defines a bucket. Now, all we need is to join A and B send each Member to bucket appropriate.

    SY.

  • request to help build a vi to acquire a signal of pc6251 for the acquisition of data and perform fft it can u people please help me? Thanks in advance

    Hi all... I learn LabVIEW since few days.i want to acquire a signal of pc6251 of acquisition of data and perform fft it can u people please help me? Thanks in advance

    If you do only use LabVIEW for a few days, you should get familiar with it first by looking at some of the resources available here. After that, you can watch heredata acquisition.

    After reviewing these documents, you can post back with any specific questions.

  • Help build this VI please

    Hi guys

    I am studying a book of Labview and I'm stuck, making this example. I can't connect the output of the while loop. In the attachment, there is a JPEG file, explains my problem. Please help me...

    Your table on the front panel is not defined. All you need is a table container. You need a real control or indicator inside the table to specify its data type. Select a digital indicator in the palette and drag it inside the container table. Who will set the data type for the table and its icon on the block schema change.

  • help building cloud

    Hello, I want to download indesign creative cloud, and when he goes by 42% the download stops. I have "errors encountered during the installation (21)". help please

    even if it is for ps, follow the same suggestion, Error 21 or DW021 when installing Photoshop CC 2015

  • Home Server - Help Build ESXi

    Hey,.

    I struggled to create a base of ESXi due to compatibility server.  Here's my current version:

    Intel i7 4790

    Gigabyte Z97 - HD3

    2 x 1 TB Western Digital hard drives (SATA)

    Ballistix 16 GB DDR - 1866

    I realize that my motherboard is not compatible (now that I bought it).  First of all, it was the NIC, now he does not see the HARD drive.  I bought an Intel NIC who works with ESXi.  If I buy a RAID controller, that gets me around the issue of compatibility?  Did I meet problems more?  Or what is the motherboard cheaper who will work with a LGA1150?  I struggled with this too much and I just want to find the easiest way to make this work .

    Thank you very much for your help.

    Hey Mate,

    I recently bought a card mother-GA-Z97M-D3H (with i7 4790) to run ESXI 5.5

    I'm came across this post while searching for an answer - I found one, so I thought I'd share (should work as well for your motherboard, I don't think there is a big difference).

    The answer lies in the drivers, ESXi 5.5 does not have the drivers of NETWORK card or sata-xachi right.

    You can get these in a format VIB here:

    (File VIB itself) NIC VIB file: www.tinkertry.com/install-esxi-5-5-with-realtek-8111-or-8168-nic/

    (File VIB in the links at the bottom of this page) sata-xachi: http://vibsdepot.v-front.de/wiki/index.php/sata-xahci (this site seems broken, if you are looking for and go through the main page, it can charge, it is a copy - paste the right link...)

    Then, you will need to inject into the iso ESXi 5.5 via the customizer of ESXi (www.v-front.de/p/esxi-customizer.html).

    Then install your iso ESXi personalized on your machine (I used Rufus for this: https://communities.vmware.com/thread/457760 ).

    Good luck!

    p.s. the VIB attached files if you do not want to visit the sites.

  • Catalyst for help | Building Web Apps part 3: creating a Web application with content submitted by visitors

    This question has been posted in response to the following article: http://helpx.Adobe.com/business-catalyst/partner/building-Web-app-visitor-submitted.html

    To save other hours in research to do this, if you want to know how to set the Expiration Date of a custom HTML Web App point presentation shape, you can do something like this:

    input type = "radio" style = "" display: none; "checked ="true"value ="2"id ="daysRB""

    input type = "text" value = "60" maxlength = "2" style = "display: inline;" Width: 25px; "id = 'Days' name = 'days '.

    You cannot set the date directly, but you can tell how many days from today, you want it to expire...

  • Help build the query

    In order to explain my problem, I'll give my data first and then explain what I am trying to accomplish.

    Oracle: 10g

    Table = tb.xInfo
    NAME       STYLE    YEAR    AMOUNT    SEC_ID
    BOB          BLUE      1995         6              1
    BOB          BLUE      1996         8              1 
    BOB          BLUE      1997         7              1
    CHRIS        RED        1995        4              1
    CHRIS        PURPLE   1996        8              1
    CHRIS        RED         1997       5              1
    DAN          YELLOW   1995      9               1
    DAN          YELLOW   1996      4               1
    DAN          YELLOW   1997      1               1
    "So what I try to do based on the above data is: summarize all specific amounts, exit it years in years like 1995-1997 column" and all styles of there in the column style, with Chris, I want out of his STYLE values separated by a comma.

    Desired result set
    NAME       STYLE            YEAR             AMOUNT 
    BOB         BLUE              1995-1997           21
    CHRIS      RED, PURPLE    1995-1997           17
    DAN        YELLOW           1995-1997           14
    This is the code I tried but did not have much success:
    select name, 
             (CASE
                      WHEN count(style) = 2 THEN
                            STYLE || ', ' || STYLE
                      ELSE
                            STYLE
             END) as style,
             '1995-1997' AS YEAR
             SUM(AMOUNT) as amount
    from
               (
               select name, 
                          style, 
                          year, 
                          amount
               from  
                           tb.xInfo
               where year in (1995,1996,1997)
               and     sec_id = 1
               and name
               )
    Group by name, style, amount
    The above doesn't seem to work.

    Hello

    Here is an example of SYS_CONNECT_BY_PATH, using the example of data published by Mwooldridge:

    WITH     got_style_num     AS
    (
         SELECT DISTINCT
              name
         ,     style
         ,     SUM (amount)  OVER ( PARTITION BY  name)     AS total_amount
         ,     DENSE_RANK () OVER ( PARTITION BY  name
                                   ORDER BY          style
                           )                    AS style_num
         FROM    msw_test
         WHERE     year     IN (1995, 1996, 1997)
         AND     sec_id     = 1
    )
    SELECT  name
    ,     LTRIM ( SYS_CONNECT_BY_PATH (style, ', ')
               , ', '
               )               AS styles
    ,     '1995-1997'          AS years
    ,     total_amount
    FROM     got_style_num
    WHERE     CONNECT_BY_ISLEAF     = 1
    START WITH     style_num     = 1
    CONNECT BY     style_num     = PRIOR style_num + 1
         AND     name          = PRIOR name
    ;
    

    Create dynamically the years column, as did Mwooldrige, is a good idea. To modify the above query, use the MIN and MAX functions analytical in the subquery got_style_num.
    Alternatively, you can use the SYS_CONNECT_BY_PATH to generate a string like ' 1995, 1996, 1997. This could be very useful if some names, it was missing a few years; then you might get results like ' 1995, 1997' or '1995' dynamically.

    The above query lists the styles alphabetically. In the sample data you posted, you RED prior to VIOLET. If it's important, explains what order you want.

Maybe you are looking for