Lms v4.2 template question

in lms 4.2 i have successfully imported mibs, created templates, created associated pollers and run reports on the data.
the question/problem is.... some of the default templates have a Computation feature.  For example, the default template for Interface Utilization takes the polled stats for In/Out Octets and computes % utilzed for RX and TX based on the link speed.  When i create my own interface utilization template there is no where to add Computation to the template and therefore what the report shows is large numbers of bits or bytes which makes it not so easy to deciper...esp for mgmt.  Even when the default template is copied, the Computation value is not there anymore.
How can i add Computation feature to my custom templates?
anyone have any ideas?

Unfortunately, this is not a problem, this is by design. Those system templates which generate the data in % etc, needs computation of data from output of multiple OID's. Like for interface utilisation following formula is used :
As this is possible to be done for system templates at the background and show correct data, which is a little difficult with custom templates.
So with the custom templates, it just polls the device and shows the information as it is returned by the device.
-Thanks
Vinod
**Encourage Contributors. RATE Them.**

Similar Messages

  • LMS RME Compliance Mgtm - Template Question

    Hello
    I have LMS 3.2 on Windows. I have a question about compliance template. How I can describe unknown values in template? For example: I have routers with 2 - 3 syslog server (on each router they are different) and I want remove all of them and add new.
    Regards,
    Stanislav Kuchma

    I have syslog 10.0.0.1 10.0.0.2 (and in routers config i have several "bad" syslog with "random" addresses):
    If i wrote:
    +   logging   10.0.0.1
    +   logging   10.0.0.2
    -   logging  [#?!(10\.0\.0\.1)#]
    RME tries remove all syslog servers ("good" and "bad")
    If i wrote:
    +   logging   10.0.0.1
    +   logging   10.0.0.2
    -   logging  [#(?!10\.0\.0\.1)#]
    RME says ok and don't remove "bad" servers

  • RME compliance template question

    Using LMS 3.2, I've started learning how to use the compliance templates. I have a question regarding the regex matching, and I can't seem to find
    an answer in the docs or in the forum posts. I do admit that I have not dug real deep in the forums.
    My question is: is there a regex to ignore case? For instance, if I have the line:
    clock timezone est -5           in some configs, and
    clock timezone EST -5          in others
    is there a way to tell the template that upper case and lower case are acceptable matches?
    Thanks for any help - chris

    ok, I got a handle on how the regexes work. It took about 6 or 7 edits of the template but I finally did get it right. fyi, for the above example, the template would look like:
    +clock timezone [#est|EST#] -5
    chris

  • Template question- creating / inserting

    Hi, I am setting up an online store (here is the test page-
    http://www.drcelly.com/6100manual
    ) and I am using a program to create it. It is pretty nice, its
    good for people who do not know much about php / asp, in fact you
    don’t even have to know html. It is not as good as the more
    advanced programs but it does work for me (its called shopping cart
    system 4.0). The program asks for a product title, then you push a
    button and it brings up the description box which allows you to
    type text in (it has formatting options to change font size, bold,
    different fonts, ect) and also has a "html view" box so you can see
    how the text is formatted. By default, when you enter text the
    program inserts two tags, <P align=left>your_text</P>
    (them two tags).
    The items in the store have the same description, just under
    different categories (I sell cell phone parts- what i mean by they
    have the same description is the LG vx6100 phone and the Samsung
    a610 are going to have the same description - "this antenna has a
    screw in base...." ect ...... so the only difference is going to be
    the picture and the title (which are separate fields from the
    category description).
    So I was wondering is if I can create a template titled
    "antennas" for ex. in Dreamweaver and set all my antenna pages to
    display that text. One possible solution is to make the text in the
    description an image- and in the description of every antenna page,
    I can tell it to insert that picture (antenna.gif for example).
    That way if I ever want to change the description of all the
    antennas, I don’t have to manually do all of them I can just
    modify that one image. Does anyone know if there is a way I can do
    this- but instead of doing it with an image, do it with text? If
    so, I can create a template for every item, and since 90% of the
    parts will have the same description, it will save me lots of time.
    Any advice would be appreciated.. PS here is a screen shot of the
    editor
    http://img.photobucket.com/albums/v229/mds33200/Image2-1.jpg

    Can I try to simplify your question?
    Are you asking if there's any way to create a fragment of
    content that gets
    automatically inserted into all pages on the site? If so,
    have you
    investigated the use of server-side includes?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mds33200" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am setting up an online store (here is the test
    page-
    >
    http://www.drcelly.com/6100manual
    ) and I am using a program to create it.
    > It
    > is pretty nice, its good for people who do not know much
    about php / asp,
    > in
    > fact you don?t even have to know html. It is not as good
    as the more
    > advanced
    > programs but it does work for me (its called shopping
    cart system 4.0).
    > The
    > program asks for a product title, then you push a button
    and it brings up
    > the
    > description box which allows you to type text in (it has
    formatting
    > options to
    > change font size, bold, different fonts, ect) and also
    has a "html view"
    > box so
    > you can see how the text is formatted. By default, when
    you enter text the
    > program inserts two tags, <P
    align=left>your_text</P> (them two tags).
    >
    > The items in the store have the same description, just
    under different
    > categories (I sell cell phone parts- what i mean by they
    have the same
    > description is the LG vx6100 phone and the Samsung a610
    are going to have
    > the
    > same description - "this antenna has a screw in
    base...." ect ...... so
    > the
    > only difference is going to be the picture and the title
    (which are
    > separate
    > fields from the category description).
    >
    > So I was wondering is if I can create a template titled
    "antennas" for ex.
    > in
    > Dreamweaver and set all my antenna pages to display that
    text. One
    > possible
    > solution is to make the text in the description an
    image- and in the
    > description of every antenna page, I can tell it to
    insert that picture
    > (antenna.gif for example). That way if I ever want to
    change the
    > description of
    > all the antennas, I don?t have to manually do all of
    them I can just
    > modify
    > that one image. Does anyone know if there is a way I can
    do this- but
    > instead
    > of doing it with an image, do it with text? If so, I can
    create a template
    > for
    > every item, and since 90% of the parts will have the
    same description, it
    > will
    > save me lots of time. Any advice would be appreciated..
    PS here is a
    > screen
    > shot of the editor
    >
    http://img.photobucket.com/albums/v229/mds33200/Image2-1.jpg
    >

  • Photo Template Question

    Hi! I used the photo template to create my iweb web site. In doing so, I placed my own pictures on top of the template photos in some cases. Then I hyperlinked my pictures to files. Click the picture and a file downloads. This is good, but when I access my web site and while my pictures are downloading, the template photos are displayed until my pictures cover them when downloads are done. Question - How can I remove the template photos? Please advise, and thanks.
    gingermae

    Is downloading a file hyperlinked to a photo your intended purpose? If so, then you might be better off not using the photo template. But I understand if you like the look of the photo template. If you want to continue using the template, then instead of using your photo to "cover" the template photo, go ahead and drag your photo over the template photo and hover until you see your cursor turn to a "+" sign. Then let go and your photo will replace the template photo. Since you cannot apply a hyperlink to a file download to the template, you will then need to insert a rectangle shape...make it the same size as the photo...and then lay it on top of the photo. Open up the Inspector and use the Hyperlink tab to attach the hyperlink to file to this shape. Then click over to the graphics tab and adjust the opacity of the rectangle shape to 1% to let your template photo show through. This should replicate the function that you currently have but replace the template photos with your own.

  • Working folder & template questions (Mac and Win)

    I'm using Captivate for Mac (both 5.5 and 6). In the recording preferences (Project Info) there is a field for "Working folder" for FMR in Captivate 5.5 or Video Demo in Captivate 6.
    For new blank projects, it appears that the Working folder is automatically generated to have a path name:
    /private/var/folders/.....
    Question #1: Where is this location on a Mac? (I can't find it.)
    Question #2: Is this location different from the "Adobe Captivate Cached Projects" folder in my Documents folder on a Mac?
    On a related topic, a client has provided me with a template that currently has this path for the Working folder:
    C:\Users\JaneSmith\AppData\Local\Temp\CP344026233798Session\ForFMR344026233908
    Obviously, this path is valid only on Jane Smith's Win PC and is useless for any other Captivate user, whether on Windows or Mac. In fact, when I modify certain default preferences for this template, I get an error message: "The specified working folder could not be created. Please enter a valid location to continue." So I have to change it to a local Mac path.
    Question #3: Which location do I use for the Working folder? Do I use the "/private/var/folders/" location (wherever that is). Do I create any old folder? Or do I use the "Adobe Captivate Cached Projects" folder?
    Question #4: I need to share this modified template with several Captivate users working on this project (could be using either Mac or Windows). If a template contains a working folder specific to my computer, must every user re-modify the template and re-set the working folder location for his/her specific computer?
    Question #5: If I'm not mistaken, temp/working folders for similar software are usually set at the application level, not the project/document level. Is there a good reason why that convention isn't followed in Captivate?

    organic_othman wrote:
    Hi,
    I want to get the default system folder on any OS .
    for windows it should be"My Documents" and for Mac it should be "Pictures"
    however OS folders names depend on OS current language (English, French, Spanish etc..)
    I vaguely remember reading somewhere that the English version of those folders will find the correct folders in the localised versions.
    Quick google gives me:
    http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/DisplayNames.html

  • Template Questions

    I have a question about templates for my site to display my
    artwork.
    I would like to have a top level template with some text
    across the top of the screen - these would be years: 2006 2005
    2004...
    If the user clicks on one of these years, I would like a
    second line of text (according to the year) to appear: paintings,
    drawings, photographs... Different years will have different
    subjects. Each of the years would be created from a nested
    template.
    The user could then click on painting or drawing and a series
    of thumbnails would pop up.
    My problem: I would like to use templates so that I could add
    years later without having to add it in each page of the site - but
    I would also like the viewer to have some idea of which year and
    subject they are viewing - so that when they come to the site,
    click 2006, then paintings, they page will have 2006 and paintings
    slightly darker than the other years and subjects to remind them of
    where they are. Is this impossible with templates? It seems like if
    I have each year link to a separate page with a darkened year that
    I won't be able to use a top level template at all... Should I use
    frames instead?
    Here is what I am working with (I plan to reverse the
    locations of the subjects and years) - as you can see, there is no
    way to know, just by looking, what year and subject are chosen:
    http://www.carlosferguson.com/new%20site/Pages/Paintings/Paintings%202006%20Group%201.htm
    Thank you very kindly for any help!
    Carlos

    > Wouldn't I have to go through each
    > page individually and add that year to each?
    Not if the year display were either part of the template's
    non-editable
    region, or were part of a server-side include.
    > I can't make one of the years or subjects darker than
    the
    > others (as these areas have to be un-editable regions in
    order to take
    > advantage of the template's possibilities.
    Sure you can.
    It's easy to do with CSS or with javascript.
    With CSS you would have a little stylesheet embedded in the
    head of each
    page that allows you to set the down state for any given
    button (each button
    would have a unique id - for example -
    <a href="foo.html" id="button1">...<a
    href="bar.html" id="button2">
    and then your stylesheet would have this -
    a#button1 { styles }
    on one page, and on another this -
    a#button2 { styles }
    See how that works?
    With javascript, put this in script tags in the head of the
    document -
    function P7_downImage() {
    var g7="<imagename>"
    var g7url="<pathname>"
    if ((g7=MM_findObj(g7))!=null) {g7.src=g7url;}
    and this on the <body> tag
    onload="P7_downImage()"
    Then on each page you would need to make two edits:
    Set g7 to the *name* of the button (not the file name but the
    HTML name -
    e.g., "productsbutt" - without the brackets), and g7url to
    the pathname to
    the button (e.g.,
    "images/nav/button3.gif" - without the brackets), and bada
    bing, bada boom!
    There is an excellent tutorial here -
    http://www.projectseven.com/support/answers.asp?id=126
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jcferguson" <[email protected]> wrote in
    message
    news:[email protected]...
    > thanks for the reply:
    >
    > I am trying to creat a site with a top level that the
    user could click ( a
    > year for example ) that would then bring up a second
    level of
    > possibilities
    > ("subjects") for that year.
    >
    > Once the user has chosen a year, I would like that year
    to be darker in
    > color
    > than the other years on that top level.
    >
    > Once the user has then chosen a subject, I would like
    both the chosen year
    > and
    > the chosen subject to be darker in color than the other
    possibilities, so
    > that
    > the user had a sense of where they were in the site.
    >
    > I can do this with all individual pages, but what if I
    want to add a year
    > later (say..., next year, for example). Wouldn't I have
    to go through
    > each
    > page individually and add that year to each? If I try to
    do this with
    > templates though, I can't make one of the years or
    subjects darker than
    > the
    > others (as these areas have to be un-editable regions in
    order to take
    > advantage of the template's possibilities.
    >
    > I have a feeling this is a simple answer, but a
    difficult to phrase
    > question.
    >
    > Thanks,
    >
    > Carlos
    >

  • Ebay listing template questions (DW CC)

    Hi.
    I'm thinking of subscribing to DW CC, but just have a few questions re eBay templates.
    When developing an ebay template in DW, I will be hosting my pics on third-party sites (i.e. Photobucket). Is it possible to upload the pics to the site, grab the url, and then work with the image 'live' from within DW?
    I'd like to utilize CSS in the template; is this possible to add in an eBay template? Slightly related; is it possible to use Google Fonts in said template?
    Many thanks!
    Tony.

    When developing an ebay template in DW, I will be hosting my pics on third-party sites (i.e. Photobucket). Is it possible to upload the pics to the site, grab the url, and then work with the image 'live' from within DW?
    You can set DW to display external files, including images, CSS, and javascript. So, I believe the answer to your question is *yes*, although you cannot modify those external files in any way while viewing them in DW.
    As for using CSS in an eBay template, I'm not sure. But I believe Google fonts would work as well.

  • Dreamweaver to Fireworks Templates Question

    I have been using Dreamweaver and Fireworks for a while now,
    but I am just starting the enter the world of templates. I have
    previously just been creating a graphical layout in Fireworks and
    exporting the HTML and slices to Dreamweaver and using it as my
    base layout. However, I recently d/l'ed some templates and they
    consist of both the .dwt file and a .png file. The .png file is the
    layout of the page but with only a few slices of key images. The
    .dwt file is identical and is function as a template. My question
    is, how do go between fireworks and dreamweaver? Lets say that I
    have created an entire layout in fireworks, with roll-over buttons,
    etc. How do I now import that page into dreamweaver and use it as a
    template? When I try to export the HTML and slices into
    dreamweaver, I cannot create layout tables and cells. Do I really
    need to recreate everything in dreamweaver?
    Thanks in advance,
    Britain

    If you follow the add Dw image placeholder, jump to Fw, Save
    png,Save jpg/gif and back to D you 'should' be fine. All that
    should take place is the addition of the image and nothing else
    within the code.
    I just did another test on a .php page that is hooked into a
    mysql database with all sorts of formatting on the page and it
    worked fine.
    What versions of Dw/Fw are you using?
    I am using the latest, if you are using earlier, that is
    possibly where the glitch is occurring?
    h

  • Pages '08 Business Card Template Question

    In Pages '08, is there a way to change the business card template page view to a single card view, allowing me to create one card that would automatically display itself in all 10 positions when the layout is changed to multiple card view? This can be done with the old Appleworks program, but I can find no way to do this with Pages. It seems I have to choose a card template, modify one of the boxes with my info, then copy and paste it into the other 9 boxes. Is this correct? If so, it is a step way behind the Applewoprks method.

    Yes it is a step backwards, but herre is the way to work with it.
    Create your one card, highlight all of its components, group them, then copy and paste it into the space below it perfectly. NOW DON'T TOUCH ANOTHER KEY!!! Instead, just repeat the paste function (Command+V) 3 times to fill the left side of the card stock. Now paste another one in the right top spot, select the right top, copy and paste and then position in the next lower spot to repeat what you did on the left side. If you positioned the second card correctly, this should have only taken maybe 1-1½ minutes.
    Good Luck.
    Adam (Long live AppleWorks)

  • Multiple related templates question

    I have a template say Template A.  I would like to create a sub template called Template B.  Template B has all the format of Template A but also contains a different set of format within its Template A shell.
    Is it possible to nest Template B within Template A?  Whenever I change Template A I would like all pages to update including those that are spawned by Template B.  Whenever I change Template B I would like just those pages spawned from Template B to change?

    I have a template say Template A.  I would like to create a sub template called Template B.  Template B has all the format of Template A but also contains a different set of format within its Template A shell.
    Is it possible to nest Template B within Template A?
    Yes.  And I swear to you that this will NOT make your life any easier!  Why not just use CSS to change the layout on the pages instead?

  • Acrobat Pro 9.5.5 - Multiple Page Template question

    Hello,
    I have a document with 2 pages that I have created as a template so I can try to spawn the pages. I am having problem finding the correct syntax to get both pages of my 2 page PDF to spawn.
    This is the Javascript that  am using that I found from the planet pdf website.
    var expTplt = getTemplate("Client1");
    expTplt.spawn(numPages,true,false);
    Page 1 of my pdf is template "Client1" and Page 2 of my pdf is template "Client2"
    I have tried to use this under the getTemplate command
    ("Client1","Client2") = this fails
    ("Client1, Client2") = this fails
    ("Client1")+("Client2) = this fails
    I looked at the Javascript API documentation and I could not figure out what the correct syntax is.
    It is possible to have both pages spawn?  If I just have the "Client1" in, Acrobat will spawn page 1.
    I am at a loss and any help would be appreciated. I am not much of a programmer at all.
    Thanks.

    Gilad,
    Thank You!!!  That was it. It is working now as I would like.  I cannot believe that never crossed my mind. I need to read up on JavaScript within Acrobat.
    Many thanks!
    I missed your expTplt1 and expTplt2 code, I was using this and it seemed to have worked as well.
    var expTplt = getTemplate("Client1");
    expTplt.spawn(numPages,true,false);
    var expTplt = getTemplate("Client2");
    expTplt.spawn(numPages,true,false);

  • Creating a Form Template Questions

    Can I create a form? Meaning, can I create a document that has blanks (underscored blank spaces) that I can later edit to contain information/answers?
    i.e. Name: ______ Address: _______
    Then, if I can what is the best way to make it so that it is done in columns? I know I can set the document or section to have multiple columns but how do I control what content goes where? I would like to have the Address in the above example at the center of the page and all the blanks start and end exactly the same. Am I being clear? Basically four columns, the second and fourth being blanks as described.
    I will need the form to create descriptions of projects while keeping the same format/layout for all projects. I would like to create the template now and just use that template, editing the content or filling in blanks.

    If you have Acrobat Pro and open a pdf that looks like a form (could be created in Filemaker, Word, etc.), there is a command to auto-recognize the fields and make a fillable pdf form. It worked like a charm for a form that I printed to a pdf from FileMaker Pro.
    Good luck,
    bd

  • Custom Template Questions...

    I guess i should explain what we are creating first... this is our first "full length" dvd project. It is entirely in native 16:9 3CCD SD. the main title page will have 4 "titles": main feature, instruction, extras, disclaimer/credits. the instruction and extras menu items will also have sub-menu's once you click on the link - for example, the extras menu will be something like: carnage, bloopers, etc, etc...
    we want to create the menu to look exactly like the dvd case: black with two yellow stripes down the left side and a circle/logo at the bottom of the stripes. in the circle, we would like to have the logo fade into video clips. it would be nice to have the motion/loop of the main menu continue through the different sub-menu's - ie, the buttons act independantly from the main menu video clip (does that make sence?)
    question: 1- how should i go about creating this (pretend - or not - i'm an idiot) 2- if creating a .tiff in photoshop, what should it set the image size to be for a 16:9 res? is it 720x480? i forget...
    any extra input you have would be great!
    thanks for the help...
    matt

    for your logo, DVDSP4 has a built in overlay called
    FadeInNTSC or something to that effect.
    To answer your questions "pretending you are an idiot" would take a lot longer than the time i currently have, but all your answers can easily be found in the manual and on this forum in several places.

  • Flash Template Question

    I'm not that great at Flash, but I am designing a
    website for a buddy of mine who is a photographer. I downloaded a
    couple of templates from i-stock for the home page and the
    galleries. I'm pretty good with Dreamweaver and I assumed once I
    had edited the templates I would just import the SWF files into
    some Dreamweaver pages I had made and link every thing up that way.
    It's not exactly working like that, when I import the swf files
    into Dreamweaver, they just show up blank. Am I doing something
    wrong? Is what I'm trying to do impossible? I just need some
    guidance, I'm getting really late on his deadline and I really
    don't want to start over from scratch, I've already shown him the
    flash home page and galleries and he loves them! Please help! I
    will be forever in your debt!
    Thanks!

    Hi
    Basics:
    Ensure all files are inside the same folder either locally or
    remotely. html, swf's and Run_activecontent.js
    Ensure all file paths (URL's) are correct - ie correct
    spelling and structure.
    Try a Published HTML file from within Flash to see if your
    content is visible.
    Place a known good swf into a DW Page and see if it appears.
    Read DW and Flash Help for Import/Export options, and
    how-to's.
    Hope it helps

Maybe you are looking for

  • Ntlmaps not running after recent update. (FIXED)

    FIXED - Ended up re-writing MAKEPKG, depends, modified patches file and new MD5 sums to build on Python 2.7.  Instructions below for anyone who needs them. Cheers - Arkay. Hi All, I use ntlmaps in conjunction with corkscrew to create ssh tunnels out

  • Detect the current transaction used in MIRO :EXIT_SAPLMR1M_001

    hi , my requirment is to find  a way to detect the current transaction used within the MIRO transaction ,which can be one among invoice/ credit memo/ subsequent debit/subsequent credit .if the user  is using the credit memo ,  then prevent him from p

  • How to know From UID (I know the value) to whoom it belongs.

    Hi Everyone, I am Working on Indesign CS3 on Windows. At startup I am getting Two Window. One of Indesign and other showing me HWNDBasedPanelView with UID:1234 like. Can i able to trace from UID from where it comes and to whoom it belongs. and i also

  • REP-1825: Before Report Trigger returned FALSE

    Is there any work around for this error...?? I am running a report in a batch mode. I have an old version 3.0.5.14 for unix. There is logic on the Before Report Trigger and an email is sent. A blank email if nothing needs to be reported or with data

  • XmlMarshalException

    <b>Hello Experts I m trying to use XI-WSDL from the Dynpro.The input parameters are of <ComplexType_XXX> type . input levels are:-</b> <Request_XXXX> -> (CVXSADTY_SearchInput)ComplexType_CVXSADTY_SearchInput --> (Input)ComplexType_CVXSADTY_CCSearchIn