View the contents of the table on Custom Agent

Hello

I would like to create a dashboard with a table showing the ten entries with free low % of a custom agent that I wrote.

The agent is when extracting data on data warehouses and each data storage capacity, % free and used. (this is temporary until we get approval from vFoglight)

From what I see the agent is storing data as below

  • Agent_Name

    • tables
    • datastore_name
      • capacity
      • % free
      • used

Is it possible to get a picture to view it as the below?

Name of the data store % Free Used
Datastore_3 10% 1.2 to
Datastore_1 30% 800 GB
Datastore_5 50% 500 GB
....

Thank you much for the help

Using WCF, it would be possible.  It is based on the normal approach of Foglight.

  • Find data
  • Enter the data in the structure you need
    • generally via a query or function
  • Send the result to a view in the context
  • Test it

You can query against the Agent_Name/Tables level, to get you your ranks

then use functions to dynamically create columns in the query result rows row

Could start here http://en.community.dell.com/techcenter/performance-monitoring/foglight-administrators/w/admins-wiki/6155.custom-script-agent-1-leverage-an-existing-monitoring-script-to-push-data-into-foglight

Tags: Dell Tech

Similar Questions

  • View the table of contents of a project of RH6 in RH8

    As a companion to my other post questioned recent re RH6 RH8 TOC, specifically:

    If I have a project of RH6 I open in RH8, how can I view the table of contents of the RH6 project without creating a new brand, so I can view and edit?

    My apologies if I misunderstood your question, but just try to double-click the TOC file that has been updated to RH6 when you opened the project in RH8. You can find it in the project configuration module.

  • How to maintain the synchronization of the hierarchy of the table with customer-specific data

    Series of paintings in our system, we have:

    Promotions (id, descr, datefrom, dateto,...)
    PromotionClients (promotionId, clientId) = list of clients whose promotion is valid
    PromotionProducts (promotionId, itemId) = list of products on sale

    The synchronization logic is simply that all promotion tables must be synchronized just to the customers present in the PromotionClients table. So each select element for these tables of publication contains something like "... and there are (select 1 from c PromotionClients where c.clientId =: CLIENTID). It works fine until there are some changes in the PromotionClients table. After the change of PromotionClients table starts to sync, but other tables do not - there is in fact no updates on their respective folders.

    Is there a solution to this problem other than to manually create the triggers for the PromotionClients table that would execute model-update on each related table? I mean - is there an existing function in OracleLite that woud let set a few references - to load to a point of publication/table?

    And in the face of similar problem - there is also Promotions.datefrom/dateto limitation. Promotion tables must be synchronized at the time where actual date is between Promotions.datefrom and dateto. When someone modifies some of these values and so the promotion valid for the time related tables does not automatically update and so they do not start to synchronize. Just the Promotions table begins to synchronize. So we might need to implement another trigger to perform updates dummy on the tables of PromotionClients + products, Promotions.datefrom/dateto update.

    I do not like the personalized relaxation approach - it just duplicates the synchronization logic and it is inconvenient to maintain the synchronization logic in two places (pubitem selects + custom triggers). I would like to find a solution of OL-native - as referring to load tables for each publication element that would cause triggers to OL to also catch the person in charge of the lines of tables (which were not actually modified) to be marked as dirty and synchronized to the client. Is there a solution like this? Or is there an alternative better than custom triggers?

    When you trigger an event in a related table, it gets registered for PGM compose the data in this table. If there is a suspicion, MGP will compose the data in these tables as well.

    So if you have something like a REGION_MAPPING table that maps the users in various locations and if you change the table data and want other tables that are joined with him to compose the data, and then add a hint of dependency to the tables mapping them to REGION_MAPPING. If these tables is regularly updated and data are being composed for the child tables, then you don't need the trick, just good practice to add it.

  • View the Error Message customized to Apex

    Hello

    I created a form master / detail on Emp and Dept tables. In the Dept table, I have deptsal column, which is updated by a trigger on the table EMP.
    After trigger DEPT table a:

    create or replace trigger "TRG_DEP_SAL".
    BEFORE the UPDATE on "DEPT".
    FOR EACH LINE
    BEGIN
    IF: NEW.deptsal > 100 THEN
    RAISE_APPLICATION_ERROR (-20001, 'Dept too high salary!');
    END IF;
    END;

    Then, when I get the salary on Apex shape, which increases the limit of deptsal for example 100, it gives the following error message:


    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-20001: Dept too high salary! ORA-06512: at "ZAHIDKHANUK. TRG_DEP_SAL', line 4 ORA-04088: error during execution of trigger ' ZAHIDKHANUK. TRG_DEP_SAL' ORA-06512: at "ZAHIDKHANUK. BIUD_EMP', line 11 ORA-04088: error during execution of trigger ' ZAHIDKHANUK. BIUD_EMP', to update 'ZAHIDKHANUK '. "' EMP ' defined 'EMPNO' =: b1, 'DEPTNO' =: b2, 'ENAME' =: b3, «JOB» =: b4,"MGR"=: b5, 'HIREDATE' =: b6,"SAL"=: b7,"COMM"=: b8, 'ID' =: b9 where 'EMPNO' =: p_pk_col
    Error failed to process the update.
    Ok


    How can I view my message?

    Thank you
    Zahid

    Hello

    Yes, you can do it. You create a validation of the page that moves through the records in a tabular form, checks entered values, and then returns an error message.

    Create a new validation. Set it to a Page-level validation, select PL/SQL and then function that returns the error text, then give it a name. The PL/SQL will be something like:

    BEGIN
     FOR i IN 1..APEX_APPLICATION.G_F01.COUNT
     LOOP
      IF TO_NUMBER(APEX_APPLICATION.G_F04(i)) > 100 THEN
       RETURN 'Item ' || TO_CHAR(i) || ' - DEPTSAL must not be greater than 100';
      END IF;
     END LOOP;
     RETURN NULL;
    END;
    

    It will loop through the records in column 4 and check the amount. If it is greater than 100, an error message is generated displays the line containing the error. This will stop the process on the first error. If there is no error NULL is returned that indicates that the validation test was successful.

    You need to replace G_F04 with the correct column for your page - make a display on the loaded page Source and check the attribute "name" for the column. G_F04 is for "f04", G_F05 is for "f05" etc.

    Andy

  • How to view the table using state machine

    Hello

    I tried display all required number in the table to the State 'entry', but only can show more than one current. How can I fix this, thank you

    I return the VI you (saved LV 2011... the typedef remains the same, you can keep your)... Do you understand the change?

  • Not able to view the tables.

    Hi all

    I've created a few tables with a user id in oracle and I give all subsidies on this table to another user id

    GRANT ALTER, DELETE, INSERT, SELECT, UPDATE, WHEN UPDATING OF COMMIT, QUERY REWRITE, DEBUG, FLASHBACK ON THE TABLE ANOTHER_USER;

    When I login into oracle with a different user name, I am able to do all the operations on the table, but I don't see the table in the list of the table which shows the connection. I also see that when I ask my user_tables table, this table is empty.

    Is there a way I can make it visible to the user of another.

    Thank you
    Lee

    You should be able to see your table under the node of other users, or by using the new schema browser feature if you use SQL Developer 3.0

  • external link to webhelp, view the table of contents

    Hello

    is it possible to automatically show the pane external TOC when binding an html file? On our intranet, many pages are not compiled with robohelp, they are word-> html pages, but we link these pages to the robohelp webhelp.

    By default, you only see the topic and have the link display at the top of the page. But this link to display is not visible unless you really link to the top of this page.

    I would like to activate the navigation pane by default whenever an external link refers to HR webhelp.

    Inez

    http://intranet/path/startpage.htm#path/target.htm

    I'm not following you, but the above should work.

    With this kind of things it should be to create a small test project and do refer a file for you on the server. Then you can test without affecting your project or online users.

    See www.grainge.org for creating tips and RoboHelp

  • Error JavaScript prevents the table of contents, Index, search view

    I produced my RoboHelp HTML project webhelp and got an error javascript (this.maCom [...] (' is null or not an object) when you view the result. See the full error text below. So the table of contents, index and search are not displayed. We'll find the javascript error in the status bar of the browser that says "error on page". I found that if I saw the result of robohelp, the browser that launched shows the table of contents, index and search, but has a security warning about a restriction of running scripts or ActiveX controls. However, when I move the generated webhelp on my production server, the help doesn't have the security warning, but produces the error so that the table of contents, index and search do not show. I had done the same process to generate webhelp about 8 months ago but had no error whatsoever. In fact, this version is still in production and works very well.

    In my search for the problem, I found that it is the same error as message of the forum 4063663 (http://forums.adobe.com/message/4063663). I didn't have a second system with RoboHelp to be able to get other whphost.js, however, I have diff had the file generated with that found in template_stock and found only two different lines. These differences were only to replace a couple of variables with static text so I do not replace this file will solve any problem for me. That is the message of only forum I could find who addressed this issue.

    I was originally on RoboHelp 8.0.0 when I first encountered the problem, but has expanded and patched to version 8.0.2 and still had the same problem. I even created a new simple project. Once I moved the simple project on the production server, it also would display the table of contents, index and search.

    The strange thing is that only 8 months ago, I used the same process to generate webhelp without any errors (on 8.0.0). The only thing I can find is there is a Windows XP patch which affected the generation of webhelp. Furthermore, I also tried chrome and also produces the error.

    I don't know what is causing this problem or how to solve the problem. Anyone have any ideas?

    Versions:
    RoboHelp 8.0.2
    Windows XP
    IE 8.0.6001.18702CO
    Chrome 18.0.1025.168 m


    JavaScript error
    -------------------------
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0 .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;. MS - RTC LM 8; InfoPath.2;. NET4.0C;. NET4.0E)
    Timestamp: Sun, may 2, 2012 16:32 UTC


    Message: Object EXPECTED
    Online: 344
    Char: 2
    Code: 0
    URI: http://server1/robohelp/whphost.js


    Message: 'this.maCom...' is null or not an object
    Online: 171
    Char: 3
    Code: 0
    URI: http://server1/robohelp/whphost.js
    --------------------------

    After further research and testing, I found the update of security for RoboHelp 8 and 9 (http://www.adobe.com/support/security/bulletins/apsb11-23.html) posted as an ad that I had not seen before. I used the feature updates of the product, but that said I was informed and did not include this update.

    Both javascript in this update files solve the problem. The table of contents, index and search now appear.

    Update:
    As I studied the problem further (when writing this reply), I found files that are newer than the latest security patches, I was aware of that. In addition, I discovered that my security organization decided to patch with APSB12-04 I don't know. This patch is why my 8.0.0 installation magically stop working. I see the announcement of the security, the bulletin was not all the required components for specific, that the patch can be applied to 8.0.1 and 8.0.2). (8.0.0, Adobe, please give more information on the ballots of so that organizations that deploy auto will be forced to find out what is running before the update. Information such as whether they apply to all versions of Robohelp 8 or simply a specific version. If APSB12-04 was supposed to apply to all versions of 8, then it did not work. In fact, he broke my installation of 8.0.0 for the generation of webhelp, but a later installation of 8.0.1 and 8.0.2. It seems that they have done a better job for APSB11-23. Maybe the security updates should be a kind of service pack that has a plant and a cancellation process. Right now, my security organization has replaced the files based on the specification in the security bulletin.

    I'll try to patch with APSB12-04 new since I've updated version 8.0.2 database to see if I still have the webhelp. If I can't view the table of contents, I have to take off once more and be 'in non-compliance."

  • How to display a complete tree of the table of contents in the body of a page instead of the sidebar?

    How to display a full (project) TOC tree in the body of the pages of the section instead of the default sidebar (left pane)? Is there a simple way to do this in the application? I have not yet discovered a way to do it, but I can't get to the right place. Any suggestions?

    I don't think you can view the table of contents on a page, and even if you could, the sidebar would always be there for indexing and search. The only possibility I can think of is to create a page where you create links arranged to act as a TOC, then maybe iFrame this page in. Each book might be a drop-down list to view links to topics.

    Maintenance would be horrible and she barely meets your requirement to be simple.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Can not see the Tables in the database

    I have a 2003 Server (Server A) error results producing ISPS can't help you, so I have to step it up a notch intellectual and ask the world to help you please. Using a site on the server 'A', I create a database in DWMX and connection OK tests. I click on the + to view the tables and it constantly shows 'None' when there are tables there. If I move the configuration of the entire site to the right server 'B', the tables show perfectly. If I develop asp on the server B pages now and then copy to the site on the server 'A', they work perfectly, but if I try to go in the server behaviors 'A', I get an error telling me the tables could not be found.

    What settings or permissions on the server a necessary change for me to see the tables associated with database connections please. Thank you.

    Dave

    Hi, guys. Apparently it is a known problem for which there is a fix (found by one of the ISP in question)... Read on, and let others know. Thank you...

    This document comes
    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19515#aspnet_db

    / Database connectivity fails with local ASP.NET and ASP servers.

    Question / * ASP.net: * when using an ASP.NET local test server on XP
    SP2 with Dreamweaver (i.e. the testing server URL prefix is set to
    (" http://localhost"), of database connectivity fails. If you click on the Test
    button in the OLE DB connection dialog box or the connection to the SQL Server, it
    says that the connection was made successfully. However, if you try then to
    Browse the tables in the databases Panel or in the DataSet dialog box,
    the database tables are not displayed. /

    / * ASP: * when the use of an ASP local test server under XP SP2 with
    Dreamweaver (i.e. the testing server URL prefix is set to
    (" http://localhost"), and you specify "Using driver on the test server" or
    "Using DSN on testing server," database connectivity fails. If you click on
    the Test button in the custom connection string or Data Source name
    (DSN) dialog box, it indicates that the connection was made successfully. However,.
    If you try to browse the tables in the databases or to create Panel a
    Recordset, the database tables are not displayed or you get the following
    error message: "unable to retrieve tables from this connection, click on".
    the "Define" button... "to test this connection. » /

    / * Workaround: * download and install the Dreamweaver extension fix
    <>http://download.Macromedia.com/pub/Dreamweaver/extensions/SP2DBFix1.0.2.mxp >
    by Macromedia, which solves this problem (Ref. 179021). To use this
    extension, follow these steps. The following steps apply to both ASP.NET
    and ASP sites:

    1 /In Dreamweaver, go to the files Panel and choose one of your
    Definitions of ASP.NET site. /
    2/Select site > advanced > remove connection Scripts.

    Note: If this option is grayed out, open an ASP.NET page in
    Dreamweaver. Remove connection scripts will delete the
    content of the _mmServerScripts folder, which is located in the
    the testing server folder. The _mmServerScripts folder is hidden in
    Dreamweaver files Panel, but will be visible if viewed with a
    different file browser. The _mmServerScripts folder consists of
    the following three files: adojavas.inc, MMHTTPDB.asp, and MMHTTPDB.js. the
    login scripts are used by Dreamweaver to run remotely
    connectivity of database in developing pages in Dreamweaver.
    These script files have no effect on your web pages to the course
    time of execution (i.e. when a visitor views your ASP.NET pages via a web site)
    browser). /
    3 /Repeat steps 1-2 for each of your ASP.NET site definitions. /
    4 / quit Dreamweaver. /
    5. / Install the extension. /
    6 / restart Dreamweaver. /
    7 / GB in the files Panel, select one of your ASP.NET sites, and
    Open an .aspx file. /
    8 / GB in the databases Panel and delete your existing database
    connections. Before deleting, make sure to open each
    connection and write down the settings. You can open a connection
    by double clicking on the login name or right click
    the login name and selecting Edit. /
    9 / create a new database connection. Use the same connection names
    you had before, so all existing pages with datasets and server
    Behaviors still work correctly. /
    10 /Click the Test button in the database connection dialog box. This
    Download the new login scripts to the testing server. /
    11 /Repeat steps 7 through 10 for each of your Dreamweaver ASP.NET site
    definitions. /

    / * Note: * this extension is compatible with Dreamweaver MX 2004 and
    Dreamweaver MX. The current version of the extension is 1.0.2. Version
    1.0.1 resolved a database with ASP VBScript connectivity problem
    server model. Version 1.0.2 includes the fixes in version 1.0.1 and also
    resolves the compatibility issues with Dreamweaver MX (version 6). You can
    see what version of the extension that you have by opening the Extension
    Manager. /

  • Trigger newbie question: when to start a fire on the table so insert same owner?

    Let's say I have an owner/schema called JIM that contains a table named MYTABLE. The owner (Jim) is the only person to change this pattern, although many may view the tables it contains. I have a trigger in the scheme which is triggered when this table has been updated. It begins with:
    create or replace
    TRIGGER MYTRIGGER after INSERT or DELETE on MYTABLE
    inside a stored procedure in this scheme, I add a new line to MYTABLE. I do then some other stuff before committing.
    create or replace procedure MYSPROC()
    ...
    insert into MYTABLE (item_number) VALUES (12345);
    ...
    ...
    commit;
    end MYSPROC;
    QUESTION: The trigger fires immediately after the line of code above insert statement? Alternatively, it will pull after that the first statement commit located after the line of code above insertion? Why or why not?

    I'm confused because the owner JIM has all the tables, procedures and triggers. Thus, when the procedure is run and the line is added to the table, the trigger (also owned by JIM) should be able to see this change, even though it may be in a different session. So I think the trigger would execute as soon as the line is inserted. Is this fair? If not, what missing am me?

    UPDATE: note that the stored procedure that is mentioned here is outside the above trigger.

    Published by: tem on April 17, 2012 11:48

    >
    I understand that different users cannot see changes made by the other user, until the user issues a commit.
    >
    Is no sound like you understand.

    The 'user' has nothing to do with it. Replace the word "user" "session" in the above statement and you'll have it correct.

    We're not your 'thinking '.

  • How to check the table (null / not null) on the screen?

    Hello all :)


    I am beginner in JDEV

    I have problem with table.
    When you view the table, I want to know if the existing data in the table are empty or not (check the query zero / non-zero)? How to do

    someone help me... :))

    THX
    agungdmt

    Hello

    If you use ADF BC, access the iterator and call getEstimatedRowCound

    Table richeTableau = get JSF component binding to table

    TableBinding JUCtrlHierBinding = (JUCtrlHierBinding) (table.getValue ()) .getWrappedData ((CollectionModel));
    DCIteratorBinding iter = tableBinding.getIteratorBinding ();

    int count = iter.getEstimatedRowCount ();

    You can do the same thing in EL

    #{bindings.iteratorName.estimatedRowCount > 0}--> true if given

    Frank

  • How to load the table to pick up equity?

    I am plans to use the routine void Equity Pickup(), but can not find information on how to charge the owner, property, details UPR %? Any help or sample file is appreciated.

    Yes. Once loaded, you will be able to view the table to manage equity Pick Up. We thought it useful that the percentages are loaded every month, so we don't have to maintain a hierarchy of entity metadata and history of changes with the change of ownership.

  • See the table structure

    Hey,.

    I don't have access to the back-end server. Is there a way I can view the tables through the front-end server using Oracle 11i?

    Prakash

    You cannot access it from the end before (request). Display table structure is referring to the eTRM.

    Oracle technical reference manual electronic Applications (eTRM)
    http://ETRM.Oracle.com

  • Documentation of Custom Agents in development

    Are there documents specifically on the creation of custom agents and/or by creating the data model to host the data for these agents?  I understand that you can write about any script that collects data, but I don't understand how to set the data model for use with the script or if there are other common considerations that must be made during the development of the custom agents.

    There is a specific data model guide for Foglight, which includes a tutorial for adding new models.

    It is available online here: Guide of Foglight data model, or here on the Support Portal in PDF format: PDF data model Guide.

    For custom script agents, first read the Administration guide: Building Script Agents.

    Hope this helps,

    Shay

    SR. Technical Writer for Foglight

Maybe you are looking for