/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 15:38:35 1998
*/

Application "SWMemComp" : "mibappl"
{
    Version "OpenView NNM 5.01";
    Description {
        "SNMP MIB Monitoring Application",
        "Created by:",
        "    OpenView Network Node Manager 5.01",
        "    SNMP MIB Application Builder",
    }
    Copyright {
        "(c) Copyright 1992-1997 Hewlett-Packard Co.",
        "All rights reserved",
    }
    MenuBar "DIGITAL" 
    {
              "Memory"   Context (AllContexts)  f.menu "DIGITAL->Memory";
    }
    Menu "DIGITAL->Memory"
    {
              "Components"   Context (AllContexts)  f.action "SWMemComp";
    }
    Action "SWMemComp"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "\\
            -commandTitle \"Memory Components\" \\
            -headingLine 4 \\
            -dataLine 5 \\
            -appendSelectList -appendSelectListToTitle \\
            -textFile \"ovmib/OVW/Functions/SWMemComp\" \\
            -cmd mibtable \\
            -table \".1.3.6.1.4.1.36.2.18.22.1.4.5.1\" \\
            -fields \"Index=1:11,Type=2:12,KBytes=3:11,Location=5:14,EDC Type=6:12,Slots=7:11,Slots Used=8:11,FRU Index=11:11,Start Address=4:48\" \\
           -node ";
        Command -Shared "xnmappmon";
    }
}

